diff options
author | Tim Rozet <trozet@redhat.com> | 2017-02-16 21:41:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-16 21:41:10 +0000 |
commit | 5e4c2ffc86d0426113f60b8069e81482f82bbc8d (patch) | |
tree | a1b68df87725b16c25d1d8d9e10198ab001fae7f /build/overcloud-opendaylight.sh | |
parent | c3077c777f3a5649e72fe20bfefa62b685f88653 (diff) | |
parent | 3044900e61775ab01f90a1c40cac31e4212c7e45 (diff) |
Merge "Adding Gluon to post-install and bumping version"
Diffstat (limited to 'build/overcloud-opendaylight.sh')
-rwxr-xr-x | build/overcloud-opendaylight.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/overcloud-opendaylight.sh b/build/overcloud-opendaylight.sh index def2bc4c..af745f18 100755 --- a/build/overcloud-opendaylight.sh +++ b/build/overcloud-opendaylight.sh @@ -95,7 +95,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --run-command "cd /etc/puppet/modules/ && tar xzf puppet-gluon.tar.gz" \ --install epel-release \ --install python-click \ - --install http://artifacts.opnfv.org/netready/gluon-0.0.1-1_20170127.noarch.rpm \ + --install http://artifacts.opnfv.org/netready/gluon-0.0.1-1_20170216.noarch.rpm \ -a overcloud-full-opendaylight_build.qcow2 mv overcloud-full-opendaylight_build.qcow2 overcloud-full-opendaylight.qcow2 |