Commit Graph

4 Commits

Author SHA1 Message Date
Takashi Kajinami dccfa9406d Remove manifests for networking-bigswitch
... because support for the plugin has been removed from t-h-t.

Depends-on: https://review.opendev.org/831379
Change-Id: I7f941edae70270117ad38ba0ceb4c2ffa5c145ee
2022-03-01 22:36:36 +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
Alex Schultz b517344423 Create bigswitch agent profile
Create a tripleo profile for the bigswitch neutron agent configuration
to be consumed by THT.

Change-Id: I7a8f7f73c9c8446e21c16a5c378bd7e0f0a4c94e
Partial-Bug: #1674791
2017-03-21 12:55:17 -06:00