diff options
Diffstat (limited to 'ci/maas/intel/pod6')
-rwxr-xr-x | ci/maas/intel/pod6/deployment.yaml | 39 |
1 files changed, 18 insertions, 21 deletions
diff --git a/ci/maas/intel/pod6/deployment.yaml b/ci/maas/intel/pod6/deployment.yaml index 935ad0d8..b4b8562b 100755 --- a/ci/maas/intel/pod6/deployment.yaml +++ b/ci/maas/intel/pod6/deployment.yaml @@ -140,6 +140,21 @@ demo-maas: # Defines the physical nodes which are added to the MAAS cluster # controller upon startup of the node. nodes: + - name: node1-control + tags: control + architecture: amd64/generic + mac_addresses: + - "00:1e:67:d8:ba:45" + power: + type: ipmi + address: 10.4.7.1 + user: root + pass: root + driver: LAN_2_0 +# sticky_ip_address: +# mac_address: "38:63:bb:43:b8:9c" +# requested_address: 192.168.122.5 + - name: node2-control tags: control architecture: amd64/generic @@ -155,24 +170,6 @@ demo-maas: # mac_address: "38:63:bb:43:b8:9c" # requested_address: 192.168.122.5 -# - name: node1 -# tags: physical -# architecture: amd64/generic -# mac_addresses: -# - "00:1e:67:e0:08:b0" -# - "00:1e:67:e0:08:b1" -# - "00:1e:67:d0:99:ee" -# - "00:1e:67:d0:99:ef" -# power: -# type: ipmi -# address: 10.4.2.9 -# user: root -# pass: root -# driver: LAN_2_0 -# sticky_ip_address: -# mac_address: "38:63:bb:43:b8:9c" -# requested_address: 192.168.122.5 - - name: node3-control tags: control architecture: amd64/generic @@ -188,8 +185,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" @@ -231,7 +228,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 |