h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.9k stars 323 forks source link

Integrate github workflows to automate the air-gapping process #2163

Closed sulhicader closed 4 months ago

sulhicader commented 8 months ago

Description

Integrate workflows in wave-template repo to automate the air-gapping process of wave-university.

mturoci commented 8 months ago

@sulhicader can you elaborate? Wave University is already air-gapped IIRC.

sulhicader commented 8 months ago

@mturoci There are some new flags introduced to h2o cli to generate air-gapped bundles of wave apps so those can be integrated in to replicated bundle. this doc contains more info about it. github workflows in wave-template automate the end to end process of building the docker images and publishing the docker images and helm charts to ECR which are generated from h2o cli command. This workflows should be integrated in the core wave apps listed in the issue

mturoci commented 4 months ago

Closed via #2181