pcf_pause 0.9.2 → 0.9.3
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_pause.rb +3 -3
- data/lib/pcf_pause/ops_man_info.rb +3 -3
- data/lib/pcf_pause/pause.rb +5 -5
- data/lib/pcf_pause/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f01edf7055d4077815bf759f47056ba47e5dfb8
|
|
4
|
+
data.tar.gz: f28e637f10f071c59e4dcdcd8aa6abac61fd09f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1e8c7b3ce6863c1ae0138c39fa27f425f7db43868b81aaf92c14d6045f7786c913181edf0329ba93345c7f7e6cc82a7ac67378a77d521201cab50415ac0ea97
|
|
7
|
+
data.tar.gz: 973ff2e6aeceaeb39b72752bb29db8e5696038402f77d53acf9854652ec80945cadfe082792e6743a8e276dffd9cde4b8114354aafaab817049a32819a44d1af
|
data/lib/pcf_pause.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# Copyright (c) 2014-
|
|
2
|
-
|
|
1
|
+
# Copyright (c) 2014-2017 Pivotal Software, Inc. All rights reserved.
|
|
2
|
+
#
|
|
3
3
|
# Unauthorized use, copying or distribution of this source code via any
|
|
4
4
|
# medium is strictly prohibited without the express written consent of
|
|
5
5
|
# Pivotal Software, Inc.
|
|
6
|
-
|
|
6
|
+
#
|
|
7
7
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
8
8
|
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
9
9
|
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# Copyright (c) 2014-
|
|
2
|
-
|
|
1
|
+
# Copyright (c) 2014-2017 Pivotal Software, Inc. All rights reserved.
|
|
2
|
+
#
|
|
3
3
|
# Unauthorized use, copying or distribution of this source code via any
|
|
4
4
|
# medium is strictly prohibited without the express written consent of
|
|
5
5
|
# Pivotal Software, Inc.
|
|
6
|
-
|
|
6
|
+
#
|
|
7
7
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
8
8
|
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
9
9
|
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
data/lib/pcf_pause/pause.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# Copyright (c) 2014-
|
|
2
|
-
|
|
1
|
+
# Copyright (c) 2014-2017 Pivotal Software, Inc. All rights reserved.
|
|
2
|
+
#
|
|
3
3
|
# Unauthorized use, copying or distribution of this source code via any
|
|
4
4
|
# medium is strictly prohibited without the express written consent of
|
|
5
5
|
# Pivotal Software, Inc.
|
|
6
|
-
|
|
6
|
+
#
|
|
7
7
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
8
8
|
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
9
9
|
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
@@ -25,10 +25,10 @@ module PcfPause
|
|
|
25
25
|
end
|
|
26
26
|
|
|
27
27
|
TARGET_JOBS = %w(
|
|
28
|
-
nats consul_server etcd_server diego_database nfs_server router ccdb
|
|
28
|
+
nats consul_server mysql_proxy etcd_server etcd_tls_server diego_database nfs_server router ccdb
|
|
29
29
|
uaadb consoledb cloud_controller ha_proxy health_manager clock_global
|
|
30
30
|
cloud_controller_worker collector uaa diego_brain diego_cell doppler
|
|
31
|
-
loggregator_trafficcontroller
|
|
31
|
+
loggregator_trafficcontroller tcp_router
|
|
32
32
|
)
|
|
33
33
|
|
|
34
34
|
def get_job_sequence(bosh_vms_value)
|
data/lib/pcf_pause/version.rb
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2014-
|
|
1
|
+
# Copyright (c) 2014-2017 Pivotal Software, Inc. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# Unauthorized use, copying or distribution of this source code via any
|
|
4
4
|
# medium is strictly prohibited without the express written consent of
|
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
14
14
|
|
|
15
15
|
module PcfPause
|
|
16
|
-
VERSION = '0.9.
|
|
16
|
+
VERSION = '0.9.3'
|
|
17
17
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pcf_pause
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- CF London
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-01-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cf-uaa-lib
|