Commit Graph

4 Commits

Author SHA1 Message Date
Tobias Urdin 91c634593e Remove designate::pool_manager
Remove the pool-manager as we've deprecated it for
the Train release [1].

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

Change-Id: I3cc6b5f5d70db4515c95973070a73b20b970e37d
2019-10-09 15:32:09 +02:00
Tobias Urdin d83b0dafdc Use validate_legacy
This changes all the puppet 3 validate_* functions
to use the validate_legacy function.

The validate_legacy function has been available since
about three years but require Puppet >= 4.4.0 and since
there is Puppet 4.10.12 as latest we should assume people
are running a fairly new Puppet 4 version.

This is the first step to then remove all validate function
calls and use proper types for parameter as described in spec [1].

[1] https://review.openstack.org/#/c/568929/

Change-Id: If8c450da479eca3167d93a1ef29ac8b1bc4312ca
2019-02-23 14:41:42 +01:00
ZhongShengping 1e95f32a6f Add hooks for external install & svc management
This adds defined anchor points for external modules to hook into the
software install, config and service dependency chain.  This allows
external modules to manage software installation (virtualenv,
containers, etc) and service management (pacemaker) without needing rely
on resources that may change or be renamed.

Change-Id: If9fa188b7dca47e6724a737d66e34c0c85668c36
2016-12-01 08:44:02 +08:00
Arnoud de Jonge d3df6fdfd9 Added Designate Pool Manager
Added classes and defines to manage the Designate Pool Manager.

Change-Id: I52c3789394bc8719c4251abd13e489b47111f0f4
2016-02-09 16:45:25 +00:00