-
Notifications
You must be signed in to change notification settings - Fork 13
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
openstack: run test with only 1 public IP #349
Conversation
The AccessIPv4 was returning an empty string. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
0cc977e
to
21022f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this going to be used by a vendor test?
@krnowak thanks for the review. Yes, the idea is to add it as a vendor test, we recently got a couple of issues related to openstack provider, that'd be nice to ensure coverage on this platform. |
This dialer can be used to proxy jump SSH connection. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
if an `openstack-host` is present in the command line, the flight will be created with a proxy jump SSH server. this allows to SSH into the created VMs from the devstack server and it avoids consuming more elastic IPs Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
30652d5
to
fad7f69
Compare
did a final test with |
When spawning instance in OpenStack, VMs need to attach an interface with a public IP in order to SSH into it. With this change, we can now SSH proxy jump into the
devstack
host (Openstack dev environment) into the VM deployed in the public network.This reduce the dependency to floating IPs.
Related to: flatcar/Flatcar#785
Tests: