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_info does not provide the public_vip_address #282

Open
hadoopch opened this issue Jun 26, 2023 · 4 comments
Open

loadbalancer_info does not provide the public_vip_address #282

hadoopch opened this issue Jun 26, 2023 · 4 comments

Comments

@hadoopch
Copy link

Hi all,

according the doc the loabalancer_info module should provide the public_ip of the ELB.
I tried the module today but i see only the

  • vip_address
    in the retrun values.
    I can't see the

  • public_vip_address

Regards

Uli

@Polina-Gubina
Copy link
Contributor

Hi @hadoopch! which doc are you talking about? in doc of the module loadbalancer_info there is public_vip_address and there isn't public_ip

@hadoopch
Copy link
Author

hadoopch commented Jul 12, 2023

Hi Polina,

according the doc loabalancer_info the module has the following return value:

    - public_vip_address
        The load balancer public VIP address.

        sample: 10.17.8.254
        type: str

But if you run the loadbalancer_info you get no infos about the public IP of the ELB

@Polina-Gubina
Copy link
Contributor

okey, now got it

@Polina-Gubina
Copy link
Contributor

Hi @hadoopch ! now you can use loadbalancer_v3_info module, this module supports v2 and v3 load balancer, response will have info about public ips in 'floating_ips'

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