| Wei Li Padraig Hayes We have two approaches for this and I'm not sure which one will be preferable. 1) Include template as part of the installer roles https://github.com/integr8ly/installation/tree/master/roles 2) Have a separate repository with ansible roles and include them into the installer 3) Just build a template and have somehow generic role for templates that can be installed inside installer that can be optionally brought by users. I think the decision here will depend on how we going integrate with it. Currently, we will have the only sync template which will be Template As for template itself, it will be mostly replicating input parameters from the APB: rediness and liveness urls etc. (without db parameters ) |