From 62632e5960810566091186f2ec90bf10d9f2d4af Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 22 Sep 2015 23:14:00 -0500 Subject: Adding the maas deployment script. This will deploy the maas in a VM. Also add a bootdtrap node. deploy.yaml will contain the config file to deploy the openstack release. deployment.yaml will be lab specific where it will install the maas in a particular lab. Change-Id: I9d19e06eeac55666fc38a8db22fe8ba0bda7a764 --- ci/intel/pod5/maas/deployment.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ci/intel') diff --git a/ci/intel/pod5/maas/deployment.yaml b/ci/intel/pod5/maas/deployment.yaml index 79eaba05..d89a24fa 100755 --- a/ci/intel/pod5/maas/deployment.yaml +++ b/ci/intel/pod5/maas/deployment.yaml @@ -176,6 +176,15 @@ demo-maas: # mac_address: "38:63:bb:43:b8:9c" # requested_address: 192.168.122.5 +# - name: jenkins-slave +# tags: jenkins-slave +# architecture: amd64/generic +# mac_addresses: +# - "52:54:00:f0:5c:53" +# power: +# type: virsh +# address: qemu+ssh://ubuntu@10.4.1.1/system + # Contains the virtual machine parameters for creating the Juju bootstrap # node virtual machine juju-bootstrap: -- cgit 1.2.3-korg