File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ # Configuration of GitLab runners using riemers.gitlab-runner should go here.
3
+ # See documentation for more information
4
+ # https://github.com/riemers/ansible-gitlab-runner
5
+ # https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-2024.1/configuration/ci-cd.html
6
+
7
+ # ##############################################################################
8
+ # Dummy variable to allow Ansible to accept this file.
9
+ workaround_ansible_issue_8743 : yes
Original file line number Diff line number Diff line change
1
+ ---
2
+ # Configuration of GitLab pipelines generated with stackhpc.kayobe_workflows.gitlab should go here.
3
+ # See documentation for more information
4
+ # https://github.com/stackhpc/ansible-collection-kayobe-workflows/blob/main/roles/gitlab/README.md
5
+
6
+ # ##############################################################################
7
+ # Dummy variable to allow Ansible to accept this file.
8
+ workaround_ansible_issue_8743 : yes
Original file line number Diff line number Diff line change @@ -38,6 +38,12 @@ overcloud
38
38
[github-writer]
39
39
localhost
40
40
41
+ [gitlab-runners]
42
+ # Empty group to provide declaration of gitlab-runner group.
43
+
44
+ [gitlab-writer]
45
+ localhost
46
+
41
47
###############################################################################
42
48
# Overcloud groups.
43
49
@@ -87,6 +93,7 @@ network
87
93
monitoring
88
94
storage
89
95
compute
96
+ infra-vms
90
97
91
98
[docker-registry:children]
92
99
# Hosts in this group will have a Docker Registry deployed. This group should
You can’t perform that action at this time.
0 commit comments