dtk-node-agent 0.5.13 → 0.5.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Yjk2YmU2OTNiNGIzNTUyZTFlNzc0NzY0OWY5ODdjMTIzODgxM2M2Ng==
4
+ YjFjZjU5ZjIwYWM2NDYyNmExNDM1MzI5ZGEzYTQwYWE5Mzc4Y2JkZQ==
5
5
  data.tar.gz: !binary |-
6
- ZGNhNmM3NzdhZjcwZTBjNGYyYzU0ZGRhYTgzYzViMzFiZjNkZDM1Nw==
6
+ NTdkZTBkZTY5YjM2ZDcwMWRhZmVkYTc0MTk2YzkxZDVkYmI4MGNkZg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ODVkYjVjY2ZjNWI5ZGVlMDJlZWRjYTM4OWE1YzhhMGY3MTQxOWYzZjU2ZWEz
10
- ZTkwODg3OWMwMjA1ZTYxMjU0YmNjYTM4MDY2MWZjY2Y2NmQ2OGVkMjAwZjUz
11
- MmFjYzE1MzgyYzllYjdmODhmY2NjYmU4MjQyMWJmM2IzZTEwOTk=
9
+ MGFlMDRiMjY2MmZhYTk1ZjNmMzNjMjY3MDA0YWU4NmUyN2FmMjQzZDk1M2Ux
10
+ OTQ0Nzc0NWU5YmYyOWFlYTI3NTE4ZDIxYWVmZjZhMWIzZTkyNDRmMjMxYzVh
11
+ YzMzMTNjY2Q2Mjg0NTk0MTYzMDZlYjUzMGJhNzRlNTA1ZDA1ZTY=
12
12
  data.tar.gz: !binary |-
13
- NjA5MTIyNjQ3ZTllODdiMWVjOGYxYjdjMTdlNmRiZTkzM2MwMWQ3NGU1ZmVj
14
- YjY3YzA3YTJhMWRlZjZlZTc2NTcyZTc1Nzg1ZTEzZTFlZTY3MDRhNGViOWQ4
15
- ZTBmYmFmNDczODhkNzUyZWNjZDNiMDlhODZmZjk3ZDBhMTVmMDA=
13
+ YzNjODhlNzVmOWYxYWZmMWE2ZDVjZjg5ZDlkZmNhNDg0MGM1NTFkODVhNzNl
14
+ OGI1ODI3YjhiYjc5YjRkMTgzNGJmMmMzMWJhZmY4Y2ZiMTU3Zjc5MTgzM2Rm
15
+ NThmOTBlZDE3NDQ0YTU5MmMxMTBiZWFlMDExMTc1MzNiZTFiMmQ=
data/README.md CHANGED
@@ -37,6 +37,9 @@ ruby create_agent_ami.rb --region us-east-1 --ami-id ami-da0000aa --key-pair tes
37
37
 
38
38
  #### Build all supported AMI images with [packer](http://www.packer.io/)
39
39
  ```
40
+ export AWS_ACCESS_KEY="your aws access key"
41
+ export AWS_SECRET_KEY="your aws secret key"
42
+
40
43
  packer build template.json
41
44
  ```
42
45
  This will also copy images to all AWS regions.
@@ -10,8 +10,8 @@ end
10
10
  Gem::Specification.new do |gem|
11
11
  gem.authors = ["Rich PELAVIN"]
12
12
  gem.email = ["rich@reactor8.com"]
13
- gem.description = %q{DTK node agent is tool used to install and configure DTK agents.}
14
- gem.summary = %q{DTK ndoe agent tool.}
13
+ gem.description = %q{The DTK Node Agent runs on your nodes that you wish to manage using your DTK Server. It comes pre-installed on all nodes created/managed by hosted DTK Server accounts.}
14
+ gem.summary = %q{DTK Node Agent gem.}
15
15
  gem.homepage = "https://github.com/rich-reactor8/dtk-node-agent"
16
16
  gem.licenses = ["GPL-3.0"]
17
17
 
@@ -1,3 +1,3 @@
1
1
  module DtkNodeAgent
2
- VERSION="0.5.13"
2
+ VERSION="0.5.14"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dtk-node-agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.13
4
+ version: 0.5.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rich PELAVIN
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-21 00:00:00.000000000 Z
11
+ date: 2014-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: puppet
@@ -108,7 +108,9 @@ dependencies:
108
108
  - - ~>
109
109
  - !ruby/object:Gem::Version
110
110
  version: 1.0.4
111
- description: DTK node agent is tool used to install and configure DTK agents.
111
+ description: The DTK Node Agent runs on your nodes that you wish to manage using your
112
+ DTK Server. It comes pre-installed on all nodes created/managed by hosted DTK Server
113
+ accounts.
112
114
  email:
113
115
  - rich@reactor8.com
114
116
  executables:
@@ -202,5 +204,5 @@ rubyforge_project:
202
204
  rubygems_version: 2.2.2
203
205
  signing_key:
204
206
  specification_version: 4
205
- summary: DTK ndoe agent tool.
207
+ summary: DTK Node Agent gem.
206
208
  test_files: []