Jeremy Stanley 7a12decfa4 Correct update-image to image-update for nodepool
Nodepool expects the image updating cron to be called image-update. The
update-image cron that we had ends up being a noop and the default
image-update time is used instead. We want to change the time the image
updating happens which requires we use the correct name.

Change-Id: Ibc84d28705a0bebf95cc105e658941def9108bf7
2014-04-21 14:17:10 -07:00

46 lines
1.2 KiB
Plaintext

script-dir: /etc/nodepool/scripts
dburi: 'mysql://nodepool:<%= mysql_password %>@localhost/nodepool'
cron:
cleanup: '*/5 * * * *'
check: '*/15 * * * *'
image-update: '14 2 * * *'
zmq-publishers:
- tcp://jenkins-dev.openstack.org:8888
gearman-servers:
- host: zuul.openstack.org
providers:
- name: hpcloud-az2
region-name: 'az-2.region-a.geo-1'
service-type: 'compute'
service-name: 'Compute'
username: '<%= hpcloud_username %>'
password: '<%= hpcloud_password %>'
project-id: '<%= hpcloud_project %>'
auth-url: 'https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0'
boot-timeout: 120
max-servers: 2
images:
- name: devstack-precise
base-image: 'Ubuntu Precise 12.04 LTS Server 64-bit 20121026 (b)'
min-ram: 8192
setup: prepare_node_devstack.sh
username: jenkins
private-key: /home/nodepool/.ssh/id_rsa
targets:
- name: jenkins-dev
jenkins:
url: 'https://jenkins-dev.openstack.org/'
user: '<%= jenkins_dev_api_user %>'
apikey: '<%= jenkins_dev_api_key %>'
credentials-id: '<%= jenkins_dev_credentials_id %>'
images:
- name: devstack-precise
min-ready: 0
providers:
- name: hpcloud-az2