[
https://issues.apache.org/jira/browse/BEAM-13841?focusedWorklogId=737022&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-737022
]
ASF GitHub Bot logged work on BEAM-13841:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Mar/22 05:40
Start Date: 05/Mar/22 05:40
Worklog Time Spent: 10m
Work Description: ilya-kozyrev commented on a change in pull request
#16822:
URL: https://github.com/apache/beam/pull/16822#discussion_r820048731
##########
File path: playground/terraform/README.md
##########
@@ -28,14 +28,31 @@ The following items need to be setup for the Playground
cluster deployment on GC
# Deployment steps
+## 0. Create GCS bucket for state
+
+```bash
+$ gsutil mb -p ${PROJECT_ID} gs://state-bucket-name
+$ gsutil versioning set on gs://state-bucket-name
+```
+
## 1. Provision infrastructure
To deploy Playground infrastructure follow
[README.md](./infrastructure/README.md) for infrastructure module.
-## 2. Build containers
+```bash
+./gradlew playground:terraform:InitInfrastructure
-Pproject_environment="env-name"
+```
+
+## 2. Deploy application
-TBD
+```bash
+gcloud auth configure-docker us-central1-docker.pkg.dev
+ ```
-## 3. Deploy application
+```bash
+./gradlew playground:terraform:deployBackend -Pproject_environment="env-name"
Review comment:
I've updated readme
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 737022)
Time Spent: 11h 10m (was: 11h)
> [Playground] Union application terraform modules to common submodule
> --------------------------------------------------------------------
>
> Key: BEAM-13841
> URL: https://issues.apache.org/jira/browse/BEAM-13841
> Project: Beam
> Issue Type: Improvement
> Components: beam-playground
> Reporter: Ilya Kozyrev
> Assignee: Andrey Kustov
> Priority: P2
> Labels: beam-playground-devops, beam-playground-sprint-8
> Time Spent: 11h 10m
> Remaining Estimate: 0h
>
> Currently, all applications services for different SDK and router is
> independent terraform modules, to deploy all of them requires applying
> resources from different folders.
> Goal - make all application deployment a common sub-module.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)