Skip to content

Commit 194c4b9

Browse files
authored
Merge pull request #860 from stackhpc/2023.1-zed-merge
2023.1: zed merge
2 parents 2b5c0f4 + 0c2d6fd commit 194c4b9

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
vm_interface:
3535
description: Default network interface name
3636
type: string
37-
default: ens3
37+
default: enp3s0
3838
vm_flavor:
3939
description: Flavor for the all-in-one VM
4040
type: string

doc/source/operations/secret-rotation.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,12 @@ Full method
370370
371371
kayobe overcloud service deploy
372372
373-
20. Manually update ``heat_domain_admin_password``
373+
20. Manually update ``heat_domain_admin_password``, using the newly generated
374+
OpenStack Admin credentials.
374375

375-
#. TODO: Instructions
376-
This has not been tested yet
376+
.. code:: bash
377+
378+
openstack user set --domain heat_user_domain --password <password> heat_domain_admin
377379
378380
21. Re-run Tempest to make sure everything has come back
379381

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
# Configure SELinux to be disabled in all cases. This is a short term fix, we
3+
# want RL9 hosts to be be permissive but our host images need to be rebuilt.
4+
selinux_state: "disabled"

0 commit comments

Comments
 (0)