diff options
author | Roy Tang <roy.s.tang@att.com> | 2019-09-11 20:05:46 +0000 |
---|---|---|
committer | Roy Tang <roy.s.tang@att.com> | 2019-09-11 20:07:34 +0000 |
commit | 1d5a278039e92e3d35627c2f5cd4f5db954fa03a (patch) | |
tree | 35650bdc006318bdd96569c7f8e12bc52d40efc4 /site/intel-pod18/software/config | |
parent | d6a1469eaf3764b1c379c330b50e54dd21509e41 (diff) |
Create initial set of site artifacts for pod18
Change-Id: If297227865597354c85467b918405cf5cf170355
Signed-off-by: Roy Tang <roy.s.tang@att.com>
Diffstat (limited to 'site/intel-pod18/software/config')
-rw-r--r-- | site/intel-pod18/software/config/common-software-config.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/site/intel-pod18/software/config/common-software-config.yaml b/site/intel-pod18/software/config/common-software-config.yaml new file mode 100644 index 0000000..b9f035f --- /dev/null +++ b/site/intel-pod18/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-pod18 +... |