snowdrop / snowdrop-site-angular

Angular-based Snowdrop Website
Apache License 2.0
1 stars 4 forks source link

Only Spring Boot runtime should be proposed #11

Closed cmoulliard closed 6 years ago

cmoulliard commented 6 years ago

screenshot 2018-05-18 20 53 26

lincolnthree commented 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.

lincolnthree commented 6 years ago

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

geoand commented 6 years ago

@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

cmoulliard commented 6 years ago

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

geoand commented 6 years ago

@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

geoand commented 6 years ago

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

lincolnthree commented 6 years ago

Sure.

geoand commented 6 years ago

Thanks!

lincolnthree commented 6 years ago

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'"