You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current deployment pipeline use Helm Chart to deploy the release version of OpenSearch and OpenSearch dashboards. We need to make deployment more extendable, like use any branch to deploy playground site.
What solution would you like?
Use Github action to build the any branch of OpenSearch and OpenSearch Dashboards and leverage the current pipeline to deploy any other demo site.
What alternatives have you considered?
N/A
Do you have any additional context?
We use the Github action to deploy release version of OS and OSD by helm chart , we should have ability to use any branch of OpenSearch and OpenSearch Dashboards to deploy demo site.
The text was updated successfully, but these errors were encountered:
Flyingliuhub
changed the title
[OpenSearch Playground] Use any branch to deploy playground site
[OpenSearch Playground] Use any OS and OSD branch to deploy playground site
Jul 25, 2022
@Flyingliuhub will we able to have multiple instances at the same time or is it just one website that will point to a single branch that can be changed at any time.
i.e.
Will it be
// Currently points to main
https://playground.opensearch.org/dev/app/home#/
@Flyingliuhub will we able to have multiple instances at the same time or is it just one website that will point to a single branch that can be changed at any time.
We are trying to make any branch works first with automatically way. then we can have main.playground.opensearch.org, 2x.playground.opensearch.org, 1x.playground.opensearch.org later if we need to.
Is your feature request related to a problem?
The current deployment pipeline use Helm Chart to deploy the release version of OpenSearch and OpenSearch dashboards. We need to make deployment more extendable, like use any branch to deploy playground site.
What solution would you like?
Use Github action to build the any branch of OpenSearch and OpenSearch Dashboards and leverage the current pipeline to deploy any other demo site.
What alternatives have you considered?
N/A
Do you have any additional context?
We use the Github action to deploy release version of OS and OSD by helm chart , we should have ability to use any branch of OpenSearch and OpenSearch Dashboards to deploy demo site.
The text was updated successfully, but these errors were encountered: