Issue #7511 has been updated by Jeff McCune. Due date set to 07/15/2011 Status changed from Accepted to In Topic Branch Pending Merge Keywords set to cloudpack
# Topic Branch # This feature is available in my topic branch at `ticket/master/7511_add_region_option` * [https://github.com/jeffmccune/puppet-cloudpack/tree/ticket%2Fmaster%2F7511_add_region_option](https://github.com/jeffmccune/puppet-cloudpack/tree/ticket%2Fmaster%2F7511_add_region_option) <pre> commit d1f84a96180fe8965e275682a09dbac7aae43a9c Author: Jeff McCune <[email protected]> Date: Sat Jul 9 19:38:41 2011 -0700 (#7511) Add --region flag to support EC2 zones This change allows Cloud Pack to operate in any of the regions Amazon EC2 operates in. These regions are currently eu-west-1, us-east-1, ap-northeast-1, us-west-1, ap-southeast-1 The option defaults to 'us-east-1' if the end user does not specify the --region option. This option is only valid for the create and terminate actions of Cloud Pack. The rspec tests have been updated to validate --region on the create and terminate actions. lib/puppet/cloudpack.rb | 53 +++++++++++++++++++++++-- spec/unit/puppet/face/node/create_spec.rb | 22 ++++++++++- spec/unit/puppet/face/node/terminate_spec.rb | 18 +++++++++ 3 files changed, 87 insertions(+), 6 deletions(-) </pre> # Mailed Tech # Nobody has reviewed this yet, mailed tech with a request for comments. ---------------------------------------- Feature #7511: Add `--region` flag https://projects.puppetlabs.com/issues/7511 Author: Daniel Pittman Status: In Topic Branch Pending Merge Priority: High Assignee: Jeff McCune Category: Target version: Keywords: cloudpack Branch: Module: cloudpack Roadmapped: No The CloudPack EC2 backend (and, potentially, some other backends) should support a `--region` flag to specify the region to commission your server in. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
