ci-cloud-config/openstack_deploy/openstack_user_config.yml

104 lines
2.5 KiB
YAML

---
cidr_networks: &cidr_networks
container: 10.53.2.0/24
external: 192.169.91.96/28
used_ips:
- "10.53.2.0,10.53.2.10"
- "192.169.91.96,192.169.91.100"
global_overrides:
cidr_networks: *cidr_networks
internal_lb_vip_address: 10.53.2.2
#
# The below domain name must resolve to an IP address
# in the CIDR specified in haproxy_keepalived_external_vip_cidr.
# If using different protocols (https/http) for the public/internal
# endpoints the two addresses must be different.
#
# osa.continuous.pw => 192.169.91.101
external_lb_vip_address: osa.continuous.pw
tunnel_bridge: "br-mgmt"
management_bridge: "br-mgmt"
provider_networks:
- network:
container_bridge: "br-mgmt"
container_type: "veth"
container_interface: "eth1"
ip_from_q: "container"
type: "vxlan"
range: "1:1000"
net_name: "vxlan"
group_binds:
- all_containers
- hosts
is_container_address: true
is_ssh_address: true
static_routes:
# Route to container networks
- cidr: 10.4.69.0/24
gateway: 10.53.2.1
- network:
container_bridge: "br-flat"
container_type: "veth"
container_interface: "eth12"
container_mtu: 8900
host_bind_override: vup-flat
type: "flat"
net_name: "flat"
group_binds:
- neutron_linuxbridge_agent
###
### Infrastructure
###
_infrastructure_hosts: &infrastructure_hosts
lsn-mc1016:
ip: 192.169.91.98
lsn-mc1022:
ip: 192.169.91.99
lsn-mc1023:
ip: 192.169.91.100
shared-infra_hosts: *infrastructure_hosts
ceph-mon_hosts: *infrastructure_hosts
repo-infra_hosts: *infrastructure_hosts
haproxy_hosts: *infrastructure_hosts
identity_hosts: *infrastructure_hosts
storage-infra_hosts: *infrastructure_hosts
storage_hosts: *infrastructure_hosts
image_hosts: *infrastructure_hosts
compute-infra_hosts: *infrastructure_hosts
orchestration_hosts: *infrastructure_hosts
dashboard_hosts: *infrastructure_hosts
network_hosts: *infrastructure_hosts
# Elastic-Stack
kibana_hosts: &elk_hosts
elk1:
ip: 10.4.70.59
elk2:
ip: 10.4.70.31
elk3:
ip: 10.4.70.67
elastic-logstash_hosts: *elk_hosts
apm-server_hosts: *elk_hosts
# nova hypervisors
compute_hosts: &compute_hosts
lsn-d5509:
ip: 10.4.69.10
lsn-d6125:
ip: 10.4.69.11
lsn-d6334:
ip: 10.4.69.12
lsn-d6116:
ip: 10.4.69.13
lsn-d5497:
ip: 10.4.69.14
lsn-d5640:
ip: 10.4.69.15
ceph-osd_hosts: *compute_hosts