Closed cmoulliard closed 6 years ago
This will be resolved as soon as the Snowdrop Launcher backend is live. Then we can switch the API to point to that and the correct runtimes / boosters will be displayed.
Resolved by setting configmap values:
launcher.backend.catalog.filter: booster.runtime.id === 'spring-boot'
launcher.backend.catalog.git.ref: latest
launcher.backend.catalog.git.repository: 'https://github.com/fabric8-launcher/launcher-booster-catalog.git'
We need to add this to the backend deployment @geoand
@lincolnthree I don't really know at this point what the deployment process needs to actually deploy. Could you create a ticket for me explaining all the components that needs to be deployed and any special things like this that I need to take of?
Thanks
We can deploy the backend using our ansible playbook ...
On Tue, May 22, 2018 at 5:23 PM, Georgios Andrianakis < notifications@github.com> wrote:
@lincolnthree https://github.com/lincolnthree I don't really know at this point what the deployment process needs to actually deploy. Could you create a ticket for me explaining all the components that needs to be deployed and any special things like this that I need to take of?
Thanks
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/snowdrop/snowdrop-site-angular/issues/11#issuecomment-391032645, or mute the thread https://github.com/notifications/unsubscribe-auth/AAcTrgNtLWqDEwBsiZLBorpRgQP26ilHks5t1C2MgaJpZM4UFM69 .
-- Charles Moulliard Apache Committer & PMC / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io
@cmoulliard +1,
I haven't been following the development of the website so I don't know what else is needed, that is why I want Lincoln to open a ticket for me describing all the deployables
As far as I can tell, the website uses the regular launcher backend (albeit with some flags) and our custom front-end. If that's the case our playbook won't work as-is, it will need to updated to support custom front-ends. Anyway, a ticket will clarify things so we can what the best approach is for deployment
Sure.
Thanks!
When running the launcher install Ansible script, the following parameters need to be provided:
./ansible {launcher install playbook} \
-e launcher_catalog_git_repo="https://github.com/fabric8-launcher/launcher-booster-catalog.git" \
-e launcher_catalog_git_branch="latest"
-e launcher_catalog_filter="booster.runtime.id === 'spring-boot'"
[ ] We should revisit the wizard flows and adapt it for our needs
[ ] Only Spring Boot runtime should be proposed