You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/configuration/ci-cd.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ Runner Deployment
220
220
In this example we have two runners, one for production and one for staging and will both be deployed on the same host.
221
221
This might not be possible for all deployments as multiple environments may require different runners as no single runner can serve all environments.
222
222
Note a GitLab runner can run multiple jobs concurrently so deploying a single runner per environment is recommended.
223
-
223
+
224
224
.. code-block:: yaml
225
225
226
226
---
@@ -357,7 +357,7 @@ GitLab Pipelines
357
357
1. Edit :code:`${KAYOBE_CONFIG_PATH}/inventory/group_vars/gitlab-writer/writer.yml` in the base configuration making the appropriate changes to your deployments specific needs. See documentation for `stackhpc.kayobe_workflows.gitlab <https://github.com/stackhpc/ansible-collection-kayobe-workflows/tree/main/roles/gitlab>`__.
358
358
Following the instructions in the documentation will allow you to customise the workflows to fit within your deployment.
359
359
For example disabling jobs that might not be relevant such as physical network configuration or overcloud host provision in clouds where this is absent.
360
-
Also consider the impact runbooks might have as the runbooks are designed with a particular cloud in mind and may not be suitable for all deployments such as hyperconverged deployments with Ceph on hypervisors.
360
+
Also consider the impact runbooks might have as the runbooks are designed with a particular cloud in mind and may not be suitable for all deployments such as hyperconverged deployments with Ceph on hypervisors.
361
361
362
362
2. Run :code:`kayobe playbook run ${KAYOBE_CONFIG_PATH}/ansible/write-gitlab-pipelines.yml`
0 commit comments