Skip to content

Instantly share code, notes, and snippets.

@shane-c
Created September 20, 2015 00:17
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 shane-c/600d3c06215dfa348884 to your computer and use it in GitHub Desktop.
Save shane-c/600d3c06215dfa348884 to your computer and use it in GitHub Desktop.
rpc_user_config.yml template for RPC 9.0.11
---
environment_version: e0955a92a761d5845520a82dcca596af
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.255
- 172.29.240.1,172.29.240.255
- 172.29.244.1,172.29.244.255
- 172.29.248.1,172.29.248.255
global_overrides:
internal_lb_vip_address: 172.29.236.10
external_lb_vip_address: 192.168.1.100
tunnel_bridge: "br-vxlan"
management_bridge: "br-mgmt"
provider_networks:
- network:
container_bridge: "br-mgmt"
container_interface: "eth1"
type: "raw"
ip_from_q: "container"
group_binds:
- all_containers
- hosts
- network:
container_bridge: "br-vxlan"
container_interface: "eth10"
type: "vxlan"
ip_from_q: "tunnel"
range: "1:1000"
net_name: "vxlan"
group_binds:
- neutron_linuxbridge_agent
- network:
container_bridge: "br-vlan"
container_interface: "eth11"
type: "flat"
net_name: "vlan"
group_binds:
- neutron_linuxbridge_agent
- network:
container_bridge: "br-vlan"
container_interface: "eth11"
type: "vlan"
range: "1:1"
net_name: "vlan"
group_binds:
- neutron_linuxbridge_agent
- network:
container_bridge: "br-storage"
container_interface: "eth2"
type: "raw"
ip_from_q: "storage"
group_binds:
- glance_api
- cinder_api
- cinder_volume
- nova_compute
# - swift_proxy
infra_hosts:
infra01:
ip: 192.168.1.100
compute_hosts:
compute01:
ip: 192.168.1.101
storage_hosts:
compute01:
ip: 192.168.1.101
container_vars:
cinder_backends:
limit_container_types: cinder_volume
lvm:
volume_group: cinder-volumes
volume_driver: cinder.volume.drivers.lvm.LVMISCSIDriver
volume_backend_name: LVM_iSCSI
log_hosts:
infra01:
ip: 192.168.1.100
network_hosts:
infra01:
ip: 192.168.1.100
haproxy_hosts:
infra01:
ip: 192.168.1.100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment