f5e34d6106
Change-Id: I8dbff85761aee596228245519826e3d7a5537c33
64 lines
1.3 KiB
YAML
64 lines
1.3 KiB
YAML
elements-dir: /etc/nodepool/elements
|
|
images-dir: /opt/nodepool_dib
|
|
|
|
cron:
|
|
cleanup: '*/1 * * * *'
|
|
check: '*/15 * * * *'
|
|
|
|
zookeeper-servers:
|
|
- host: nodepool.openstack.org
|
|
port: 2181
|
|
|
|
labels:
|
|
- name: ubuntu-xenial
|
|
image: ubuntu-xenial
|
|
min-ready: 2
|
|
providers:
|
|
- name: infracloud-chocolate
|
|
|
|
providers:
|
|
- name: infracloud-chocolate
|
|
region-name: 'RegionOne'
|
|
cloud: infracloud-chocolate
|
|
api-timeout: 60
|
|
boot-timeout: 120
|
|
max-servers: 5
|
|
rate: 0.25
|
|
image-type: 'qcow2'
|
|
image-name-format: '{image.name}-{timestamp}'
|
|
images:
|
|
- name: ubuntu-xenial
|
|
min-ram: 8000
|
|
name-filter: 'nodepool'
|
|
diskimage: ubuntu-xenial
|
|
username: zuul
|
|
private-key: /home/nodepool/.ssh/id_rsa
|
|
config-drive: true
|
|
|
|
targets:
|
|
- name: zuul
|
|
|
|
diskimages:
|
|
- name: ubuntu-xenial
|
|
elements:
|
|
- ubuntu-minimal
|
|
- vm
|
|
- simple-init
|
|
- openstack-repos
|
|
- nodepool-base
|
|
- cache-devstack
|
|
- initialize-urandom
|
|
- cache-bindep
|
|
- growroot
|
|
- infra-package-needs
|
|
- stackviz
|
|
release: xenial
|
|
env-vars:
|
|
TMPDIR: /opt/dib_tmp
|
|
DIB_CHECKSUM: '1'
|
|
DIB_IMAGE_CACHE: /opt/dib_cache
|
|
DIB_APT_LOCAL_CACHE: '0'
|
|
DIB_DISABLE_APT_CLEANUP: '1'
|
|
DIB_GRUB_TIMEOUT: '0'
|
|
DIB_DEBIAN_COMPONENTS: 'main,universe'
|