I'm running (trying to run) oc 32 from 
mk.mirantis.com_trusty_dists_stable_oc32_binary-amd64;

there is a bug in

/usr/lib/python2.7/dist-packages/nodemgr/database_nodemgr/database_event_manager.py

that prevents it from running because of this line:

    def get_package_name(self):
        return self.node_type + '-common'

The package name results in contrail-database-common which is a package
that does not exist. The log file ends in the line

Error getting contrail-database-common package version

The package does exist in the Juniper set, not in the opencontrail repo.

removing the '-common' string makes the program work.

Another, perhaps unrelated issue is that it tries to write to a non-existing 
file:

04/05/2017 03:23:37 PM [contrail-database-nodemgr]: Cannot write http_port 8103 
to /tmp/contrail-database-nodemgr.1554.http_port

Should this have been a pipe? Which process should create it?

Cheers,

Dennis
-- 
D.H. van Dok :: System administrator :: www.nikhef.nl/grid ::
Phone +31 20 592 22 28 :: http://www.nikhef.nl/~dennisvd/

_______________________________________________
Dev mailing list
Dev@lists.opencontrail.org
http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org

Reply via email to