You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-14Lines changed: 28 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,41 @@ IBM z/OS CICS collection
2
2
========================
3
3
4
4
The **IBM® z/OS® CICS® collection**, also represented as **ibm\_zos\_cics**
5
-
in this document, is part of the broader initiative to bring Ansible® Automation to IBM Z® through the offering **Red Hat® Ansible Certified Content for IBM Z**. The IBM z/OS CICS collection supports management of CICS resources and definitions via the CMCI REST API provided by CICS.
5
+
in this document, is part of the broader initiative to bring Ansible Automation to IBM Z® through the offering
6
+
**Red Hat® Ansible Certified Content for IBM Z®**. The **IBM z/OS CICS collection** supports management of CICS
7
+
resources and definitions via the CMCI REST API provided by CICS.
6
8
7
-
This CICS collection can work in conjunction with or independently from other IBM z/OS collections on Ansible such as the [IBM z/OS core collection](https://github.com/ansible-collections/ibm_zos_core). When used alone, it performs automation tasks solely in CICS. When using it together with other z/OS collections, you can achieve a more powerful solution for automating tasks on z/OS.
9
+
This CICS collection works in conjunction with other Ansible collections for IBM Z,
10
+
such as the [IBM z/OS core collection](https://github.com/ansible-collections/ibm_zos_core).
11
+
It is also possible to use it independently to perform automation tasks solely in CICS.
8
12
9
13
10
14
Red Hat Ansible Certified Content for IBM Z
11
15
===========================================
12
16
13
-
**Red Hat Ansible Certified Content for IBM Z** provides the ability to connect IBM Z to clients\' wider enterprise automation strategy through the Ansible Automation Platform ecosystem. This enables development and operations automation on Z through a seamless, unified workflow orchestration with configuration management, provisioning, and application deployment in one easy-to-use platform.
17
+
**Red Hat® Ansible Certified Content for IBM Z** provides the ability to
18
+
connect IBM Z® to clients' wider enterprise automation strategy through the
19
+
Ansible Automation Platform ecosystem. This enables development and operations
20
+
automation on Z through a seamless, unified workflow orchestration with
21
+
configuration management, provisioning, and application deployment in
22
+
one easy-to-use platform.
14
23
15
-
The **The IBM z/OS CICS collection** is following the **Red Hat Ansible Certified Content for IBM Z** method of distributing content. Collections will be developed in the open, and when content is ready for use it is released to [Ansible Galaxy](https://galaxy.ansible.com/search?keywords=zos_&order_by=-relevance&deprecated=false&type=collection&page=1) for community adoption. Once contributors review community usage, feedback, and are satisfied with the content published, the collection will then be released to [Ansible Automation Hub](https://www.ansible.com/products/automation-hub) as certified and IBM supported for Red Hat Ansible Automation Platform subscribers.
24
+
The **IBM z/OS CICS collection** is following the
25
+
**Red Hat® Ansible Certified Content for IBM Z®** method of distributing
26
+
content. Collections will be developed in the open, and when content is ready
Copy file name to clipboardExpand all lines: devguide.md
+2-18Lines changed: 2 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,5 @@
1
1
# Developer guide
2
2
3
-
## Reporting a bug
4
-
5
-
Please raise bugs via the issue tracker. First, check whether an issue for your problem already exists.
6
-
7
-
When raising bugs, try to give a good indication of the exact circumstances that provoked the bug. What were you doing? What did you expect to happen? What actually happened? What logs or other material can you provide to show the problem?
8
-
9
-
## Requesting new features
10
-
11
-
Please request new features via the issue tracker. When requesting features, try to show why you want the feature you're requesting.
12
-
13
-
## Contributing code
14
-
15
-
### Before you start...
16
-
17
-
If you're thinking of fixing a bug or adding new features, be sure to open an issue first. This gives us a place to have a discussion about the work.
18
-
19
3
### Licensing
20
4
21
5
All code must have an Apache-2.0 header.
@@ -77,8 +61,8 @@ To save you having to type the above for every commit, Git can add the `Signed-o
77
61
78
62
If you haven't signed each commit, then the pull request will fail to pass all checks.
79
63
80
-
Development Environment Set-Up Instructions
81
-
===================
64
+
# Development Environment Set-Up Instructions
65
+
=============================================
82
66
83
67
This repository contains an Ansible collection, which is tested using `ansible-test`. This combination of development
84
68
tooling requires you to clone the repository to a pretty specific path. As an example, clone the repository to:
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator with the ``=`` option.
193
193
194
-
For examples, see :ref:`ibm.ibm_zos_cics.cmci_get <ibm.ibm_zos_cics.cmci_get_module>`
194
+
For examples, see :ref:`cmci_get <cmci_get_module>`
195
195
196
196
197
197
|**required**: False
@@ -269,7 +269,7 @@ resources
269
269
270
270
To use more complicated filter expressions, including a range of different filter operators, and the ability to compose filters with ``and`` and ``or`` operators, see the ``complex_filter`` parameter.
271
271
272
-
For examples, see :ref:`ibm.ibm_zos_cics.cmci_get <ibm.ibm_zos_cics.cmci_get_module>`
272
+
For examples, see :ref:`cmci_get <cmci_get_module>`
273
273
274
274
For more details, see `How to build a filter expression <https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/system-programming/cpsm/eyup1a0.html>`_.
Copy file name to clipboardExpand all lines: docs/source/modules/cmci_delete.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ resources
151
151
152
152
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator with the ``=`` option.
153
153
154
-
For examples, see :ref:`ibm.ibm_zos_cics.cmci_get <ibm.ibm_zos_cics.cmci_get_module>`
154
+
For examples, see :ref:`cmci_get <cmci_get_module>`
155
155
156
156
157
157
|**required**: False
@@ -229,7 +229,7 @@ resources
229
229
230
230
To use more complicated filter expressions, including a range of different filter operators, and the ability to compose filters with ``and`` and ``or`` operators, see the ``complex_filter`` parameter.
231
231
232
-
For examples, see :ref:`ibm.ibm_zos_cics.cmci_get <ibm.ibm_zos_cics.cmci_get_module>`
232
+
For examples, see :ref:`cmci_get <cmci_get_module>`
233
233
234
234
For more details, see `How to build a filter expression <https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/system-programming/cpsm/eyup1a0.html>`_.
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator with the ``=`` option.
166
166
167
-
For examples, see :ref:`ibm.ibm_zos_cics.cmci_get <ibm.ibm_zos_cics.cmci_get_module>`
167
+
For examples, see :ref:`cmci_get <cmci_get_module>`
168
168
169
169
170
170
|**required**: False
@@ -242,7 +242,7 @@ resources
242
242
243
243
To use more complicated filter expressions, including a range of different filter operators, and the ability to compose filters with ``and`` and ``or`` operators, see the ``complex_filter`` parameter.
244
244
245
-
For examples, see :ref:`ibm.ibm_zos_cics.cmci_get <ibm.ibm_zos_cics.cmci_get_module>`
245
+
For examples, see :ref:`cmci_get <cmci_get_module>`
246
246
247
247
For more details, see `How to build a filter expression <https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/system-programming/cpsm/eyup1a0.html>`_.
Copy file name to clipboardExpand all lines: docs/source/modules/cmci_update.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ resources
160
160
161
161
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator with the ``=`` option.
162
162
163
-
For examples, see :ref:`ibm.ibm_zos_cics.cmci_get <ibm.ibm_zos_cics.cmci_get_module>`
163
+
For examples, see :ref:`cmci_get <cmci_get_module>`
164
164
165
165
166
166
|**required**: False
@@ -238,7 +238,7 @@ resources
238
238
239
239
To use more complicated filter expressions, including a range of different filter operators, and the ability to compose filters with ``and`` and ``or`` operators, see the ``complex_filter`` parameter.
240
240
241
-
For examples, see :ref:`ibm.ibm_zos_cics.cmci_get <ibm.ibm_zos_cics.cmci_get_module>`
241
+
For examples, see :ref:`cmci_get <cmci_get_module>`
242
242
243
243
For more details, see `How to build a filter expression <https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/system-programming/cpsm/eyup1a0.html>`_.
0 commit comments