Skip to content

Commit 651bc7f

Browse files
authored
Merge pull request #505 from stackhpc/yoga-xena-merge
yoga: xena merge
2 parents 157c52b + 1b89e26 commit 651bc7f

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

doc/source/contributor/environments/ci-multinode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Create a cluster:
242242

243243
.. code-block:: bash
244244
245-
openstack coe cluster create --keypair id_rsa --master-count 1 --node-count 1 --floating-ip-enabled test-cluster
245+
openstack coe cluster create --cluster-template test-template --keypair id_rsa --master-count 1 --node-count 1 --floating-ip-enabled test-cluster
246246
247247
This command will take a while to complete. You can monitor the progress with
248248
the following command:

etc/kayobe/ansible/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
collections:
33
- name: stackhpc.cephadm
4-
version: 1.12.2
4+
version: 1.13.1
55
- name: stackhpc.pulp
66
version: 0.4.1
77
roles:

etc/kayobe/environments/ci-multinode/seed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ seed_bootstrap_user: "{{ os_distribution if os_distribution == 'ubuntu' else 'cl
33
seed_lvm_groups:
44
- "{{ stackhpc_lvm_group_rootvg }}"
55

6-
seed_extra_network_interfaces: "{{ seed_extra_network_interfaces_external + seed_extra_network_interfaces_manila if (kolla_enable_manila | bool and kolla_enable_manila_backend_cephfs_native | bool) else [] }}"
6+
seed_extra_network_interfaces: "{{ seed_extra_network_interfaces_external + (seed_extra_network_interfaces_manila if (kolla_enable_manila | bool and kolla_enable_manila_backend_cephfs_native | bool) else []) }}"
77

88
# Seed has been provided an external interface
99
# for tempest tests and SSH access to machines.

etc/kayobe/seed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ seed_pulp_container:
106106
image: pulp/pulp
107107
pre: "{{ kayobe_config_path }}/containers/pulp/pre.yml"
108108
post: "{{ kayobe_config_path }}/containers/pulp/post.yml"
109-
tag: "{{ '3.22-https' if pulp_enable_tls | bool else '3.22' }}"
109+
tag: "{{ '3.23-https' if pulp_enable_tls | bool else '3.23' }}"
110110
network_mode: host
111111
# Override deploy_containers_defaults.init == true to ensure
112112
# s6-overlay-suexec starts as pid 1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
features:
3+
- Upgrades Pulp from ``3.22`` to ``3.23``.

0 commit comments

Comments
 (0)