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 / promenade / promenade.yaml
1 ---
2 # The purpose of this file is to provide site-specific parameters for the ucp-
3 # promenade chart.
4 schema: armada/Chart/v1
5 metadata:
6   schema: metadata/Document/v1
7   name: ucp-promenade
8   layeringDefinition:
9     abstract: false
10     layer: site
11     parentSelector:
12       name: ucp-promenade-global
13     actions:
14       - method: merge
15         path: .
16   storagePolicy: cleartext
17 data:
18   values:
19     pod:
20       env:
21         promenade_api: []
22           # NEWSITE-CHANGEME: If your site uses an http proxy, enter it here.
23           # Otherwise comment out these lines.
24           # - name: http_proxy
25           #   value: http://proxy.example.com:8080
26           # NEWSITE-CHANGEME: If your site uses an https proxy, enter it here.
27           # Otherwise comment out these lines.
28           # - name: https_proxy
29           #   value: http://proxy.example.com:8080
30           # NEWSITE-CHANGEME: If your site uses an http/https proxy, enter the
31           # IPs / domain names which the proxy should not be used for (i.e. the
32           # cluster domain and kubernetes service_cidr defined in common-addresses)
33           # Otherwise comment out these lines.
34           # - name: no_proxy
35           #   value: 10.36.0.1,.cluster.local
36           # NEWSITE-CHANGEME: If your site uses an http proxy, enter it here.
37           # Otherwise comment out these lines.
38           # - name: HTTP_PROXY
39           #   value: http://proxy.example.com:8080
40           # NEWSITE-CHANGEME: If your site uses an https proxy, enter it here.
41           # Otherwise comment out these lines.
42           # - name: HTTPS_PROXY
43           #   value: http://proxy.example.com:8080
44           # NEWSITE-CHANGEME: If your site uses an http/https proxy, enter the
45           # IPs / domain names which the proxy should not be used for (i.e. the
46           # cluster domain and kubernetes service_cidr defined in common-addresses)
47           # Otherwise comment out these lines.
48           # - name: NO_PROXY
49           #   value: 10.36.0.1,.cluster.local
50 ...