Code Review
/
apex-puppet-tripleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
02f5102
)
Move neutron profile out of step 4
author
Carlos Camacho
<ccamacho@redhat.com>
Mon, 13 Mar 2017 07:51:07 +0000
(08:51 +0100)
committer
Carlos Camacho
<ccamacho@redhat.com>
Wed, 22 Mar 2017 07:43:59 +0000
(07:43 +0000)
This submission moves the neutron profile
`::tripleo::profile::base::neutron`
our of step 4.
Change-Id: I4d0617b0d7801426ea6827e70f5f31f10bbcc038
manifests/profile/base/neutron/bgpvpn.pp
patch
|
blob
|
history
diff --git
a/manifests/profile/base/neutron/bgpvpn.pp
b/manifests/profile/base/neutron/bgpvpn.pp
index
9fa1d14
..
d6fdf4e
100644
(file)
--- a/
manifests/profile/base/neutron/bgpvpn.pp
+++ b/
manifests/profile/base/neutron/bgpvpn.pp
@@
-27,10
+27,11
@@
# Defaults to hiera('step')
#
class tripleo::profile::base::neutron::bgpvpn (
- $step = hiera('step'),
+ $step
= hiera('step'),
) {
+ include ::tripleo::profile::base::neutron
+
if $step >= 4 {
- include ::tripleo::profile::base::neutron
include ::neutron::services::bgpvpn
}
}