diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-17 12:04:16 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-17 14:20:10 -0500 |
commit | d1aaa3704c4bb65a5f45ccfc1cb5d8bf18e6fb32 (patch) | |
tree | 1da43dca6fa8df646037348beec3e6bf62c9df2f /ci/opencontrail | |
parent | 501abc68e6a974d7e5dd480233bf44a2f20fc0b3 (diff) |
modified ocl charm location fetching from git tree.
Change-Id: I3913286114e4a4b402b859ab151e7e0442be4262
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/opencontrail')
-rwxr-xr-x | ci/opencontrail/fetch-charms.sh | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/ci/opencontrail/fetch-charms.sh b/ci/opencontrail/fetch-charms.sh index 95dd633f..908f7c11 100755 --- a/ci/opencontrail/fetch-charms.sh +++ b/ci/opencontrail/fetch-charms.sh @@ -63,11 +63,8 @@ git clone -b stable/16.07 https://github.com/openstack/charm-neutron-api.git $di #charm pull cs:~openstack-charmers-next/lxd xenial/lxd # Controller specific charm -cd /tmp -rm -rf ovno git clone https://git.opnfv.org/ovno.git -cd ovno/charms -tar cf /tmp/charms.tar trusty -cd ~ -tar xf /tmp/charms.tar - +cd ovno/charms/trusty +mv * ../../../$distro/ +cd ../../../ +rm -rf ovno |