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 34
34
vm_interface :
35
35
description : Default network interface name
36
36
type : string
37
- default : ens3
37
+ default : enp3s0
38
38
vm_flavor :
39
39
description : Flavor for the all-in-one VM
40
40
type : string
Original file line number Diff line number Diff line change @@ -370,10 +370,12 @@ Full method
370
370
371
371
kayobe overcloud service deploy
372
372
373
- 20. Manually update ``heat_domain_admin_password ``
373
+ 20. Manually update ``heat_domain_admin_password ``, using the newly generated
374
+ OpenStack Admin credentials.
374
375
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
377
379
378
380
21. Re-run Tempest to make sure everything has come back
379
381
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