~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/onos/fetch-charms.sh

  • Committer: Narinder Gupta
  • Date: 2017-11-02 14:28:34 UTC
  • Revision ID: git-v1:1d9656d5db8d7e55e88e8aaa5ced95dbfdda113d
New lab added for arm64 bit.
modified as per comment from Alex for experimental basis.

Change-Id: Icb28ffb60589d55952c387a8aeb946700ad36b85
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# openstack
13
13
bzr branch lp:~narindergupta/charms/trusty/promise/trunk $distro/promise
14
14
bzr branch lp:~billy-olsen/charms/xenial/mongodb/trunk $distro/mongodb
 
15
bzr branch lp:~narindergupta/opnfv/ntp $distro/ntp
15
16
 
16
 
git clone -b stable/17.11 https://github.com/openstack/charm-hacluster.git $distro/hacluster
17
 
git clone -b stable/17.11 https://github.com/openstack/charm-ceilometer.git $distro/ceilometer
18
 
git clone -b stable/17.11 https://github.com/openstack/charm-ceilometer-agent.git $distro/ceilometer-agent
19
 
git clone -b stable/17.11 https://github.com/openstack/charm-ceph-mon.git $distro/ceph-mon
20
 
git clone -b stable/17.11 https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd
21
 
git clone -b stable/17.11 https://github.com/openstack/charm-ceph-radosgw.git $distro/ceph-radosgw
22
 
git clone -b stable/17.11 https://github.com/openstack/charm-cinder.git $distro/cinder
23
 
git clone -b stable/17.11 https://github.com/openstack/charm-cinder-ceph.git $distro/cinder-ceph
24
 
git clone -b stable/17.11 https://github.com/openstack/charm-glance.git $distro/glance
25
 
git clone -b stable/17.11 https://github.com/openstack/charm-keystone.git $distro/keystone
26
 
git clone -b stable/17.11 https://github.com/openstack/charm-percona-cluster.git $distro/percona-cluster
27
 
git clone -b stable/17.11 https://github.com/openstack/charm-neutron-api.git $distro/neutron-api
28
 
git clone -b stable/17.11 https://github.com/openstack/charm-neutron-openvswitch.git $distro/neutron-openvswitch
29
 
git clone -b stable/17.11 https://github.com/openstack/charm-nova-cloud-controller.git $distro/nova-cloud-controller
30
 
git clone -b stable/17.11 https://github.com/openstack/charm-nova-compute.git $distro/nova-compute
31
 
git clone -b stable/17.11 https://github.com/openstack/charm-openstack-dashboard.git $distro/openstack-dashboard
32
 
git clone -b stable/17.11 https://github.com/openstack/charm-rabbitmq-server.git $distro/rabbitmq-server
33
 
git clone -b stable/17.11 https://github.com/openstack/charm-heat.git $distro/heat
 
17
git clone -b stable/17.08 https://github.com/openstack/charm-hacluster.git $distro/hacluster
 
18
git clone -b stable/17.08 https://github.com/openstack/charm-ceilometer.git $distro/ceilometer
 
19
git clone -b stable/17.08 https://github.com/openstack/charm-ceilometer-agent.git $distro/ceilometer-agent
 
20
git clone -b stable/17.08 https://github.com/openstack/charm-ceph-mon.git $distro/ceph-mon
 
21
git clone -b stable/17.08 https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd
 
22
git clone -b stable/17.08 https://github.com/openstack/charm-ceph-radosgw.git $distro/ceph-radosgw
 
23
git clone -b stable/17.08 https://github.com/openstack/charm-cinder.git $distro/cinder
 
24
git clone -b stable/17.08 https://github.com/openstack/charm-cinder-ceph.git $distro/cinder-ceph
 
25
git clone -b stable/17.08 https://github.com/openstack/charm-glance.git $distro/glance
 
26
git clone -b stable/17.08 https://github.com/openstack/charm-keystone.git $distro/keystone
 
27
git clone -b stable/17.08 https://github.com/openstack/charm-percona-cluster.git $distro/percona-cluster
 
28
git clone -b stable/17.08 https://github.com/openstack/charm-neutron-api.git $distro/neutron-api
 
29
git clone -b stable/17.08 https://github.com/openstack/charm-neutron-openvswitch.git $distro/neutron-openvswitch
 
30
git clone -b stable/17.08 https://github.com/openstack/charm-nova-cloud-controller.git $distro/nova-cloud-controller
 
31
git clone -b stable/17.08 https://github.com/openstack/charm-nova-compute.git $distro/nova-compute
 
32
git clone -b stable/17.08 https://github.com/openstack/charm-openstack-dashboard.git $distro/openstack-dashboard
 
33
git clone -b stable/17.08 https://github.com/openstack/charm-rabbitmq-server.git $distro/rabbitmq-server
 
34
git clone -b stable/17.08 https://github.com/openstack/charm-heat.git $distro/heat
34
35
git clone https://github.com/openstack/charm-lxd.git $distro/lxd
35
36
git clone https://github.com/openbaton/juju-charm.git $distro/openbaton
36
37
 
37
 
charm pull cs:ntp $distro/ntp
38
38
charm pull cs:$distro/aodh $distro/aodh
39
39
charm pull cs:~narindergupta/congress-1 $distro/congress
40
40