-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi,
Packages like cfgm-common or vnc_api are from contrail-controller and/or contrail-vrouter. They are build with SConscript as tarballs. Contrail-installer should do everything you need: https://github.com/Juniper/contrail-installer Just installing or building separate modules doesn't work. OpenContrail is using a tool called "repo" and uses SConscript to build everything from every needed repository at once. You can lok how it works in contrail-installer: https://github.com/Juniper/contrail-installer/blob/master/contrail.sh#L566 Cheers, Michal On 24.04.2015 15:50, Saju M wrote: > Hi, > > I am trying to setup multinode env and want to install > contrail-neutron-plugin in neutron node. How to manually install > contrail-neutron-plugin with all dependencies (cfgm-commo, vnc_api) > in the requirements.txt ? > > I cloned https://github.com/Juniper/contrail-neutron-plugin and ran > setup.py but failed with error: Could not find suitable > distribution for Requirement.parse('cfgm-common') > > I also tried to run SConscript, but failed with following error $ > scons -f SConscript scons: Reading SConscript files ... KeyError: > 'TOP': File "/home/saju/del33/contrail-neutron-plugin/SConscript", > line 44: '%s/api-lib/dist/vnc_api-0.1dev.tar.gz' % env['TOP'], File > "/usr/lib/scons/SCons/Environment.py", line 412: return > self._dict[key] > > > Regards Saju Madhavan +91 09535134654 > > > _______________________________________________ Dev mailing list > [email protected] > http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org > -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iF4EAREIAAYFAlU6kSwACgkQRjVLeBJBF8S1hwD/c4116aTBmqmjy8xoLY0hJDQO iZnUzN7bR53EOvjFWUEBALE/kvyPs8q3DhgtBHJeSeOFKU2pihsaKroUnAUUgeCu =CRRd -----END PGP SIGNATURE----- _______________________________________________ Dev mailing list [email protected] http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org
