Stop using slave_scripts/install-distro-packages.sh

Migrate the legacy job to start using our bindep role from zuul-jobs.
This will allow openstack-infra to delete
slave_scripts/install-distro-packages.sh in the future.

Change-Id: Iffb98325afcabe73655e4d608ff15976000c3629
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-20 16:24:13 -04:00
parent 9870692e79
commit 22ed0c232d
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
25 changed files with 255 additions and 350 deletions

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-binary-2-ceph-multi
from old job gate-kolla-kubernetes-deploy-centos-binary-2-ceph-multi-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- hosts: primary
name: legacy-kolla-kubernetes-deploy-centos-binary-2-ceph-multi master
tasks:

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-binary-2-ceph-reboot
from old job gate-kolla-kubernetes-deploy-centos-binary-2-ceph-reboot-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-binary-2-ceph from
old job gate-kolla-kubernetes-deploy-centos-binary-2-ceph-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-binary-2-external-ovs
from old job gate-kolla-kubernetes-deploy-centos-binary-2-external-ovs-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-binary-2-helm-compute-kit
from old job gate-kolla-kubernetes-deploy-centos-binary-2-helm-compute-kit-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-binary-2-helm-entrypoint
from old job gate-kolla-kubernetes-deploy-centos-binary-2-helm-entrypoint-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-binary-2-helm-operator
from old job gate-kolla-kubernetes-deploy-centos-binary-2-helm-operator-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-binary-2-iscsi from
old job gate-kolla-kubernetes-deploy-centos-binary-2-iscsi-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-binary-3-ceph-multi
from old job gate-kolla-kubernetes-deploy-centos-binary-3-ceph-multi-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- hosts: primary
name: legacy-kolla-kubernetes-deploy-centos-binary-3-ceph-multi master
tasks:

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-binary-4-ceph-multi
from old job gate-kolla-kubernetes-deploy-centos-binary-4-ceph-multi-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- hosts: primary
name: legacy-kolla-kubernetes-deploy-centos-binary-4-ceph-multi master
tasks:

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-binary-4-helm-compute-kit
from old job gate-kolla-kubernetes-deploy-centos-binary-4-helm-compute-kit-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-binary-4-helm-entrypoint
from old job gate-kolla-kubernetes-deploy-centos-binary-4-helm-entrypoint-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-binary-t-ceph-multi
from old job gate-kolla-kubernetes-deploy-centos-binary-t-ceph-multi-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- hosts: primary
name: legacy-kolla-kubernetes-deploy-centos-binary-t-ceph-multi
tasks:

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-source-4-helm-compute-kit
from old job gate-kolla-kubernetes-deploy-centos-source-4-helm-compute-kit-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-source-4-helm-entrypoint
from old job gate-kolla-kubernetes-deploy-centos-source-4-helm-entrypoint-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-source-4-ironic from
old job gate-kolla-kubernetes-deploy-centos-source-4-ironic-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-source-4-microchart-ansible
from old job gate-kolla-kubernetes-deploy-centos-source-4-microchart-ansible-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-centos-source-t-iscsi from
old job gate-kolla-kubernetes-deploy-centos-source-t-iscsi-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,9 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-ubuntu-binary-2-ceph from
old job gate-kolla-kubernetes-deploy-ubuntu-binary-2-ceph-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +46,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,9 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-ubuntu-binary-2-iscsi from
old job gate-kolla-kubernetes-deploy-ubuntu-binary-2-iscsi-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +46,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,9 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-ubuntu-source-4-ironic from
old job gate-kolla-kubernetes-deploy-ubuntu-source-4-ironic-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +46,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,9 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-ubuntu-source-4-microchart-ansible
from old job gate-kolla-kubernetes-deploy-ubuntu-source-4-microchart-ansible-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +46,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,9 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-deploy-ubuntu-source-t-iscsi from
old job gate-kolla-kubernetes-deploy-ubuntu-source-t-iscsi-nv
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +46,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-upgrade-centos-binary-2-ceph from
old job gate-kolla-kubernetes-upgrade-centos-binary-2-ceph-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e

View File

@ -1,6 +1,18 @@
- hosts: all
name: Autoconverted job legacy-kolla-kubernetes-upgrade-centos-binary-3-ceph from
old job gate-kolla-kubernetes-upgrade-centos-binary-3-ceph-nv
roles:
- bindep
pre_tasks:
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel
executable: /bin/bash
environment: '{{ zuul | zuul_legacy_vars }}'
tasks:
- name: Ensure legacy workspace directory
@ -43,20 +55,6 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
sudo yum-config-manager --enable epel || true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e