Skip to content

Instantly share code, notes, and snippets.

@a1git
Created October 7, 2016 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1git/a6f8070ed541bface55c8e6e3d3fd2bd to your computer and use it in GitHub Desktop.
Save a1git/a6f8070ed541bface55c8e6e3d3fd2bd to your computer and use it in GitHub Desktop.
config file
---
cidr_networks:
container: 172.29.236.0/22
tunnel: 172.29.240.0/22
storage: 172.29.244.0/22
used_ips:
- "172.29.236.1,172.29.236.100"
- "172.29.240.1,172.29.240.100"
- "172.29.244.1,172.29.244.100"
global_overrides:
internal_lb_vip_address: cloud101int.stack31.com
external_lb_vip_address: cloud101.stack31.com
management_bridge: br-mgmt
tunnel_bridge: br-vxlan
provider_networks:
- network:
group_binds:
- all_containers
- hosts
type: "raw"
container_bridge: "br-mgmt"
container_interface: "eth1"
container_type: "veth"
ip_from_q: "container"
is_container_address: true
is_ssh_address: true
- network:
group_binds:
- glance_api
- cinder_api
- cinder_volume
- nova_compute
# Uncomment the next line if using swift with a storage network.
# - swift_proxy
type: "raw"
container_bridge: "br-storage"
container_type: "veth"
container_interface: "eth2"
container_mtu: "9000"
ip_from_q: "storage"
- network:
group_binds:
- neutron_linuxbridge_agent
container_bridge: "br-vxlan"
container_type: "veth"
container_interface: "eth10"
container_mtu: "9000"
ip_from_q: "tunnel"
type: "vxlan"
range: "10000:99999"
net_name: "vxlan"
- network:
group_binds:
- neutron_linuxbridge_agent
container_bridge: "br-vlan"
container_type: "veth"
container_interface: "eth11"
type: "vlan"
range: "101:501"
net_name: "vlan"
- network:
group_binds:
- neutron_linuxbridge_agent
container_bridge: "br-vlan"
container_type: "veth"
container_interface: "eth12"
host_bind_override: "ens2"
type: "flat"
net_name: "flat"
shared-infra_hosts:
c14:
ip: 172.29.236.14
c15:
ip: 172.29.236.15
c16:
ip: 172.29.236.16
repo-infra_hosts:
c14:
ip: 172.29.236.14
c15:
ip: 172.29.236.15
c16:
ip: 172.29.236.16
os-infra_hosts:
c14:
ip: 172.29.236.14
c15:
ip: 172.29.236.15
c16:
ip: 172.29.236.16
identity_hosts:
c14:
ip: 172.29.236.14
c15:
ip: 172.29.236.15
c16:
ip: 172.29.236.16
network_hosts:
c14:
ip: 172.29.236.14
c15:
ip: 172.29.236.15
c16:
ip: 172.29.236.16
compute_hosts:
c23:
ip: 172.29.236.23
c24:
ip: 172.29.236.24
c25:
ip: 172.29.236.25
storage-infra_hosts:
c14:
ip: 172.29.236.14
c15:
ip: 172.29.236.15
c16:
ip: 172.29.236.16
storage_hosts:
c14:
ip: 172.29.236.14
container_vars:
cinder_backends:
ARCHIVE:
volume_backend_name: volumes
volume_driver: cinder.volume.drivers.rbd.RBDDriver
rbd_pool: cinder-volumes
rbd_ceph_conf: /etc/ceph/ceph.conf
rbd_user: "{{ cinder_ceph_client }}"
rbd_secret_uuid: "{{ cinder_ceph_client_uuid }}"
rbd_flatten_volume_from_snapshot: 'false'
rbd_max_clone_depth: 5
rbd_store_chunk_size: 4
rados_connect_timeout: -1
limit_container_types: cinder_volume
SSD:
volume_backend_name: volumes
volume_driver: cinder.volume.drivers.rbd.RBDDriver
rbd_pool: cinder-ssd
rbd_ceph_conf: /etc/ceph/ceph.conf
rbd_user: "{{ cinder_ceph_client }}"
rbd_secret_uuid: "{{ cinder_ceph_client_uuid }}"
rbd_flatten_volume_from_snapshot: 'false'
rbd_max_clone_depth: 5
rbd_store_chunk_size: 4
rados_connect_timeout: -1
limit_container_types: cinder_volume
c15:
ip: 172.29.236.15
container_vars:
cinder_backends:
ARCHIVE:
volume_backend_name: volumes
volume_driver: cinder.volume.drivers.rbd.RBDDriver
rbd_pool: cinder-volumes
rbd_ceph_conf: /etc/ceph/ceph.conf
rbd_user: "{{ cinder_ceph_client }}"
rbd_secret_uuid: "{{ cinder_ceph_client_uuid }}"
rbd_flatten_volume_from_snapshot: 'false'
rbd_max_clone_depth: 5
rbd_store_chunk_size: 4
rados_connect_timeout: -1
limit_container_types: cinder_volume
SSD:
volume_backend_name: volumes
volume_driver: cinder.volume.drivers.rbd.RBDDriver
rbd_pool: cinder-ssd
rbd_ceph_conf: /etc/ceph/ceph.conf
rbd_user: "{{ cinder_ceph_client }}"
rbd_secret_uuid: "{{ cinder_ceph_client_uuid }}"
rbd_flatten_volume_from_snapshot: 'false'
rbd_max_clone_depth: 5
rbd_store_chunk_size: 4
rados_connect_timeout: -1
limit_container_types: cinder_volume
c16:
ip: 172.29.236.16
container_vars:
cinder_backends:
ARCHIVE:
volume_backend_name: volumes
volume_driver: cinder.volume.drivers.rbd.RBDDriver
rbd_pool: cinder-volumes
rbd_ceph_conf: /etc/ceph/ceph.conf
rbd_user: "{{ cinder_ceph_client }}"
rbd_secret_uuid: "{{ cinder_ceph_client_uuid }}"
rbd_flatten_volume_from_snapshot: 'false'
rbd_max_clone_depth: 5
rbd_store_chunk_size: 4
rados_connect_timeout: -1
limit_container_types: cinder_volume
SSD:
volume_backend_name: volumes
volume_driver: cinder.volume.drivers.rbd.RBDDriver
rbd_pool: cinder-ssd
rbd_ceph_conf: /etc/ceph/ceph.conf
rbd_user: "{{ cinder_ceph_client }}"
rbd_secret_uuid: "{{ cinder_ceph_client_uuid }}"
rbd_flatten_volume_from_snapshot: 'false'
rbd_max_clone_depth: 5
rbd_store_chunk_size: 4
rados_connect_timeout: -1
limit_container_types: cinder_volume
log_hosts:
c13:
ip: 172.29.236.13
haproxy_hosts:
c14:
ip: 172.29.236.14
c15:
ip: 172.29.236.15
c16:
ip: 172.29.236.16
metering-alarm_hosts:
c14:
ip: 172.29.236.14
c15:
ip: 172.29.236.15
c16:
ip: 172.29.236.16
metering-infra_hosts:
c14:
ip: 172.29.236.14
metering_compute_hosts:
c23:
ip: 172.29.236.23
c24:
ip: 172.29.236.24
c25:
ip: 172.29.236.25
## variables
---
debug: true
service_region: NL1
glance_default_store: rbd
glance_notification_driver: noop
glance_ceph_client: glance
glance_rbd_store_pool: glance-images
glance_rbd_store_chunk_size: 8
nova_libvirt_images_rbd_pool: ephemeral-vms
cinder_ceph_client: cinder
cephx: true
ceph_mons:
- 172.29.244.20
- 172.29.244.21
- 172.29.244.22
haproxy_keepalived_external_vip_cidr: "10.11.12.3/22"
haproxy_keepalived_internal_vip_cidr: "172.29.236.3/22"
haproxy_keepalived_external_interface: ens2
haproxy_keepalived_internal_interface: br-mgmt
haproxy_keepalived_external_virtual_router_id: 10
haproxy_keepalived_internal_virtual_router_id: 11
haproxy_user_ssl_cert: /opt/stack31.crt
haproxy_user_ssl_key: /opt/stack31.key
neutron_plugin_base:
- router
- firewall
- neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2
- metering
- qos
aodh_db_type: mongodb
aodh_db_ip: 172.29.236.17
aodh_db_port: 27017
ceilometer_db_type: mongodb
ceilometer_db_ip: 172.29.236.17
ceilometer_db_port: 27017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment