Skip to content

Support OpenStack Epoxy multinode #1724

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/kayobe/cephadm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cephadm_ceph_release: "squid"
cephadm_image: "{{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/ceph:{{ cephadm_image_tag }}"

# Ceph container image tag.
cephadm_image_tag: "v19.2.1"
cephadm_image_tag: "v19.2.2"

# HAProxy container image.
cephadm_haproxy_image: "{{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/haproxy:{{ cephadm_haproxy_image_tag }}"
Expand Down
7 changes: 7 additions & 0 deletions etc/kayobe/environments/ci-multinode/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ kolla_enable_tls_backend: "yes"
# Enable RabbitMQ TLS
rabbitmq_enable_tls: "yes"

# Disable database TLS
database_enable_tls_internal: false
database_enable_tls_backend: false

############################################################################
# Most development environments will use nested virtualisation, and we can't
# guarantee that nested KVM support is available. Use QEMU as a lowest common
Expand Down Expand Up @@ -67,3 +71,6 @@ designate_forwarders_addresses: "1.1.1.1; 8.8.8.8"
# Open up ports in firewalld for services on the public API network.
enable_external_api_firewalld: true
external_api_firewalld_zone: "{{ public_net_name | net_zone }}"

# Test cinder cluster
cinder_cluster_name: "stackhpc_test_cinder_cluster"
2 changes: 1 addition & 1 deletion etc/kayobe/stackhpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ stackhpc_kolla_source_version: stackhpc/20.1.0.3

# Kolla Ansible source repository.
stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible"
stackhpc_kolla_ansible_source_version: stackhpc/20.1.0.2
stackhpc_kolla_ansible_source_version: stackhpc/20.1.0.4

###############################################################################
# Container image registry
Expand Down
Loading