-
Notifications
You must be signed in to change notification settings - Fork 119
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
🌱 Add tls certs to fakeIPA config #1464
base: main
Are you sure you want to change the base?
🌱 Add tls certs to fakeIPA config #1464
Conversation
Skipping CI for Draft Pull Request. |
a396498
to
b075659
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.
Generally looks okay, with a comment.
@@ -149,6 +149,7 @@ | |||
SUSHY_EMULATOR_VMEDIA_VERIFY_SSL = {{ sushy_vmedia_verify_ssl }} | |||
SUSHY_EMULATOR_AUTH_FILE = "/root/sushy/htpasswd" | |||
SUSHY_EMULATOR_FAKE_DRIVER = True | |||
EXTERNAL_NOTIFICATION_URL = "https://localhost:9999" |
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.
Could you please give this a a name that more explicitly ties the variable to FAKE-IPA ?
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.
That's in the sushy-tools and I wanted to be explicit using EXTERNAL_NOTIFICATION prefix it can be fake-ipa or any external component
/hold |
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.
/lgtm
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.
/lgtm
Hmm, metal3-io/utility-images#26 was merged long time ago, and this has been sitting with approve+lgtm for long time, until now it rotted. |
I don't see me doing this in the near future or even in the medium. |
I've honestly forgotten what this was 😅, but I can put it in my TODO list. |
Signed-off-by: Mohammed Boukhalfa <[email protected]>
b075659
to
fd00fb6
Compare
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test metal3-dev-env-integration-test-ubuntu-main |
/test metal3-centos-e2e-integration-test-release-1-8 |
/retest |
After merging metal3-io/utility-images#26 we can set TLS certs path in fakeIPA config to enable TLS
This needs to wait for sushy-tools image and release with the following patch :https://review.opendev.org/c/openstack/sushy-tools/+/933551
/hold