@@ -340,6 +340,15 @@ Full procedure for one host
340
340
341
341
kayobe overcloud database recover
342
342
343
+ 13. If you are using Wazuh, you will need to deploy the agent again.
344
+ Note that CIS benchmarks do not run on RL9 out-the-box. See
345
+ `our Wazuh docs <https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-yoga/configuration/wazuh.html#custom-sca-policies-optional >`__
346
+ for details.
347
+
348
+ .. code-block :: console
349
+
350
+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/wazuh-agent.yml -l <hostname>
351
+
343
352
After each controller has been migrated you may wish to perform some smoke testing, check for alerts and errors etc.
344
353
345
354
Compute
@@ -430,6 +439,15 @@ Full procedure for one batch of hosts
430
439
431
440
kayobe overcloud service deploy -kl <hostname>
432
441
442
+ 8. If you are using Wazuh, you will need to deploy the agent again.
443
+ Note that CIS benchmarks do not run on RL9 out-the-box. See
444
+ `our Wazuh docs <https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-yoga/configuration/wazuh.html#custom-sca-policies-optional >`__
445
+ for details.
446
+
447
+ .. code-block :: console
448
+
449
+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/wazuh-agent.yml -l <hostname>
450
+
433
451
If any VMs were powered off, they may now be powered back on.
434
452
435
453
Wait for Prometheus alerts and errors in OpenSearch Dashboard to resolve, or
@@ -482,11 +500,11 @@ Full procedure for any storage host
482
500
483
501
.. code-block :: console
484
502
485
- kayobe overcloud host configure -l <hostname>
503
+ kayobe overcloud host configure -l <hostname> -kl <hostname>
486
504
487
505
6. Make sure the cephadm public key is in ``authorized_keys `` for stack or
488
506
root user - depends on your setup. For example, your SSH key may
489
- already be defined in ``users.yml `` . If in doubt, run the cephadm
507
+ already be defined in ``users.yml ``. If in doubt, run the cephadm
490
508
deploy playbook to copy the SSH key and install the cephadm binary.
491
509
492
510
.. code-block :: console
@@ -507,6 +525,21 @@ Full procedure for any storage host
507
525
ceph -s
508
526
ceph -w
509
527
528
+ 9. Deploy any services that are required, such as Prometheus exporters.
529
+
530
+ .. code-block :: console
531
+
532
+ kayobe overcloud service deploy -kl <hostname>
533
+
534
+ 10. If you are using Wazuh, you will need to deploy the agent again.
535
+ Note that CIS benchmarks do not run on RL9 out-the-box. See
536
+ `our Wazuh docs <https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-yoga/configuration/wazuh.html#custom-sca-policies-optional >`__
537
+ for details.
538
+
539
+ .. code-block :: console
540
+
541
+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/wazuh-agent.yml -l <hostname>
542
+
510
543
Seed
511
544
====
512
545
@@ -615,6 +648,15 @@ Full procedure
615
648
616
649
14. Verify that Bifrost/Ironic is healthy.
617
650
651
+ 15. If you are using Wazuh, you will need to deploy the agent again.
652
+ Note that CIS benchmarks do not run on RL9 out-the-box. See
653
+ `our Wazuh docs <https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-yoga/configuration/wazuh.html#custom-sca-policies-optional >`__
654
+ for details.
655
+
656
+ .. code-block :: console
657
+
658
+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/wazuh-agent.yml -l <hostname>
659
+
618
660
Seed hypervisor
619
661
===============
620
662
0 commit comments