Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- workaround_ansible_issue_8743: yes
- enable_ironic: "no"
- kolla_base_distro: "ubuntu"
- openstack_release: "2024.1"
- kolla_internal_vip_address: "192.168.100.18"
- kolla_external_vip_address: "192.168.100.18"
- api_interface: "ens34"
- #tunnel_interface: "ens39"
- neutron_external_interface: "ens34"
- #neutron_plugin_agent: "openvswitch"
- neutron_plugin_agent: "ovn"
- kolla_enable_tls_backend: "no"
- enable_fluentd: "yes"
- enable_openstack_core: "yes"
- enable_cinder: "yes"
- #enable_neutron_provider_networks: "no"
- enable_neutron_provider_networks: "yes"
- enable_keystone: "yes"
- keystone_admin_password: "MY SUPER ESCRET PASSWORD"
- enable_neutron_ovn_agent: "yes"
- enable_glance: "yes"
- enable_nova: "yes"
- enable_nova_libvirt_container: "no"
- enable_neutron: "yes"
- enable_neutron_bgp_dragent: "yes"
- enable_heat: "yes"
- enable_swift: "yes"
- enable_magnum: "yes"
- enable_barbican: "yes"
- enable_manila: "yes"
- enable_designate: "yes"
- glance_backend_ceph: "yes"
- ceph_glance_user: "glance"
- ceph_glance_keyring: "client.glance.keyring"
- ceph_glance_pool_name: "images"
- ceph_cinder_user: "cinder"
- ceph_cinder_keyring: "client.cinder.keyring"
- ceph_cinder_pool_name: "volumes"
- ceph_cinder_backup_user: "cinder-backup"
- ceph_cinder_backup_keyring: "client.cinder-backup.keyring"
- ceph_cinder_backup_pool_name: "backups"
- ceph_nova_keyring: "client.nova.keyring"
- ceph_nova_user: "nova"
- ceph_nova_pool_name: "vms"
- enable_nova_novncproxy: "yes"
- cinder_backend_ceph: "yes"
- nova_backend_ceph: "yes"
- nova_compute_virt_type: "kvm"
- enable_nova_serialproxy: "yes"
- enable_nova_conductor: "yes"
- enable_nova_compute_ironic: "yes"
- neutron_ovn_distributed_fip: "yes"
- enable_mariadb: "yes"
- mariadb_singlenode: "yes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement