update ceph-common to 10.2.11-0ubuntu0.16.04.2
[yaml_builds.git] / site_type / sriov / airship-treasuremap / site / airship-seaworthy / software / charts / ucp / drydock / maas.yaml
1 ---
2 # This file defines site-specific deviations for MaaS.
3 schema: armada/Chart/v1
4 metadata:
5   schema: metadata/Document/v1
6   name: ucp-maas
7   layeringDefinition:
8     abstract: false
9     layer: site
10     parentSelector:
11       name: ucp-maas-global
12     actions:
13       - method: replace
14         path: .values.conf.maas.proxy
15       - method: merge
16         path: .
17   storagePolicy: cleartext
18 data:
19   values:
20     conf:
21       maas:
22         images:
23           default_os: 'ubuntu'
24           default_image: 'xenial'
25           default_kernel: 'hwe-16.04'
26         proxy:
27           # Whether deploying nodes should use MaaS region as an APT proxy.
28           proxy_enabled: false
29           # NEWSITE-CHANGEME: Whether MaaS region should utilize an external proxy
30           # for accessing repos. Set to 'true' if your environment needs a proxy
31           # to get to the upstream package mirrors, and false otherwise.
32           peer_proxy_enabled: false
33           # NEWSITE-CHANGEME: If your site requires a proxy to reach upstream
34           # package mirrors, enter the proxy information here. Otherwise, comment
35           # out this line.
36           # proxy_server: http://proxy.example.com:8080
37 ...