Skip to content

Commit

Permalink
modified README file
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkateshRavula committed Sep 24, 2020
1 parent 93792cb commit 1b4ad9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ All you need is Docker and git (optional).
```bash
# Download and store a local copy of hpe-oneview-sdk-for-puppet and
# use it as a Docker image.
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-puppet:v2.6.0-OV5.2
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-puppet:v2.8.0-OV5.4
# Run docker container with below commands.
$docker run -it --rm \
-v $(pwd)/:/puppet
Expand All @@ -150,7 +150,7 @@ All you need is Docker and git (optional).
-e ONEVIEW_SSL_ENABLED=true, \
-e ONEVIEW_LOG_LEVEL='info' \
-e ONEVIEW_API_VERSION=800 \
hewlettpackardenterprise/hpe-oneview-sdk-for-puppet:v2.6.0-OV5.2 puppet apply fc_network.pp --debug --trace
hewlettpackardenterprise/hpe-oneview-sdk-for-puppet:v2.8.0-OV5.4 puppet apply fc_network.pp --debug --trace
```
Now you can run any of the example manifests in this directory:
```bash
Expand All @@ -165,7 +165,7 @@ All you need is Docker and git (optional).
-e ONEVIEW_PASSWORD='secret123' \
-e ONEVIEW_SSL_ENABLED=true, \
-e ONEVIEW_LOG_LEVEL='info' \
-e ONEVIEW_API_VERSION=800 \
-e ONEVIEW_API_VERSION=2000 \
puppet-oneview puppet apply fc_network.pp --debug --trace
```
To run an Image Streamer example manifests:
Expand Down
2 changes: 1 addition & 1 deletion examples/login_rename.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"user": "Administrator",
"password": "secret123",
"ssl_enabled": "true",
"api_version": 300,
"api_version": 2000,
"log_level": "info",
"hardware_variant": "C7000"
}

0 comments on commit 1b4ad9e

Please sign in to comment.