File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
doc/source/contributor/environments
environments/ci-multinode Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ Create a cluster:
242
242
243
243
.. code-block :: bash
244
244
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
246
246
247
247
This command will take a while to complete. You can monitor the progress with
248
248
the following command:
Original file line number Diff line number Diff line change 1
1
---
2
2
collections :
3
3
- name : stackhpc.cephadm
4
- version : 1.12.2
4
+ version : 1.13.1
5
5
- name : stackhpc.pulp
6
6
version : 0.4.1
7
7
roles :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ seed_bootstrap_user: "{{ os_distribution if os_distribution == 'ubuntu' else 'cl
3
3
seed_lvm_groups :
4
4
- " {{ stackhpc_lvm_group_rootvg }}"
5
5
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 []) }}"
7
7
8
8
# Seed has been provided an external interface
9
9
# for tempest tests and SSH access to machines.
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ seed_pulp_container:
106
106
image : pulp/pulp
107
107
pre : " {{ kayobe_config_path }}/containers/pulp/pre.yml"
108
108
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 ' }}"
110
110
network_mode : host
111
111
# Override deploy_containers_defaults.init == true to ensure
112
112
# s6-overlay-suexec starts as pid 1
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - Upgrades Pulp from ``3.22`` to ``3.23``.
You can’t perform that action at this time.
0 commit comments