updated templates and scripts for Airship 1.3
[yaml_builds.git] / site_type / sriov-a13 / templates / software / charts / ucp / promenade / promenade.j2
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           - name: no_proxy
23             value: localhost,127.0.0.1,192.168.0.0/16,172.0.0.0/8,10.0.0.0/8
24           - name: NO_PROXY
25             value: localhost,127.0.0.1,192.168.0.0/16,172.0.0.0/8,10.0.0.0/8
26           # NEWSITE-CHANGEME: If your site uses an http proxy, enter it here.
27           # Otherwise comment out these lines.
28           # - name: http_proxy
29           #   value: 'http://proxy.example.com:8080'
30           # NEWSITE-CHANGEME: If your site uses an https proxy, enter it here.
31           # Otherwise comment out these lines.
32           # - name: https_proxy
33           #   value: 'http://proxy.example.com:8080'
34           # NEWSITE-CHANGEME: If your site uses an http/https proxy, enter the
35           # IPs / domain names which the proxy should not be used for (i.e. the
36           # cluster domain and kubernetes service_cidr defined in common-addresses)
37           # Otherwise comment out these lines.
38           # - name: no_proxy
39           #   value: '10.96.0.1,.cluster.local'
40           # NEWSITE-CHANGEME: If your site uses an http proxy, enter it here.
41           # Otherwise comment out these lines.
42           # - name: HTTP_PROXY
43           #   value: 'http://proxy.example.com:8080'
44           # NEWSITE-CHANGEME: If your site uses an https proxy, enter it here.
45           # Otherwise comment out these lines.
46           # - name: HTTPS_PROXY
47           #   value: 'http://proxy.example.com:8080'
48           # NEWSITE-CHANGEME: If your site uses an http/https proxy, enter the
49           # IPs / domain names which the proxy should not be used for (i.e. the
50           # cluster domain and kubernetes service_cidr defined in common-addresses)
51           # Otherwise comment out these lines.
52           # - name: NO_PROXY
53           #   value: '10.96.0.1,.cluster.local'
54 ...