Skip to content

Commit

Permalink
Ralese1.1.3 (#41)
Browse files Browse the repository at this point in the history
* ralese 1.1.3

* ralese 1.1.3

* ralese 1.1.3
  • Loading branch information
ISIB-Group authored Apr 22, 2021
1 parent e8a021a commit de3d0cb
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Inspur.sm Release Notes
.. contents:: Topics


v1.1.3
======

Bugfixes
--------

- Add ansible 2.11 test.
- Add the no_log=true attribute to some modules.

v1.1.2
======

Expand Down
5 changes: 5 additions & 0 deletions bindep.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see https://docs.openstack.org/infra/bindep/ for additional information.

gcc-c++ [doc test platform:rpm]
ipmitool [test platform:rpm]
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -677,4 +677,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 1.1.2
version: 1.1.3
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,12 @@ releases:
fragments:
- fix-module_info-parameter.yaml
release_date: '2021-01-29'
1.1.3:
changes:
bugfixes:
- Add ansible 2.11 test.
- Add the no_log=true attribute to some modules.
fragments:
- add_ansible2.11_test.yml
- add_no_log.yml
release_date: '2021-04-22'
3 changes: 2 additions & 1 deletion docs/add_user_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ Examples

- name: Add user test
hosts: ism
no_log: true
connection: local
gather_facts: no
vars:
Expand All @@ -271,7 +272,7 @@ Examples
- name: "Add user"
inspur.sm.add_user:
uname: "wbs"
upass: "admin"
upass: my_password
role_id: "Administrator"
priv: "kvm,sol"
provider: "{{ ism }}"
Expand Down
3 changes: 2 additions & 1 deletion docs/edit_pass_user_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ Examples

- name: Edit user password test
hosts: ism
no_log: true
connection: local
gather_facts: no
vars:
Expand All @@ -234,7 +235,7 @@ Examples
- name: "Change user password"
inspur.sm.edit_pass_user:
uname: "wbs"
upass: "admin1"
upass: my_password
provider: "{{ ism }}"


Expand Down
3 changes: 2 additions & 1 deletion docs/edit_smtp_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ Examples

- name: Smtp test
hosts: ism
no_log: true
connection: local
gather_facts: no
vars:
Expand Down Expand Up @@ -485,7 +486,7 @@ Examples
primary_name: "inspur"
primary_auth: "enable"
primary_username: "test"
primary_password: "123456"
primary_password: my_password
provider: "{{ ism }}"


Expand Down
1 change: 1 addition & 0 deletions docs/edit_snmp_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ Examples

- name: Snmp test
hosts: ism
no_log: true
connection: local
gather_facts: no
vars:
Expand Down
1 change: 1 addition & 0 deletions docs/edit_snmp_trap_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ Examples

- name: Trap test
hosts: ism
no_log: true
connection: local
gather_facts: no
vars:
Expand Down
1 change: 1 addition & 0 deletions docs/edit_virtual_media_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ Examples

- name: Media test
hosts: ism
no_log: true
connection: local
gather_facts: no
vars:
Expand Down
1 change: 1 addition & 0 deletions docs/user_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ Examples

- name: User test
hosts: ism
no_log: true
connection: local
gather_facts: no
vars:
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: inspur
name: sm

# The version of the collection. Must be compatible with semantic versioning
version: 1.1.2
version: 1.1.3

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down

0 comments on commit de3d0cb

Please sign in to comment.