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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5fed2239a853be81bd1db77fd6a225538550b852
4
- data.tar.gz: 849f883d773d89985fc8d9eceb691a81d245f6f1
3
+ metadata.gz: 2f01edf7055d4077815bf759f47056ba47e5dfb8
4
+ data.tar.gz: f28e637f10f071c59e4dcdcd8aa6abac61fd09f1
5
5
  SHA512:
6
- metadata.gz: 1e806a164cc8d02f88db246aaf3a506450d95d2aff921c2eafcdd52cfe9bdabbaaeba58712c595858f70c129ea5a531f5d5ff0e16718d404d16958e358e3c159
7
- data.tar.gz: c403c8ce71aa981e6a6066ee45a3d961feedefae4c81af704439a9b1f0dd8f137f938155e92335a95558b08a12f8343711685cd0b0a75c0477223095a93a2bd8
6
+ metadata.gz: a1e8c7b3ce6863c1ae0138c39fa27f425f7db43868b81aaf92c14d6045f7786c913181edf0329ba93345c7f7e6cc82a7ac67378a77d521201cab50415ac0ea97
7
+ data.tar.gz: 973ff2e6aeceaeb39b72752bb29db8e5696038402f77d53acf9854652ec80945cadfe082792e6743a8e276dffd9cde4b8114354aafaab817049a32819a44d1af
@@ -1,9 +1,9 @@
1
- # Copyright (c) 2014-2015 Pivotal Software, Inc. All rights reserved.
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-2015 Pivotal Software, Inc. All rights reserved.
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-2015 Pivotal Software, Inc. All rights reserved.
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)
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2014-2015 Pivotal Software, Inc. All rights reserved.
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.2'
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.2
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: 2016-11-01 00:00:00.000000000 Z
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