Module: Sistero

Defined in:
lib/sistero.rb,
lib/sistero/config.rb,
lib/sistero/version.rb

Defined Under Namespace

Classes: Config, Instance, VM

Constant Summary collapse

CONFIG_FILE_NAME =
'sistero.yaml'
APP_NAME =
"sistero"
VM_KEYS =
[:name, :size, :region, :image, :access_token, :user_data, :private_networking,
:ssh_keys, :ssh_options, :ssh_user ]
VERSION =
'0.8.3'