EnMasseProject / enmasse

EnMasse - Self-service messaging on Kubernetes and OpenShift
https://enmasseproject.github.io
Apache License 2.0
190 stars 87 forks source link

Replace templates with something that works on kubernetes #17

Closed lulf closed 7 years ago

lulf commented 7 years ago

Our use of templates prevents EnMasse from being deployed on a pure kubernetes cluster. Replacing templates with a third party resource (TPR) with the same schema, and adding a substitution mechanism in the address-controller should be sufficient.

lulf commented 7 years ago

https://github.com/openshift/origin/pull/12996

lulf commented 7 years ago

Run EnMasse on Kubernetes

lulf commented 7 years ago

The changes in https://github.com/EnMasseProject/enmasse/pull/21 and https://github.com/EnMasseProject/admin/pull/9 will eventually allow templates to be processed locally without having to use third party resources.