Advertisement
Guest User

Untitled

a guest
Mar 9th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. ---
  2. cidr_networks:
  3. container: 10.20.236.0/22
  4. # Try with the ideal subnet, if containers present missing web connectivity
  5. # fall back to legacy Monday subnet which is always routed correctly...
  6. #container: 10.10.20.0/24
  7. tunnel: 10.20.240.0/22
  8. storage: 10.20.244.0/22
  9. #client: 10.20.0.0/20
  10. # 10.20.0.1 - 10.20.15.254 for MOC client IPs
  11.  
  12. used_ips:
  13. - "10.10.20.0,10.10.20.164"
  14. - "10.20.236.0,10.20.236.255"
  15. - "10.20.240.0,10.20.240.255"
  16. - "10.20.244.0,10.20.244.255"
  17. - "10.20.248.0,10.20.248.255"
  18. # Public subnet IPS with reserved host ids for MOC infra nodes in case they
  19. # need them
  20.  
  21. global_overrides:
  22. ###############
  23. ### OSA ###
  24. ###############
  25. internal_lb_vip_address: 10.20.236.102
  26. external_lb_vip_address: os-controller-1.m14g.local
  27. tunnel_bridge: "br-vxlan"
  28. management_bridge: "br-mgmt"
  29.  
  30. provider_networks:
  31. - network:
  32. type: "raw"
  33. container_bridge: "br-mgmt"
  34. container_type: "veth"
  35. container_interface: "eth1"
  36. ip_from_q: "container"
  37. group_binds:
  38. - all_containers
  39. - hosts
  40. is_container_address: true
  41. is_ssh_address: true
  42. - network:
  43. type: "raw"
  44. container_bridge: "br-storage"
  45. container_type: "veth"
  46. container_interface: "eth2"
  47. ip_from_q: "storage"
  48. group_binds:
  49. - glance_api
  50. - cinder_api
  51. - cinder_volume
  52. - nova_compute
  53. # Uncomment the next line if using swift with a storage network.
  54. # - swift_proxy
  55. - network:
  56. type: "vxlan"
  57. container_bridge: "br-vxlan"
  58. container_type: "veth"
  59. container_interface: "eth10"
  60. ip_from_q: "tunnel"
  61. range: "1:1000"
  62. net_name: "vxlan"
  63. group_binds:
  64. - neutron_linuxbridge_agent
  65. - network:
  66. type: "vlan"
  67. container_bridge: "br-vlan"
  68. container_type: "veth"
  69. container_interface: "eth11"
  70. range: "1:1,40:40"
  71. net_name: "vlan"
  72. group_binds:
  73. - neutron_linuxbridge_agent
  74. - network:
  75. container_bridge: "br-vlan"
  76. container_type: "veth"
  77. container_interface: "eth12"
  78. host_bind_override: "eno2"
  79. type: "flat"
  80. net_name: "flat"
  81. group_binds:
  82. - neutron_linuxbridge_agent
  83.  
  84. shared-infra_hosts:
  85. os-controller-1:
  86. ip: 10.20.236.102
  87. repo-infra_hosts:
  88. os-controller-1:
  89. ip: 10.20.236.102
  90. os-infra_hosts:
  91. os-controller-1:
  92. ip: 10.20.236.102
  93. identity_hosts:
  94. os-controller-1:
  95. ip: 10.20.236.102
  96. network_hosts:
  97. os-controller-1:
  98. ip: 10.20.236.102
  99. compute_hosts:
  100. os-compute-1:
  101. ip: 10.20.236.104
  102. os-compute-2:
  103. ip: 10.20.236.106
  104. storage-infra_hosts:
  105. os-controller-1:
  106. ip: 10.20.236.102
  107. storage_hosts:
  108. os-controller-1:
  109. ip: 10.20.236.102
  110. container_vars:
  111. cinder_storage_availability_zone: monday-office-nas
  112. cinder_default_availability_zone: monday-office-nas
  113. cinder_backends:
  114. lvm:
  115. volume_backend_name: LVM_iSCSI
  116. volume_driver: cinder.volume.drivers.lvm.LVMVolumeDriver
  117. volume_group: cinder-volumes
  118. iscsi_ip_address: "{{ cinder_storage_address }}"
  119. limit_container_types: cinder_volume
  120. log_hosts:
  121. os-controller-1:
  122. ip: 10.20.236.102
  123. haproxy_hosts:
  124. os-controller-1:
  125. ip: 10.20.236.102
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement