Advertisement
Guest User

Untitled

a guest
Jul 14th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.80 KB | None | 0 0
  1. adv_net_template:
  2. default:
  3. network_assignments:
  4. fuelweb_admin:
  5. ep: br-fw-admin
  6. management:
  7. ep: br-mgmt
  8. nprod_ext:
  9. ep: br-pub-npx
  10. nprod_int:
  11. ep: br-pub-npi
  12. private:
  13. ep: br-prv
  14. prod_ext:
  15. ep: br-pub-px
  16. prod_int:
  17. ep: br-pub-pi
  18. public:
  19. ep: br-ex
  20. storage:
  21. ep: br-storage
  22. network_scheme:
  23. nprod_ext:
  24. endpoints:
  25. - br-pub-npx
  26. roles:
  27. ino/npx: br-pub-npx
  28. transformations:
  29. - action: add-br
  30. name: br-pub-npx
  31. - action: add-br
  32. name: br-fl-npx
  33. provider: ovs
  34. - action: add-patch
  35. bridges:
  36. - br-fl-npx
  37. - br-pub-npx
  38. mtu: 65000
  39. provider: ovs
  40. - action: add-port
  41. bridge: br-pub-npx
  42. name: <% nprod_ext %>
  43. nprod_int:
  44. endpoints:
  45. - br-pub-npi
  46. roles:
  47. ino/npi: br-pub-npi
  48. transformations:
  49. - action: add-br
  50. name: br-pub-npi
  51. - action: add-br
  52. name: br-fl-npi
  53. provider: ovs
  54. - action: add-patch
  55. bridges:
  56. - br-fl-npi
  57. - br-pub-npi
  58. mtu: 65000
  59. provider: ovs
  60. - action: add-port
  61. bridge: br-pub-npi
  62. name: <% nprod_int %>
  63. prod_ext:
  64. endpoints:
  65. - br-pub-px
  66. roles:
  67. ino/px: br-pub-px
  68. transformations:
  69. - action: add-br
  70. name: br-pub-px
  71. - action: add-br
  72. name: br-fl-px
  73. provider: ovs
  74. - action: add-patch
  75. bridges:
  76. - br-fl-px
  77. - br-pub-px
  78. mtu: 65000
  79. provider: ovs
  80. - action: add-port
  81. bridge: br-pub-px
  82. name: <% prod_ext %>
  83. prod_int:
  84. endpoints:
  85. - br-pub-pi
  86. roles:
  87. ino/pi: br-pub-pi
  88. transformations:
  89. - action: add-br
  90. name: br-pub-pi
  91. - action: add-br
  92. name: br-fl-pi
  93. provider: ovs
  94. - action: add-patch
  95. bridges:
  96. - br-fl-pi
  97. - br-pub-pi
  98. mtu: 65000
  99. provider: ovs
  100. - action: add-port
  101. bridge: br-pub-pi
  102. name: <% prod_int %>
  103. public:
  104. endpoints:
  105. - br-ex
  106. roles:
  107. ceph/radosgw: br-ex
  108. ex: br-ex
  109. neutron/floating: br-floating
  110. public/vip: br-ex
  111. transformations:
  112. - action: add-br
  113. name: br-ex
  114. - action: add-br
  115. name: br-floating
  116. provider: ovs
  117. - action: add-patch
  118. bridges:
  119. - br-floating
  120. - br-ex
  121. mtu: 65000
  122. provider: ovs
  123. - action: add-port
  124. bridge: br-ex
  125. name: <% pub %>
  126. private:
  127. endpoints:
  128. - br-prv
  129. roles:
  130. neutron/private: br-prv
  131. transformations:
  132. - action: add-br
  133. name: br-prv
  134. provider: ovs
  135. - action: add-br
  136. name: br-aux
  137. - action: add-patch
  138. bridges:
  139. - br-prv
  140. - br-aux
  141. mtu: 65000
  142. provider: ovs
  143. - action: add-port
  144. bridge: br-aux
  145. name: <% prv %>
  146. storage:
  147. endpoints:
  148. - br-storage
  149. roles:
  150. ceph/replication: br-storage
  151. cinder/iscsi: br-storage
  152. storage: br-storage
  153. swift/replication: br-storage
  154. transformations:
  155. - action: add-br
  156. name: br-storage
  157. - action: add-port
  158. bridge: br-storage
  159. name: <% str %>
  160. common:
  161. endpoints:
  162. - br-fw-admin
  163. - br-mgmt
  164. roles:
  165. admin/pxe: br-fw-admin
  166. ceilometer/api: br-mgmt
  167. ceph/public: br-mgmt
  168. cinder/api: br-mgmt
  169. fw-admin: br-fw-admin
  170. glance/api: br-mgmt
  171. heat/api: br-mgmt
  172. horizon: br-mgmt
  173. keystone/api: br-mgmt
  174. management: br-mgmt
  175. mgmt/api: br-mgmt
  176. mgmt/corosync: br-mgmt
  177. mgmt/database: br-mgmt
  178. mgmt/memcache: br-mgmt
  179. mgmt/messaging: br-mgmt
  180. mgmt/vip: br-mgmt
  181. mongo/db: br-mgmt
  182. murano/api: br-mgmt
  183. neutron/api: br-mgmt
  184. neutron/mesh: br-mgmt
  185. nova/api: br-mgmt
  186. nova/migration: br-mgmt
  187. sahara/api: br-mgmt
  188. swift/api: br-mgmt
  189. transformations:
  190. - action: add-br
  191. name: br-fw-admin
  192. - action: add-port
  193. bridge: br-fw-admin
  194. name: <% adm %>
  195. - action: add-br
  196. name: br-mgmt
  197. - action: add-port
  198. bridge: br-mgmt
  199. name: <% mgmt %>
  200. nic_mapping:
  201. default:
  202. adm: enp6s0
  203. mgmt: enp14s0.1201
  204. nprod_ext: enp13s0.301
  205. nprod_int: enp7s0.397
  206. prod_ext: enp13s0.101
  207. prod_int: enp7s0.197
  208. prv: enp14s0.999
  209. pub: enp8s0.503
  210. str: enp14s0.1202
  211. node-13:
  212. adm: enp9s0
  213. mgmt: enp13s0.1201
  214. str: enp13s0.1202
  215. node-14:
  216. adm: enp9s0
  217. mgmt: enp13s0.1201
  218. str: enp13s0.1202
  219. node-15:
  220. adm: enp9s0
  221. mgmt: enp13s0.1201
  222. str: enp13s0.1202
  223. templates_for_node_role:
  224. ceph-osd:
  225. - storage
  226. - common
  227. cinder:
  228. - storage
  229. - common
  230. compute:
  231. - private
  232. - storage
  233. - common
  234. controller:
  235. - public
  236. - prod_int
  237. - nprod_int
  238. - prod_ext
  239. - nprod_ext
  240. - private
  241. - storage
  242. - common
  243. mongo:
  244. - common
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement