Add env variables to deploy from Helm repos
These env variables will be defined in test jobs. By default we will deploy from local charts but some jobs will deploy from charts published on a HTTP server (local or public). - OSH_HELM_REPO - OSH_INFRA_HELM_REPO - DOWNLOAD_OVERRIDES Change-Id: Ic92b97eb5df4f7f8c4185c06654de4b4d890fbc6
This commit is contained in:
parent
67fae419b8
commit
4bc249d540
@ -28,6 +28,9 @@
|
||||
POD_NETWORK_CIDR: "{{ kubeadm.pod_network_cidr }}"
|
||||
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|
||||
OSH_EXTRA_HELM_ARGS: "{{ zuul_osh_extra_helm_args_relative_path | default('') }}"
|
||||
OSH_HELM_REPO: "{{ osh_helm_repo | default('../openstack-helm/') }}"
|
||||
OSH_INFRA_HELM_REPO: "{{ osh_infra_helm_repo | default('../openstack-helm-infra/') }}"
|
||||
DOWNLOAD_OVERRIDES: "{{ download_overrides | default('') }}"
|
||||
OSH_PATH: "{{ zuul_osh_relative_path | default('../openstack-helm/') }}"
|
||||
OSH_INFRA_PATH: "{{ zuul_osh_infra_relative_path | default('../openstack-helm-infra/') }}"
|
||||
OPENSTACK_RELEASE: "{{ osh_params.openstack_release | default('') }}"
|
||||
|
@ -25,6 +25,9 @@
|
||||
POD_NETWORK_CIDR: "{{ kubeadm.pod_network_cidr }}"
|
||||
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|
||||
OSH_EXTRA_HELM_ARGS: "{{ zuul_osh_extra_helm_args_relative_path | default('') }}"
|
||||
OSH_HELM_REPO: "{{ osh_helm_repo | default('../openstack-helm') }}"
|
||||
OSH_INFRA_HELM_REPO: "{{ osh_infra_helm_repo | default('../openstack-helm-infra') }}"
|
||||
DOWNLOAD_OVERRIDES: "{{ download_overrides | default('') }}"
|
||||
OSH_PATH: "{{ zuul_osh_relative_path | default('../openstack-helm/') }}"
|
||||
OSH_INFRA_PATH: "{{ zuul_osh_infra_relative_path | default('../openstack-helm-infra/') }}"
|
||||
OPENSTACK_RELEASE: "{{ osh_params.openstack_release | default('') }}"
|
||||
|
Loading…
Reference in New Issue
Block a user