Create ovb-ha-ipv6 and deprecate fs024 job

- ovb-1ctlr_1comp_1ceph-featureset024 doesn't have much value
  since it doens't actually test stack updates, and also ceph is already
  covered by scenario001 and scenario004. So we'll stop running it from
  Queens and beyond.

- introduce ovb-ha-ipv6 which is the same job as ovb-ha but deploying
  an ipv6 overcloud with network isolation, TLS, containers,
  introspection and HA. I'll only run on Queens and beyond.

Change-Id: Ie96b697adfd6d25098ae1464d4d937bd8962bb70
This commit is contained in:
Emilien Macchi 2017-11-23 09:09:13 -08:00
parent a50b0d2aa5
commit 43f4e2ce73
1 changed files with 13 additions and 0 deletions

View File

@ -5,6 +5,7 @@
check-tripleo:
jobs:
- tripleo-ci-centos-7-ovb-ha-oooq
- tripleo-ci-centos-7-ovb-ha-oooq-ipv6
- tripleo-ci-centos-7-ovb-containers-oooq
- tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024
@ -150,6 +151,7 @@
post-run: playbooks/tripleo-ci/post.yaml
timeout: 10800
nodeset: legacy-tripleo-centos-7
branches: ^(stable/(newton|ocata|pike)).*$
vars:
toci_jobtype: ovb-1ctlr_1comp_1ceph-featureset024
@ -238,6 +240,17 @@
vars:
toci_jobtype: ovb-3ctlr_1comp-featureset001
- job:
name: tripleo-ci-centos-7-ovb-ha-oooq-ipv6
parent: tripleo-ci-ovb
run: playbooks/tripleo-ci/run.yaml
post-run: playbooks/tripleo-ci/post.yaml
timeout: 10800
nodeset: legacy-tripleo-centos-7
branches: ^(?!stable/(newton|ocata|pike)).*$
vars:
toci_jobtype: ovb-3ctlr_1comp-featureset035
- job:
name: tripleo-ci-centos-7-ovb-ha-oooq-newton
parent: tripleo-ci-ovb