Skip to content

Instantly share code, notes, and snippets.

Created March 16, 2017 10:32
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 anonymous/ec63ea80245b87aaf9237ef6b0ddb57a to your computer and use it in GitHub Desktop.
Save anonymous/ec63ea80245b87aaf9237ef6b0ddb57a to your computer and use it in GitHub Desktop.
user_config.yml
---
cidr_networks:
container: 10.42.100.0/24
tunnel: 10.42.101.0/24
storage: 10.42.102.0/24
used_ips:
- "10.42.100.1,10.42.100.15"
- "10.42.101.1,10.42.101.15"
- "10.42.102.1,10.42.102.15"
global_overrides:
internal_lb_vip_address: 10.42.100.2
external_lb_vip_address: openstack.willsher.systems
tunnel_bridge: "br-vxlan"
management_bridge: "br-mgmt"
provider_networks:
- network:
container_bridge: "br-mgmt"
container_type: "veth"
container_interface: "eth1"
ip_from_q: "container"
type: "raw"
group_binds:
- all_containers
- hosts
is_container_address: true
is_ssh_address: true
- network:
container_bridge: "br-vxlan"
container_type: "veth"
container_interface: "eth10"
ip_from_q: "tunnel"
type: "vxlan"
range: "1:1000"
net_name: "vxlan"
group_binds:
- neutron_linuxbridge_agent
- network:
container_bridge: "br-vlan"
container_type: "veth"
container_interface: "eth12"
host_bind_override: "ens3f0"
type: "flat"
net_name: "flat"
group_binds:
- neutron_linuxbridge_agent
- network:
container_bridge: "br-vlan"
container_type: "veth"
container_interface: "eth11"
type: "vlan"
range: "110:120"
net_name: "vlan"
group_binds:
- neutron_linuxbridge_agent
- network:
container_bridge: "br-storage"
container_type: "veth"
container_interface: "eth2"
ip_from_q: "storage"
type: "raw"
group_binds:
- glance_api
- cinder_api
- cinder_volume
- nova_compute
shared-infra_hosts:
infra1:
ip: 10.42.100.2
repo-infra_hosts:
infra1:
ip: 10.42.100.2
haproxy_hosts:
infra1:
ip: 10.42.100.2
identity_hosts:
infra1:
ip: 10.42.100.2
storage-infra_hosts:
infra1:
ip: 10.42.100.2
image_hosts:
infra1:
ip: 10.42.100.2
compute-infra_hosts:
infra1:
ip: 10.42.100.2
orchestration_hosts:
infra1:
ip: 10.42.100.2
dashboard_hosts:
infra1:
ip: 10.42.100.2
network_hosts:
infra1:
ip: 10.42.100.2
compute_hosts:
compute1:
ip: 10.42.100.3
storage_hosts:
infra1:
ip: 10.42.100.2
container_vars:
cinder_backends:
limit_container_types: cinder_volume
lvm:
volume_group: cinder-volumes
volume_driver: cinder.volume.drivers.lvm.LVMVolumeDriver
volume_backend_name: lvm_hdd
iscsi_ip_address: "{{ cinder_storage_address }}"
log_hosts:
infra1:
ip: 10.42.100.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment