Gate: Use infra mirrors for kubeadm-aio
This PS moves to use the infra mirrors for kubeadm-aio when built in openstack-infra. Depends-On: Id9a4bf2b13051dfcf5aea688511da24cd245de9c Change-Id: I26a728fda937900406192be8a7301c3874abc934
This commit is contained in:
parent
0f5d23221d
commit
69b2540e25
@ -21,6 +21,7 @@
|
||||
environment:
|
||||
OSH_EXTRA_HELM_ARGS: "{{ zuul_osh_extra_helm_args_relative_path | default('') }}"
|
||||
OSH_INFRA_PATH: "{{ zuul_osh_infra_relative_path | default('') }}"
|
||||
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|
||||
args:
|
||||
chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}"
|
||||
- name: Deploy Required packages
|
||||
@ -30,6 +31,7 @@
|
||||
environment:
|
||||
OSH_EXTRA_HELM_ARGS: "{{ zuul_osh_extra_helm_args_relative_path | default('') }}"
|
||||
OSH_INFRA_PATH: "{{ zuul_osh_infra_relative_path | default('') }}"
|
||||
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|
||||
args:
|
||||
chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}"
|
||||
- name: Setup OS and K8s Clients
|
||||
|
@ -21,6 +21,7 @@
|
||||
environment:
|
||||
OSH_EXTRA_HELM_ARGS: "{{ zuul_osh_extra_helm_args_relative_path | default('') }}"
|
||||
OSH_INFRA_PATH: "{{ zuul_osh_infra_relative_path | default('') }}"
|
||||
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|
||||
args:
|
||||
chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}"
|
||||
- name: Deploy Required packages
|
||||
@ -30,6 +31,7 @@
|
||||
environment:
|
||||
OSH_EXTRA_HELM_ARGS: "{{ zuul_osh_extra_helm_args_relative_path | default('') }}"
|
||||
OSH_INFRA_PATH: "{{ zuul_osh_infra_relative_path | default('') }}"
|
||||
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|
||||
args:
|
||||
chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}"
|
||||
- name: Setup OS and K8s Clients
|
||||
|
@ -18,12 +18,16 @@
|
||||
shell: |
|
||||
set -xe;
|
||||
./tools/deployment/baremetal/000-install-packages.sh
|
||||
environment:
|
||||
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|
||||
args:
|
||||
chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}"
|
||||
- name: Setup Nodes
|
||||
shell: |
|
||||
set -xe;
|
||||
./tools/deployment/baremetal/005-setup-nodes.sh
|
||||
environment:
|
||||
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|
||||
args:
|
||||
chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}"
|
||||
- name: Deploy clients
|
||||
|
@ -13,8 +13,8 @@
|
||||
# limitations under the License.
|
||||
|
||||
version:
|
||||
kubernetes: v1.9.3
|
||||
helm: v2.7.2
|
||||
kubernetes: v1.10.2
|
||||
helm: v2.8.2
|
||||
cni: v0.6.0
|
||||
|
||||
proxy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user