Skip to content

Commit a7a0a86

Browse files
authored
Merge branch 'stackhpc/2024.1' into conf/update_nova
2 parents cbfd6f1 + 983c03e commit a7a0a86

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.github/workflows/stackhpc-multinode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ name: Multinode
5252
terraform_kayobe_multinode_version:
5353
description: terraform-kayobe-multinode version
5454
type: string
55-
default: main
55+
default: stackhpc/2024.1
5656
jobs:
5757
multinode:
5858
name: Multinode

doc/source/operations/bifrost-hardware-inventory-management.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ The ADVise tool assumes that hardware introspection data has already been gather
191191
The ``extra-hardware`` disk builder element enabled when building the IPA image for the required data to be available.
192192

193193
To build ipa image with extra-hardware you need to edit ``ipa.yml`` and add this:
194+
194195
.. code-block:: console
195196
196197
# Whether to build IPA images from source.

doc/source/operations/gpu-in-openstack.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,13 @@ configuration or trigger the playbook manually:
6565
6666
kayobe overcloud host configure --limit compute_a100,compute_v100,compute_multi_gpu
6767
# OR
68-
kayobe playbook run --playbook $KAYOBE_CONFIG_PATH/ansible/pci-passthrough.yml --limit compute_a100,compute_v100,compute_multi_gpu
68+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pci-passthrough.yml --limit compute_a100,compute_v100,compute_multi_gpu
6969
7070
The playbook will apply the necessary configuraion and reboot the hosts if
7171
required.
7272

7373
Once host configuration is complete, deploy Nova:
74+
7475
.. code-block:: console
7576
7677
kayobe overcloud service deploy -kt nova

etc/kayobe/stackhpc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@ stackhpc_repo_elrepo_9_version: "{{ stackhpc_repo_distribution }}"
172172

173173
# Kolla source repository.
174174
stackhpc_kolla_source_url: "https://github.com/stackhpc/kolla"
175-
stackhpc_kolla_source_version: stackhpc/18.8.0.4
175+
stackhpc_kolla_source_version: stackhpc/18.8.0.5
176176

177177
# Kolla Ansible source repository.
178178
stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible"
179-
stackhpc_kolla_ansible_source_version: stackhpc/18.8.0.5
179+
stackhpc_kolla_ansible_source_version: stackhpc/18.8.0.7
180180

181181
###############################################################################
182182
# Container image registry

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/16.8.0.4
1+
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/16.8.0.5
22
ansible-modules-hashivault>=5.2.1
33
jmespath

0 commit comments

Comments
 (0)