Skip to content

Commit 3a3f4e3

Browse files
committed
fix: move workflows heading
1 parent 477e700 commit 3a3f4e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/configuration/ci-cd.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Currently we support the creation and deployment of workflows for GitHub with Gi
2020
Kayobe Automation
2121
-----------------
2222

23-
Workflows
24-
---------
25-
2623
`Kayobe automation <https://github.com/stackhpc/kayobe-automation/>`__ is a collection of scripts and tools that automate kayobe operations.
2724
It is deployed and controlled by CI/CD platforms such as GitHub actions and GitLab pipelines.
2825
Kayobe automation provides users with an easy process to perform tasks such as: overcloud service deploy, config-diff, tempest testing, and many more.
2926
With it being integrated into platforms such as GitHub or GitLab it builds a close relationship between the contents of the deployments kayobe configuration and what is currently deployed.
3027
This is because operations such as opening a pull request will trigger a config diff to be generated providing insight on what impact it might have on services or a tempest test that could be scheduled to run daily providing knowledge of faults earlier than before.
3128

29+
Workflows
30+
---------
31+
3232
Kayobe automation has been designed to be independent of any CI/CD platform with all tasks running inside of a purpose built Kayobe container.
3333
However, platform specific workflows need to be deployed to bridge the gap between the contents of Kayobe Automation and these CI/CD platforms.
3434
Workflows are templated for each Kayobe configuration repository, ensuring appropriate workflow input parameters are defined, and any necessary customisations can be applied.

0 commit comments

Comments
 (0)