openstack-k8s-operators / os-diff

Apache License 2.0
1 stars 5 forks source link

Improve the way ansible is collecting Openshift config from pods #31

Closed matbu closed 11 months ago

matbu commented 1 year ago

We need to improve the way ansible is collection config from OC pods. A new vars/ file could be created to be more specific to OC, so it will ends with two vars/ files: one for tripleo, another for OC.

It could also serve as a mapping between the config for example, glance stored in tripleo under: /etc/glance/ For OC it's under: /etc/glance/glance.conf.d/

matbu commented 11 months ago

Done by the last PR: https://github.com/openstack-k8s-operators/os-diff/pull/37