From 970199df367213c10eea28cc1f7e34806cfcba68 Mon Sep 17 00:00:00 2001 From: tomer-v4 <48449813+tomer-v4@users.noreply.github.com> Date: Thu, 3 Jun 2021 16:11:47 +0300 Subject: [PATCH 1/5] Update Dev & Test Environment (All-in-One, AWS).yaml --- blueprints/Dev & Test Environment (All-in-One, AWS).yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/Dev & Test Environment (All-in-One, AWS).yaml b/blueprints/Dev & Test Environment (All-in-One, AWS).yaml index 5eee79d..a9aec8d 100644 --- a/blueprints/Dev & Test Environment (All-in-One, AWS).yaml +++ b/blueprints/Dev & Test Environment (All-in-One, AWS).yaml @@ -9,7 +9,7 @@ metadata: clouds: - AWS: eu-west-1 -# These are the blueprint parameters and their default values. +# These are the blueprint parameters and their default values. # The values can be changed when creating a sandbox based on this # blueprint. inputs: From 667bcc59911b5f0d57821f7a4d9a8543db9ddfe8 Mon Sep 17 00:00:00 2001 From: tomer-v4 <48449813+tomer-v4@users.noreply.github.com> Date: Thu, 3 Jun 2021 16:14:07 +0300 Subject: [PATCH 2/5] Update Dev & Test Environment (All-in-One, AWS).yaml --- blueprints/Dev & Test Environment (All-in-One, AWS).yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/Dev & Test Environment (All-in-One, AWS).yaml b/blueprints/Dev & Test Environment (All-in-One, AWS).yaml index a9aec8d..c7986a1 100644 --- a/blueprints/Dev & Test Environment (All-in-One, AWS).yaml +++ b/blueprints/Dev & Test Environment (All-in-One, AWS).yaml @@ -9,9 +9,9 @@ metadata: clouds: - AWS: eu-west-1 -# These are the blueprint parameters and their default values. +# These are the blueprint parameters and their default values. # The values can be changed when creating a sandbox based on this -# blueprint. +# blueprint.. inputs: - DB_USER: root # Used to define the db admin account - DB_PASS: From da73514a7b56293d791629f6a2ddef05bbcec0c2 Mon Sep 17 00:00:00 2001 From: tomer-v4 <48449813+tomer-v4@users.noreply.github.com> Date: Thu, 3 Jun 2021 17:31:48 +0300 Subject: [PATCH 3/5] Update Dev & Test Environment (All-in-One, AWS).yaml --- blueprints/Dev & Test Environment (All-in-One, AWS).yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/Dev & Test Environment (All-in-One, AWS).yaml b/blueprints/Dev & Test Environment (All-in-One, AWS).yaml index c7986a1..5eee79d 100644 --- a/blueprints/Dev & Test Environment (All-in-One, AWS).yaml +++ b/blueprints/Dev & Test Environment (All-in-One, AWS).yaml @@ -11,7 +11,7 @@ clouds: # These are the blueprint parameters and their default values. # The values can be changed when creating a sandbox based on this -# blueprint.. +# blueprint. inputs: - DB_USER: root # Used to define the db admin account - DB_PASS: From 2f6b634dda0eab1e7f78979aeaeba9bcd6708440 Mon Sep 17 00:00:00 2001 From: MosheGembomQuali <55744814+MosheGembomQuali@users.noreply.github.com> Date: Sun, 20 Jun 2021 18:34:32 +0300 Subject: [PATCH 4/5] Adding to the wordpress app timeout. Due to Azure instability. --- applications/wordpress/wordpress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/wordpress/wordpress.yaml b/applications/wordpress/wordpress.yaml index a82688f..dc9c099 100644 --- a/applications/wordpress/wordpress.yaml +++ b/applications/wordpress/wordpress.yaml @@ -67,7 +67,7 @@ configuration: # To validate the installation, we wait to see that the ports are available healthcheck: wait_for_ports: ALL - timeout: 600 + timeout: 1200 debugging: connection_protocol: SSH From 6fdc1372748e74d9ab68266e164d752000e11bcb Mon Sep 17 00:00:00 2001 From: MosheGembomQuali <55744814+MosheGembomQuali@users.noreply.github.com> Date: Mon, 21 Jun 2021 14:45:53 +0300 Subject: [PATCH 5/5] adding_timeout_time_to_problematic_apps --- applications/java-spring-website/java-spring-website.yaml | 2 +- applications/mysql/mysql.yaml | 2 +- applications/wordpress/wordpress.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/java-spring-website/java-spring-website.yaml b/applications/java-spring-website/java-spring-website.yaml index cfc6a7b..4803b1e 100644 --- a/applications/java-spring-website/java-spring-website.yaml +++ b/applications/java-spring-website/java-spring-website.yaml @@ -68,7 +68,7 @@ configuration: # to validate it is up healthcheck: script: healthcheck.sh - timeout: 600 + timeout: 1200 debugging: connection_protocol: SSH diff --git a/applications/mysql/mysql.yaml b/applications/mysql/mysql.yaml index 6a3440d..ff8b10d 100644 --- a/applications/mysql/mysql.yaml +++ b/applications/mysql/mysql.yaml @@ -63,7 +63,7 @@ configuration: # the ports are available healthcheck: wait_for_ports: ALL - timeout: 180 + timeout: 300 debugging: connection_protocol: SSH diff --git a/applications/wordpress/wordpress.yaml b/applications/wordpress/wordpress.yaml index a82688f..9653069 100644 --- a/applications/wordpress/wordpress.yaml +++ b/applications/wordpress/wordpress.yaml @@ -67,7 +67,7 @@ configuration: # To validate the installation, we wait to see that the ports are available healthcheck: wait_for_ports: ALL - timeout: 600 + timeout: 1500 debugging: connection_protocol: SSH