Skip to content

Commit 6613f07

Browse files
author
Alvise
committed
Include Gcloud script in production
1 parent c98b941 commit 6613f07

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

deployment/production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- include: maykin-deployment/ansible/tasks/logrotate.yml
2121
- include: maykin-deployment/ansible/tasks/postgresql-9.6.yml
2222
- include: tasks/kubernetes.yml
23+
- include: tasks/gcloud.yml
2324
- include: maykin-deployment/ansible/tasks/npm.yml
2425
- include: maykin-deployment/ansible/tasks/set-maintenance-mode.yml
2526
- include: maykin-deployment/ansible/tasks/django-project-1.7.yml

deployment/vars/production.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ dbuser: vngatv
2929

3030
uwsgi_port: 8084
3131

32-
32+
gcloud_project_id: vng-test-platform
33+
gcloud_compute_zone: europe-west4-a
34+
gcloud_cluster_name: test-sessions

0 commit comments

Comments
 (0)