Skip to content

Commit

Permalink
Merge pull request canonical#212 from roosterfish/powerflex_sdc
Browse files Browse the repository at this point in the history
Tests: Add support for the PowerFlex SDC operation mode
  • Loading branch information
tomponline authored Jun 28, 2024
2 parents 0b1808d + a67569d commit 52a0070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ To run the VM storage tests on the Dell PowerFlex driver, provide the following
* `POWERFLEX_GATEWAY_VERIFY`: Whether to verify the HTTP gateway's certificate. The default is `true`.
* `POWERFLEX_USER`: Name of the PowerFlex user
* `POWERFLEX_PASSWORD`: Password of the PowerFlex user
* `POWERFLEX_MODE`: Operation mode for the consumption of storage volumes. The default is `nvme`.

# Infrastructure managed by IS

Expand Down
3 changes: 2 additions & 1 deletion bin/helpers
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ createPowerFlexPool() (
powerflex.gateway="${POWERFLEX_GATEWAY}" \
powerflex.gateway.verify="${POWERFLEX_GATEWAY_VERIFY:-true}" \
powerflex.user.name="${POWERFLEX_USER}" \
powerflex.user.password="${POWERFLEX_PASSWORD}"
powerflex.user.password="${POWERFLEX_PASSWORD}" \
powerflex.mode="${POWERFLEX_MODE:-nvme}"
)

# createCertificateAndKey: creates a new key pair.
Expand Down

0 comments on commit 52a0070

Please sign in to comment.