Module: IsaacToolbelt
- Defined in:
- lib/isaac_toolbelt/version.rb,
lib/isaac_toolbelt.rb
Defined Under Namespace
Modules: Helper Classes: CLI, Device, Local
Constant Summary collapse
- VERSION =
"0.1.2"- HOME =
- ISAAC_DIR =
File.join(HOME, '.isaac')
- DEVICE_IP_ADDRESS =
'192.168.2.15'- SSH_USERNAME =
'root'- SSH_OPTIONS =
'-o PreferredAuthentications=keyboard-interactive -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ServerAliveInterval=1 -o ServerAliveCountMax=3'- TEMP_ROOT =
'/tmp/isaac'- ISAAC_CONF_PATH =
'/etc/isaac.conf'- ISAAC_EDISON_IMAGE_URL =
'https://s3-ap-northeast-1.amazonaws.com/isaac-os-images/edison/toFlash.tar.bz2'