Advertisement
Guest User

Untitled

a guest
Sep 25th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. ---
  2. cidr_networks:
  3. container: 192.168.20.0/24
  4. tunnel: 192.168.40.0/24
  5.  
  6.  
  7. used_ips:
  8. - "192.168.20.1,192.168.20.10,192.168.20.11,192.168.20.12,192.168.20.14"
  9. - "192.168.40.1,192.168.40.2,192.168.40.3"
  10.  
  11. global_overrides:
  12. internal_lb_vip_address: 192.168.50.10
  13. external_lb_vip_address: 192.168.20.10
  14. management_bridge: "br-mgmt"
  15. tunnel_bridge: "br-vxlan"
  16. provider_networks:
  17. - network:
  18. container_bridge: "br-mgmt"
  19. container_type: "veth"
  20. container_interface: "eth1"
  21. ip_from_q: "container"
  22. type: "raw"
  23. group_binds:
  24. - all_containers
  25. - hosts
  26. is_container_address: true
  27. is_ssh_address: true
  28. - network:
  29. container_bridge: "br-vxlan"
  30. container_type: "veth"
  31. container_interface: "eth10"
  32. ip_from_q: "tunnel"
  33. type: "vxlan"
  34. range: "1:1000"
  35. group_binds:
  36. - neutron_linuxbridge_agent
  37. - network:
  38. container_bridge: "br-vlan"
  39. container_type: "veth"
  40. container_interface: "eth12"
  41. host_bind_override: "eth3"
  42. type: "flat"
  43. net_name: "flat"
  44. group_binds:
  45. - neutron_linuxbridge_agent
  46. - network:
  47. container_bridge: "br-vlan"
  48. container_type: "veth"
  49. container_interface: "eth11"
  50. type: "vlan"
  51. range: "1:10"
  52. net_name: "vlan"
  53. group_binds:
  54. - neutron_linuxbridge_agent
  55.  
  56. shared-infra_hosts:
  57. stackserver:
  58. # Rabbitmq, and galera are set to multiples to test clustering.
  59. affinity:
  60. galera_container: 1
  61. rabbit_mq_container: 1
  62. ip: 192.168.50.11
  63.  
  64.  
  65. os-infra_hosts:
  66. stackserver:
  67. # Horizon is set to multiple to test clustering. This test only requires x2.
  68. affinity:
  69. horizon_container: 1
  70. ip: 192.168.50.11
  71.  
  72.  
  73. repo-infra_hosts:
  74. reposerver:
  75. affinity:
  76. repo_container: 1
  77. ip: 192.168.50.12
  78.  
  79. identity_hosts:
  80. stackserver:
  81. # Keystone is set to multiple to test clustering. This test only requires x2.
  82. affinity:
  83. keystone_container: 1
  84. ip: 192.168.50.11
  85.  
  86. compute_hosts:
  87. stackserver:
  88. ip: 192.168.50.11
  89. stackserver2:
  90. ip: 192.168.50.14
  91.  
  92. log_hosts:
  93. stackserver:
  94. ip: 192.168.50.11
  95.  
  96. network_hosts:
  97. stackserver:
  98. ip: 192.168.50.11
  99.  
  100. haproxy_hosts:
  101. haproxy:
  102. ip: 192.168.50.10
  103. root@deployosad:~/osad/playbooks#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement