zuul-providers/zuul.d/providers.yaml
James E. Blair 72865f82b5 Add more flavors
We're looking to expand the available flavors to include flavors
with more ram.  Since we are also beginning to test zuul-launcher
with the zuul project, let's add some flavors to the zuul-launcher
side of the house and let the zuul project drive a small amount
of workload on those flavors to identify any issues before rolling
it out to the rest of opendev.

This adds 4 and 16gb flavors as well as the standard 8gb.  We can
probably run linter jobs on 4gb flavors, so let's try that.  It
might help even out our usage (assuming we have enough ip addrs,
etc).

Change-Id: I70a7814bca455ca24ba3e812f65fa46d346a5d93
2025-02-04 16:19:59 -08:00

69 lines
1.6 KiB
YAML

# Rackspace Flex
- section:
name: raxflex-base
abstract: true
connection: raxflex
boot-timeout: 120
launch-timeout: 600
networks:
- opendevzuul-network1
flavors:
- name: normal
description: 4vcpu, 8GB ram, 80GB disk
flavor-name: gp.0.4.8
- name: 4GB
description: 4vcpu, 4GB ram, 80GB disk
flavor-name: gp.0.4.4
- name: 8GB
description: 4vcpu, 8GB ram, 80GB disk
flavor-name: gp.0.4.8
- name: 16GB
description: 4vcpu, 16GB ram, 80GB disk
flavor-name: gp.0.4.16
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
- name: niz-debian-bullseye-4GB
key-name: infra-root-keys-2024-04-08
- name: niz-debian-bullseye-8GB
key-name: infra-root-keys-2024-04-08
- name: niz-debian-bullseye-16GB
key-name: infra-root-keys-2024-04-08
# Vexxhost
- section:
name: vexxhost-base
abstract: true
connection: vexxhost
boot-timeout: 120
launch-timeout: 600
flavors:
- name: 16GB
description: 4vcpu, 16GB ram, 80GB disk
flavor-name: v3-standard-4
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
labels:
- name: niz-debian-bullseye-16GB
key-name: infra-root-keys-2024-04-08