Add provider configuration
This is imported from opendev/zuul-jobs. Depends-On: https://review.opendev.org/940543 Change-Id: I8b9dd5af3a3bb6c383e6d3c36056302b8184aae8
This commit is contained in:
parent
aba450783e
commit
2bdc9081e1
2
zuul.d/flavors.yaml
Normal file
2
zuul.d/flavors.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
- flavor:
|
||||
name: normal
|
3
zuul.d/images.yaml
Normal file
3
zuul.d/images.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
- image:
|
||||
name: debian-bullseye
|
||||
type: zuul
|
7
zuul.d/labels.yaml
Normal file
7
zuul.d/labels.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
# During testing, prefix all label names with "niz-" so it's very
|
||||
# clear which system we're using.
|
||||
|
||||
- label:
|
||||
name: niz-debian-bullseye-normal
|
||||
image: debian-bullseye
|
||||
flavor: normal
|
45
zuul.d/providers.yaml
Normal file
45
zuul.d/providers.yaml
Normal file
@ -0,0 +1,45 @@
|
||||
# Rackspace Flex
|
||||
- section:
|
||||
name: raxflex-base
|
||||
abstract: true
|
||||
connection: raxflex
|
||||
boot-timeout: 120
|
||||
launch-timeout: 600
|
||||
networks:
|
||||
- opendevzuul-network1
|
||||
flavors:
|
||||
- name: normal
|
||||
flavor-name: gp.0.4.8
|
||||
images:
|
||||
- name: debian-bullseye
|
||||
|
||||
- section:
|
||||
name: raxflex-sjc3
|
||||
parent: raxflex-base
|
||||
region: SJC3
|
||||
|
||||
- provider:
|
||||
name: raxflex-sjc3-main
|
||||
section: raxflex-sjc3
|
||||
labels:
|
||||
- name: niz-debian-bullseye-normal
|
||||
key-name: infra-root-keys-2024-04-08
|
||||
|
||||
# Vexxhost
|
||||
- section:
|
||||
name: vexxhost-base
|
||||
abstract: true
|
||||
connection: vexxhost
|
||||
boot-timeout: 120
|
||||
launch-timeout: 600
|
||||
images:
|
||||
- name: debian-bullseye
|
||||
|
||||
- section:
|
||||
name: vexxhost-ca-ymq-1
|
||||
parent: vexxhost-base
|
||||
region: ca-ymq-1
|
||||
|
||||
- provider:
|
||||
name: vexxhost-ca-ymq-1-main
|
||||
section: vexxhost-ca-ymq-1
|
Loading…
x
Reference in New Issue
Block a user