Advertisement
lumadtimawa

external

Dec 19th, 2016
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.95 KB | None | 0 0
  1. neutron net-show external
  2. +---------------------------+--------------------------------------+
  3. | Field | Value |
  4. +---------------------------+--------------------------------------+
  5. | admin_state_up | True |
  6. | availability_zone_hints | |
  7. | availability_zones | nova |
  8. | created_at | 2016-12-15T03:35:16Z |
  9. | description | |
  10. | id | 8971a629-8326-466a-979a-c39401245043 |
  11. | ipv4_address_scope | |
  12. | ipv6_address_scope | |
  13. | is_default | False |
  14. | mtu | 1450 |
  15. | name | external |
  16. | project_id | 813d69bbfbfe4601b62032f4ba471705 |
  17. | provider:network_type | vxlan |
  18. | provider:physical_network | |
  19. | provider:segmentation_id | 47 |
  20. | revision_number | 6 |
  21. | router:external | True |
  22. | shared | True |
  23. | status | ACTIVE |
  24. | subnets | 27c05172-f3c1-46c1-9248-601a618f7380 |
  25. | tags | |
  26. | tenant_id | 813d69bbfbfe4601b62032f4ba471705 |
  27. | updated_at | 2016-12-15T03:35:37Z |
  28. +---------------------------+--------------------------------------+
  29.  
  30.  
  31. neutron net-show private
  32. +---------------------------+--------------------------------------+
  33. | Field | Value |
  34. +---------------------------+--------------------------------------+
  35. | admin_state_up | True |
  36. | availability_zone_hints | |
  37. | availability_zones | nova |
  38. | created_at | 2016-12-16T02:07:09Z |
  39. | description | |
  40. | id | 40c419d7-9b49-4566-a5b6-c01dc270dbdf |
  41. | ipv4_address_scope | |
  42. | ipv6_address_scope | |
  43. | mtu | 1450 |
  44. | name | private |
  45. | project_id | 813d69bbfbfe4601b62032f4ba471705 |
  46. | provider:network_type | vxlan |
  47. | provider:physical_network | |
  48. | provider:segmentation_id | 12 |
  49. | revision_number | 5 |
  50. | router:external | False |
  51. | shared | False |
  52. | status | ACTIVE |
  53. | subnets | c2d8c04e-e119-4996-b4d5-6733881a98ee |
  54. | tags | |
  55. | tenant_id | 813d69bbfbfe4601b62032f4ba471705 |
  56. | updated_at | 2016-12-16T03:29:06Z |
  57. +---------------------------+--------------------------------------+
  58.  
  59.  
  60. neutron subnet-show external_subnet
  61. +-------------------+-------------------------------------------------+
  62. | Field | Value |
  63. +-------------------+-------------------------------------------------+
  64. | allocation_pools | {"start": "10.20.30.20", "end": "10.20.30.100"} |
  65. | cidr | 10.20.30.0/24 |
  66. | created_at | 2016-12-15T03:35:16Z |
  67. | description | |
  68. | dns_nameservers | 10.20.30.254 |
  69. | enable_dhcp | True |
  70. | gateway_ip | 10.20.30.254 |
  71. | host_routes | |
  72. | id | 27c05172-f3c1-46c1-9248-601a618f7380 |
  73. | ip_version | 4 |
  74. | ipv6_address_mode | |
  75. | ipv6_ra_mode | |
  76. | name | external_subnet |
  77. | network_id | 8971a629-8326-466a-979a-c39401245043 |
  78. | project_id | 813d69bbfbfe4601b62032f4ba471705 |
  79. | revision_number | 2 |
  80. | service_types | |
  81. | subnetpool_id | |
  82. | tenant_id | 813d69bbfbfe4601b62032f4ba471705 |
  83. | updated_at | 2016-12-15T03:35:16Z |
  84. +-------------------+-------------------------------------------------+
  85.  
  86. neutron subnet-show private-subnet
  87. +-------------------+--------------------------------------------+
  88. | Field | Value |
  89. +-------------------+--------------------------------------------+
  90. | allocation_pools | {"start": "10.0.1.2", "end": "10.0.1.254"} |
  91. | cidr | 10.0.1.0/24 |
  92. | created_at | 2016-12-16T02:07:09Z |
  93. | description | |
  94. | dns_nameservers | *** |
  95. | | *** |
  96. | | 10.20.30.254 |
  97. | enable_dhcp | True |
  98. | gateway_ip | 10.0.1.1 |
  99. | host_routes | |
  100. | id | c2d8c04e-e119-4996-b4d5-6733881a98ee |
  101. | ip_version | 4 |
  102. | ipv6_address_mode | |
  103. | ipv6_ra_mode | |
  104. | name | private-subnet |
  105. | network_id | 40c419d7-9b49-4566-a5b6-c01dc270dbdf |
  106. | project_id | 813d69bbfbfe4601b62032f4ba471705 |
  107. | revision_number | 3 |
  108. | service_types | |
  109. | subnetpool_id | |
  110. | tenant_id | 813d69bbfbfe4601b62032f4ba471705 |
  111. | updated_at | 2016-12-16T03:29:06Z |
  112. +-------------------+--------------------------------------------+
  113.  
  114. snippet of my neutron_ovs_agent.conf (in hyper-v, 10.20.30.254)
  115. [ovs]
  116. of_interface = ovs-ofctl
  117. ovsdb_interface = vsctl
  118. local_ip = 10.20.30.254
  119. tunnel_bridge = br-tun
  120. integration_bridge = br-int
  121. tenant_network_type = vxlan
  122. enable_tunneling = true
  123.  
  124.  
  125.  
  126. Get-Service neutron-hyperv-agent (in the Hyperv powershell)
  127.  
  128. Status Name DisplayName
  129. ------ ---- -----------
  130. Stopped neutron-hyperv-... OpenStack Neutron Hyper-V Agent Ser...
  131.  
  132.  
  133.  
  134. PS C:\WINDOWS\system32> Get-Service neutron-ovs-agent
  135.  
  136. Status Name DisplayName
  137. ------ ---- -----------
  138. Running neutron-ovs-agent OpenStack Neutron Open vSwitch Agen...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement