* remove UI jobs and triggers; * remove UI images from Nodepool; * remove fedora jobs for Vanilla 1 & 2.6; * remove unneded jjb config templates; * put all Sahara CI Infra jobs in one config; Change-Id: I3068f4ff18ccf6690d6504adff90de250e599eff
66 lines
1.4 KiB
YAML
66 lines
1.4 KiB
YAML
script-dir: /opt/ci/config/modules/openstack_project/files/nodepool/scripts/
|
|
dburi: 'mysql://nodepool@localhost/nodepool'
|
|
|
|
cron:
|
|
check: '*/1 * * * *'
|
|
|
|
zmq-publishers:
|
|
- tcp://127.0.0.1:8888
|
|
|
|
gearman-servers:
|
|
- host: 127.0.0.1
|
|
|
|
labels:
|
|
- name: trusty-neutron
|
|
image: trusty-neutron
|
|
min-ready: 3
|
|
providers:
|
|
- name: cilab-1
|
|
- name: trusty-nova
|
|
image: trusty-nova
|
|
min-ready: 3
|
|
providers:
|
|
- name: cilab-2
|
|
|
|
providers:
|
|
- name: cilab-1
|
|
username: 'ci-user'
|
|
password: 'nova'
|
|
auth-url: 'http://172.18.168.42:5000/v2.0'
|
|
project-id: 'ci'
|
|
max-servers: 6
|
|
boot-timeout: 120
|
|
pool: public
|
|
networks:
|
|
- net-id: 'NEUTRON_LAB_PRIVATE_NETWORK_ID'
|
|
images:
|
|
- name: trusty-neutron
|
|
base-image: 'ubuntu-14.04'
|
|
min-ram: 2048
|
|
private-key: '/etc/nodepool/id_dsa'
|
|
setup: prepare_node.sh
|
|
- name: cilab-2
|
|
username: 'ci-user'
|
|
password: 'nova'
|
|
auth-url: 'http://172.18.168.43:5000/v2.0'
|
|
project-id: 'ci'
|
|
max-servers: 6
|
|
boot-timeout: 120
|
|
pool: public
|
|
networks:
|
|
- net-id: 'NOVA_NET_LAB_PRIVATE_NETWORK_ID'
|
|
images:
|
|
- name: trusty-nova
|
|
base-image: 'ubuntu-14.04'
|
|
min-ram: 2048
|
|
private-key: '/etc/nodepool/id_dsa'
|
|
setup: prepare_node.sh
|
|
|
|
targets:
|
|
- name: sahara-gate
|
|
jenkins:
|
|
url: http://127.0.0.1/jenkins
|
|
user: admin
|
|
apikey: JENKINS_API_KEY
|
|
credentials-id: CREDENTIALS_ID
|