Conversation
Raven-182
reviewed
Sep 17, 2026
Raven-182
left a comment
There was a problem hiding this comment.
Thanks for this.
nit: test_dellpowerstore.py has a test_dellpowerstore_san_credentials_are_secret test that checks the SecretDictField marker for san_login and san_password. We should add an assertion for the san_ip field as well
This value was missing in the secrets in the backend, and wouldn't configure the dellpowerstore. This will ensure that the san-ip is in the secrets, and allow it to move forward. Signed-off-by: Arif Ali <arif-ali@ubuntu.com>
arif-ali
force-pushed
the
arif-san-ip-dellpowerstore-main
branch
from
September 23, 2026 12:56
5485055 to
8e7312a
Compare
gboutry
requested changes
Sep 23, 2026
gboutry
left a comment
Collaborator
There was a problem hiding this comment.
Are drivers hiding the IP?
Or is it the only one?
That would change if we need to update the charm or the snap.
Do we consider the ip a value to mask (and store in a juju secret)?
Please follow conventional commits.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change fixes the fact that san-ip wasn't being added to the backend secrets, and hence would not apply the terraform.
Closes-bug: #2161683
QA steps
This will run to completion if all is good
sunbeam storage show dell-powerstore, which should show the outputLinks
Jira card: OPEN-4685