-
Notifications
You must be signed in to change notification settings - Fork 75
Add zaza tests for cert renewals for ovn-central #1332
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 zaza tests for cert renewals for ovn-central #1332
Conversation
There are times when the certificate expires, and the charm goes into error state. This change ensures the right message is displayed, and the right actions can be taken. In errored state the vault reissue action doesn't work, this update would allow for the certs to be updated as the charm is not in error state. func-test-pr: openstack-charmers/zaza-openstack-tests#1332 Signed-off-by: Arif Ali <[email protected]>
There are times when the certificate expires, and the charm goes into error state. This change ensures the right message is displayed, and the right actions can be taken. In errored state the vault reissue action doesn't work, this update would allow for the certs to be updated as the charm is not in error state. func-test-pr: openstack-charmers/zaza-openstack-tests#1332 Signed-off-by: Arif Ali <[email protected]>
There are times when the certificate expires, and the charm goes into error state. This change ensures the right message is displayed, and the right actions can be taken. In errored state the vault reissue action doesn't work, this update would allow for the certs to be updated as the charm is not in error state. func-test-pr: openstack-charmers/zaza-openstack-tests#1332 Signed-off-by: Arif Ali <[email protected]>
There are times when the certificate expires, and the charm goes into error state. This change ensures the right message is displayed, and the right actions can be taken. In errored state the vault reissue action doesn't work, this update would allow for the certs to be updated as the charm is not in error state. Func-test-pr: openstack-charmers/zaza-openstack-tests#1332 Signed-off-by: Arif Ali <[email protected]>
ea41cdc to
91496b4
Compare
91496b4 to
0db88f6
Compare
mkalcok
left a comment
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.
Thank you for the improvement @arif-ali. LGTM.
OVN central tests completed successfully with this: canonical/charm-ovn-central#11
One question, is this test ovn-central specific? Or could it be called just OVNSSLExpireTests. And more importantly, does it make sense to introduce it to OVN chassis and dedicated chassis as well?
|
This is The certs for ovn-chassis get updated without any problems. In-fact I don't think the |
|
Ack. Thanks. I wasn't sure of the top off my head about how client-side certs are handled in chassis charms. |
There are times when the certificate expires, and the charm goes into error state. This change ensures the right message is displayed, and the right actions can be taken. In errored state the vault reissue action doesn't work, this update would allow for the certs to be updated as the charm is not in error state. Func-test-pr: openstack-charmers/zaza-openstack-tests#1332 Signed-off-by: Arif Ali <[email protected]>
There are times when the certificate expires, and the charm goes into error state. This change ensures the right message is displayed, and the right actions can be taken. In errored state the vault reissue action doesn't work, this update would allow for the certs to be updated as the charm is not in error state. Func-test-pr: openstack-charmers/zaza-openstack-tests#1332 Signed-off-by: Arif Ali <[email protected]>
Tests for the charm changes as suggested from canonical/charm-ovn-central#11