Advertisement
Guest User

Untitled

a guest
Sep 14th, 2015
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. network_scheme:
  2. transformations:
  3. - action: add-br
  4. name: br-fw-admin
  5. provider: ovs
  6. - action: add-br
  7. name: br-mgmt
  8. provider: ovs
  9. - action: add-patch
  10. bridges:
  11. - br-fw-admin
  12. - br-mgmt
  13. vlan_ids:
  14. - 3500
  15. - 0
  16. mtu: 65000
  17. provider: ovs
  18. - bridge: br-fw-admin
  19. name: bond-fw-admin
  20. interfaces:
  21. - eth0
  22. - eth1
  23. bond_properties:
  24. mode: active-backup
  25. provider: ovs
  26. action: add-bond
  27. - action: add-br
  28. name: br-ex
  29. provider: ovs
  30. - action: add-br
  31. name: br-prv
  32. provider: ovs
  33. - action: add-patch
  34. bridges:
  35. - br-prv
  36. - br-ex
  37. vlan_ids:
  38. - 4000
  39. - 0
  40. mtu: 65000
  41. provider: ovs
  42. - bridge: br-prv
  43. name: bond-prv
  44. interfaces:
  45. - eth2
  46. - eth3
  47. bond_properties:
  48. mode: active-backup
  49. provider: ovs
  50. action: add-bond
  51. - action: add-port
  52. name: eth4.101
  53. - action: add-port
  54. name: eth5.102
  55. - action: add-port
  56. name: eth4.104
  57. - action: add-port
  58. name: eth5.104
  59. - action: add-bond
  60. bond_properties:
  61. mode: active-backup
  62. interfaces:
  63. - eth4.104
  64. - eth5.104
  65. name: bond-migration
  66. roles:
  67. murano/api: br-mgmt
  68. keystone/api: br-mgmt
  69. neutron/api: br-mgmt
  70. mgmt/database: br-mgmt
  71. sahara/api: br-mgmt
  72. ceilometer/api: br-mgmt
  73. ex: br-ex
  74. ceph/public: br-ex
  75. mgmt/messaging: br-mgmt
  76. management: br-mgmt
  77. mgmt/api: br-mgmt
  78. storage: eth4.101
  79. mgmt/corosync: br-mgmt
  80. cinder/api: br-mgmt
  81. public/vip: br-ex
  82. ceph/radosgw: br-ex
  83. neutron/mesh: br-mgmt
  84. admin/pxe: br-fw-admin
  85. mongo/db: br-mgmt
  86. neutron/private: br-prv
  87. neutron/floating: br-prv
  88. fw-admin: br-fw-admin
  89. glance/api: br-mgmt
  90. mgmt/vip: br-mgmt
  91. heat/api: br-mgmt
  92. zabbix: br-mgmt
  93. nova/api: br-mgmt
  94. horizon: br-mgmt
  95. nova/migration: br-mgmt
  96. mgmt/memcache: br-mgmt
  97. cinder/iscsi: eth4.101
  98. ceph/replication: eth4.101
  99. interfaces:
  100. eth5: {}
  101. eth4: {}
  102. eth3: {}
  103. eth2: {}
  104. eth1: {}
  105. eth0: {}
  106. version: '1.1'
  107. provider: lnx
  108. endpoints:
  109. br-fw-admin:
  110. IP:
  111. - 192.168.2.12/16
  112. bond-migration:
  113. IP:
  114. - 10.168.1.3/24
  115. eth4.101:
  116. IP:
  117. - 10.100.200.43/24
  118. br-prv:
  119. IP: none
  120. eth5.102:
  121. IP:
  122. - 10.100.201.43/24
  123. br-mgmt:
  124. IP:
  125. - 10.168.0.5/24
  126. br-ex:
  127. IP:
  128. - 172.16.0.5/24
  129. gateway: 172.16.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement