pcf_blue_green 0.43.47 → 0.43.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/pcf_blue_green/version.rb +1 -1
- data/lib/shared-deploy-functions.sh +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ebb2290f5bc9d8dab6508b108de347c4d9364bb096e4ce80cb5f6d5fbde9da9b
|
4
|
+
data.tar.gz: 5c953009bd7d96c0423c81e303d472ef1822dc73bf7ba804d36d2e62c8043777
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efc06e04a67d494e83f9d826f7844f3f826ee6d61043ebd2c03163c808002ae1b99b205fce3370779a8082ba002e084c4817c9eeb8fc959fd34eeb4b4a715a11
|
7
|
+
data.tar.gz: b967d4be74083aa4ce4f0a6fa6db04636991eaecf5dd027709cd331d7187fbf9e4692703970ac77d196ef5e0e351f0737319ecc0bc5dcac52df0824dacdd4674
|
@@ -65,10 +65,10 @@ function cf-push {
|
|
65
65
|
|
66
66
|
if [ -z ${health_check_timeout+x} ]; then
|
67
67
|
announce-task "Pushing ${app_name}"
|
68
|
-
run-cmd cf push ${app_name} -f ${cf_manifest} --hostname ${app_name}
|
68
|
+
run-cmd cf push ${app_name} -f ${cf_manifest} --hostname ${app_name} -s cflinuxfs3
|
69
69
|
else
|
70
70
|
announce-task "Pushing ${app_name}. ${health_check_timeout} seconds health-check timeout set"
|
71
|
-
run-cmd cf push ${app_name} -f ${cf_manifest} --hostname ${app_name} -t ${health_check_timeout}
|
71
|
+
run-cmd cf push ${app_name} -f ${cf_manifest} --hostname ${app_name} -t ${health_check_timeout} -s cflinuxfs3
|
72
72
|
fi
|
73
73
|
}
|
74
74
|
|
@@ -77,7 +77,7 @@ function cf-push-healthcheck {
|
|
77
77
|
local manifest=$2
|
78
78
|
local health_check_type=$3
|
79
79
|
announce-task "Pushing ${app_name}"
|
80
|
-
run-cmd cf push ${app_name} -f ${cf_manifest} --hostname ${app_name} --health-check-type ${health_check_type}
|
80
|
+
run-cmd cf push ${app_name} -f ${cf_manifest} --hostname ${app_name} --health-check-type ${health_check_type} -s cflinuxfs3
|
81
81
|
}
|
82
82
|
|
83
83
|
function check-health {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pcf_blue_green
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.43.
|
4
|
+
version: 0.43.50
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pawel Bardzinski
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-10-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mixlib-shellout
|