Guest User

Untitled

a guest
Jul 11th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. tacker vnf-show vnf1
  2. +----------------+---------------------------------------------------------------------------------------------------------------------+
  3. | Field | Value |
  4. +----------------+---------------------------------------------------------------------------------------------------------------------+
  5. | attributes | {"heat_template": "heat_template_version: 2013-05-23\ndescription: 'Demo example\n\n '\nparameters: |
  6. | | {}\nresources:\n VDU1:\n type: OS::Nova::Server\n properties:\n availability_zone: nova\n |
  7. | | config_drive: false\n flavor: m1.tiny\n image: cirros-0.3.4-x86_64-uec\n networks:\n - port:\n |
  8. | | get_resource: CP1\n - port:\n get_resource: CP2\n - port:\n get_resource: CP3\n |
  9. | | user_data_format: SOFTWARE_CONFIG\n CP1:\n type: OS::Neutron::Port\n properties:\n network: net_mgmt\n |
  10. | | port_security_enabled: false\n CP2:\n type: OS::Neutron::Port\n properties:\n network: net0\n |
  11. | | port_security_enabled: false\n CP3:\n type: OS::Neutron::Port\n properties:\n network: net1\n |
  12. | | port_security_enabled: false\noutputs:\n mgmt_ip-VDU1:\n value:\n get_attr: [CP1, fixed_ips, 0, |
  13. | | ip_address]\n", "monitoring_policy": "{\"vdus\": {}}"} |
  14. | description | Demo example |
  15. | error_reason | |
  16. | id | 765465e7-bcbd-4c58-87f1-632aa96ea98d |
  17. | instance_id | 5e916f04-656d-4cc2-98bc-a471004569a4 |
  18. | mgmt_url | {"VDU1": "192.168.120.12"} |
  19. | name | vnf1 |
  20. | placement_attr | {"vim_name": "VIM0"} |
  21. | resource_ids | {"VDU1": {"type": "OS::Nova::Server", "id": "cf626539-1f5d-4c3c-8b2f-6d7308e78c23"}, "CP1": {"type": |
  22. | | "OS::Neutron::Port", "id": "072405e0-031c-40fa-b5c1-5904dc3d5fd8"}, "CP2": {"type": "OS::Neutron::Port", "id": |
  23. | | "af6a2090-d051-4a33-b6b4-d85615fe204c"}, "CP3": {"type": "OS::Neutron::Port", "id": "0d6cbc5e- |
  24. | | 0d9f-4948-b709-17e887a3add4"}} |
  25. | status | ACTIVE |
  26. | tenant_id | dd791d8cea054d23adbabfdc4d9fa34c |
  27. | vim_id | ab392ff5-e33e-4cb1-bfb0-d151d830cf83 |
  28. +----------------+---------------------------------------------------------------------------------------------------------------------+
Add Comment
Please, Sign In to add comment