Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anastasios Lisgaras
GitHubHistory
Commits
4232ec52
Commit
4232ec52
authored
Feb 03, 2016
by
Paschalis Korosoglou
Browse files
ARGO-242 Fix typo in customer template
parent
e47eb1c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/consumer/defaults/main.yml
View file @
4232ec52
...
...
@@ -21,7 +21,7 @@ tenants:
TopoType
:
"
GOCDB"
TopoFeed
:
"
https://goc.example.com/gocdbpi/"
TopoFetchType
:
"
Sites"
TopoSelectGroup
o
fEndpoints
:
"
Production:Y,
Monitored:Y,
Scope:TenantA"
TopoSelectGroup
O
fEndpoints
:
"
Production:Y,
Monitored:Y,
Scope:TenantA"
TopoSelectGroupOfGroups
:
"
Certification:Certified,
Infrastructure:Production,
Scope:TenantA"
DowntimesFeed
:
"
https://goc.example.com/gocdbpi/"
-
name
:
"
JOB_TenantA_PART"
...
...
@@ -30,7 +30,7 @@ tenants:
TopoType
:
"
GOCDB"
TopoFeed
:
"
https://goc.example.com/gocdbpi/"
TopoFetchType
:
"
Sites"
TopoSelectGroup
o
fEndpoints
:
"
Production:Y,
Monitored:Y,
Scope:TenantA"
TopoSelectGroup
O
fEndpoints
:
"
Production:Y,
Monitored:Y,
Scope:TenantA"
TopoSelectGroupOfGroups
:
"
Certification:Candidate,
Infrastructure:Production,
Scope:TenantA"
DowntimesFeed
:
"
https://goc.example.com/gocdbpi/"
TenantB
:
...
...
@@ -47,7 +47,7 @@ tenants:
TopoType
:
"
GOCDB"
TopoFeed
:
"
https://goc.example.com/gocdbpi/"
TopoFetchType
:
"
ServiceGroups"
TopoSelectGroup
o
fEndpoints
:
"
Production:Y,
Monitored:Y,
Scope:TenantB"
TopoSelectGroup
O
fEndpoints
:
"
Production:Y,
Monitored:Y,
Scope:TenantB"
TopoSelectGroupOfGroups
:
"
Certification:Candidate,
Infrastructure:Production,
Scope:TenantB"
DowntimesFeed
:
"
https://goc.example.com/gocdbpi/"
...
...
roles/consumer/templates/customer.conf.j2
View file @
4232ec52
...
...
@@ -13,7 +13,7 @@ Profiles = {{job.Profiles}}
TopoType = {{job.TopoType}}
TopoFeed = {{job.TopoFeed}}
TopoFetchType = {{job.TopoFetchType}}
TopoSelectGroup
o
fEndpoints = {{job.TopoSelectGroup
o
fEndpoints}}
TopoSelectGroup
O
fEndpoints = {{job.TopoSelectGroup
O
fEndpoints}}
TopoSelectGroupOfGroups = {{job.TopoSelectGroupOfGroups}}
DowntimesFeed = {{job.DowntimesFeed}}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment