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