Skip to content

Conversation

@ehowe
Copy link
Contributor

@ehowe ehowe commented Feb 26, 2016

  • 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

class Mock
def modify_db_instance(db_name, apply_immediately, _options={})
options = _options
options = _options.dup
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

smart

@lanej
Copy link
Member

lanej commented Feb 26, 2016

@ehowe can you put the links to the docs in the request files? (make it pretty).

@lanej lanej self-assigned this Feb 26, 2016
@ehowe
Copy link
Contributor Author

ehowe commented Mar 1, 2016

@lanej done

end

def master
db_cluster_members.detect { |member| member["master"] }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unfortunate thing about the master and replicas methods is that you have inflate the entire list (1 call per member) and then filter. not a blocker but definitely room for a performance enhancement.

@lanej
Copy link
Member

lanej commented Mar 1, 2016

@ehowe looks like you have on legitimate failure https://travis-ci.org/fog/fog-aws/jobs/112850945. I need to spend some time fixing the mime-types issue in CI.

@geemus
Copy link
Member

geemus commented Mar 1, 2016

@lanej fwiw, I think fog-openstack just fixed it (they just created a separate Gemfile for 1.9.x and added mime-types with a different locked version I believe). So can probably just follow their lead.

@lanej
Copy link
Member

lanej commented Mar 1, 2016

@geemus ill take a look

@lanej
Copy link
Member

lanej commented Mar 1, 2016

@ehowe a rebase off of #231 should make CI useful to you

@ehowe
Copy link
Contributor Author

ehowe commented Mar 1, 2016

@lanej thanks, will do

Eugene Howe added 3 commits March 1, 2016 11:54
* 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
@ehowe
Copy link
Contributor Author

ehowe commented Mar 3, 2016

@lanej green build finally

lanej added a commit that referenced this pull request Mar 3, 2016
support for rds clusters and aurora
@lanej lanej merged commit b59930d into fog:master Mar 3, 2016
@geemus
Copy link
Member

geemus commented Mar 4, 2016

Thanks!

On Thu, Mar 3, 2016 at 3:58 PM, Josh Lane notifications@github.com wrote:

Merged #230 #230.


Reply to this email directly or view it on GitHub
#230 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants