summaryrefslogtreecommitdiffstats
path: root/site/intel-pod15/software/config/common-software-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'site/intel-pod15/software/config/common-software-config.yaml')
-rw-r--r--site/intel-pod15/software/config/common-software-config.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/site/intel-pod15/software/config/common-software-config.yaml b/site/intel-pod15/software/config/common-software-config.yaml
new file mode 100644
index 0000000..b85499b
--- /dev/null
+++ b/site/intel-pod15/software/config/common-software-config.yaml
@@ -0,0 +1,16 @@
+---
+# 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-pod15
+...