generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Unable to connect openshift using inventory plugin #52
Comments
cc @Akasurde |
@savitojs Thanks for reporting this issue. I will try to reproduce this on my setup. |
This also happens with Ansible 2.9.
|
While debugging found another issue - #57 |
Akasurde
added a commit
to Akasurde/kubernetes.core
that referenced
this issue
Apr 16, 2021
When user provides hostname with trailing slashes like https://localhost:6443/, the openshift library fails to enumerate the APIs from the given cluster. This fix removes any extra trailing slashes before sending it to the openshift DynamicClient. Fixes: ansible-collections#52 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
resolved_by_pr #63 |
When the user specifies a hostname with extra trailing space (e.g. |
Akasurde
added
type/bug
Something isn't working
verified
The issue is reproduced
labels
Apr 16, 2021
Akasurde
added a commit
that referenced
this issue
Apr 20, 2021
When the user provides a hostname with trailing slashes like https://localhost:6443/, the openshift library fails to enumerate the APIs from the given cluster. This fix removes any extra trailing slashes before sending it to the openshift DynamicClient. Fixes: #52 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
inventory should gather the information about the objects in openshift.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: