Use OVH for ubuntu-trusty
This puts ubuntu-trusty in production on OVH, but limits the number of servers from that provider nodepool will use, so if there is a problem, it will not be widespread. Change-Id: Ief5e0c7e4dffd262f1df9c549bfc267a1cc8b849
This commit is contained in:
parent
dc8e362a78
commit
899f40bdd2
@ -129,6 +129,7 @@ labels:
|
|||||||
- name: rax-dfw
|
- name: rax-dfw
|
||||||
- name: rax-ord
|
- name: rax-ord
|
||||||
- name: rax-iad
|
- name: rax-iad
|
||||||
|
- name: ovh-gra1
|
||||||
- name: ubuntu-trusty-check
|
- name: ubuntu-trusty-check
|
||||||
image: ubuntu-trusty-check
|
image: ubuntu-trusty-check
|
||||||
min-ready: 1
|
min-ready: 1
|
||||||
@ -148,6 +149,7 @@ labels:
|
|||||||
- name: hpcloud-b3
|
- name: hpcloud-b3
|
||||||
- name: hpcloud-b4
|
- name: hpcloud-b4
|
||||||
- name: hpcloud-b5
|
- name: hpcloud-b5
|
||||||
|
- name: ovh-gra1
|
||||||
- name: devstack-trusty-2-node
|
- name: devstack-trusty-2-node
|
||||||
image: devstack-trusty
|
image: devstack-trusty
|
||||||
ready-script: multinode_setup.sh
|
ready-script: multinode_setup.sh
|
||||||
@ -952,7 +954,7 @@ providers:
|
|||||||
cloud: ovh
|
cloud: ovh
|
||||||
api-timeout: 60
|
api-timeout: 60
|
||||||
boot-timeout: 120
|
boot-timeout: 120
|
||||||
max-servers: 50
|
max-servers: 2
|
||||||
rate: 0.1
|
rate: 0.1
|
||||||
image-type: raw
|
image-type: raw
|
||||||
images:
|
images:
|
||||||
@ -962,6 +964,12 @@ providers:
|
|||||||
diskimage: ubuntu-trusty
|
diskimage: ubuntu-trusty
|
||||||
username: jenkins
|
username: jenkins
|
||||||
private-key: /home/nodepool/.ssh/id_rsa
|
private-key: /home/nodepool/.ssh/id_rsa
|
||||||
|
- name: ubuntu-trusty
|
||||||
|
min-ram: 8000
|
||||||
|
name-filter: 'ssd-osFoundation'
|
||||||
|
diskimage: ubuntu-trusty
|
||||||
|
username: jenkins
|
||||||
|
private-key: /home/nodepool/.ssh/id_rsa
|
||||||
- name: tripleo-test-cloud-rh1
|
- name: tripleo-test-cloud-rh1
|
||||||
cloud: tripleo-test-cloud-rh1
|
cloud: tripleo-test-cloud-rh1
|
||||||
boot-timeout: 120
|
boot-timeout: 120
|
||||||
|
Loading…
Reference in New Issue
Block a user