port-authority 0.3.5 → 0.3.6
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 +8 -8
- data/lib/port-authority/manager/app.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDhhMmQwZDJiYjYzODE1ZGRhNzQwOWNlZjdiYmU5MjdhMzA0Njk2MQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MGY3OGQyNzVhMzMwZjAxYWRjZWVlYzk3M2YyZDEwODIzZGE1OTc0OA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NmQxYzVhOWZiM2M2NGY3ODM1YTdhY2QyOGE3NTVjZGEzMGY3NGQ3N2Q4OGZk
|
|
10
|
+
MGE2ZGVhNDhjMGYzNWI5MDY0MDI4OWViMGJmYzFhMzAzODVjNGEyMGYzNGQ4
|
|
11
|
+
NTQzZDY5OTNmZGQ4NmQyZGQxMGI3YTMzYTE5YmRlOThiYjc1NDM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YWY2MzM5OTk3MDkzNDQwNDA1NjQ5YzkzMzk2YWM3YjI1ZDljNmEzYzk1NzJh
|
|
14
|
+
YjRhNTQ1NDQxMzliZjgzN2I4YjYzNGYzZjRlMWEzMGExMmYwNzExYmNiZTY5
|
|
15
|
+
MzU5ZjNjMGFhMGIyNTc2OTUzMzMzYWFhNzZkY2M4ZThiMmMyNzg=
|
|
@@ -119,7 +119,7 @@ module PortAuthority
|
|
|
119
119
|
info "i #{status_swarm ? 'AM' : 'am NOT'} the leader"
|
|
120
120
|
info "i #{got_vip? ? 'DO' : 'do NOT'} have the VIP"
|
|
121
121
|
info "i #{status_icmp ? 'CAN' : 'CANNOT'} see the VIP"
|
|
122
|
-
info "i #{
|
|
122
|
+
info "i #{lb_up? ? 'AM' : 'am NOT'} running the LB"
|
|
123
123
|
first_cycle = false
|
|
124
124
|
end
|
|
125
125
|
|