diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2017-02-14 17:56:24 +0100 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2017-02-16 09:52:44 +0100 |
commit | 3044900e61775ab01f90a1c40cac31e4212c7e45 (patch) | |
tree | d0ee7d0f9e477de19188cc1d116c4ba8dd0b297d /build | |
parent | 6a2aaff3dbf80e91b873d15601c326d7eb194809 (diff) |
Adding Gluon to post-install and bumping version
Adding the creation of the Gluon dummy network and subnet
to the post installation steps.
Bumping the version of Gluon to the latest.
opnfv-tht-pr: 106
Change-Id: I5123916f0e153cbd1e70e443d9c8af38ac55fdef
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'build')
-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 |