Migrate packstack to centos-7 dib
This is part of our effort to migrate from devstack-centos7 to centos-7 dibs. Change-Id: I4a3b6379823e4b102af1c22814edf1fd50787cc3 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
- job-template:
|
- job-template:
|
||||||
name: 'gate-packstack-integration-{scenario}-tempest-dsvm-{ostype}'
|
name: 'gate-packstack-integration-{scenario}-tempest-{ostype}'
|
||||||
node: 'devstack-{ostype}'
|
node: '{ostype}'
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- print-template-name:
|
- print-template-name:
|
||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- link-logs
|
- link-logs
|
||||||
- puppet-prepare-node
|
|
||||||
- gerrit-git-prep
|
- gerrit-git-prep
|
||||||
|
- install-distro-packages
|
||||||
|
- puppet-prepare-node
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
export SCENARIO={scenario}
|
export SCENARIO={scenario}
|
||||||
|
|||||||
@@ -5060,7 +5060,7 @@
|
|||||||
- project:
|
- project:
|
||||||
name: packstack
|
name: packstack
|
||||||
tarball-site: tarballs.openstack.org
|
tarball-site: tarballs.openstack.org
|
||||||
ostype: centos7
|
ostype: centos-7
|
||||||
scenario:
|
scenario:
|
||||||
- scenario001
|
- scenario001
|
||||||
- scenario002
|
- scenario002
|
||||||
@@ -5068,7 +5068,7 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
- 'gate-{name}-releasenotes'
|
- 'gate-{name}-releasenotes'
|
||||||
- 'gate-packstack-integration-{scenario}-tempest-dsvm-{ostype}'
|
- 'gate-packstack-integration-{scenario}-tempest-{ostype}'
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: pandaman
|
name: pandaman
|
||||||
|
|||||||
@@ -642,13 +642,13 @@ project-templates:
|
|||||||
|
|
||||||
- name: packstack-integration-jobs
|
- name: packstack-integration-jobs
|
||||||
check:
|
check:
|
||||||
- gate-packstack-integration-scenario001-tempest-dsvm-centos7
|
- gate-packstack-integration-scenario001-tempest-centos-7
|
||||||
- gate-packstack-integration-scenario002-tempest-dsvm-centos7
|
- gate-packstack-integration-scenario002-tempest-centos-7
|
||||||
- gate-packstack-integration-scenario003-tempest-dsvm-centos7
|
- gate-packstack-integration-scenario003-tempest-centos-7
|
||||||
gate:
|
gate:
|
||||||
- gate-packstack-integration-scenario001-tempest-dsvm-centos7
|
- gate-packstack-integration-scenario001-tempest-centos-7
|
||||||
- gate-packstack-integration-scenario002-tempest-dsvm-centos7
|
- gate-packstack-integration-scenario002-tempest-centos-7
|
||||||
- gate-packstack-integration-scenario003-tempest-dsvm-centos7
|
- gate-packstack-integration-scenario003-tempest-centos-7
|
||||||
|
|
||||||
- name: puppet-beaker-jobs
|
- name: puppet-beaker-jobs
|
||||||
check:
|
check:
|
||||||
@@ -1180,7 +1180,7 @@ jobs:
|
|||||||
|
|
||||||
# Packstack integration jobs should only run on master and stable/mitaka
|
# Packstack integration jobs should only run on master and stable/mitaka
|
||||||
# onwards
|
# onwards
|
||||||
- name: ^gate-packstack-integration-.*-tempest-dsvm-centos7$
|
- name: ^gate-packstack-integration-.*-tempest-centos-7$
|
||||||
skip-if:
|
skip-if:
|
||||||
- project: openstack/packstack
|
- project: openstack/packstack
|
||||||
all-files-match-any:
|
all-files-match-any:
|
||||||
|
|||||||
Reference in New Issue
Block a user