1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00
Commit graph

10 commits

Author SHA1 Message Date
Arsen Shamkhalov
fcc71071ea SetInstanceProtection endopoint for auto scaling groups support 2018-03-22 16:14:35 +07:00
Joshua Lane
4ad7ccffbd remove unused variables 2016-12-15 12:04:01 -08:00
Joshua Lane
e258bd27d2 remove assertion during live test run
During a live test run there are quite a few suspended processes.

```
suspend processes
	processes suspended - returns []
		expected => []
		returned => [{"ProcessName"=>"RemoveFromLoadBalancerLowPriority", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}, {"ProcessName"=>"Launch", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}, {"ProcessName"=>"HealthCheck", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}, {"ProcessName"=>"AddToLoadBalancer", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}, {"ProcessName"=>"AlarmNotification", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}, {"ProcessName"=>"ScheduledActions", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}, {"ProcessName"=>"AZRebalance", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}, {"ProcessName"=>"Terminate", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}, {"ProcessName"=>"ReplaceUnhealthy", "SuspensionReason"=>"User suspended at 2016-12-15T19:29:32Z"}]
```
2016-12-15 11:35:10 -08:00
Joshua Lane
16ed57d985 exempt mock only tests from live test run
These tests reference objects that do not exist and do not succeed in a
live environment.
2016-12-15 11:32:04 -08:00
Martin Forssen
07f05e86ea Added support for attaching auto sclaing groups to target groups
This is in reference to https://github.com/fog/fog-aws/issues/328
Unfortunately I will not have time to implement support for managing
the actual ALBs and all that is reated to them.
2016-12-13 14:14:29 +01:00
Moritz Siuts
2df1867c45 improve tests and initialize ASG with empty targetGroupARNs 2016-10-19 10:24:25 +02:00
Shai Rosenfeld
4b7a384d82 autoscaler attach/detatch
Amazon doc links inline in the commits
2016-03-04 10:12:30 -08:00
Nicholas Fowler
cac3d67497 AutoScaling attach/detach ELB support + tests
http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_AttachLoadBalancers.html
http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_DetachLoadBalancers.html
2015-07-24 14:44:13 -07:00
Josh Lane
dcfd354b8a working tests 2015-01-02 09:42:20 -08:00
Josh Lane
d48d376e9c initial import
* take the liberty of correcting Aws naming
2014-12-31 09:17:51 -08:00