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

Getting floating IP with floating IP pool #311

Open
ghost opened this issue Feb 3, 2021 · 3 comments
Open

Getting floating IP with floating IP pool #311

ghost opened this issue Feb 3, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Feb 3, 2021

How it is possible go get a floating IP configured when floating IP pool is not part of neutron network ? We use a private network connected to a public network with the help of a openstack router, we can get the instances up and running with a private IP but no floating IP is associated with the instances so the SSH connection from the master cannot be done.

@olivergondza
Copy link
Member

@tsr-caubry, a setup like that should offer you the public network as "Floating IP pool". The IP will be allocated there when you select the pool.

@ghost
Copy link
Author

ghost commented Mar 12, 2021

The problem is that functionality is no more supported in openstack :

openstack floating ip pool list
Floating ip pool operations are only available for Compute v2 network.

You need to create a floating IP by specifying a subnet and then attach it to the instance.

@olivergondza
Copy link
Member

olivergondza commented Mar 14, 2021

@tsr-caubry, Controlling networking through compute/nova is long deprecated (and maybe even removed by now), but plugin is not relying on that since https://github.com/jenkinsci/openstack-cloud-plugin/releases/tag/openstack-cloud-2.52.

Please describe what do you expect to happen and what in fact happens to make this issue actionable. Thanks

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

No branches or pull requests

1 participant