0.0
No commit activity in last 3 years
No release in over 3 years
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.17.3
~> 2.2.0
~> 2.5.0
~> 2.9.2
= 3.6.2
~> 1.1.0
~> 1.0.4
~> 0.0.11
~> 1.3.1
 Project Readme

dtk-node-agent

Code that is present in AMIs that server basis for nodes being spun up

Build the gem:

gem build dtk-node-agent.gemspec

Intalling the node agent on a running machine (without puppet omnibus)

sudo dtk-node-agent

Intalling the node agent on a running machine (with puppet omnibus)

sudo ./install_agent.sh [--sanitize]

Build all supported AMI images with packer

export AWS_ACCESS_KEY="your aws access key"
export AWS_SECRET_KEY="your aws secret key"

packer build template.json

This will also copy images to all AWS regions.

To get json output of new images, first, add .fog file on your home directory (with valid aws credentials) and then run following ruby script:

ruby get_amis.rb <AMI_TIMESTAMPS>

AMI_TIMESTAMPS can be one timestamp or array of timestamps separated with delimiter (,)

License

DTK Node Agent is released under the GPLv3 license. Please see LICENSE for more details.