Advertisement
Guest User

Untitled

a guest
Sep 11th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.28 KB | None | 0 0
  1. ---
  2.  
  3. cidr_networks:
  4.   container: 10.5.25.0/24
  5.   #tunnel: 10.5.35.0/22
  6.   storage: 10.5.25.0/24
  7.  
  8. used_ips:
  9.  - "10.5.25.1,10.5.25.153"
  10.   - 10.5.25.250
  11. global_overrides:
  12.   internal_lb_vip_address: 10.5.25.54
  13.   external_lb_vip_address: 10.5.25.19
  14.   management_bridge: br-mgmt
  15.   provider_networks:
  16.     - network:
  17.         container_bridge: "br-mgmt"
  18.         container_type: "veth"
  19.         container_interface: "eth1"
  20.         ip_from_q: "container"
  21.         type: "raw"
  22.         group_binds:
  23.          - all_containers
  24.           - hosts
  25.         is_container_address: true
  26.         is_ssh_address: true
  27.     - network:
  28.         container_bridge: "br-vlan"
  29.         container_type: "veth"
  30.         container_interface: "eth12"
  31.         host_bind_override: "bond0"
  32.         type: "flat"
  33.         net_name: "flat"
  34.         group_binds:
  35.          - neutron_linuxbridge_agent
  36.     - network:
  37.         container_bridge: "br-vlan"
  38.         container_type: "veth"
  39.         container_interface: "eth11"
  40.         type: "vlan"
  41.         range: "101:200,301:400"
  42.         net_name: "vlan"
  43.         group_binds:
  44.          - neutron_linuxbridge_agent
  45.     - network:
  46.         container_bridge: "br-vlan"
  47.         container_type: "veth"
  48.         container_interface: "eth2"
  49.         ip_from_q: "storage"
  50.         type: "raw"
  51.         group_binds:
  52.          - glance_api
  53.           - cinder_api
  54.           - cinder_volume
  55.           - nova_compute
  56.  
  57. shared-infra_hosts:
  58.   infra1:
  59.     ip: 10.5.25.54
  60.  
  61. repo-infra_hosts:
  62.   infra1:
  63.     ip: 10.5.25.54
  64.  
  65. os-infra_hosts:
  66.   infra1:
  67.     ip: 10.5.25.54
  68.  
  69. identity_hosts:
  70.   infra1:
  71.     ip: 10.5.25.54
  72.  
  73. network_hosts:
  74.   infra1:
  75.     ip: 10.5.25.54
  76.  
  77. compute_hosts:
  78.   compute1:
  79.     ip: 10.5.25.55
  80.  
  81. storage-infra_hosts:
  82.   infra1:
  83.     ip: 10.5.25.54
  84. storage_hosts:
  85.   infra1:
  86.     ip: 10.5.25.54
  87.     container_vars:
  88.       cinder_backends:
  89.         limit_container_types: cinder_volume
  90.         nfs-volume1:
  91.           volume_backend_name: NFS_VOLUME1
  92.           volume_driver: cinder.volume.drivers.nfs.NfsDriver
  93.           nfs_shares_config: /etc/cinder/nfs_shares_volume1
  94.           nfs_mount_options: "rsize=65535,wsize=65535,timeo=1200,actimeo=120"
  95.           shares:
  96.           - { ip: "10.5.34.125", share: "/vol/cinder" }
  97.  
  98. haproxy_hosts:
  99.   infra1:
  100.     ip: 10.5.25.54
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement