@@ -340,6 +340,15 @@ Full procedure for one host
340340
341341 kayobe overcloud database recover
342342
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+
343352 After each controller has been migrated you may wish to perform some smoke testing, check for alerts and errors etc.
344353
345354Compute
@@ -430,6 +439,15 @@ Full procedure for one batch of hosts
430439
431440 kayobe overcloud service deploy -kl <hostname>
432441
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+
433451 If any VMs were powered off, they may now be powered back on.
434452
435453Wait for Prometheus alerts and errors in OpenSearch Dashboard to resolve, or
@@ -482,11 +500,11 @@ Full procedure for any storage host
482500
483501 .. code-block :: console
484502
485- kayobe overcloud host configure -l <hostname>
503+ kayobe overcloud host configure -l <hostname> -kl <hostname>
486504
487505 6. Make sure the cephadm public key is in ``authorized_keys `` for stack or
488506 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
490508 deploy playbook to copy the SSH key and install the cephadm binary.
491509
492510 .. code-block :: console
@@ -507,6 +525,21 @@ Full procedure for any storage host
507525 ceph -s
508526 ceph -w
509527
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+
510543 Seed
511544====
512545
@@ -615,6 +648,15 @@ Full procedure
615648
616649 14. Verify that Bifrost/Ironic is healthy.
617650
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+
618660 Seed hypervisor
619661===============
620662
0 commit comments