Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / chef-boneyard/chef-provisioning-aws issues and pull requests
#584 - -1 Chef server for AWS INFRASTRUCTURE provisioning I'm using aws cook book in chef and I'm adding vpc creation: my_vpc = aws_vpc 'my_vpc' do cidr_block '10.0.0.0/24' main_routes '0.0.0.0/0' => :internet_gateway internet_gateway true`enter code here` end my_sg = aws_security_group 'my_sg' do vpc lazy { my_vpc.aws_object.id } inbound_rules '0.0.0.0/0' => [ 22, 80 ] end my_subnet = aws_subnet 'my_subnet' do vpc lazy { my_vpc.aws_object.id } cidr_block '10.0.0.0/24' availability_zone 'eu-west-1a' map_public_ip_on_launch true end machine 'my_machine' do machine_options( lazy do { bootstrap_options: { subnet_id: my_subnet.aws_object.id, security_group_ids: [my_sg.aws_object.id] } } end ) end I'm experiencing "undefined method" error NoMethodError undefined method `aws_vpc' for cookbook: chef-aws, recipe: default :Chef::Recipe
Issue -
State: open - Opened by Tamilvananb about 5 years ago
#583 - undefined method `aws_vpc' for cookbook: aws, recipe: default :Chef::Recipe
Issue -
State: open - Opened by Tamilvananb about 5 years ago
#582 - Attaching a rule to a security-group involving an sg from a Peering VPC is failing
Issue -
State: open - Opened by sjhandique about 5 years ago
#581 - Dependabot can't parse your Gemfile
Issue -
State: open - Opened by dependabot-preview[bot] over 5 years ago
#580 - EOL Notice
Pull Request -
State: closed - Opened by kagarmoe over 5 years ago
#579 - call to aws_eip_address failing with NoMethodError: undefined method `[]' for nil:NilClass
Issue -
State: open - Opened by ff-agrawal almost 6 years ago
- 1 comment
#578 - Adding nat gateway example to associate in private route and subnet
Pull Request -
State: closed - Opened by mattyait almost 6 years ago
- 2 comments
#577 - AWS EBS Volume gets created but failing to attache to machine
Issue -
State: closed - Opened by saampandit almost 6 years ago
- 1 comment
#500 - Move development deps to the Gemfile and loosen provisioning
Pull Request -
State: closed - Opened by tas50 over 8 years ago
Labels: Type: Enhancement
#464 - New Resource: Cache Parameter Groups
Issue -
State: closed - Opened by jeffbyrnes almost 9 years ago
#463 - aws_cache_cluster does not provide aws_tags
Issue -
State: closed - Opened by jeffbyrnes almost 9 years ago
#419 - Add ECS service and task definition resource type
Issue -
State: closed - Opened by cwndrws about 9 years ago
- 1 comment
#414 - undefined method `driver_url' for nil:NilClass
Issue -
State: closed - Opened by fletchowns about 9 years ago
- 6 comments
#408 - Fix warning in aws_key_pair
Pull Request -
State: closed - Opened by stevendanna about 9 years ago
Labels: Status: Incomplete
#400 - add default windows user_data w/ base64
Pull Request -
State: closed - Opened by hh over 9 years ago
- 3 comments
Labels: Type: Bug, Platform: Windows
#388 - Transport connectivity is not verified before reporting "is now connectable"
Issue -
State: closed - Opened by pplante over 9 years ago
Labels: Type: Bug
#386 - Adding sticky sessions to the load balancer
Pull Request -
State: closed - Opened by raskchanky over 9 years ago
- 9 comments
Labels: Type: Enhancement, Triage: Needs Information
#381 - Cannot use custom Windows AMI
Issue -
State: closed - Opened by scarolan over 9 years ago
- 1 comment
Labels: Expeditor: Skip Changelog
#380 - Provisioning no longer works with stock Windows 2012r2 AMI
Issue -
State: closed - Opened by scarolan over 9 years ago
- 3 comments
Labels: Expeditor: Skip Changelog
#379 - Instances not being destroyed since version 1.2.0
Issue -
State: closed - Opened by kreisys over 9 years ago
- 3 comments
Labels: Type: Bug, Expeditor: Skip Changelog, Triage: Needs Information
#371 - InvalidInstanceIDNotFound on creating machine_image
Issue -
State: open - Opened by christinedraper over 9 years ago
- 1 comment
Labels: Type: Bug, Triage: Confirmed
#368 - Not possible to define Security Groups
Issue -
State: open - Opened by lfrodrigues over 9 years ago
- 14 comments
Labels: Type: Enhancement, Aspect: Documentation, Triage: Confirmed
#366 - aws_eip_address create action breaks without public_ip attribute
Issue -
State: closed - Opened by josb-mi over 9 years ago
- 7 comments
Labels: Type: Bug
#365 - Use Amazon API version 2 for RDS
Pull Request -
State: closed - Opened by josb over 9 years ago
- 4 comments
Labels: Type: Enhancement, Triage: Needs Information
#361 - Prepping for 1.5.0 release
Pull Request -
State: closed - Opened by tyler-ball over 9 years ago
- 1 comment
Labels: Aspect: Documentation, Expeditor: Skip Changelog
#360 - lib/chef/provisioning/aws_driver/driver.rb has duplicate rds definition
Issue -
State: closed - Opened by josb-mi over 9 years ago
Labels: Type: Bug
#357 - Fix deleting of AMIs, fixes #311
Pull Request -
State: closed - Opened by Fodoj over 9 years ago
- 3 comments
Labels: Type: Bug, Triage: Needs Information
#356 - Disable source/destination check
Issue -
State: open - Opened by lfrodrigues over 9 years ago
- 8 comments
Labels: Type: Bug, Aspect: Documentation, Triage: Confirmed
#355 - ready_machine should wait for "Windows is Ready to use" message
Issue -
State: closed - Opened by hh over 9 years ago
- 4 comments
Labels: Type: Bug, Platform: Windows
#354 - functioning spike for aws winrm ssl cert fingerprints
Pull Request -
State: closed - Opened by hh over 9 years ago
- 3 comments
Labels: Type: Enhancement, Platform: Windows, Triage: Needs Information
#353 - Error updating Route Table to use a machine as gateway
Issue -
State: closed - Opened by lfrodrigues over 9 years ago
- 12 comments
Labels: Type: Bug, Triage: Needs Information
#350 - Tests in master branch failing
Issue -
State: open - Opened by Fodoj over 9 years ago
- 1 comment
Labels: Type: Bug, Triage: Confirmed, Triage: Needs Information
#349 - support for configuring winrm https ala azure driver fixing #348
Pull Request -
State: closed - Opened by hh over 9 years ago
- 3 comments
Labels: Type: Enhancement, Platform: Windows, Triage: Needs Information
#348 - support winrm over https transport
Issue -
State: closed - Opened by hh over 9 years ago
- 5 comments
Labels: Type: Enhancement, Platform: Windows
#347 - support for verifying winrm certificate from aws console logs
Issue -
State: open - Opened by hh over 9 years ago
Labels: Type: Enhancement, Platform: Windows, Triage: Confirmed
#345 - [WIP] Working across different regions in a single recipe fails
Pull Request -
State: closed - Opened by redterror over 9 years ago
- 5 comments
Labels: Type: Enhancement, Expeditor: Skip Changelog, Triage: Needs Information
#341 - Preping for 1.4.1 release
Pull Request -
State: closed - Opened by tyler-ball over 9 years ago
Labels: Aspect: Documentation, Expeditor: Skip Changelog
#337 - bootstrap_options[:user_data] has a default on windows
Pull Request -
State: closed - Opened by hh over 9 years ago
- 3 comments
Labels: Type: Enhancement, Expeditor: Skip Changelog, Platform: Windows
#336 - No resource or method named 'aws_rds_instance' for 'Chef::Recipe "test-recipe"'
Issue -
State: closed - Opened by aldofunes over 9 years ago
- 2 comments
Labels: Expeditor: Skip Changelog
#333 - Extending support for aws_auto_scaling_group
Issue -
State: open - Opened by robcoward over 9 years ago
- 3 comments
Labels: Type: Enhancement, Triage: Confirmed
#331 - Ability to configure a CloudWatch Alarm on an EC2 instance
Issue -
State: open - Opened by alexmanly over 9 years ago
- 2 comments
Labels: Type: Enhancement, Triage: Confirmed
#326 - specs for dynamic options in machine_batch, per chef-provisioning#438
Pull Request -
State: closed - Opened by redterror over 9 years ago
- 6 comments
Labels: Type: Enhancement, Status: Incomplete, Triage: Needs Information
#325 - Invalid BASE64 encoding of user data in 1.4.0
Issue -
State: closed - Opened by hh over 9 years ago
- 2 comments
Labels: Type: Bug
#324 - machine_image support for windows instances on ec2
Issue -
State: open - Opened by hh over 9 years ago
Labels: Type: Bug, Platform: Windows, Triage: Confirmed
#320 - get_password_data fails for Windows machine that has already changed the password
Issue -
State: open - Opened by alexmanly over 9 years ago
- 9 comments
Labels: Type: Bug, Platform: Windows, Triage: Needs Information
#318 - MaxMemoryPerShellMB Configuration Very Low
Issue -
State: open - Opened by smurawski over 9 years ago
- 1 comment
Labels: Type: Bug, Platform: Windows, Triage: Needs Information
#317 - powershell user_data should support winrm over ssl by default
Issue -
State: open - Opened by hh over 9 years ago
- 6 comments
Labels: Type: Bug, Platform: Windows, Triage: Confirmed
#310 - support a health_check stanza, just like we handle an ELB's native attributes, fixes #107
Pull Request -
State: closed - Opened by redterror over 9 years ago
- 5 comments
Labels: Type: Enhancement, Triage: Needs Information
#308 - Changing the subnet_id on a running instance does not replace the instance
Issue -
State: open - Opened by FrankelJb over 9 years ago
- 3 comments
Labels: Type: Bug, Triage: Confirmed
#306 - machine_batch should batch requests
Issue -
State: open - Opened by tyler-ball over 9 years ago
- 2 comments
Labels: Type: Bug, Type: Enhancement, Triage: Confirmed
#298 - chef-recipe ArgumentError unknown directive: “\n”
Issue -
State: closed - Opened by RahulMahale over 9 years ago
- 2 comments
Labels: Type: Bug, Triage: Needs Information
#297 - Resizing instances
Issue -
State: open - Opened by Fodoj over 9 years ago
- 4 comments
Labels: Type: Enhancement, Triage: Confirmed
#296 - Race condition when creating security groups
Issue -
State: open - Opened by morfien101 over 9 years ago
- 2 comments
Labels: Type: Bug, Triage: Confirmed, Triage: Needs Information
#294 - Adding RDS Option Groups
Pull Request -
State: closed - Opened by tyler-ball over 9 years ago
- 1 comment
Labels: Type: Enhancement, Triage: Confirmed
#291 - Add from_image support
Pull Request -
State: closed - Opened by Fodoj over 9 years ago
- 5 comments
Labels: Type: Enhancement, Triage: Needs Information
#290 - Add Chef version matrix to Travis tests
Issue -
State: open - Opened by randomcamel over 9 years ago
Labels: Type: Enhancement, Triage: Needs Information
#286 - Run integration tests in a CI system
Issue -
State: open - Opened by tyler-ball over 9 years ago
Labels: Type: Enhancement, Triage: Needs Information
#285 - Add code coverage metrics for chef-provisioning-aws
Issue -
State: closed - Opened by tyler-ball over 9 years ago
Labels: Type: Enhancement
#278 - aws_vpc (and probably more) try to create data bags and default permissions 403
Issue -
State: open - Opened by paulmooring over 9 years ago
- 1 comment
Labels: Type: Bug, Aspect: Documentation, Triage: Confirmed
#277 - machine_batch exits with error - NoMethodError: undefined method `encoding' for nil:NilClass
Issue -
State: closed - Opened by chocksaway over 9 years ago
- 3 comments
Labels: Type: Bug, Triage: Needs Information
#274 - Add support for aws_server_certificate resource/provider.
Pull Request -
State: closed - Opened by tylercloke over 9 years ago
- 8 comments
Labels: Type: Enhancement, Triage: Needs Information
#268 - Intermittent AWS AuthFailure executing aws_key_pair
Issue -
State: closed - Opened by wrightp over 9 years ago
- 8 comments
Labels: Type: Bug, Triage: Needs Information
#266 - Provisioning recipe errors when running chef-client as a service
Issue -
State: open - Opened by robcoward over 9 years ago
- 3 comments
Labels: Type: Bug, Triage: Confirmed
#264 - AWS::EC2::Errors::InvalidInstanceID::NotFound When creating a `machine`
Issue -
State: closed - Opened by afiune over 9 years ago
- 3 comments
Labels: Type: Bug, Triage: Needs Information
#257 - ERROR: bad URI(is not URI?): https://[chef_server_url]/organizations/[organization_name]/data/aws_eip_address/assign eip
Issue -
State: closed - Opened by uditjh over 9 years ago
- 4 comments
Labels: Type: Bug, Expeditor: Skip Changelog
#256 - machine_image :destroy action doesn't remove the AMI or the snapshot
Issue -
State: open - Opened by irvingpop over 9 years ago
- 1 comment
Labels: Type: Bug, Triage: Confirmed
#254 - machine_image should clean up after itself
Issue -
State: open - Opened by irvingpop over 9 years ago
- 1 comment
Labels: Type: Bug, Triage: Needs Information
#253 - create_winrm_transport doesn't expect get_private_key to ever be nil, gets confused
Issue -
State: open - Opened by irvingpop over 9 years ago
Labels: Type: Bug, Triage: Confirmed
#249 - Clean up AWS testing
Issue -
State: open - Opened by tyler-ball over 9 years ago
- 1 comment
Labels: Triage: Confirmed
#246 - bootstrap instances to chef-server
Issue -
State: closed - Opened by lcc2207 over 9 years ago
- 2 comments
Labels: Aspect: Documentation, Triage: Needs Information
#244 - Empty load_balancer fails
Issue -
State: open - Opened by tyler-ball over 9 years ago
Labels: Type: Bug, Aspect: Documentation, Triage: Needs Information
#243 - Can not create load_balancer with out machines
Issue -
State: closed - Opened by danieljimenez over 9 years ago
- 7 comments
Labels: Triage: Needs Information
#238 - aws-security-group reports error when trying to create an empty inbound or outbound rule
Issue -
State: open - Opened by RogerJoys over 9 years ago
- 2 comments
Labels: Type: Bug, Triage: Confirmed
#235 - Error re signing request when running integration tests
Issue -
State: closed - Opened by christinedraper over 9 years ago
- 10 comments
Labels: Type: Bug, Triage: Needs Information
#232 - Machine with name that could be instance id is not being destroyed
Issue -
State: closed - Opened by christinedraper over 9 years ago
- 11 comments
Labels: Type: Bug, Triage: Needs Information
#228 - [SPIKE] Generate documentation from YARD docs in resources
Issue -
State: open - Opened by tyler-ball over 9 years ago
Labels: Aspect: Documentation, Triage: Confirmed
#227 - Update existing resources to AWS SDK V2
Issue -
State: open - Opened by tyler-ball over 9 years ago
- 3 comments
Labels: Triage: Confirmed
#225 - New resource: IAM Policies
Issue -
State: open - Opened by tyler-ball over 9 years ago
Labels: Triage: Confirmed
#224 - New Resource: IAM Role
Issue -
State: open - Opened by tyler-ball over 9 years ago
- 5 comments
Labels: Type: Enhancement, Triage: Confirmed
#223 - Cannibalize S3 file from the aws cookbook
Issue -
State: open - Opened by tyler-ball over 9 years ago
- 1 comment
Labels: Triage: Confirmed
#221 - New Resource: Placement Groups
Issue -
State: open - Opened by tyler-ball over 9 years ago
Labels: Triage: Confirmed
#220 - EBS Snapshot Support
Issue -
State: open - Opened by tyler-ball over 9 years ago
Labels: Triage: Confirmed
#215 - adding default attr values for aws_ebs_volume introduced runtime error
Issue -
State: open - Opened by wrightp over 9 years ago
- 3 comments
Labels: Type: Bug, Triage: Confirmed
#210 - Cannot find AWS Credentials
Issue -
State: closed - Opened by chrdunne over 9 years ago
- 4 comments
Labels: Triage: Needs Information
#206 - root ebs volumes should inherit aws tags from launched instance
Issue -
State: closed - Opened by wrightp almost 10 years ago
- 6 comments
Labels: Type: Enhancement, Expeditor: Skip Changelog
#195 - Raise an error if private key is not found
Issue -
State: closed - Opened by pplante almost 10 years ago
#180 - local_route method doesn't exist in aws_route_table
Issue -
State: closed - Opened by msonnabaum almost 10 years ago
- 3 comments
Labels: Aspect: Documentation, Expeditor: Skip Changelog
#164 - Instance created by machine_image is never terminated when AMI not available in time
Issue -
State: open - Opened by christinedraper almost 10 years ago
- 1 comment
Labels: Type: Bug, Triage: Confirmed
#154 - Certain security group rules definitions don't match correctly (not idempotent)
Issue -
State: closed - Opened by dblessing almost 10 years ago
- 8 comments
Labels: Type: Bug
#145 - Possibly lazy load credentials
Issue -
State: open - Opened by dblessing almost 10 years ago
- 1 comment
Labels: Type: Enhancement, Triage: Confirmed
#135 - AWS::AutoScaling::Errors::ValidationError: At least one Availability Zone or VPC Subnet is required.
Issue -
State: closed - Opened by christinedraper almost 10 years ago
- 5 comments
#131 - Machine image behavior has changed - intentional?
Issue -
State: open - Opened by christinedraper almost 10 years ago
- 4 comments
Labels: Type: Bug, Triage: Confirmed
#119 - RDS support
Pull Request -
State: closed - Opened by erikvanbrakel almost 10 years ago
- 18 comments
Labels: Triage: Needs Information
#116 - with_driver no longer getting region from profile
Issue -
State: closed - Opened by christinedraper almost 10 years ago
#102 - Specified AMI not being used
Issue -
State: closed - Opened by jaconstantine about 10 years ago
- 6 comments
Labels: Type: Bug, Triage: Needs Information
#86 - Re-converging instances that were created with driver version < 0.2.0 fails
Issue -
State: closed - Opened by lynchc about 10 years ago
- 4 comments
Labels: Triage: Confirmed, Triage: Needs Information
#52 - IAM Server Certificate Resource
Issue -
State: open - Opened by smith about 10 years ago
- 3 comments
Labels: Type: Enhancement, Triage: Confirmed
#50 - aws_security_group doesn't show (up to date) message
Issue -
State: closed - Opened by tpetchel about 10 years ago
- 3 comments
Labels: Triage: Needs Information
#29 - Should you get t1.micro instances by default?
Issue -
State: closed - Opened by tpetchel over 10 years ago
- 7 comments
Labels: Type: Enhancement, Triage: Needs Information
#10 - AWS_* env var overrides
Issue -
State: open - Opened by wrightp over 10 years ago
- 2 comments
Labels: Type: Enhancement, Triage: Needs Information