support multiple sets of airship files
[yaml_builds.git] / site_type / sriov / airship-treasuremap / site / airship-seaworthy / software / charts / ucp / drydock / maas.yaml
diff --git a/site_type/sriov/airship-treasuremap/site/airship-seaworthy/software/charts/ucp/drydock/maas.yaml b/site_type/sriov/airship-treasuremap/site/airship-seaworthy/software/charts/ucp/drydock/maas.yaml
new file mode 100644 (file)
index 0000000..f0d2b32
--- /dev/null
@@ -0,0 +1,37 @@
+---
+# This file defines site-specific deviations for MaaS.
+schema: armada/Chart/v1
+metadata:
+  schema: metadata/Document/v1
+  name: ucp-maas
+  layeringDefinition:
+    abstract: false
+    layer: site
+    parentSelector:
+      name: ucp-maas-global
+    actions:
+      - method: replace
+        path: .values.conf.maas.proxy
+      - method: merge
+        path: .
+  storagePolicy: cleartext
+data:
+  values:
+    conf:
+      maas:
+        images:
+          default_os: 'ubuntu'
+          default_image: 'xenial'
+          default_kernel: 'hwe-16.04'
+        proxy:
+          # Whether deploying nodes should use MaaS region as an APT proxy.
+          proxy_enabled: false
+          # NEWSITE-CHANGEME: Whether MaaS region should utilize an external proxy
+          # for accessing repos. Set to 'true' if your environment needs a proxy
+          # to get to the upstream package mirrors, and false otherwise.
+          peer_proxy_enabled: false
+          # NEWSITE-CHANGEME: If your site requires a proxy to reach upstream
+          # package mirrors, enter the proxy information here. Otherwise, comment
+          # out this line.
+          # proxy_server: http://proxy.example.com:8080
+...