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

loadbalancer has no option for defining a list of availability zones #283

Open
hadoopch opened this issue Jun 29, 2023 · 7 comments
Open

Comments

@hadoopch
Copy link

Hi all,

for the module opentelekomcloud.cloud.loadbalancer an important option is missing:

  • availability_zone_list

Maybe someone can add this option in a future release.

Regards

Uli

@Polina-Gubina
Copy link
Contributor

hi @hadoopch! if you are talking about elb - availability_zone_list is not supported, for vlb loadbalancer module is missing, but if you need it, we will take it

@hadoopch
Copy link
Author

Yes exactly. There is no option to configure this.

@Polina-Gubina
Copy link
Contributor

do you mean loadbalancer module for vlb?

@Polina-Gubina
Copy link
Contributor

yes, then we will take to work

@hadoopch
Copy link
Author

yes the loadbalancer module for elb

@Polina-Gubina
Copy link
Contributor

@hadoopch for elb availability_zone_list is unsupported

@hadoopch
Copy link
Author

hadoopch commented Jul 18, 2023

Hi Polina,

it is possible to define a "availability_zone_list" when using the API.

Best regards
Uli

Url : POST https://{ELB_Endpoint}/v3/{projectid}/elb/loadbalancers

Json:

{
  "loadbalancer" : {
    "vpc_id" : "e5a892ff-3c33-44ef-ada5-b713eb1f7a8b",
    "availability_zone_list" : [ "br-iaas-odin1a" ],
    "admin_state_up" : true,
    "vip_subnet_cidr_id" : "1800b6b8-a69f-4719-813d-24d62aaf32bd",
    "elb_virsubnet_ids" : [ "1fe8c0a8-d648-4294-8ea5-4d7f0c700e69" ],
    "name" : "elb-ipv4-public",
    "publicip" : {
      "network_type" : "5_bgp",
      "bandwidth" : {
        "size" : 2,
        "share_type" : "PER",
        "charge_mode" : "traffic",
        "name" : "elb_eip_traffic"
      }
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants