Advertisement
Guest User

Untitled

a guest
Jan 14th, 2021
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. ---
  2. cidr_networks:
  3. container: 172.250.10.0/24
  4. storage: 172.250.20.0/24
  5. tunnel: 172.250.30.0/24
  6.  
  7. used_ips:
  8. - "172.250.10.1,172.250.10.20"
  9. - "172.250.30.1,172.250.30.20"
  10. - "172.250.20.1,172.250.20.20"
  11.  
  12. global_overrides:
  13. external_lb_vip_address: 172.250.10.11
  14. internal_lb_vip_address: 172.250.10.10
  15. management_bridge: "br-mgmt"
  16. provider_networks:
  17. - network:
  18. container_bridge: "br-mgmt"
  19. container_interface: "eth1"
  20. container_type: "veth"
  21. group_binds:
  22. - all_containers
  23. - hosts
  24. ip_from_q: "container"
  25. is_container_address: true
  26. type: "raw"
  27. - network:
  28. container_bridge: "br-sto"
  29. container_interface: "eth2"
  30. container_mtu: "9000"
  31. container_type: "veth"
  32. group_binds:
  33. - glance_api
  34. - cinder_api
  35. - nova_compute
  36. ip_from_q: "storage"
  37. type: "raw"
  38. - network:
  39. container_bridge: "br-vxlan"
  40. container_interface: "eth10"
  41. container_mtu: "9000"
  42. container_type: "veth"
  43. group_binds:
  44. - neutron_linuxbridge_agent
  45. ip_from_q: "tunnel"
  46. net_name: "vxlan"
  47. range: "1:1000"
  48. type: "vxlan"
  49. - network:
  50. container_bridge: "br-vlan"
  51. container_interface: "eth11"
  52. container_type: "veth"
  53. group_binds:
  54. - neutron_linuxbridge_agent
  55. net_name: "vlan"
  56. range: "40:50"
  57. type: "vlan"
  58.  
  59. haproxy_hosts:
  60. infra1:
  61. ip: 172.250.10.10
  62. identity_hosts:
  63. infra1:
  64. ip: 172.250.10.10
  65. image_hosts:
  66. infra1:
  67. ip: 172.250.10.10
  68. network_hosts:
  69. infra1:
  70. ip: 172.250.10.10
  71. placement-infra_hosts:
  72. infra1:
  73. ip: 172.250.10.10
  74. repo-infra_hosts:
  75. infra1:
  76. ip: 172.250.10.10
  77. shared-infra_hosts:
  78. infra1:
  79. ip: 172.250.10.10
  80. compute-infra_hosts:
  81. infra1:
  82. ip: 172.250.10.10
  83. compute_hosts:
  84. compute1:
  85. ip: 172.250.10.12
  86. compute2:
  87. ip: 172.250.10.14
  88. dashboard_hosts:
  89. infra1:
  90. ip: 172.250.10.10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement