Skip to content

Commit b509544

Browse files
authored
Adding required 'cloud_tags' for engagements (#58)
1 parent f5b5643 commit b509544

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
---
2+
13
destination_namespace: argo-cd
24
chart_path: "."
35
target_revision: HEAD
46
created_by: gitlab-argo-integration
5-
resource_prefix: gitlab-app
7+
resource_prefix: gitlab-app
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
---
2+
13
ansible_connection: local

translate-engagement-data/site.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
admin_user: "{{ ocp_admin_username }}"
3535
admin_password: "{{ ocp_admin_password }}"
3636
aws_region: "{{ hosting_environments[0].ocp_cloud_provider_region }}"
37+
customer_name: "{{ customer_name }}"
38+
customer_project: "{{ project_name }}"
39+
engagement_uuid: "{{ uuid }}"
3740
ocp4_installer_version: "{{ hosting_environments[0].ocp_version }}"
3841
ocp_ldap_sa_user: "{{ ocp_ldap_sa_username }}"
3942
ocp_ldap_sa_password: "{{ ocp_ldap_sa_password }}"

0 commit comments

Comments
 (0)