theborch / rackspace_lbaas

Libraries for managing Rackspace Cloud Load Balancers with Chef.
Apache License 2.0
0 stars 0 forks source link

Additional parameters to set #6

Open martinb3 opened 9 years ago

martinb3 commented 9 years ago

It looks like fog supports a host of additional parameters, e.g.: https://github.com/fog/fog/blob/master/lib/fog/rackspace/load_balancers.rb#L34-L76

Maybe we could expose those somehow?

theborch commented 9 years ago

@martinb3 that it does, but I think as far as the requests we're making thus far, we've covered them.

But :+1: to adding more request types and their related params.

martinb3 commented 9 years ago

It looks like fog also has the following objects it can adjust:

https://github.com/fog/fog/tree/master/lib/fog/rackspace/models/load_balancers

It would be really cool if, for example, we could create another LB config using a different port but sharing the same VIP as previous ones -- that's something you can't do via the control panel, but it's possible via the API.

theborch commented 9 years ago

:+1: :100:% agree.