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/deploy.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 ci/deploy.yaml (limited to 'ci/deploy.yaml') diff --git a/ci/deploy.yaml b/ci/deploy.yaml new file mode 100755 index 00000000..031c86f8 --- /dev/null +++ b/ci/deploy.yaml @@ -0,0 +1,13 @@ +# This file defines the deployment for the MAAS environment which is to be +# deployed and automated. +opnfv: + # Defines the openstack release needs to be get installed. + release:A + # Defines the openstack release needs to be get installed. + openstack:kilo + # Defines the sdn plugin to be get installed. + sdn:odl + # Defines the ha type to be get installed. + type:nonha + # Defines the lab where release to be get installed. + lab:intellab5 -- cgit 1.2.3-korg