modified to match the ocl bundle sync with other bundles.
[joid.git] / ci / maas / cengn_lynx / pod1 / deployment.yaml
index 2941972..fe71144 100755 (executable)
@@ -17,6 +17,7 @@ cengn-lynx-pod1:
         arch: amd64
         pool: default
         disk_size: 160G
+        series: trusty
 
         # Apt http proxy setting(s)
         apt_http_proxy:
@@ -25,6 +26,24 @@ cengn-lynx-pod1:
           - ppa:maas/stable
           - ppa:juju/stable
 
+        boot_source:
+            url: http://maas.ubuntu.com/images/ephemeral-v2/daily/
+            keyring_filename: /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg
+            exclusive: true
+            selections:
+                1:
+                    release: trusty
+                    os: ubuntu
+                    arches: amd64
+                    subarches: "*"
+                    labels: daily
+                2:
+                    release: xenial
+                    os: ubuntu
+                    arches: amd64
+                    subarches: "*"
+                    labels: daily
+
         # Virsh power settings
         # Specifies the uri and keys to use for virsh power control of the 
         # juju virtual machine. If the uri is omitted, the value for the
@@ -97,39 +116,39 @@ cengn-lynx-pod1:
               broadcast_ip: 10.120.0.255
               router_ip: 10.120.0.254
               static_range:
-                  low: 10.120.0.20
-                  high: 10.120.0.100
+                  low: 10.120.0.50
+                  high: 10.120.0.80
               dynamic_range:
-                  low: 10.120.0.101
-                  high: 10.120.0.200
+                  low: 10.120.0.81
+                  high: 10.120.0.249
             - device: eth1
               ip: 172.16.121.3
               subnet_mask: 255.255.255.0
               broadcast_ip: 172.16.121.255
               management: 1
               static_range:
-                low: 172.16.121.20
-                high: 172.16.121.100
+                low: 172.16.121.50
+                high: 172.16.121.80
               dynamic_range:
-                low: 172.16.121.101
-                high: 172.16.121.200
+                low: 172.16.121.81
+                high: 172.16.121.249
             - device: eth2
               ip: 172.16.122.3
               subnet_mask: 255.255.255.0
               broadcast_ip: 172.16.122.255
               management: 1
               static_range:
-                low: 172.16.122.20
-                high: 172.16.122.100
+                low: 172.16.122.50
+                high: 172.16.122.80
               dynamic_range:
-                low: 172.16.122.101
-                high: 172.16.122.200
+                low: 172.16.122.81
+                high: 172.16.122.249
             
         # Defines the physical nodes which are added to the MAAS cluster
         # controller upon startup of the node.
         nodes:
-          - name: node1-compute
-            tags: compute
+          - name: node3-control
+            tags: control
             architecture: amd64/generic
             mac_addresses:
               - "0c:c4:7a:3a:c5:b6"
@@ -152,8 +171,8 @@ cengn-lynx-pod1:
                 pass: root
                 driver: LAN_2_0
 
-          - name: node3-control
-            tags: control
+          - name: node1-compute
+            tags: compute
             architecture: amd64/generic
             mac_addresses:
               - "0c:c4:7a:1f:6f:c0"