added the openstack.sh to configure the openstack for test.
[joid.git] / ci / maas / att / virpod1 / deployment.yaml
index 1400c7b..f03031f 100644 (file)
@@ -5,7 +5,7 @@ demo-maas:
         # Defines the general setup for the MAAS environment, including the
         # username and password for the host as well as the MAAS server.
         user: ubuntu
-        password: opnfv-joid
+        password: ubuntu
 
         # Contains the virtual machine parameters for creating the MAAS virtual
         # server. Here you can configure the name of the virsh domain, the
@@ -45,7 +45,7 @@ demo-maas:
         #  - http://maas.ubuntu.com/docs/api.html#maas-server
         settings:
             main_archive: http://us.archive.ubuntu.com/ubuntu
-            upstream_dns: 192.168.10.1
+            upstream_dns: 8.8.8.8
             maas_name: attvirpod1
             # kernel_opts: "console=tty0 console=ttyS1,115200n8"
             # ntp_server: ntp.ubuntu.com
@@ -72,7 +72,7 @@ demo-maas:
             network 192.168.10.0
             broadcast 192.168.10.255
             gateway 192.168.10.1
-            dns-nameservers 192.168.10.1 127.0.0.1
+            dns-nameservers 8.8.8.8 127.0.0.1
 
         # The node-group-interfaces section is used to configure the MAAS
         # network interfaces. Basic configuration is supported, such as which
@@ -96,23 +96,23 @@ demo-maas:
         # Defines the physical nodes which are added to the MAAS cluster
         # controller upon startup of the node.
         nodes:
-            - name: controller1
+            - name: node1-control
               tags: control
               architecture: amd64/generic
               mac_addresses:
-                  - "B8:AE:ED:76:FB:45"
+                  - "<controller1-mac>"
               power:
                   type: ether_wake
-                  address: B8:AE:ED:76:FB:45
+                  mac_address: <controller1-mac>
 
-            - name: compute1
+            - name: node2-compute
               tags: compute
               architecture: amd64/generic
               mac_addresses:
-                  - "B8:AE:ED:76:FB:C4"
+                  - "<compute1-mac>"
               power:
                   type: ether_wake
-                  address: B8:AE:ED:76:FB:C4
+                  mac_address:  <compute1-mac>
 
     # Contains the virtual machine parameters for creating the Juju bootstrap
     # node virtual machine