Solinea / goldstone-server

Solinea's open infrastructure management and monitoring server component
http://goldstone-server.readthedocs.org/en/latest/
Apache License 2.0
12 stars 9 forks source link

Fab post_install changes need reworking, factoring out for OS releases #439

Open jbc0 opened 8 years ago

jbc0 commented 8 years ago

Generally need better way to make the edits and eliminate use of replacement templates where possible (possible problem examples below discovered debugging ceilometer)

The template at https://github.com/Solinea/goldstone-server/blob/master/docker/goldstone-base/config/ceilometer/pipeline.yaml.template omits event definitions added in Ceilometer after Kilo

Also: default publisher has changed in ceilometer event_pipeline.yaml: https://github.com/openstack/ceilometer/commit/2b01aeee595fa1dcc04b043ea2443c283e25ed35 https://github.com/Solinea/goldstone-server/blob/master/docker/goldstone-base/config/ceilometer/event_pipeline.yaml.template#L13

jxstanford commented 8 years ago

@steve-wormley is working on rewriting the config mgmt stuff in ansible, with a matrix for configuration of target cloud distro/version.

jxstanford commented 8 years ago

@jbc0 is there active work happening on this ticket? #449 is similar in goal, but using ansible. not ready to abandon the fab script until we have a better solution, but I also created a specific post_install for RDO-liberty. Not elegant, but seemingly effective.