diff options
Diffstat (limited to 'site/intel-pod17/software/config')
-rw-r--r-- | site/intel-pod17/software/config/common-software-config.yaml | 3 | ||||
-rw-r--r-- | site/intel-pod17/software/config/corridor.yaml | 26 |
2 files changed, 29 insertions, 0 deletions
diff --git a/site/intel-pod17/software/config/common-software-config.yaml b/site/intel-pod17/software/config/common-software-config.yaml index 6122372..6d93f11 100644 --- a/site/intel-pod17/software/config/common-software-config.yaml +++ b/site/intel-pod17/software/config/common-software-config.yaml @@ -13,4 +13,7 @@ data: osh: # NEWSITE-CHANGEME: Replace with the site name region_name: intel-pod17 + location: + # NEWSITE-CHANGEME: Replace with the site's corridor (c1 - Dev, c2 - IST, c3 - SIL, prod - PROD) + location_corridor: c17 ... diff --git a/site/intel-pod17/software/config/corridor.yaml b/site/intel-pod17/software/config/corridor.yaml new file mode 100644 index 0000000..f31186a --- /dev/null +++ b/site/intel-pod17/software/config/corridor.yaml @@ -0,0 +1,26 @@ +--- +schema: nc/CorridorConfig/v1 +metadata: + schema: metadata/Document/v1 + name: corridor-config + layeringDefinition: + abstract: false + layer: site + parentSelector: + corridor: '1' + region: 'global' + actions: + - method: merge + path: . + storagePolicy: cleartext +data: + corridor: 'c17' + infrastructure: + dns: + upstream_servers: + - 10.10.170.20 + - 10.10.171.20 + # Repeat the same values as above, but formatted as a common separated + # string + upstream_servers_joined: 10.10.170.20, 10.10.171.20 +... |