Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
vm_interface:
description: Default network interface name
type: string
default: ens3
default: enp3s0
vm_flavor:
description: Flavor for the all-in-one VM
type: string
Expand Down
8 changes: 5 additions & 3 deletions doc/source/operations/secret-rotation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,12 @@ Full method

kayobe overcloud service deploy

20. Manually update ``heat_domain_admin_password``
20. Manually update ``heat_domain_admin_password``, using the newly generated
OpenStack Admin credentials.

#. TODO: Instructions
This has not been tested yet
.. code:: bash

openstack user set --domain heat_user_domain --password <password> heat_domain_admin

21. Re-run Tempest to make sure everything has come back

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
# Configure SELinux to be disabled in all cases. This is a short term fix, we
# want RL9 hosts to be be permissive but our host images need to be rebuilt.
selinux_state: "disabled"