eclipse/amlen

Deploy WebUI as part of the operator

IanBoden opened this issue · 0 comments

Having an option to deploy the WebUI as part of the operator would be really useful for getting people using Amlen. There are several parts to this:

  • Add to the schema for an option to deploy the webui (1 per amlen CRD so multipe clusters would be accessed via a single WebUI) see
  • Create a webui image in quay.io add to the jenkinsFile to build
  • deploy the webui as part of the operator
  • configure the webui to access the clusters (probably want an ansible module for this similar to the configure module)

Depending on the person picking this up and their skills could be a single issue or could split down into seperate issues if someone wants a smaller piece to work on.