Boot ubuntu-trusty on performance nodes
It turns out, you have to tell nodepool to do this. Change-Id: I8498fb16c7a03f01d27f27d1b6c1a563a47a77c2
This commit is contained in:
parent
7e037ec611
commit
e589d9b11e
@ -290,6 +290,7 @@ 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-filter: 'Performance'
|
||||||
config-drive: true
|
config-drive: true
|
||||||
meta:
|
meta:
|
||||||
vm_mode: hvm
|
vm_mode: hvm
|
||||||
@ -364,6 +365,7 @@ 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-filter: 'Performance'
|
||||||
config-drive: true
|
config-drive: true
|
||||||
meta:
|
meta:
|
||||||
vm_mode: hvm
|
vm_mode: hvm
|
||||||
@ -438,6 +440,7 @@ 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-filter: 'Performance'
|
||||||
config-drive: true
|
config-drive: true
|
||||||
meta:
|
meta:
|
||||||
vm_mode: hvm
|
vm_mode: hvm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user