
This adds the initial nodepool-in-zuul config to: * Tell zuul that it's responsible for an image named "debian-bullseye" * Attach the job to a pipeline that builds missing images * Connect to raxflex and upload that image * Use that image when launching nodes with a label of "niz-debian-bullseye-normal" Change-Id: I8a838253a4683f34f538c90949369ba2d192e8d7
24 lines
471 B
YAML
24 lines
471 B
YAML
- section:
|
|
name: raxflex-base
|
|
abstract: true
|
|
connection: raxflex
|
|
boot-timeout: 120
|
|
launch-timeout: 600
|
|
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
|