Commit Graph

43 Commits

Author SHA1 Message Date
6c1321e485 Remove scripts 2017-01-28 15:19:45 -06:00
32408e4471 Rename test_config.json to test_cofig.yaml in gitignore 2017-01-28 15:02:05 -06:00
8879463cb9 Switch config file to yaml 2017-01-28 02:37:07 -06:00
2b06810bd7 Fix issue with keep alive caused by nil channel 2017-01-28 00:04:04 -06:00
5dd596d755 Move scripts to scripts directory 2017-01-27 19:58:41 -06:00
0a2bc38196 Add defer logFile.Close() 2017-01-27 19:52:58 -06:00
42e65ebf52 Add ability to set log file in command line options 2017-01-27 19:48:03 -06:00
10a959e9f3 Switch key list over to using key names 2017-01-27 19:28:18 -06:00
d57884e2d7 Add checking to prevent failed deletion of nonexistent droplets and
unnecessary archiving of droplets in images
2017-01-27 18:06:27 -06:00
2f105fa6b5 Add keepalive message to port forwarder 2017-01-27 15:28:57 -06:00
913f70a2af Add standalone, pure Go port forwarding 2017-01-27 14:50:22 -06:00
12ec5e4f93 Remove varstatedir option 2017-01-26 20:06:43 -06:00
31044fe0c3 Remove GatewayInterface setting 2017-01-26 20:04:33 -06:00
6f3f8d5474 Merge branch 'master' of github.com:gtalent/dospin 2017-01-25 18:00:52 -06:00
ccc14c2606 Run liccor for 2017 2017-01-25 17:59:25 -06:00
aed7c7c565 Make image removal contingent upon image existence, remove iptables output logging 2017-01-21 16:07:46 -06:00
08864049a9 Add support for volumes and keys, add iptables support 2017-01-21 16:02:41 -06:00
d586acc7f9 Fixed wording of log message. 2016-03-05 14:19:22 -06:00
0209582028 Moved port listening into ServerManager. 2016-03-04 06:15:11 +00:00
ff49b1be3f Added rmPortForward and added anchor namespacing. 2016-03-04 05:53:17 +00:00
d6a3d8ad99 Filled out FreeBSD port forwarding control. 2016-03-02 06:09:12 +00:00
fee5f4d293 Cleaned up ordering of command line options. 2016-02-29 01:06:11 -06:00
75bc76ff76 Added UsePublicIP to example conig file. 2016-02-29 01:05:49 -06:00
cb99d5e881 Added option to use the public IP of a server, and added spindownall command. 2016-02-29 06:42:41 +00:00
9a5eb7ce4b Setup to actually listen on the relevant ports. 2016-02-29 06:06:31 +00:00
c4dc4c2de1 Added support for resizing Droplets after creation. 2016-02-28 02:45:41 -06:00
92a31f2244 Fixed portUsageCount for FreeBSD. 2016-02-28 01:06:04 -06:00
0622cac05b Cleaned up config layout. 2016-02-28 01:04:43 -06:00
6e89b6b13d Removed duplicate func from FreeBSD net file. 2016-02-27 18:22:14 -06:00
426ad9cfa3 Forgot to put imports in fhe FreeBSD net file. 2016-02-27 18:20:37 -06:00
863f1d4621 Filled out port usage counter. 2016-02-27 18:16:04 -06:00
ffafcb08a5 Renamed VirtualServer to LogicalServer. Filled out some comments. 2016-02-27 16:45:20 -06:00
89a9b98b35 Switched test code over to using ServerManager. Fixed some bugs found testing ServerManager. 2016-02-27 16:34:20 -06:00
27a36e9380 Ran liccor. 2016-02-27 16:21:49 -06:00
782072e3fa Fixed not call port forwarding methods if spin up/down operations fail. 2016-02-27 16:15:42 -06:00
b31b18674c Added start of ServerManager. 2016-02-27 16:10:44 -06:00
18aa0471e9 Renamed MachineManager to MachineHandler. Did same for DropletManager. 2016-02-27 14:43:48 -06:00
a5481c055e Moved all godo code to dropletmanager.go. Better filled out logging. Added -conf flag. 2016-02-26 18:41:37 -06:00
93257d4826 Added license. 2016-02-26 17:35:57 -06:00
10ce4cbe2a Got full spin up and spin down procedure working. 2016-02-26 17:32:39 -06:00
270fecce0b Got Droplet spinup correctly returning the IP address of the Droplet. 2016-02-26 00:33:53 -06:00
294af41473 Cleaned up project organization. 2016-02-22 00:30:28 -06:00
a56b340dce Initial commit. 2016-02-14 23:38:28 -06:00