X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=site_type%2Fsriov-a13%2Ftemplates%2Fsoftware%2Fcharts%2Fucp%2Fpromenade%2Fpromenade.j2;fp=site_type%2Fsriov%2Fairship-treasuremap%2Fsite%2Fairship-seaworthy%2Fsoftware%2Fcharts%2Fucp%2Fpromenade%2Fpromenade.yaml;h=82848a0aae267618f45e05f4d7c2149de214664a;hb=fbb206730195c6f03ded7658d08f1ef708ebf88b;hp=543083d2839ca447d7b3cbf8419c16e28bf9bf8b;hpb=3395a537e26721ec33a80f66686ca932f9328722;p=yaml_builds.git diff --git a/site_type/sriov/airship-treasuremap/site/airship-seaworthy/software/charts/ucp/promenade/promenade.yaml b/site_type/sriov-a13/templates/software/charts/ucp/promenade/promenade.j2 similarity index 75% rename from site_type/sriov/airship-treasuremap/site/airship-seaworthy/software/charts/ucp/promenade/promenade.yaml rename to site_type/sriov-a13/templates/software/charts/ucp/promenade/promenade.j2 index 543083d..82848a0 100644 --- a/site_type/sriov/airship-treasuremap/site/airship-seaworthy/software/charts/ucp/promenade/promenade.yaml +++ b/site_type/sriov-a13/templates/software/charts/ucp/promenade/promenade.j2 @@ -18,33 +18,37 @@ data: values: pod: env: - promenade_api: [] + promenade_api: + - name: no_proxy + value: localhost,127.0.0.1,192.168.0.0/16,172.0.0.0/8,10.0.0.0/8 + - name: NO_PROXY + value: localhost,127.0.0.1,192.168.0.0/16,172.0.0.0/8,10.0.0.0/8 # NEWSITE-CHANGEME: If your site uses an http proxy, enter it here. # Otherwise comment out these lines. # - name: http_proxy - # value: http://proxy.example.com:8080 + # value: 'http://proxy.example.com:8080' # NEWSITE-CHANGEME: If your site uses an https proxy, enter it here. # Otherwise comment out these lines. # - name: https_proxy - # value: http://proxy.example.com:8080 + # value: 'http://proxy.example.com:8080' # NEWSITE-CHANGEME: If your site uses an http/https proxy, enter the # IPs / domain names which the proxy should not be used for (i.e. the # cluster domain and kubernetes service_cidr defined in common-addresses) # Otherwise comment out these lines. # - name: no_proxy - # value: 10.36.0.1,.cluster.local + # value: '10.96.0.1,.cluster.local' # NEWSITE-CHANGEME: If your site uses an http proxy, enter it here. # Otherwise comment out these lines. # - name: HTTP_PROXY - # value: http://proxy.example.com:8080 + # value: 'http://proxy.example.com:8080' # NEWSITE-CHANGEME: If your site uses an https proxy, enter it here. # Otherwise comment out these lines. # - name: HTTPS_PROXY - # value: http://proxy.example.com:8080 + # value: 'http://proxy.example.com:8080' # NEWSITE-CHANGEME: If your site uses an http/https proxy, enter the # IPs / domain names which the proxy should not be used for (i.e. the # cluster domain and kubernetes service_cidr defined in common-addresses) # Otherwise comment out these lines. # - name: NO_PROXY - # value: 10.36.0.1,.cluster.local + # value: '10.96.0.1,.cluster.local' ...