Skip to content

Commit

Permalink
Merge pull request #2 from dell/release_v1.2.1
Browse files Browse the repository at this point in the history
RTS version v1.2.1
  • Loading branch information
dattaarindam authored Jun 25, 2021
2 parents 4f9cea7 + 66f56d7 commit 6d89104
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The modules are written in such a way that all requests are idempotent and hence
## Installing Collections
1. Download the tar build and use the following command to install the collection anywhere in your system:

ansible-galaxy collection install dellemc-powerstore-1.2.0.tar.gz -p <install_path>
ansible-galaxy collection install dellemc-powerstore-1.2.1.tar.gz -p <install_path>

2. Set the environemnt variable:

Expand All @@ -67,7 +67,7 @@ The modules are written in such a way that all requests are idempotent and hence
ansible-doc dellemc.powerstore.dellemc_powerstore_gatherfacts

## Running Ansible Modules
The Ansible server must be configured with Python library for PowerStore to run the Ansible playbooks. The [Documents]( https://github.com/dell/ansible-powerstore/tree/1.2.0/dellemc_ansible/docs ) provide information on different Ansible modules along with their functions and syntax. The parameters table in the Product Guide provides information on various parameters which needs to be configured before running the modules.
The Ansible server must be configured with Python library for PowerStore to run the Ansible playbooks. The [Documents]( https://github.com/dell/ansible-powerstore/tree/1.2.1/docs ) provide information on different Ansible modules along with their functions and syntax. The parameters table in the Product Guide provides information on various parameters which needs to be configured before running the modules.

## SSL Certificate Validation
1. Copy the CA certificate to this "/etc/pki/ca-trust/source/anchors" path of the host by any external means.
Expand Down
Binary file removed dellemc-powerstore-1.2.0.tar.gz
Binary file not shown.
Binary file added dellemc-powerstore-1.2.1.tar.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: dellemc
name: powerstore

# The version of the collection. Must be compatible with semantic versioning
version: 1.2.0
version: 1.2.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down Expand Up @@ -48,13 +48,13 @@ tags: [storage]
dependencies: {}

# The URL of the originating SCM repository
repository: https://github.com/dell/ansible-powerstore/tree/1.2.0
repository: https://github.com/dell/ansible-powerstore/tree/1.2.1

# The URL to any online docs
documentation: https://github.com/dell/ansible-powerstore/tree/1.2.0/dellemc_ansible/docs
documentation: https://github.com/dell/ansible-powerstore/tree/1.2.1/docs

# The URL to the homepage of the collection/project
homepage: https://github.com/dell/ansible-powerstore/tree/1.2.0
homepage: https://github.com/dell/ansible-powerstore/tree/1.2.1

# The URL to the collection issue tracker
issues: https://www.dell.com/community/Automation/bd-p/Automation
Expand Down

0 comments on commit 6d89104

Please sign in to comment.