File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
etc/kayobe/environments/ci-aio/inventory/group_vars/controllers Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments