keymaster.conf File Not Found in swift_proxy_server container

Bug #1944399 reported by Utian Ayuba
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla-ansible
New
Undecided
Unassigned

Bug Description

The keymaster.conf file not found in the swift_proxy_server container.

I expected the keymaster.conf file successfully copied into the container as proxy-server.conf file from the /etc/kolla/config/swift/ directory

Environment:
OS: CentOS Stream 8
Kernel: 4.18.0-310.el8.x86_64
Docker version: 20.10.8
Kolla-Ansible version: stable/wallaby
Docker image Install type: source
Docker image distribution: centos
Images from Docker Hub

globals.yml:

kolla_install_type: "source"
kolla_internal_vip_address: "10.10.10.10"
network_interface: "enp1s0"
neutron_external_interface: "enp2s0"
neutron_plugin_agent: "ovn"
kolla_enable_tls_internal: "yes"
kolla_internal_fqdn_cert: "{{ kolla_certificates_dir }}/haproxy.pem"
kolla_admin_openrc_cacert: "{{ kolla_certificates_dir }}/ca/root.crt"
kolla_copy_ca_into_containers: "yes"
haproxy_backend_cacert: "root.crt"
haproxy_backend_cacert_dir: "/data"
kolla_enable_tls_backend: "yes"
kolla_verify_tls_backend: "no"
enable_barbican: "yes"
enable_ceilometer: "yes"
enable_chrony: "yes"
enable_cinder: "yes"
enable_cinder_backup: "yes"
enable_fluentd: "no"
enable_gnocchi: "yes"
enable_gnocchi_statsd: "yes"
enable_neutron_vpnaas: "yes"
enable_neutron_agent_ha: "yes"
enable_neutron_provider_networks: "yes"
enable_octavia: "yes"
enable_swift: "yes"
enable_swift_s3api: "yes"
enable_trove: "yes"
external_ceph_cephx_enabled: "yes"
ceph_glance_keyring: "ceph.client.glance.keyring"
ceph_glance_user: "glance"
ceph_glance_pool_name: "images"
ceph_cinder_keyring: "ceph.client.cinder.keyring"
ceph_cinder_user: "cinder"
ceph_cinder_pool_name: "volumes"
ceph_cinder_backup_keyring: "ceph.client.cinder-backup.keyring"
ceph_cinder_backup_user: "cinder-backup"
ceph_cinder_backup_pool_name: "backups"
ceph_nova_keyring: "{{ ceph_cinder_keyring }}"
ceph_nova_user: "nova"
ceph_nova_pool_name: "vms"
ceph_gnocchi_keyring: "ceph.client.gnocchi.keyring"
ceph_gnocchi_user: "gnocchi"
ceph_gnocchi_pool_name: "gnocchi"
glance_backend_ceph: "yes"
glance_backend_file: "no"
#barbican_crypto_plugin: "p11_crypto"
gnocchi_backend_storage: ceph
cinder_backend_ceph: "yes"
default_extra_volumes:
          - "/data:/data"
openstack_cacert: "/data/root.crt"
octavia_certs_country: US
octavia_certs_state: NM
octavia_certs_organization: ECCU525
octavia_certs_organizational_unit: Lab
octavia_network_interface: o-hm0

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.