min-ready: 1
providers:
- name: rax-iad
+ - name: ts-xen
+ image: ts-xen
+ min-ready: -1
+ providers:
+ - name: rax-iad
providers:
- name: rax-iad
config-drive: true
meta:
xenapi_use_agent: 'false'
+ - name: ts-xen
+ # This is the image name to use found in this provider's `glance image-list`
+ base-image: 'Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)'
+ min-ram: 8192
+ name-filter: 'Performance'
+ # This is the script that will be used to prepare the image
+ setup: prepare_node_devstack_xen.sh
+ #Set the public key part only of the jenkin's key (no whitespace) to the NODEPOOL_SSH_KEY environment variable in order to
+ #inject it into the image's jenkins user .ssh/authorized_keys
+ #This key will be used to log in and setup jenkins on the target VM
+ private-key: '/home/nodepool/.ssh/id_rsa'
+ config-drive: true
+ meta:
+ xenapi_use_agent: 'false'
# - name: rax-ord
# cloud: rax
# region-name: 'ORD'