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

24 commits

Author SHA1 Message Date
KevinLoiseau
c2942b4a36
Enhance rds server model to add db_subnet_group attribute 2019-03-25 17:32:50 +01:00
Robert Lockstone
7ed33a04f4 Update aurora check to use start_with? instead of ==.
Early versions of Aurora used just "aurora" as the value for the engine parameter. But Aurora now supports more than one database, so the engine string has been updated to, as of this writing, support aurora-mysql and aurora-postgres.

Without this change, it's impossible to use this method to create individual aurora instances because the code fog forces the caller to specify the master_username, password, and allocated_storage values. None of which are valid for Aurora instances.

I also updated the default "flavor_id" values to more recent versions since db.m1s don't exist anymore, and db.r3s are being phased out.
2019-01-28 21:32:44 -08:00
Robert Lockstone
1e4c4ef497 Non-functional: Comment in "ready?" method concerning Aurora Clusters. 2019-01-28 21:29:40 -08:00
Ville Muittari
d1f1e1582d For a reason or another cluster state is 'active' instead of 'available' 2018-12-02 15:51:59 +02:00
Ville Muittari
25fc02c6ce For a reason or another cluster state is 'active' instead of 'available' 2018-12-02 15:45:00 +02:00
Brian Knight
31e07af3b6 Add :enable_iam_database_authentication attribute to RDS server 2018-06-29 17:45:43 -04:00
Carlos Lima
650a5884c7 [aws | rds] update instance_option model to match data provided by aws
Not all the data given by aws was being exposed on the model.
This makes it match the current used version of the API (2014-10-31).
2017-10-22 13:37:53 +08:00
Eugene Howe
d76a03e783 authorize vpc security group to rds security group 2017-03-21 11:21:32 -04:00
Chanakya Devraj
5c78720d2f Removed Extra Space fir proper alignment 2016-07-25 06:53:09 +00:00
Chanakya Devraj
5e4323435e Change DBSubnetGroup to DBSubnetGroupName model cluster while creation 2016-07-22 07:04:59 +00:00
Eugene Howe
5635a7c5da 1.8 fix 2016-03-01 13:55:42 -05:00
Eugene Howe
2980ba7a52 support for rds clusters and aurora
* add db cluster identifier to db instance parser
* dont allow setting security groups on aurora instances
* aurora instances do not support the multi az parameter due to the cluster
* aurora has its own storage type that cannot be set
2016-03-01 11:54:55 -05:00
Eugene Howe
52f3226fab page default parameters 2016-01-31 13:06:14 -05:00
Wesley Beary
57290fc5da Merge pull request #220 from engineyard/default_engine_parameters
rds enhancements
2016-01-25 13:46:25 -06:00
Eugene Howe
f7849095b0 rds enhancements
* default engine parameters
* mocks around parameter groups
2016-01-21 11:00:54 -05:00
Michelle Noorali
646492d153 restore db instance fom db snapshot
* add mock
* add restore method on servers collection
* modify save method on server model
* raise error when multi_az and az are set
* cannot specify multi_az to be true and pick an az together
* take allocated_storage from snapshot on restore
* restore from snapshot endpoint does not take
* allocated_storage parameter
* save storage type on rds snapshot
2016-01-19 10:52:20 -05:00
Alex Coomans
11330138dc Make sure to send the KmsKeyId when creating an RDS cluster 2015-12-05 17:12:52 -08:00
Josh Lane
e0575cb2a3 merge promotion results
* will update the state to "modifying"
2015-07-28 13:52:31 -07:00
Josh Lane
f68bf1cecb update #promote_read_replica mock
* use state "modifying"
* alias #promote to #promote_read_replica
* raise correct error when attempting to promote a master server
2015-07-28 11:17:21 -07:00
Eugene Howe
60ace7f28f encrypted storage on rds 2015-07-10 12:16:03 -04:00
Josh Lane
c48dd760a9 new properties, parser and model attributes 2015-05-12 10:34:43 -07:00
Josh Lane
0c79f2f836 additional attributes, new rds api version 2015-05-12 10:34:43 -07:00
Paulo Henrique Lopes Ribeiro
722bbdfa45 Remove unecessary requires 2015-04-06 11:23:35 -03:00
Josh Lane
d48d376e9c initial import
* take the liberty of correcting Aws naming
2014-12-31 09:17:51 -08:00