January 2019
Beginner to intermediate
776 pages
19h 58m
English
Let's install Contrail Server Manager in our current directory.
$ sudo python setup.py install --root install
This will set up the server manager inside a directory called install which is inside the current directory.
Now you will be able to see a bunch of Python scripts of the server manager inside the folder install/usr/local/lib/python2.7/dist-packages/src:
$ cd install/usr/local/lib/python2.7/dist-packages/src $ ls contrail_defaults.py __init__.pyc server_mgr_db_convert.py server_mgr_disk_filesystem_view.pyc server_mgr_ipmi_monitoring.py server_mgr_mon_base_plugin.pyc server_mgr_utils.py contrail_defaults.pyc inplace_upgrade.py server_mgr_db_convert.pyc server_mgr_docker.py server_mgr_ipmi_monitoring.pyc server_mgr_puppet.py ...
Read now
Unlock full access