issues
search
chef-boneyard
/
chef-provisioning-aws
AWS driver and resources for Chef that uses the AWS SDK
Apache License 2.0
142
stars
121
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
-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
#584
Tamilvananb
opened
5 years ago
0
undefined method `aws_vpc' for cookbook: aws, recipe: default :Chef::Recipe
#583
Tamilvananb
opened
5 years ago
0
Attaching a rule to a security-group involving an sg from a Peering VPC is failing
#582
sjhandique
opened
5 years ago
0
Dependabot can't parse your Gemfile
#581
dependabot-preview[bot]
opened
5 years ago
0
EOL Notice
#580
kagarmoe
closed
5 years ago
0
call to aws_eip_address failing with NoMethodError: undefined method `[]' for nil:NilClass
#579
ff-agrawal
opened
5 years ago
1
Adding nat gateway example to associate in private route and subnet
#578
mattyait
closed
5 years ago
2
AWS EBS Volume gets created but failing to attache to machine
#577
saampandit
closed
5 years ago
1
Don't ship the readme or changelog in the gem artifact
#576
tas50
closed
5 years ago
0
replace driver with self.driver in get_driver_and_id
#575
jjlimepoint
closed
6 years ago
1
Chefstyle autofix + run chefstyle in Travis
#574
tas50
closed
6 years ago
0
Redterror machine batch specs
#573
tas50
closed
6 years ago
0
Setup this repo to use expeditor
#572
tas50
closed
6 years ago
0
Allow arbitarily Long resource IDs
#571
jjlimepoint
closed
6 years ago
1
Allow longer AMI IDs
#570
chiku
closed
6 years ago
2
Move to AWS v3 library
#569
jjlimepoint
opened
6 years ago
6
Move dev deps into a group
#568
tas50
closed
6 years ago
0
Not able to assign custom Service Linked Role for Auto Scaling Group
#567
m4ver1k
opened
6 years ago
0
Random error "ECONNREFUSED" when provisioning a CentOs machine
#566
karim-jaouadi
closed
6 years ago
1
Test on Ruby 2.4.3 and resolve Fixnum deprecation warning
#565
tas50
closed
6 years ago
0
Bug fixes
#564
tyler-ball
closed
6 years ago
0
Aws launch config userdata
#563
jjlimepoint
closed
6 years ago
1
Transport available
#562
jjlimepoint
closed
6 years ago
1
Fix case where machine_options is not specified
#561
jjlimepoint
closed
6 years ago
0
auto_scaling_group now requires new way to specify subnets
#560
bnutt
closed
6 years ago
0
machine/machine_image resources no longer wait for transport
#559
bnutt
closed
6 years ago
0
launch_configuration expects base64 encoded user_data
#558
bnutt
closed
6 years ago
0
Examples for aws_cloudwatch_alarm work only with aws-sdk-v1
#557
bnutt
closed
6 years ago
0
release 3.0
#556
thommay
closed
7 years ago
0
AWS Tags Issue
#555
chenhuazhen
opened
7 years ago
2
Fix for bootstrap_options included in knife.rb
#554
ndobson
closed
7 years ago
1
[MSYS-705] Adding integration testcases for aws_cache_cluster resource
#553
NimishaS
closed
7 years ago
2
Fix load balancer test failures
#552
tyler-ball
closed
7 years ago
3
[MSYS-701] Migrating aws_cache_subnet_group resource from V1 to V2
#551
NimishaS
closed
7 years ago
0
Removed earlier version methods which got duplicated in v2 code merge
#550
Vasu1105
closed
7 years ago
0
[MSYS-700] Migrate aws_cloudsearch_domain from v1 to v2
#549
Vasu1105
closed
7 years ago
3
[MSYS-698] Empty tags are not working
#548
harikesh-kolekar
closed
7 years ago
3
Uncommented load balancer specs for aws_security_group
#547
Vasu1105
closed
7 years ago
0
Fix for failing specs
#546
Vasu1105
closed
7 years ago
1
Fixing load_balancer deregister and tests
#545
tyler-ball
closed
7 years ago
0
MSYS-689 aws_cloudwatch_alarm resource: Migrate from AWS SDK V1 to V2
#544
piyushawasthi
closed
7 years ago
0
3.0 rc1
#543
thommay
closed
7 years ago
0
MSYS-669: Migrate aws_rds_parameter_group from AWS SDK V1 to V2
#542
piyushawasthi
closed
7 years ago
0
[MSYS-658] Updating chef provisioning AWS load balancer resource as per version 2 changes
#541
Vasu1105
closed
7 years ago
1
Fixed 'load_balancer.rb' syntax error on line 71
#540
lovejoey11
closed
7 years ago
2
with_machine_options() being ignored 100% with machine_batch
#539
rlewkowicz
closed
6 years ago
1
Deep symbolize keys correctly when they are node attributes
#538
tyler-ball
closed
7 years ago
0
Deep symbolize node attrs
#537
dreamnite
closed
7 years ago
1
Fix ignoring convergence_options
#536
BGmot
closed
7 years ago
5
Fix machine_batch
#535
BGmot
closed
7 years ago
2
Next