jolausa

deployment_handler_apex

Feb 7th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. # python opnfv/deployment/apex/example.py
  2.  
  3.  
  4. INSTALLER: apex
  5. SCENARIO: Unknown
  6. INSTALLER IP: 192.168.122.135
  7. POD: Unknown
  8. STATUS: active
  9. OPENSTACK: 14.0.4-0.20170115162740.c6743ca.el7.centos (Newton)
  10. SDN: OpenDaylight Beryllium-SR4:4.4.0
  11. NODES:
  12. {'status': 'active', 'info': {}, 'name': u'overcloud-controller-0', 'roles': 'controller', 'ip': u'192.0.2.10', 'id': u'3fea7b58-f592-4477-bf15-7f828841b057'}
  13. {'status': 'active', 'info': {}, 'name': u'overcloud-novacompute-0', 'roles': 'compute', 'ip': u'192.0.2.8', 'id': u'73125ab3-4d23-422a-9a35-6d4c279281b5'}
  14.  
  15.  
  16. Doing operations on node: overcloud-controller-0
  17. Node info: {'status': 'active', 'info': {}, 'name': u'overcloud-controller-0', 'roles': 'controller', 'ip': u'192.0.2.10', 'id': u'3fea7b58-f592-4477-bf15-7f828841b057'}
  18. 2017-02-07 10:59:02,779 - Deployment Manager - INFO - Copying /etc/resolv.conf to 192.0.2.10
  19. 2017-02-07 10:59:02,885 - Deployment Manager - INFO - Successfully copied /etc/resolv.conf to /home/heat-admin/test.txt:192.0.2.10
  20. 2017-02-07 10:59:02,885 - Deployment Manager - INFO - Fetching /home/heat-admin/test.txt from 192.0.2.10
  21. 2017-02-07 10:59:02,932 - Deployment Manager - INFO - Successfully copied 192.0.2.10:/home/heat-admin/test.txt to ./test.txt
  22. Doing operations on node: overcloud-novacompute-0
  23. Node info: {'status': 'active', 'info': {}, 'name': u'overcloud-novacompute-0', 'roles': 'compute', 'ip': u'192.0.2.8', 'id': u'73125ab3-4d23-422a-9a35-6d4c279281b5'}
  24. 2017-02-07 10:59:03,010 - Deployment Manager - INFO - Copying /etc/resolv.conf to 192.0.2.8
  25. 2017-02-07 10:59:03,124 - Deployment Manager - INFO - Successfully copied /etc/resolv.conf to /home/heat-admin/test.txt:192.0.2.8
  26. 2017-02-07 10:59:03,124 - Deployment Manager - INFO - Fetching /home/heat-admin/test.txt from 192.0.2.8
  27. 2017-02-07 10:59:03,174 - Deployment Manager - INFO - Successfully copied 192.0.2.8:/home/heat-admin/test.txt to ./test.txt
Add Comment
Please, Sign In to add comment