Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. lab:
  2. location: OrangeBox
  3. racks:
  4. - rack: lab1
  5. nodes:
  6. - name: node01ob100
  7. architecture: x86_64
  8. roles: [network,control]
  9. nics:
  10. - ifname: eth0
  11. spaces: [admin]
  12. mac: ["f4:4d:30:63:7f:b3"]
  13. - ifname: eth1
  14. spaces: [public]
  15. mac: ["8a:ae:4c:fd:cd:86"]
  16. power:
  17. type: ipmi
  18. address: 10.2.117.85
  19. user: root
  20. pass: root
  21. - name: node02ob100
  22. architecture: x86_64
  23. roles: [compute,storage]
  24. nics:
  25. - ifname: eth0
  26. spaces: [admin]
  27. mac: ["f4:4d:30:63:7e:fb"]
  28. - ifname: eth1
  29. spaces: [public]
  30. mac: ["8a:ae:4c:fd:cd:74"]
  31. power:
  32. type: ipmi
  33. address: 10.2.117.86
  34. user: root
  35. pass: root
  36. - name: node03ob100
  37. architecture: x86_64
  38. roles: [compute,storage]
  39. nics:
  40. - ifname: eth0
  41. spaces: [admin]
  42. mac: ["f4:4d:30:62:cc:08"]
  43. - ifname: eth1
  44. spaces: [public]
  45. mac: ["8a:ae:4c:fd:d5:16"]
  46. power:
  47. type: ipmi
  48. address: 10.2.117.87
  49. user: root
  50. pass: root
  51. - name: node04ob100
  52. architecture: x86_64
  53. roles: [compute,storage]
  54. nics:
  55. - ifname: eth0
  56. spaces: [admin]
  57. mac: ["f4:4d:30:63:85:68"]
  58. - ifname: eth1
  59. spaces: [public]
  60. mac: ["8a:ae:4c:fd:c6:82"]
  61. power:
  62. type: ipmi
  63. address: 10.2.117.88
  64. user: root
  65. pass: root
  66. - name: node05ob100
  67. architecture: x86_64
  68. roles: [compute,storage]
  69. nics:
  70. - ifname: eth0
  71. spaces: [admin]
  72. mac: ["f4:4d:30:63:80:c3"]
  73. - ifname: eth1
  74. spaces: [public]
  75. mac: ["8a:ae:4c:fd:d5:23"]
  76. power:
  77. type: ipmi
  78. address: 10.2.117.89
  79. user: root
  80. pass: root
  81. - name: node06ob100
  82. architecture: x86_64
  83. roles: [compute,storage]
  84. nics:
  85. - ifname: eth0
  86. spaces: [admin]
  87. mac: ["f4:4d:30:63:82:69"]
  88. - ifname: eth1
  89. spaces: [public]
  90. mac: ["8a:ae:4c:fd:cd:8b"]
  91. power:
  92. type: ipmi
  93. address: 10.2.117.85
  94. user: root
  95. pass: root
  96. - name: node07ob100
  97. architecture: x86_64
  98. roles: [compute,storage]
  99. nics:
  100. - ifname: eth0
  101. spaces: [admin]
  102. mac: ["f4:4d:30:63:7f:b0"]
  103. - ifname: eth1
  104. spaces: [public]
  105. mac: ["8a:ae:4c:fd:c0:e0"]
  106. power:
  107. type: ipmi
  108. address: 10.2.117.86
  109. user: root
  110. pass: root
  111. - name: node08ob100
  112. architecture: x86_64
  113. roles: [compute,storage]
  114. nics:
  115. - ifname: eth0
  116. spaces: [admin]
  117. mac: ["f4:4d:30:63:85:07"]
  118. - ifname: eth1
  119. spaces: [public]
  120. mac: ["8a:ae:4c:fd:d5:28"]
  121. power:
  122. type: ipmi
  123. address: 10.2.117.87
  124. user: root
  125. pass: root
  126. - name: node09ob100
  127. architecture: x86_64
  128. roles: [compute,storage]
  129. nics:
  130. - ifname: eth0
  131. spaces: [admin]
  132. mac: ["f4:4d:30:63:ba:6c"]
  133. - ifname: eth1
  134. spaces: [public]
  135. mac: ["8a:ae:4c:fd:d5:2c"]
  136. power:
  137. type: ipmi
  138. address: 10.2.117.88
  139. user: root
  140. pass: root
  141. - name: node10ob100
  142. architecture: x86_64
  143. roles: [compute,storage]
  144. nics:
  145. - ifname: eth0
  146. spaces: [admin]
  147. mac: ["f4:4d:30:63:86:8b"]
  148. - ifname: eth1
  149. spaces: [public]
  150. mac: ["90:E2:BA:83:FD:81"]
  151. power:
  152. type: ipmi
  153. address: 10.2.117.88
  154. user: root
  155. pass: root
  156. floating-ip-range: 172.27.102.2,172.27.102.99,172.27.100.1,172.27.100.0/23
  157. ext-port: "eth1"
  158. dns: 8.8.8.8
  159. osdomainname:
  160. opnfv:
  161. release: c
  162. distro: xenial
  163. type: nonha
  164. openstack: mitaka
  165. sdncontroller:
  166. - type: nosdn
  167. storage:
  168. - type: ceph
  169. disk: /dev/sdb
  170. feature: none
  171. spaces:
  172. - type: admin
  173. bridge: br0
  174. cidr: 172.27.100.0/23
  175. gateway: 172.27.100.1
  176. vlan:
  177. - type: public
  178. bridge: br1
  179. cidr: 172.27.102.0/23
  180. gateway: 172.27.103.254
  181. vlan:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement