X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=site_type%2Fovsdpdk%2Fairship-treasuremap%2Fsite%2Fairship-seaworthy%2Fsoftware%2Fcharts%2Fucp%2Fpromenade%2Fpromenade.yaml;fp=site_type%2Fovsdpdk%2Fairship-treasuremap%2Fsite%2Fairship-seaworthy%2Fsoftware%2Fcharts%2Fucp%2Fpromenade%2Fpromenade.yaml;h=0000000000000000000000000000000000000000;hb=d0a8cc561d32ce83499a52d9893482124bfa2871;hp=543083d2839ca447d7b3cbf8419c16e28bf9bf8b;hpb=267230d53447c489d10905f260f503f2e71d414f;p=yaml_builds.git diff --git a/site_type/ovsdpdk/airship-treasuremap/site/airship-seaworthy/software/charts/ucp/promenade/promenade.yaml b/site_type/ovsdpdk/airship-treasuremap/site/airship-seaworthy/software/charts/ucp/promenade/promenade.yaml deleted file mode 100644 index 543083d..0000000 --- a/site_type/ovsdpdk/airship-treasuremap/site/airship-seaworthy/software/charts/ucp/promenade/promenade.yaml +++ /dev/null @@ -1,50 +0,0 @@ ---- -# The purpose of this file is to provide site-specific parameters for the ucp- -# promenade chart. -schema: armada/Chart/v1 -metadata: - schema: metadata/Document/v1 - name: ucp-promenade - layeringDefinition: - abstract: false - layer: site - parentSelector: - name: ucp-promenade-global - actions: - - method: merge - path: . - storagePolicy: cleartext -data: - values: - pod: - env: - promenade_api: [] - # 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 - # 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 - # 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 - # 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 - # 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 - # 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 -...