Add packethost us-west-1 to nodepool
Add so we can confirm initial image uploads Change-Id: Ie96cc44935b8d0d4029b54b133caf6a038ec734d
This commit is contained in:
parent
b611944d34
commit
41c64ca58f
@ -221,6 +221,68 @@ providers:
|
||||
diskimage: ubuntu-xenial
|
||||
key-name: infra-root-keys
|
||||
|
||||
- name: packethost-us-west-1
|
||||
region-name: 'us-west-1'
|
||||
cloud: packethost
|
||||
boot-timeout: 120
|
||||
launch-timeout: 300
|
||||
rate: 0.01
|
||||
diskimages: *provider_diskimages
|
||||
pools:
|
||||
- name: main
|
||||
max-servers: 0
|
||||
labels:
|
||||
- name: centos-7
|
||||
min-ram: 8000
|
||||
flavor-name: 'zuul-flavor'
|
||||
diskimage: centos-7
|
||||
key-name: infra-root-keys
|
||||
- name: debian-stretch
|
||||
min-ram: 8000
|
||||
flavor-name: 'zuul-flavor'
|
||||
diskimage: debian-stretch
|
||||
key-name: infra-root-keys
|
||||
- name: fedora-27
|
||||
min-ram: 8000
|
||||
flavor-name: 'zuul-flavor'
|
||||
diskimage: fedora-27
|
||||
key-name: infra-root-keys
|
||||
- name: fedora-28
|
||||
min-ram: 8000
|
||||
flavor-name: 'zuul-flavor'
|
||||
diskimage: fedora-28
|
||||
key-name: infra-root-keys
|
||||
- name: opensuse-423
|
||||
min-ram: 8000
|
||||
flavor-name: 'zuul-flavor'
|
||||
diskimage: opensuse-423
|
||||
key-name: infra-root-keys
|
||||
- name: opensuse-150
|
||||
min-ram: 8000
|
||||
flavor-name: 'zuul-flavor'
|
||||
diskimage: opensuse-150
|
||||
key-name: infra-root-keys
|
||||
- name: opensuse-tumbleweed
|
||||
min-ram: 8000
|
||||
flavor-name: 'zuul-flavor'
|
||||
diskimage: opensuse-tumbleweed
|
||||
key-name: infra-root-keys
|
||||
- name: ubuntu-bionic
|
||||
min-ram: 8000
|
||||
flavor-name: 'zuul-flavor'
|
||||
diskimage: ubuntu-bionic
|
||||
key-name: infra-root-keys
|
||||
- name: ubuntu-trusty
|
||||
min-ram: 8000
|
||||
flavor-name: 'zuul-flavor'
|
||||
diskimage: ubuntu-trusty
|
||||
key-name: infra-root-keys
|
||||
- name: ubuntu-xenial
|
||||
min-ram: 8000
|
||||
flavor-name: 'zuul-flavor'
|
||||
diskimage: ubuntu-xenial
|
||||
key-name: infra-root-keys
|
||||
|
||||
diskimages:
|
||||
- name: centos-7
|
||||
- name: debian-stretch
|
||||
|
@ -102,6 +102,12 @@ providers:
|
||||
rate: 0.001
|
||||
diskimages: *provider_diskimages
|
||||
|
||||
- name: packethost-us-west-1
|
||||
region-name: 'us-west-1'
|
||||
cloud: packethost
|
||||
rate: 0.01
|
||||
diskimages: *provider_diskimages
|
||||
|
||||
diskimages:
|
||||
- name: centos-7
|
||||
pause: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user