Skip to content
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

CSI-Powerstore: Adding Medusa 3.5 array support #561

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/unit-test-reporter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Unit Test Action

on:
push:
branches: [ main ]
pull_request:
branches: [ main, release-1.7.0 ]
jobs:
build-test:
name: Build & Run Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run Tests
working-directory: ./content/docs/deployment/csminstallationwizard/src/
run: |
npm install
npm test
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
./content/docs/deployment/csminstallationwizard/src/reports/*.xml
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ public/
resources/
.hugo_build.lock
coverage/
reports/
103 changes: 56 additions & 47 deletions content/docs/authorization/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ tenant-service 1/1 1 1 59m
redis-primary 1/1 1 1 59m
proxy-server 1/1 1 1 59m
redis-commander 1/1 1 1 59m
storage-service 1/1 1 1 59m
role-service 1/1 1 1 59m
```


Expand Down Expand Up @@ -166,16 +168,17 @@ karavictl generate token [flags]
##### Options

```
--addr string host:port address (default "grpc.gatekeeper.cluster:443")
--from-config string File providing self-generated token information
-h, --help help for token
--tenant Tenant name
--shared-secret string Shared secret for token signing
-t, --tenant string Tenant name
--access-token-expiration duration Expiration time of the access token, e.g. 1m30s (default 1m0s)
--refresh-token-expiration duration Expiration time of the refresh token, e.g. 48h (default 720h0m0s)
```

##### Options inherited from parent commands

```
--addr string Address of the server (default "localhost")
--insecure Skip certificate validation
--config string config file (default is $HOME/.karavictl.yaml)
```

Expand Down Expand Up @@ -536,13 +539,13 @@ karavictl rolebinding create [flags]
-h, --help help for create
-r, --role string Role name
-t, --tenant string Tenant name
--insecure boolean insecure skip verify flag for Helm deployment
```

##### Options inherited from parent commands

```
--addr string Address of the server (default "localhost:443")
--addr string Address of the server (default "localhost")
--insecure Skip certificate validation
--config string config file (default is $HOME/.karavictl.yaml)
```

Expand Down Expand Up @@ -573,16 +576,16 @@ karavictl rolebinding delete [flags]
##### Options

```
-h, --help help for create
-h, --help help for delete
-r, --role string Role name
-t, --tenant string Tenant name
--insecure boolean insecure skip verify flag for Helm deployment
```

##### Options inherited from parent commands

```
--addr string Address of the server (default "localhost:443")
--addr string Address of the server (default "localhost")
--insecure Skip certificate validation
--config string config file (default is $HOME/.karavictl.yaml)
```

Expand Down Expand Up @@ -614,7 +617,9 @@ karavictl storage [flags]
##### Options

```
-h, --help help for storage
--addr string Address of the server (default "localhost")
-h, --help Help for storage
--insecure Skip certificate validation
```

##### Options inherited from parent commands
Expand Down Expand Up @@ -648,17 +653,17 @@ karavictl storage get [flags]
##### Options

```
-h, --help help for get
-h, --help Help for get
-s, --system-id string System identifier (default "systemid")
-t, --type string Type of storage system ("powerflex", "powermax")
--insecure insecure skip verify flag for Helm deployment
--addr address of the container for Helm deployment (pod:port)
```

##### Options inherited from parent commands

```
--config string config file (default is $HOME/.karavictl.yaml)
```
--addr string Address of the server (default "localhost")
--config string Config file (default is $HOME/.karavictl.yaml)
--insecure Skip certificate validation
```

##### Output
Expand Down Expand Up @@ -694,15 +699,16 @@ karavictl storage list [flags]
##### Options

```
-h, --help help for list
--insecure insecure skip verify flag for Helm deployment
--addr address of the container for Helm deployment (pod:port)
-h, --help Help for list
-t, --type string Type of storage system
```

##### Options inherited from parent commands

```
--config string config file (default is $HOME/.karavictl.yaml)
--config string Config file (default is $HOME/.karavictl.yaml)
--addr string Address of the server (default "localhost")
--insecure Skip certificate validation
```

##### Output
Expand Down Expand Up @@ -746,20 +752,20 @@ karavictl storage create [flags]

```
-e, --endpoint string Endpoint of REST API gateway
-h, --help help for create
-h, --help Help for create
-a, --array-insecure Array insecure skip verify
-p, --password string Password (default "****")
-s, --system-id string System identifier (default "systemid")
-t, --type string Type of storage system ("powerflex", "powermax")
-u, --user string Username (default "admin")
--insecure insecure skip verify flag for Helm deployment
--addr address of the container for Helm deployment (pod:port)
```

##### Options inherited from parent commands

```
--config string config file (default is $HOME/.karavictl.yaml)
--config string Config file (default is $HOME/.karavictl.yaml)
--addr string Address of the server (default "localhost")
--insecure Skip certificate validation
```

##### Output
Expand Down Expand Up @@ -790,20 +796,20 @@ karavictl storage update [flags]

```
-e, --endpoint string Endpoint of REST API gateway
-h, --help help for update
-h, --help Help for update
-a, --array-insecure Array insecure skip verify
-p, --pass string Password (default "****")
-s, --system-id string System identifier (default "systemid")
-t, --type string Type of storage system ("powerflex", "powermax")
-u, --user string Username (default "admin")
--insecure insecure skip verify flag for Helm deployment
--addr address of the container for Helm deployment (pod:port)
```

##### Options inherited from parent commands

```
--config string config file (default is $HOME/.karavictl.yaml)
--config string Config file (default is $HOME/.karavictl.yaml)
--addr string Address of the server (default "localhost")
--insecure Skip certificate validation
```

##### Output
Expand Down Expand Up @@ -834,17 +840,17 @@ karavictl storage delete [flags]
##### Options

```
-h, --help help for delete
-h, --help Help for delete
-s, --system-id string System identifier (default "systemid")
-t, --type string Type of storage system ("powerflex", "powermax")
--insecure insecure skip verify flag for Helm deployment
--addr address of the container for Helm deployment (pod:port)
```

##### Options inherited from parent commands

```
--config string config file (default is $HOME/.karavictl.yaml)
--config string Config file (default is $HOME/.karavictl.yaml)
--addr string Address of the server (default "localhost")
--insecure Skip certificate validation
```

##### Output
Expand Down Expand Up @@ -908,15 +914,16 @@ karavictl tenant create [flags]
##### Options

```
-a, --approvesdc To allow/deny SDC approval requests (default true | This flag is only applicable to PowerFlex. This flag will Approve/Deny a tenant's SDC request)
-h, --help help for create
-n, --name string Tenant name
--insecure insecure skip verify flag for Helm deployment
```

##### Options inherited from parent commands

```
--addr string Address of the server (default "localhost:443")
--addr string Address of the server (default "localhost")
--insecure Skip certificate validation
--config string config file (default is $HOME/.karavictl.yaml)
```

Expand Down Expand Up @@ -948,16 +955,16 @@ karavictl tenant get [flags]
##### Options

```
-h, --help help for create
-h, --help help for get
-n, --name string Tenant name
--insecure insecure skip verify flag for Helm deployment
```

##### Options inherited from parent commands

```
--addr string Address of the server (default "localhost:443")
--addr string Address of the server (default "localhost")
--config string config file (default is $HOME/.karavictl.yaml)
--insecure Skip certificate validation
```

##### Output
Expand Down Expand Up @@ -993,14 +1000,14 @@ karavictl tenant list [flags]
##### Options

```
-h, --help help for create
--insecure insecure skip verify flag for Helm deployment
-h, --help help for list
```

##### Options inherited from parent commands

```
--addr string Address of the server (default "localhost:443")
--addr string Address of the server (default "localhost")
--insecure Skip certificate validation
--config string config file (default is $HOME/.karavictl.yaml)
```

Expand Down Expand Up @@ -1040,15 +1047,16 @@ karavictl tenant revoke [flags]
##### Options

```
-c, --cancel Cancel a previous tenant revocation
-h, --help help for create
-n, --name string Tenant name
--insecure insecure skip verify flag for Helm deployment
```

##### Options inherited from parent commands

```
--addr string Address of the server (default "localhost:443")
--addr string Address of the server (default "localhost")
--insecure Skip certificate validation
--config string config file (default is $HOME/.karavictl.yaml)
```

Expand Down Expand Up @@ -1079,16 +1087,16 @@ karavictl tenant delete [flags]
##### Options

```
-h, --help help for create
-h, --help help for delete
-n, --name string Tenant name
--insecure insecure skip verify flag for Helm deployment
```

##### Options inherited from parent commands

```
--addr string Address of the server (default "localhost:443")
--addr string Address of the server (default "localhost")
--config string config file (default is $HOME/.karavictl.yaml)
--insecure Skip certificate validation
```

##### Output
Expand Down Expand Up @@ -1118,16 +1126,17 @@ karavictl tenant update [flags]
#### Options

```
-h, --help help for create
-a, --approvesdc To allow/deny SDC approval requests (default true | This flag is only applicable to PowerFlex. This flag will Approve/Deny a tenant's SDC request)
-h, --help help for update
-n, --name string Tenant name
--approvesdc boolean (Usage: --approvesdc=true/false | This flag is only applicable to PowerFlex. This flag will Approve/Deny a tenant's SDC request )
```

##### Options inherited from parent commands

```
--addr string Address of the server (default "localhost:443")
--addr string Address of the server (default "localhost")
--config string config file (default is $HOME/.karavictl.yaml)
--insecure Skip certificate validation
```

##### Output
Expand Down
Loading