zuul: remove nodesets

This is a follow up to the previous commit -- now that there are no
longer any jobs that use these nodesets we can remove them here.

Change-Id: I84b5554184cfdbc006ed970559c4cb3e47a02768
This commit is contained in:
David Moreau Simard 2021-02-25 15:00:24 -05:00
parent 3053583ddb
commit bd3730e1d3
No known key found for this signature in database
GPG Key ID: 7D4729EC4E64E8B7
1 changed files with 0 additions and 50 deletions

View File

@ -1,50 +0,0 @@
# Nodeset used to test instances of ARA API deployed on different operating
# systems against MySQL and PostgreSQL simultaneously.
- nodeset:
name: ara-database-server-multinode
nodes:
- name: database-server
label: centos-8
- name: ubuntu-bionic
label: ubuntu-bionic
- name: fedora-32
label: fedora-32
- name: centos-8
label: centos-8
groups:
- name: ara-database-server
nodes:
- database-server
- name: ara-api-server
nodes:
- ubuntu-bionic
- fedora-32
- centos-8
# Nodeset used to test instances of ARA API deployed on different operating
# systems simultaneously.
- nodeset:
name: ara-multinode
nodes:
- name: ubuntu-bionic
label: ubuntu-bionic
- name: fedora-32
label: fedora-32
- name: centos-8
label: centos-8
groups:
- name: ara-api-server
nodes:
- ubuntu-bionic
- fedora-32
- centos-8
- nodeset:
name: ara-fedora-32
nodes:
- name: fedora-32
label: fedora-32
groups:
- name: ara-api-server
nodes:
- fedora-32