Commit Graph

3 Commits

Author SHA1 Message Date
Jay Jahns f27c45a092 Change references from nsx_v3 to nsx
This patch changes references from nsx_v3 to nsx since the nsx_v3 functionality
is the only one supported at this time.

Change-Id: Id73f675844b0df2eafa45507d1c28f16cd0b15b2
Closes-Bug: #1713191
2017-08-28 12:38:41 -07:00
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
Tong Liu 6992eaf63c Add resource profile for vmware nsx_v3
Add support for VMware NSX neutron plugin.

Change-Id: I9a50e608b08dce4e1409c89db1614974beb811f4
2017-03-31 00:00:58 +00:00