Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does chef provisioning loadbalancer driver support elbv2 #565

Closed
kamalika-majumder opened this issue Feb 23, 2017 · 2 comments
Closed

Does chef provisioning loadbalancer driver support elbv2 #565

kamalika-majumder opened this issue Feb 23, 2017 · 2 comments

Comments

@kamalika-majumder
Copy link

Hi ,

I am trying to create an application loadbalancer with load_balancer resource but it does not recognise the latest loadbalancer options as per aws doc. I get an error as below:

ArgumentError
-------------
unexpected option type

Resource Declaration:
---------------------
# In /opt/chefdk/embedded/lib/ruby/gems/2.3.0/gems/chef-12.17.44/lib/chef/dsl/chef_provisioning.rb

 43:             self.#{method_name}(*args, &block)
 44:           end

Compiled Resource:
------------------
# Declared in /opt/chefdk/embedded/lib/ruby/gems/2.3.0/gems/chef-12.17.44/lib/chef/dsl/chef_provisioning.rb:43:in `load_balancer'

load_balancer("pub-elb") do
  action [:create]
  retries 0
  retry_delay 2
  default_guard_interpreter :default
  chef_server {:chef_server_url=>"chefzero://localhost:8889", :options=>{:client_name=>"ip-x-y-x-o", :signing_key_filename=>nil, :api_version=>"0"}}
  driver "aws"
  load_balancer_options {:subnets=>["xxxxxx", "xxxxxx"], :security_groups=>["pub_elb_sg"], :scheme=>"internet-facing", :type=>"application", :attributes=>[{:key=>"idle_timeout.timeout_seconds", :value=>"60"}, {:key=>"deletion_protection.enabled", :value=>"false"}]}
  declared_type :load_balancer
  cookbook_name "infra"
  recipe_name "create_public_elbv2"
end

Platform:
---------
x86_64-linux

========================================================

Is there a support for the application load balancer in the driver

@cheeseplus cheeseplus changed the title [Urgent] Does chef provisioning loadbalancer driver support elbv2 Does chef provisioning loadbalancer driver support elbv2 Feb 23, 2017
@eheydrick
Copy link

There is no support for ALBs yet. I opened chef-boneyard/chef-provisioning-aws#502 for adding the feature.

@tas50 tas50 removed the Question label Jul 31, 2018
@tas50
Copy link
Contributor

tas50 commented Jan 28, 2019

I'm going to close this out based one eric's response. There's an issue on the aws driver project for this request.

@tas50 tas50 closed this as completed Jan 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants