Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. mysql> select * from arista_provisioned_nets;
  2. +----------------------------------+--------------------------------------+--------------------------------------+-----------------+
  3. | tenant_id | id | network_id | segmentation_id |
  4. +----------------------------------+--------------------------------------+--------------------------------------+-----------------+
  5. | 558d596143f4417d9d7adb2d33ec7ba9 | a3ae68a8-94ac-4e30-a337-ca19b7e8f790 | 109549bb-5baa-4a42-9efd-afbd7418c6fa | 2776 |
  6. +----------------------------------+--------------------------------------+--------------------------------------+-----------------+
  7. 1 row in set (0.00 sec)
  8.  
  9. mysql> select * from arista_provisioned_tenants;
  10. +----------------------------------+--------------------------------------+
  11. | tenant_id | id |
  12. +----------------------------------+--------------------------------------+
  13. | 558d596143f4417d9d7adb2d33ec7ba9 | 9782de87-c94e-4243-8f45-2716b6bfaf13 |
  14. +----------------------------------+--------------------------------------+
  15. 1 row in set (0.00 sec)
  16.  
  17. mysql> select * from arista_provisioned_vms;
  18. +----------------------------------+--------------------------------------+--------------------------------------+-----------------------+--------------------------------------+--------------------------------------+
  19. | tenant_id | id | vm_id | host_id | port_id | network_id |
  20. +----------------------------------+--------------------------------------+--------------------------------------+-----------------------+--------------------------------------+--------------------------------------+
  21. | 558d596143f4417d9d7adb2d33ec7ba9 | 7df9d282-caf7-48c7-bc2c-8de4cb29f551 | 068120c2-155f-47fe-be62-8186ec31307b | DXB-RYH-NFV-BL02-SRV1 | 33a072e9-4fe5-449c-9a20-a5f5a9a13b7b | 109549bb-5baa-4a42-9efd-afbd7418c6fa |
  22. +----------------------------------+--------------------------------------+--------------------------------------+-----------------------+--------------------------------------+--------------------------------------+
  23. 1 row in set (0.00 sec)
  24.  
  25. mysql> select * from arista_provisioned_nets;
  26. +----------------------------------+--------------------------------------+--------------------------------------+-----------------+
  27. | tenant_id | id | network_id | segmentation_id |
  28. +----------------------------------+--------------------------------------+--------------------------------------+-----------------+
  29. | 558d596143f4417d9d7adb2d33ec7ba9 | a3ae68a8-94ac-4e30-a337-ca19b7e8f790 | 109549bb-5baa-4a42-9efd-afbd7418c6fa | 2776 |
  30. +----------------------------------+--------------------------------------+--------------------------------------+-----------------+
  31. 1 row in set (0.00 sec)
  32.  
  33. mysql> select * from neutron_ports;
  34. ERROR 1146 (42S02): Table 'neutron.neutron_ports' doesn't exist
  35. mysql> select * from ports;
  36. Empty set (0.00 sec)
  37.  
  38. mysql> exit
  39. Bye
  40. ubuntu@juju-machine-6-lxc-1:~$ exit
  41. logout
  42. Connection to 10.237.48.196 closed.
  43. ubuntu@maas-dxb-ryh:~⟫ nova list
  44. +----+------+--------+------------+-------------+----------+
  45. | ID | Name | Status | Task State | Power State | Networks |
  46. +----+------+--------+------------+-------------+----------+
  47. +----+------+--------+------------+-------------+----------+
  48. ubuntu@maas-dxb-ryh:~⟫
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement