1.0.1 • Published 7 years ago

swarmer v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Build Status

Overview

Manager

A Manager is an entity that is responsible for retrieving SwarmNodes and SwarmManagers.

These are objects that must contain the following options:

host                external IP to connect to via SSH
port                external port to connect to via SSH
username            username to connect to via SSH
privateKey          privateKey to be used in the SSH connection
password            password used in the SSH connection
privateIp           IP used in the swarm cluster formation

These are options supplied to the constructors of SwarmManager and SwarmNode.