7
sudo apt-get install charm-tools -y
8
(cd $distro/charm-$1; charm build -s $distro -obuild src)
9
mv $distro/charm-$1/build/$distro/$1 $distro
13
7
bzr branch lp:~narindergupta/charms/trusty/promise/trunk $distro/promise
15
git clone -b stable/17.11 https://github.com/openstack/charm-hacluster.git $distro/hacluster
16
git clone -b stable/17.11 https://github.com/openstack/charm-ceilometer.git $distro/ceilometer
17
git clone -b stable/17.11 https://github.com/openstack/charm-ceilometer-agent.git $distro/ceilometer-agent
18
git clone -b stable/17.11 https://github.com/openstack/charm-ceph-mon.git $distro/ceph-mon
19
git clone -b stable/17.11 https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd
20
git clone -b stable/17.11 https://github.com/openstack/charm-ceph-radosgw.git $distro/ceph-radosgw
21
git clone -b stable/17.11 https://github.com/openstack/charm-cinder.git $distro/cinder
22
git clone -b stable/17.11 https://github.com/openstack/charm-cinder-ceph.git $distro/cinder-ceph
23
git clone -b stable/17.11 https://github.com/openstack/charm-glance.git $distro/glance
24
git clone -b stable/17.11 https://github.com/openstack/charm-keystone.git $distro/keystone
25
git clone -b stable/17.11 https://github.com/openstack/charm-percona-cluster.git $distro/percona-cluster
26
git clone -b stable/17.11 https://github.com/openstack/charm-neutron-api.git $distro/neutron-api
27
git clone -b stable/17.11 https://github.com/openstack/charm-neutron-gateway.git $distro/neutron-gateway
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
34
git clone -b stable/17.11 https://github.com/openstack/charm-lxd.git $distro/lxd
35
git clone -b stable/17.11 https://github.com/openstack/charm-odl-controller.git $distro/odl-controller
36
git clone -b stable/17.11 https://github.com/openstack/charm-neutron-api-odl.git $distro/neutron-api-odl
37
git clone -b stable/17.11 https://github.com/openstack/charm-openvswitch-odl.git $distro/openvswitch-odl
38
git clone https://github.com/openbaton/juju-charm.git $distro/openbaton
40
charm pull cs:$distro/aodh $distro/aodh
41
charm pull cs:$distro/mongodb $distro/mongodb
42
charm pull cs:ntp $distro/ntp
44
#pulling scaleio charms.
45
charm pull cs:~cloudscaling/scaleio-mdm $distro/scaleio-mdm
46
charm pull cs:~cloudscaling/scaleio-sds $distro/scaleio-sds
47
charm pull cs:~cloudscaling/scaleio-gw $distro/scaleio-gw
48
charm pull cs:~cloudscaling/scaleio-sdc $distro/scaleio-sdc
49
charm pull cs:~cloudscaling/scaleio-openstack $distro/scaleio-openstack
50
charm pull cs:~cloudscaling/scaleio-cluster $distro/scaleio-cluster
51
charm pull cs:~cloudscaling/scaleio-gui $distro/scaleio-gui
53
#odl controller specific charm
54
#charm pull cs:$distro/odl-controller $distro/odl-controller
55
#charm pull cs:~narindergupta/neutron-api-odl-11 $distro/neutron-api-odl
56
#charm pull cs:~narindergupta/openvswitch-odl-3 $distro/openvswitch-odl
57
#charm pull cs:~narindergupta/neutron-gateway-6 $distro/neutron-gateway
58
charm pull cs:~narindergupta/congress-1 $distro/congress
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
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