diff options
author | Dan Radez <dradez@redhat.com> | 2016-02-05 05:12:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-05 05:12:35 +0000 |
commit | 65d24997094f147449029557ed71eac013a17702 (patch) | |
tree | 7ef0f84b51231d26f9be592d7c3b2878f5c0769e /build/instack.sh | |
parent | a0146be0bbe7941a2767667135f5ca8718cbd7b0 (diff) | |
parent | a619feb1c57378cc4920abb96244d8471fb9c205 (diff) |
Merge "Update ODL Puppet mod clone to use OPNFV branch"
Diffstat (limited to 'build/instack.sh')
-rwxr-xr-x | build/instack.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/instack.sh b/build/instack.sh index 52384689..8de2452b 100755 --- a/build/instack.sh +++ b/build/instack.sh @@ -368,7 +368,7 @@ cp overcloud-full-opendaylight.qcow2 overcloud-full-opendaylight-sfc.qcow2 # upload the opendaylight puppet module rm -rf puppet-opendaylight -git clone -b 3.0.1 https://github.com/dfarrell07/puppet-opendaylight +git clone -b opnfv_integration https://github.com/dfarrell07/puppet-opendaylight pushd puppet-opendaylight git archive --format=tar.gz --prefix=opendaylight/ HEAD > ../puppet-opendaylight.tar.gz popd |