Merge "Add and switch to the newly created opensuse-15 nodeset"
This commit is contained in:
commit
ffbab01c08
12
.zuul.yaml
12
.zuul.yaml
@ -39,10 +39,10 @@
|
|||||||
- controller
|
- controller
|
||||||
|
|
||||||
- nodeset:
|
- nodeset:
|
||||||
name: devstack-single-node-opensuse-150
|
name: devstack-single-node-opensuse-15
|
||||||
nodes:
|
nodes:
|
||||||
- name: controller
|
- name: controller
|
||||||
label: opensuse-150
|
label: opensuse-15
|
||||||
groups:
|
groups:
|
||||||
- name: tempest
|
- name: tempest
|
||||||
nodes:
|
nodes:
|
||||||
@ -532,10 +532,10 @@
|
|||||||
voting: false
|
voting: false
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: devstack-platform-opensuse-150
|
name: devstack-platform-opensuse-15
|
||||||
parent: tempest-full-py3
|
parent: tempest-full-py3
|
||||||
description: openSUSE 15.0 platform test
|
description: openSUSE 15.x platform test
|
||||||
nodeset: devstack-single-node-opensuse-150
|
nodeset: devstack-single-node-opensuse-15
|
||||||
voting: false
|
voting: false
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
@ -627,7 +627,7 @@
|
|||||||
- devstack-ipv6:
|
- devstack-ipv6:
|
||||||
voting: false
|
voting: false
|
||||||
- devstack-platform-centos-7
|
- devstack-platform-centos-7
|
||||||
- devstack-platform-opensuse-150
|
- devstack-platform-opensuse-15
|
||||||
- devstack-platform-fedora-latest
|
- devstack-platform-fedora-latest
|
||||||
- devstack-platform-xenial
|
- devstack-platform-xenial
|
||||||
- devstack-multinode
|
- devstack-multinode
|
||||||
|
2
stack.sh
2
stack.sh
@ -224,7 +224,7 @@ write_devstack_version
|
|||||||
|
|
||||||
# Warn users who aren't on an explicitly supported distro, but allow them to
|
# Warn users who aren't on an explicitly supported distro, but allow them to
|
||||||
# override check and attempt installation with ``FORCE=yes ./stack``
|
# override check and attempt installation with ``FORCE=yes ./stack``
|
||||||
if [[ ! ${DISTRO} =~ (xenial|artful|bionic|stretch|jessie|f28|f29|opensuse-42.3|opensuse-15.0|opensuse-tumbleweed|rhel7) ]]; then
|
if [[ ! ${DISTRO} =~ (xenial|artful|bionic|stretch|jessie|f28|f29|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel7) ]]; then
|
||||||
echo "WARNING: this script has not been tested on $DISTRO"
|
echo "WARNING: this script has not been tested on $DISTRO"
|
||||||
if [[ "$FORCE" != "yes" ]]; then
|
if [[ "$FORCE" != "yes" ]]; then
|
||||||
die $LINENO "If you wish to run this script anyway run with FORCE=yes"
|
die $LINENO "If you wish to run this script anyway run with FORCE=yes"
|
||||||
|
Loading…
Reference in New Issue
Block a user