dyntool 0.2.0 → 0.2.1
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.
- data/lib/dyntool.rb +2 -0
- metadata +3 -3
data/lib/dyntool.rb
CHANGED
@@ -429,11 +429,13 @@ class Parameters
|
|
429
429
|
|
430
430
|
shift geoservice from dc/provider to dc/dcs/provider(in same dc) example1: dynamo.rb shift geo11 from dc chidc1 to nydc1
|
431
431
|
example2: dynamo.rb shift geo11 from dc chidc1 to nydc1 ladc1
|
432
|
+
example2: dynamo.rb shift all from dc chidc1 to nydc1 ladc1
|
432
433
|
example3: dynamo.rb shift geo15 from provider amc_chi to inap_chi
|
433
434
|
|
434
435
|
* revert: Reverting a state of geo service to yaml state *
|
435
436
|
|
436
437
|
revert geoservice example: dynamo.rb revert geo15
|
438
|
+
example: dynamo.rb revert all
|
437
439
|
|
438
440
|
|
439
441
|
* get: Getting infotmation of geo services, geonodes, cname pointing to geo *
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
8
|
+
- 1
|
9
|
+
version: 0.2.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Ariel Moskovich
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2014-01-
|
17
|
+
date: 2014-01-12 00:00:00 +02:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|