Commit Graph

4 Commits

Author SHA1 Message Date
Carlos Goncalves f95c6d1b54 Remove Neutron LBaaS
The project has been retired and there will be no Train release [1].
This patch removes Neutron LBaaS support in tripleo-heat-templates.

[1] https://review.opendev.org/#/c/658494/

Related-Bug: #1831618
Change-Id: I8e95027aa0bd7f1257c7f99c1b5a474aeb2fada4
2019-06-04 19:30:02 +02:00
Carlos Goncalves b93250af11 Split up neutron-lbaas service plugin and agent
Splitting up service plugin and agent allows operators to deploy
neutron-lbaas with greater granularity over what one wants to get
installed configured. For example, one may want to configure only one of
the two.

Change-Id: If3af333b34d2af764d111d49e981f9d3a170d803
2018-04-05 21:44:21 +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
Ryan Hefner 976bb6b499 Composable Role for Neutron LBaaS
Add composable service interface for Neutron LBaaSv2 service.

Change-Id: Ieeb21fafd340fdfbaddbe7633946fe0f05c640c9
2017-05-16 17:25:55 +00:00