Commit Graph

4 Commits

Author SHA1 Message Date
Takashi Kajinami a05d328c18 Remove manifests for Trove
We don't support Trove in TripleO now, so these manifests can be
removed safely.

Change-Id: Ic668398c706d3a0eb834750453d1b42ce7ab9b16
2020-04-10 00:43:40 +09:00
Tobias Urdin 1523a4b804 Convert all class usage to relative names
Change-Id: Ib2ed745b682cf12f9469a5a64451adcabec400af
2019-12-08 23:23:25 +01: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
Giulio Fidente 5bc20f8972 Add non-pcmk Trove API/Conductor/Taskmanager profiles
Partially-implements: blueprint trove-integration
Change-Id: I667f40f1fa0a7f5c63be52412e3625bbe9b5fbd7
2016-05-06 11:34:41 -04:00