Skip to content

Instantly share code, notes, and snippets.

@changsijay
Created December 1, 2020 07:33
Show Gist options
  • Save changsijay/a39d84c70ccdfbb88d9d109169cb086d to your computer and use it in GitHub Desktop.
Save changsijay/a39d84c70ccdfbb88d9d109169cb086d to your computer and use it in GitHub Desktop.
kolla
---
kolla_base_distro: "ubuntu"
kolla_install_type: "binary"
openstack_release: "victoria"
kolla_internal_vip_address: "192.168.1.110"
network_interface: "eno1"
neutron_external_interface: "enx00e04c88eb16"
kolla_enable_tls_internal: "no"
kolla_enable_tls_external: "no"
kolla_external_fqdn_cert: "/data/docker_data/certbot/conf/live/changsijay.com/cert.pem"
kolla_copy_ca_into_containers: "no"
openstack_cacert: "/etc/ssl/certs/ca-certificates.crt"
kolla_enable_tls_backend: "no"
kolla_verify_tls_backend: "no"
enable_haproxy: "no"
enable_central_logging: "yes"
enable_cinder: "yes"
enable_cinder_backend_lvm: "yes"
enable_elasticsearch: "{{ 'yes' if enable_central_logging | bool or enable_osprofiler | bool or enable_skydive | bool or enable_monasca | bool else 'no' }}"
enable_elasticsearch_curator: "yes"
enable_kibana: "{{ 'yes' if enable_central_logging | bool or enable_monasca | bool else 'no' }}"
enable_magnum: "yes"
enable_neutron_provider_networks: "yes"
enable_swift: "yes"
enable_swift_s3api: "yes"
glance_backend_file: "yes"
glance_backend_swift: "no"
cinder_volume_group: "cinder-volumes"
swift_devices_name: "KOLLA_SWIFT_DATA"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment