capistrano-data_plane_api 0.1.4 → 0.1.5
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/Gemfile.lock +1 -1
- data/lib/capistrano/data_plane_api/version.rb +1 -1
- data/lib/capistrano/data_plane_api.rb +0 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 297cd22ece0e041f4f66d9cc3152f484e3ae8b12521f90904231201fce8ab926
|
|
4
|
+
data.tar.gz: 40f67d1856921f004299cc98f536f4de2a9a9f5c50a5871a2bac73f860cfd74f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40544833867016abbd903eda2ae793e8ba8ec6c561d7d5d8358f1c0cd4b063acf6235c9dcc54027b3718f62e405fb0519df835a096867776bb6888d1425a9531
|
|
7
|
+
data.tar.gz: 5e0e7a3ccc2a118d3161542f0a31fde548ee5b7e228aa7b92936b109095bc46d1f3dd70df2847ebf2e5821eff6773d4967fc21bccfdac8be928d13a6ce4e34ce
|
data/Gemfile.lock
CHANGED
|
@@ -266,11 +266,6 @@ module Capistrano
|
|
|
266
266
|
# @return [void]
|
|
267
267
|
def validate_backend_state(haproxy_backend, haproxy_server)
|
|
268
268
|
response = get_backend_servers_settings(haproxy_backend.name)
|
|
269
|
-
unless haproxy_backend.servers.length == response.body.length
|
|
270
|
-
raise QueryError,
|
|
271
|
-
'HAProxy query failed! Configured servers for this backend' \
|
|
272
|
-
"don't match the configuration file! `#{configuration.file_path}`"
|
|
273
|
-
end
|
|
274
269
|
|
|
275
270
|
# @type [Array<Hash>]
|
|
276
271
|
server_statuses = response.body
|