diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build/instack.sh | 2 | ||||
-rw-r--r-- | build/opnfv-tripleo-heat-templates.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/instack.sh b/build/instack.sh index 8b00bbe4..52384689 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.0 https://github.com/dfarrell07/puppet-opendaylight +git clone -b 3.0.1 https://github.com/dfarrell07/puppet-opendaylight pushd puppet-opendaylight git archive --format=tar.gz --prefix=opendaylight/ HEAD > ../puppet-opendaylight.tar.gz popd diff --git a/build/opnfv-tripleo-heat-templates.patch b/build/opnfv-tripleo-heat-templates.patch index c9a10933..10ae0a71 100644 --- a/build/opnfv-tripleo-heat-templates.patch +++ b/build/opnfv-tripleo-heat-templates.patch @@ -1249,7 +1249,7 @@ index 3fb92f3..774f323 100644 +" + + # aodh hacks -+ file { '/etc/ceilometer/event_pipeline': ++ file { '/etc/ceilometer/event_pipeline.yaml': + ensure => present, + content => $event_pipeline + } |