summaryrefslogtreecommitdiffstats
path: root/site/intel-pod17/software/config/common-software-config.yaml
blob: 6d93f11daaa313736d4319e379a7e552a8e4c030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
# The purpose of this file is to define site-specific common software config
# paramters.
schema: pegleg/CommonSoftwareConfig/v1
metadata:
  schema: metadata/Document/v1
  name: common-software-config
  layeringDefinition:
    abstract: false
    layer: site
  storagePolicy: cleartext
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
...