modify the lab definition as per new changes.
[joid.git] / ci / odl / fetch-charms.sh
1 #!/bin/bash -ex
2
3 distro=$1
4 mkdir -p $distro
5
6 function build {
7     sudo apt-get install charm-tools -y
8     (cd $distro/charm-congress; charm build -s $distro  -obuild src)
9     mv $distro/charm-congress/build/$distro/congress $distro
10 }
11
12 # openstack
13 bzr branch lp:~narindergupta/charms/trusty/promise/trunk $distro/promise
14 bzr branch lp:~billy-olsen/charms/xenial/mongodb/trunk $distro/mongodb
15 bzr branch lp:~narindergupta/opnfv/ntp $distro/ntp
16 bzr branch lp:~openstack-charmers/charms/trusty/hacluster/next $distro/hacluster
17 git clone https://github.com/openstack/charm-ceilometer.git $distro/ceilometer
18 git clone https://github.com/openstack/charm-ceilometer-agent.git $distro/ceilometer-agent
19 git clone https://github.com/openstack/charm-ceph-mon.git $distro/ceph
20 git clone https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd
21 git clone https://github.com/openstack/charm-ceph-radosgw.git $distro/ceph-radosgw
22 git clone https://github.com/openstack/charm-cinder.git $distro/cinder
23 git clone https://github.com/openstack/charm-cinder-ceph.git $distro/cinder-ceph
24 git clone https://github.com/openstack/charm-glance.git $distro/glance
25 git clone https://github.com/openstack/charm-keystone.git $distro/keystone
26 git clone -b stable/16.04 https://github.com/openstack/charm-percona-cluster.git $distro/percona-cluster
27 git clone https://github.com/openstack/charm-neutron-api.git $distro/neutron-api
28 git clone https://github.com/openstack/charm-neutron-gateway.git $distro/neutron-gateway
29 git clone https://github.com/openstack/charm-neutron-openvswitch.git $distro/neutron-openvswitch
30 git clone https://github.com/openstack/charm-nova-cloud-controller.git $distro/nova-cloud-controller
31 git clone https://github.com/openstack/charm-nova-compute.git $distro/nova-compute
32 git clone https://github.com/openstack/charm-openstack-dashboard.git $distro/openstack-dashboard
33 git clone https://github.com/openstack/charm-rabbitmq-server.git $distro/rabbitmq-server
34 git clone https://github.com/openstack/charm-heat.git $distro/heat
35 git clone https://github.com/gnuoy/charm-congress.git $distro/charm-congress
36 git clone https://github.com/openstack/charm-lxd.git xenial/lxd
37 build
38
39 #controller specific charm
40 git clone https://github.com/openstack/charm-odl-controller.git $distro/odl-controller
41 git clone https://github.com/openstack/charm-neutron-api-odl.git $distro/neutron-api-odl
42 git clone https://github.com/openstack/charm-openvswitch-odl.git $distro/openvswitch-odl