puppet-tripleo/manifests/profile/base/neutron
Steve Baker 94f13e6608 Ensure hiera step value is an integer
The step is typically set with the hieradata setting an integer value:

  {"step": 1}

However it would be useful for the value to be a string so that
substitutions are possible, for example:

  {"step": "%{::step}"}

This change ensures the step parameter defaults to an integer by
calling Integer(hiera('step'))

This change was made by manually removing the undef defaults from
fluentd.pp, uchiwa.pp, and sensu.pp then bulk updating with:

    find ./ -type f -print0 |xargs -0 sed -i "s/= hiera('step')/= Integer(hiera('step'))/"

Change-Id: I8a47ca53a7dea8391103abcb8960a97036a6f5b3
2017-06-14 14:31:52 +12:00
..
agents Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
opencontrail Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
plugins Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
bgpvpn.pp Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
dhcp.pp Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
l2gw.pp Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
l3.pp Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
lbaas.pp Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
linuxbridge.pp Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
metadata.pp Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
midonet.pp Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
n1k.pp Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
opendaylight.pp Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
ovn_northd.pp Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
ovs.pp Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
plumgrid.pp Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
server.pp Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00
sriov.pp Ensure hiera step value is an integer 2017-06-14 14:31:52 +12:00