File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
environments/ci-multinode/kolla Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
collections :
3
3
- name : stackhpc.cephadm
4
- version : 1.19.1
4
+ version : 1.19.3
5
5
# NOTE: Pinning pulp.squeezer to 0.0.13 because 0.0.14+ depends on the
6
6
# pulp_glue Python library being installed.
7
7
- name : pulp.squeezer
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cephadm_ceph_release: "squid"
12
12
cephadm_image : " {{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/ceph:{{ cephadm_image_tag }}"
13
13
14
14
# Ceph container image tag.
15
- cephadm_image_tag : " v19.2.1 "
15
+ cephadm_image_tag : " v19.2.2 "
16
16
17
17
# HAProxy container image.
18
18
cephadm_haproxy_image : " {{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/haproxy:{{ cephadm_haproxy_image_tag }}"
Original file line number Diff line number Diff line change @@ -67,3 +67,6 @@ designate_forwarders_addresses: "1.1.1.1; 8.8.8.8"
67
67
# Open up ports in firewalld for services on the public API network.
68
68
enable_external_api_firewalld : true
69
69
external_api_firewalld_zone : " {{ public_net_name | net_zone }}"
70
+
71
+ #
72
+ cinder_cluster_name : " stackhpc_test_cinder_cluster"
You can’t perform that action at this time.
0 commit comments