diff options
Diffstat (limited to 'ci/maas')
-rwxr-xr-x | ci/maas/intel/pod5/deployment.yaml | 28 | ||||
-rwxr-xr-x | ci/maas/intel/pod6/deployment.yaml | 39 |
2 files changed, 32 insertions, 35 deletions
diff --git a/ci/maas/intel/pod5/deployment.yaml b/ci/maas/intel/pod5/deployment.yaml index de5c29c0..dcfa3a38 100755 --- a/ci/maas/intel/pod5/deployment.yaml +++ b/ci/maas/intel/pod5/deployment.yaml @@ -142,14 +142,23 @@ demo-maas: # Defines the physical nodes which are added to the MAAS cluster # controller upon startup of the node. nodes: + - name: node6-control + tags: control + architecture: amd64/generic + mac_addresses: + - "00:15:17:ac:3b:b4" + power: + type: ipmi + address: 10.4.7.6 + user: root + pass: root + driver: LAN_2_0 + - name: node5-compute tags: compute architecture: amd64/generic mac_addresses: - "00:1e:67:e0:0a:4a" - - "00:1e:67:e0:0a:4b" - - "00:1e:67:d0:9a:10" - - "00:1e:67:d0:9a:11" power: type: ipmi address: 10.4.7.5 @@ -160,14 +169,11 @@ 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: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.7.4 @@ -183,9 +189,6 @@ demo-maas: architecture: amd64/generic mac_addresses: - "00:1e:67:e0:08:7e" - - "00:1e:67:e0:08:7f" - - "00:1e:67:c2:23:d8" - - "00:1e:67:c2:23:d9" power: type: ipmi address: 10.4.7.3 @@ -201,9 +204,6 @@ demo-maas: architecture: amd64/generic mac_addresses: - "00:1e:67:cf:b8:92" - - "00:1e:67:cf:b8:93" - - "00:1e:67:d0:9b:0c" - - "00:1e:67:d0:9b:0d" power: type: ipmi address: 10.4.7.2 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 |