Skip to content

Commit

Permalink
Merge pull request #41 from hitachi-vantara/pre-version
Browse files Browse the repository at this point in the history
fixed ansible doc issue
  • Loading branch information
rsahuHitachi authored Jun 28, 2024
2 parents 62d800e + d527697 commit 7a51967
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# Attempt to delete the existing collection (if supported)
# Note: This step requires API support for deletion
# Uncomment the line below if your Galaxy server supports API deletion
curl -X DELETE "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/index/hitachivantara/vspone_block/versions/3.0.114/" -H "Authorization: Token $API_KEY"
curl -X DELETE "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/index/hitachivantara/vspone_block/versions/3.0.119/" -H "Authorization: Token $API_KEY"
#curl -X DELETE "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/index/hitachivantara/vspone_block/" -H "Authorization: Token $API_KEY"
# Sleep for 60 seconds to ensure the deletion is processed
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: hitachivantara
name: vspone_block
version: 3.0.119
version: 3.0.120
readme: README.md
authors:
- Hitachi Vantara Ansible Team
Expand Down
2 changes: 0 additions & 2 deletions plugins/modules/vsp/hv_hg.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
- 122 [TASK_SET_FULL_RESPONSE_AFTER_QOS_UPPER_LIMIT]
- 124 [GUARANTEED_RESPONSE_DURING_CONTROLLER_FAILURE]
- 131 [WCE_BIT_OFF_MODE]
}
should_delete_all_luns:
description: If the value is true, destroy the logical units that are no longer attached to any host group or iSCSI target.
required: false
Expand All @@ -197,7 +196,6 @@
name: 'testhg26dec'
port: 'CL1-A'
host_mode: 'VMWARE_EXTENSION'
host_mode_options: [ 40 ]
wwns: [ '100000109B583B2D', '100000109B583B2C' ]
luns: [ 393, 851 ]
register: result
Expand Down

0 comments on commit 7a51967

Please sign in to comment.