Advertisement
Guest User

openstack_user_config_minimal.yml

a guest
Apr 2nd, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.83 KB | None | 0 0
  1. ---
  2. cidr_networks:
  3.   container: 172.0.0.0/24
  4.   tunnel: 172.0.1.0/24
  5.  
  6. used_ips:
  7.  - 172.0.0.0,172.0.0.100
  8.   - 172.0.1.0,172.0.1.100
  9.  
  10. global_overrides:
  11.   internal_lb_vip_address: 172.0.0.2
  12.   external_lb_vip_address: 172.0.0.2
  13.   tunnel_bridge: "br-vxlan"
  14.   management_bridge: "br-mgmt"
  15.   provider_networks:
  16.     - network:
  17.         group_binds:
  18.          - all_containers
  19.           - hosts
  20.         type: "raw"
  21.         container_bridge: "br-mgmt"
  22.         container_interface: "eth1"
  23.         container_type: "veth"
  24.         ip_from_q: "container"
  25.         is_container_address: true
  26.         is_ssh_address: true
  27.     - network:
  28.         group_binds:
  29.          - neutron_linuxbridge_agent
  30.         container_bridge: "br-vxlan"
  31.         container_type: "veth"
  32.         container_interface: "eth10"
  33.         container_mtu: "9000"
  34.         ip_from_q: "tunnel"
  35.         type: "vxlan"
  36.         range: "1:1000"
  37.         net_name: "vxlan"
  38.     - network:
  39.         group_binds:
  40.          - neutron_linuxbridge_agent
  41.         container_bridge: "br-vlan"
  42.         container_type: "veth"
  43.         container_interface: "eth11"
  44.         type: "vlan"
  45.         range: "101:200,301:400"
  46.         net_name: "vlan"
  47.     - network:
  48.         group_binds:
  49.          - neutron_linuxbridge_agent
  50.         container_bridge: "br-vlan"
  51.         container_type: "veth"
  52.         container_interface: "eth12"
  53.         host_bind_override: "eth12"
  54.         type: "flat"
  55.         net_name: "flat"
  56.  
  57. compute_hosts:
  58.   compute1:
  59.     ip: 172.0.0.3
  60.  
  61. shared-infra_hosts:
  62.   infra1:
  63.     ip: 172.0.0.2
  64.  
  65. repo-infra_hosts:
  66.   infra1:
  67.     ip: 172.0.0.2
  68.  
  69. os-infra_hosts:
  70.   infra1:
  71.     ip: 172.0.0.2
  72.  
  73. identity_hosts:
  74.   infra1:
  75.     ip: 172.0.0.2
  76.  
  77. network_hosts:
  78.   infra1:
  79.     ip: 172.0.0.2
  80.  
  81. log_hosts:
  82.   infra1:
  83.     ip: 172.0.0.2
  84.  
  85. haproxy_hosts:
  86.   infra1:
  87.     ip: 172.0.0.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement