Skip to content

Commit 156c714

Browse files
committed
feat: add group definitions for gitlab runners and writers
1 parent 2a74bb5 commit 156c714

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

etc/kayobe/inventory/groups

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ overcloud
3838
[github-writer]
3939
localhost
4040

41+
[gitlab-runners]
42+
# Empty group to provide declaration of gitlab-runner group.
43+
44+
[gitlab-writer]
45+
localhost
46+
4147
###############################################################################
4248
# Overcloud groups.
4349

@@ -87,6 +93,7 @@ network
8793
monitoring
8894
storage
8995
compute
96+
infra-vms
9097

9198
[docker-registry:children]
9299
# Hosts in this group will have a Docker Registry deployed. This group should

0 commit comments

Comments
 (0)