diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-05 17:44:13 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-05 17:44:13 -0600 |
commit | b1311ad84a9cde68fb24711449b1c307310c3f3b (patch) | |
tree | a323bc19752011b0eecdf7e86759ce93a70e3dd3 /ci/maas/intel | |
parent | cd5a784e05ea84079ce8fdce9ccea95bbdedb7fe (diff) |
include to support two compute node for intel pod6.
Change-Id: I2f79813bf7778ada89c655e4d2ca1d15a851f534
Diffstat (limited to 'ci/maas/intel')
-rwxr-xr-x | ci/maas/intel/pod6/deployment.yaml | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/ci/maas/intel/pod6/deployment.yaml b/ci/maas/intel/pod6/deployment.yaml index 935ad0d8..18e6f04a 100755 --- a/ci/maas/intel/pod6/deployment.yaml +++ b/ci/maas/intel/pod6/deployment.yaml @@ -188,8 +188,8 @@ demo-maas: # mac_address: "38:63:bb:43:b8:9c" # requested_address: 192.168.122.5 - - name: node4-control - tags: control + - name: node4-compute + tags: compute architecture: amd64/generic mac_addresses: - "00:1e:67:e0:09:fa" @@ -218,6 +218,19 @@ demo-maas: # mac_address: "38:63:bb:43:b8:9c" # requested_address: 192.168.122.5 + - name: node6-control + tags: control + architecture: amd64/generic + mac_addresses: + - "00:15:17:aa:eb:3c" + power: + type: ipmi + address: 10.4.7.6 + user: root + pass: root + driver: LAN_2_0 +# sticky_ip_address: +# mac_address: "38:63:bb:43:b8:9c" # - name: jenkins-slave # tags: jenkins-slave # architecture: amd64/generic @@ -231,7 +244,7 @@ demo-maas: # node virtual machine juju-bootstrap: name: bootstrap - interfaces: ['bridge=brAdm,model=virtio', 'bridge=brData,model=virtio', 'bridge=brPublic,model=virtio'] + interfaces: ['bridge=brAdm,model=virtio', 'bridge=brPublic,model=virtio'] memory: 4096 vcpus: 4 arch: amd64 |