modfiied to have a new onos charm with gateway support. 57/15357/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Thu, 9 Jun 2016 22:26:16 +0000 (17:26 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Thu, 9 Jun 2016 22:26:48 +0000 (17:26 -0500)
Change-Id: I4377f52d8fa077a5bfdcaaf1089fd8166abf5062
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/02-maasdeploy.sh
ci/nosdn/fetch-charms.sh
ci/onos/fetch-charms.sh

index 08bdc98..e3bc99f 100755 (executable)
@@ -12,7 +12,7 @@ sudo apt-add-repository ppa:maas/stable -y
 sudo apt-add-repository cloud-archive:mitaka -y
 sudo apt-get update -y
 sudo apt-get dist-upgrade -y
-sudo apt-get install openssh-server git maas-deployer juju juju-deployer maas-cli python-pip python-openstackclient gsutil -y
+sudo apt-get install openssh-server git maas-deployer juju juju-deployer maas-cli python-pip python-openstackclient python-congressclient gsutil -y
 
 #first parameter should be custom and second should be either 
 # absolute location of file (including file name) or url of the 
index 96f8305..ff0e718 100755 (executable)
@@ -22,8 +22,8 @@ git clone https://github.com/openstack/charm-ceph-radosgw.git $distro/ceph-rados
 git clone https://github.com/openstack/charm-cinder.git $distro/cinder
 git clone https://github.com/openstack/charm-cinder-ceph.git $distro/cinder-ceph
 git clone https://github.com/openstack/charm-glance.git $distro/glance
-#git clone https://github.com/openstack/charm-keystone.git $distro/keystone
-git clone -b bug/congress-fix https://github.com/gnuoy/charm-keystone.git $distro/keystone
+git clone https://github.com/openstack/charm-keystone.git $distro/keystone
+#git clone -b bug/congress-fix https://github.com/gnuoy/charm-keystone.git $distro/keystone
 git clone https://github.com/openstack/charm-percona-cluster.git $distro/percona-cluster
 git clone https://github.com/openstack/charm-neutron-api.git $distro/neutron-api
 git clone https://github.com/openstack/charm-neutron-gateway.git $distro/neutron-gateway
index b511a67..f447fff 100755 (executable)
@@ -28,6 +28,7 @@ git clone https://github.com/openstack/charm-heat.git $distro/heat
 
 # Controller specific charm
 bzr branch lp:~wuwenbin2/onosfw/onos-controller $distro/onos-controller
-bzr branch lp:~wuwenbin2/onosfw/neutron-gateway $distro/neutron-gateway
+#bzr branch lp:~wuwenbin2/onosfw/neutron-gateway $distro/neutron-gateway
 bzr branch lp:~wuwenbin2/onosfw/neutron-api-onos $distro/neutron-api-onos
 bzr branch lp:~wuwenbin2/onosfw/openvswitch-onos $distro/openvswitch-onos
+bzr branch lp:~narindergupta/opnfv/neutron-gateway $distro/neutron-gateway