modfiied to fetch from git repo whereever we can.
[joid.git] / ci / odl / fetch-charms.sh
1 #!/bin/sh -ex
2
3 distro=$1
4 mkdir -p $distro
5
6 # openstack
7 bzr branch lp:~narindergupta/charms/trusty/promise/trunk $distro/promise
8 bzr branch lp:~billy-olsen/charms/xenial/mongodb/trunk $distro/mongodb
9 bzr branch lp:~narindergupta/opnfv/ntp $distro/ntp
10 bzr branch lp:~openstack-charmers/charms/trusty/hacluster/next $distro/hacluster
11 git clone https://github.com/openstack/charm-ceilometer.git $distro/ceilometer
12 git clone https://github.com/openstack/charm-ceilometer-agent.git $distro/ceilometer-agent
13 git clone https://github.com/openstack/charm-ceph.git $distro/ceph
14 git clone https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd
15 git clone https://github.com/openstack/charm-ceph-radosgw.git $distro/ceph-radosgw
16 git clone https://github.com/openstack/charm-cinder.git $distro/cinder
17 git clone https://github.com/openstack/charm-cinder-ceph.git $distro/cinder-ceph
18 git clone https://github.com/openstack/charm-glance.git $distro/glance
19 git clone https://github.com/openstack/charm-keystone.git $distro/keystone
20 git clone https://github.com/openstack/charm-percona-cluster.git $distro/percona-cluster
21 git clone https://github.com/openstack/charm-neutron-api.git $distro/neutron-api
22 git clone https://github.com/openstack/charm-neutron-gateway.git $distro/neutron-gateway
23 git clone https://github.com/openstack/charm-neutron-openvswitch.git $distro/neutron-openvswitch
24 git clone https://github.com/openstack/charm-nova-cloud-controller.git $distro/nova-cloud-controller
25 git clone https://github.com/openstack/charm-nova-compute.git $distro/nova-compute
26 git clone https://github.com/openstack/charm-openstack-dashboard.git $distro/openstack-dashboard
27 git clone https://github.com/openstack/charm-rabbitmq-server.git $distro/rabbitmq-server
28 git clone https://github.com/openstack/charm-heat.git $distro/heat
29
30 #controller specific charm
31 git clone https://github.com/openstack/charm-odl-controller.git $distro/odl-controller
32 git clone https://github.com/openstack/charm-neutron-api-odl.git $distro/neutron-api-odl
33 git clone https://github.com/openstack/charm-openvswitch-odl.git $distro/openvswitch-odl
34