63e5297f7e
PyMySQL, unlike MySQL-python, is a pure-python implementation with support for Py3K. Change-Id: I110c85fa7d57a6ab121437f93238cf931a8f2d74
55 lines
1014 B
YAML
55 lines
1014 B
YAML
script-dir: .
|
|
elements-dir: .
|
|
images-dir: /tmp/nodepool_dib
|
|
dburi: 'mysql+pymysql://nodepool@localhost/nodepool'
|
|
|
|
cron:
|
|
check: '*/15 * * * *'
|
|
cleanup: '*/1 * * * *'
|
|
image-update: '14 2 * * *'
|
|
|
|
zmq-publishers:
|
|
- tcp://localhost:8881
|
|
|
|
gearman-servers:
|
|
- host: localhost
|
|
|
|
diskimages:
|
|
- name: fake-dib-image
|
|
elements:
|
|
- ubuntu
|
|
- vm
|
|
- openstack-repos
|
|
- puppet
|
|
- nodepool-base
|
|
- node-devstack
|
|
release: trusty
|
|
|
|
labels:
|
|
- name: fake-dib-image
|
|
image: fake-dib-image
|
|
min-ready: 2
|
|
providers:
|
|
- name: fake-provider
|
|
|
|
providers:
|
|
- name: fake-provider
|
|
keypair: 'if-present-use-this-keypair'
|
|
region-name: 'fake-region'
|
|
username: 'fake'
|
|
password: 'fake'
|
|
auth-url: 'fake'
|
|
project-id: 'fake'
|
|
max-servers: 96
|
|
images:
|
|
- name: fake-dib-image
|
|
min-ram: 8192
|
|
diskimage: fake-dib-image
|
|
|
|
targets:
|
|
- name: fake-jenkins
|
|
jenkins:
|
|
url: https://jenkins.example.org/
|
|
user: fake
|
|
apikey: fake
|