kayobe/dev/dev-vagrant.yml
Mark Goddard 1d9e8fc976 Separate the external network into external and public
Previously, the external network carried both public API traffic and
neutron external network traffic. In some cases is it useful to separate
these networks. The public network now carries the public API traffic,
leaving the external network to carry neutron external network traffic
alone. For backwards compatibility, the public network defaults to the
external network.
2017-08-29 13:12:47 +00:00

63 lines
1.7 KiB
YAML

---
# Development configuration for Kayobe on Vagrant.
# Configures a single controller with a single network (aio).
# No need to provide a different user for bootstrapping.
controller_bootstrap_user: vagrant
# Don't create any LVM groups.
controller_lvm_groups: []
# Use the overlay docker storage driver as it doesn't require LVM.
docker_storage_driver: overlay
# Use the vagrant user to access the controller via SSH.
kayobe_ansible_user: vagrant
# Set an interface name for LLDP discovery.
inspector_lldp_switch_port_interface_default: eth0
# Use the 4.0.2 release of kolla and kolla-ansible.
kolla_openstack_release: 4.0.2
# Kolla container image extensions.
kolla_build_blocks:
ironic_base_footer: |
# Install a more recent version of ironic-lib with a fix for
# https://bugs.launchpad.net/ironic/+bug/1673731.
RUN pip install -U --no-deps ironic-lib==2.7.0
# Kolla container image customisations.
kolla_build_customizations:
ironic_conductor_packages_append:
# e2fsprogs is required to create ext ephemeral filesystems.
- 'e2fsprogs'
# xfsprogs is required to create XFS ephemeral filesystems.
- 'xfsprogs'
# Disable swift.
kolla_enable_swift: False
# Map all networks to the all-in-one network.
oob_oc_net_name: aio
provision_oc_net_name: aio
oob_wl_net_name: aio
provision_wl_net_name: aio
internal_net_name: aio
public_net_name: aio
external_net_name: aio
storage_net_name: aio
storage_mgmt_net_name: aio
inspection_net_name: aio
# All-in-one network.
aio_cidr: 192.168.33.0/24
aio_allocation_pool_start: 192.168.33.3
aio_allocation_pool_end: 192.168.33.254
aio_vip_address: 192.168.33.2
# Controller interface on all-in-one network.
aio_interface: breth1
aio_bridge_ports:
- eth1