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
Casing change to space_type and input_location (#151)
* Casing change to space_type and input_location
* Update rst files
* Minor fixes and improvements
* Ensure we set the module arg after tarnsforming it to lowercase
* Cleanup plugins/modules/csd.py
Co-authored-by: Tom Latham <[email protected]>
---------
Co-authored-by: Ledina Hido-Evans <[email protected]>
Co-authored-by: Andrew Hughes <[email protected]>
Co-authored-by: Drew Hughes <[email protected]>
Co-authored-by: Tom Latham <[email protected]>
Copy file name to clipboardExpand all lines: docs/source/modules/aux_temp_storage.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,13 +102,13 @@ space_type
102
102
103
103
This option takes effect only when the auxiliary temporary storage data set is being created. If the data set already exists, the option has no effect.
104
104
105
-
The size can be specified in megabytes (\ :literal:`M`\ ), kilobytes (\ :literal:`K`\ ), records (\ :literal:`REC`\ ), cylinders (\ :literal:`CYL`\ ), or tracks (\ :literal:`TRK`\ ).
105
+
The size can be specified in megabytes (\ :literal:`m`\ ), kilobytes (\ :literal:`k`\ ), records (\ :literal:`rec`\ ), cylinders (\ :literal:`cyl`\ ), or tracks (\ :literal:`trk`\ ).
106
106
107
107
108
108
|**required**: False
109
109
|**type**: str
110
-
|**default**: REC
111
-
|**choices**: M, K, REC, CYL, TRK
110
+
|**default**: rec
111
+
|**choices**: m, k, rec, cyl, trk
112
112
113
113
114
114
@@ -162,7 +162,7 @@ Examples
162
162
region_data_sets:
163
163
template: "REGIONS.ABCD0001.<< data_set_name >>"
164
164
space_primary: 50
165
-
space_type: "M"
165
+
space_type: "m"
166
166
state: "initial"
167
167
168
168
- name: Retain the existing state of an auxiliary temporary storage data set defined by the template
Copy file name to clipboardExpand all lines: docs/source/modules/aux_trace.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,13 +135,13 @@ space_type
135
135
136
136
This option takes effect only when the auxiliary trace data set is being created. If the data set already exists, the option has no effect.
137
137
138
-
The size can be specified in megabytes (\ :literal:`M`\ ), kilobytes (\ :literal:`K`\ ), cylinders (\ :literal:`CYL`\ ), or tracks (\ :literal:`TRK`\ ).
138
+
The size can be specified in megabytes (\ :literal:`m`\ ), kilobytes (\ :literal:`k`\ ), cylinders (\ :literal:`cyl`\ ), or tracks (\ :literal:`trk`\ ).
Copy file name to clipboardExpand all lines: docs/source/modules/csd.rst
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,19 +73,19 @@ input_content
73
73
input_location
74
74
The type of location from which to load the DFHCSDUP script.
75
75
76
-
Specify :literal:`DATA\_SET` to load from a PDS, PDSE, or sequential data set.
76
+
Specify :literal:`data\_set` to load from a PDS, PDSE, or sequential data set.
77
77
78
-
Specify :literal:`USS` to load from a file on UNIX System Services (USS).
78
+
Specify :literal:`uss` to load from a file on UNIX System Services (USS).
79
79
80
-
Specify :literal:`LOCAL` to load from a file local to the Ansible control node.
80
+
Specify :literal:`local` to load from a file local to the Ansible control node.
81
81
82
-
Specify :literal:`INLINE` to allow a script to be passed directly through the :literal:`input\_content` parameter.
82
+
Specify :literal:`inline` to allow a script to be passed directly through the :literal:`input\_content` parameter.
83
83
84
84
85
85
|**required**: False
86
86
|**type**: str
87
-
|**default**: DATA_SET
88
-
|**choices**: DATA_SET, USS, LOCAL, INLINE
87
+
|**default**: data_set
88
+
|**choices**: data_set, uss, local, inline
89
89
90
90
91
91
@@ -198,13 +198,13 @@ space_type
198
198
199
199
This option takes effect only when the CSD is being created. If the CSD already exists, the option has no effect.
200
200
201
-
The size can be specified in megabytes (\ :literal:`M`\ ), kilobytes (\ :literal:`K`\ ), records (\ :literal:`REC`\ ), cylinders (\ :literal:`CYL`\ ), or tracks (\ :literal:`TRK`\ ).
201
+
The size can be specified in megabytes (\ :literal:`m`\ ), kilobytes (\ :literal:`k`\ ), records (\ :literal:`rec`\ ), cylinders (\ :literal:`cyl`\ ), or tracks (\ :literal:`trk`\ ).
Copy file name to clipboardExpand all lines: docs/source/modules/global_catalog.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,13 +132,13 @@ space_type
132
132
133
133
This option takes effect only when the global catalog data set is being created. If the global catalog data set already exists, the option has no effect.
134
134
135
-
The size can be specified in megabytes (\ :literal:`M`\ ), kilobytes (\ :literal:`K`\ ), records (\ :literal:`REC`\ ), cylinders (\ :literal:`CYL`\ ), or tracks (\ :literal:`TRK`\ ).
135
+
The size can be specified in megabytes (\ :literal:`m`\ ), kilobytes (\ :literal:`k`\ ), records (\ :literal:`rec`\ ), cylinders (\ :literal:`cyl`\ ), or tracks (\ :literal:`trk`\ ).
136
136
137
137
138
138
|**required**: False
139
139
|**type**: str
140
-
|**default**: M
141
-
|**choices**: M, K, REC, CYL, TRK
140
+
|**default**: m
141
+
|**choices**: m, k, rec, cyl, trk
142
142
143
143
144
144
@@ -191,7 +191,7 @@ Examples
191
191
cics_data_sets:
192
192
template: "CICSTS61.CICS.<< lib_name >>"
193
193
space_primary: 100
194
-
space_type: "M"
194
+
space_type: "m"
195
195
state: "initial"
196
196
197
197
- name: Initialize a large user specified global catalog
@@ -202,7 +202,7 @@ Examples
202
202
cics_data_sets:
203
203
sdfhload: "CICSTS61.CICS.SDFHLOAD"
204
204
space_primary: 100
205
-
space_type: "M"
205
+
space_type: "m"
206
206
state: "initial"
207
207
208
208
- name: Set the autostart override record to AUTOASIS for a global catalog defined by the template
Copy file name to clipboardExpand all lines: docs/source/modules/local_catalog.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,13 +132,13 @@ space_type
132
132
133
133
This option takes effect only when the local catalog data set is being created. If the local catalog data set already exists, the option has no effect.
134
134
135
-
The size can be specified in megabytes (\ :literal:`M`\ ), kilobytes (\ :literal:`K`\ ), records (\ :literal:`REC`\ ), cylinders (\ :literal:`CYL`\ ), or tracks (\ :literal:`TRK`\ ).
135
+
The size can be specified in megabytes (\ :literal:`m`\ ), kilobytes (\ :literal:`k`\ ), records (\ :literal:`rec`\ ), cylinders (\ :literal:`cyl`\ ), or tracks (\ :literal:`trk`\ ).
136
136
137
137
138
138
|**required**: False
139
139
|**type**: str
140
-
|**default**: REC
141
-
|**choices**: M, K, REC, CYL, TRK
140
+
|**default**: rec
141
+
|**choices**: m, k, rec, cyl, trk
142
142
143
143
144
144
@@ -198,7 +198,7 @@ Examples
198
198
cics_data_sets:
199
199
template: "CICSTS61.CICS.<< lib_name >>"
200
200
space_primary: 500
201
-
space_type: "REC"
201
+
space_type: "rec"
202
202
state: "initial"
203
203
204
204
- name: Retain the existing local catalog defined by the template
Copy file name to clipboardExpand all lines: docs/source/modules/local_request_queue.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,13 +102,13 @@ space_type
102
102
103
103
This option takes effect only when the local request queue data set is being created. If the data set already exists, the option has no effect.
104
104
105
-
The size can be specified in megabytes (\ :literal:`M`\ ), kilobytes (\ :literal:`K`\ ), records (\ :literal:`REC`\ ), cylinders (\ :literal:`CYL`\ ), or tracks (\ :literal:`TRK`\ ).
105
+
The size can be specified in megabytes (\ :literal:`m`\ ), kilobytes (\ :literal:`k`\ ), records (\ :literal:`rec`\ ), cylinders (\ :literal:`cyl`\ ), or tracks (\ :literal:`trk`\ ).
106
106
107
107
108
108
|**required**: False
109
109
|**type**: str
110
-
|**default**: M
111
-
|**choices**: M, K, REC, CYL, TRK
110
+
|**default**: m
111
+
|**choices**: m, k, rec, cyl, trk
112
112
113
113
114
114
@@ -162,7 +162,7 @@ Examples
162
162
region_data_sets:
163
163
template: "REGIONS.ABCD0001.<< data_set_name >>"
164
164
space_primary: 50
165
-
space_type: "M"
165
+
space_type: "m"
166
166
state: "initial"
167
167
168
168
- name: Retain the existing state of a local request queue data set defined by the template
Copy file name to clipboardExpand all lines: docs/source/modules/region_jcl.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3474,7 +3474,7 @@ space_type
3474
3474
3475
3475
This option takes effect only when the CICS startup JCL data set is being created. If the CICS startup JCL data set already exists, the option has no effect.
3476
3476
3477
-
The size can be specified in megabytes (\ :literal:`M`\ ), kilobytes (\ :literal:`K`\ ), cylinders (\ :literal:`CYL`\ ), or tracks (\ :literal:`TRK`\ ).
3477
+
The size can be specified in megabytes (\ :literal:`m`\ ), kilobytes (\ :literal:`k`\ ), cylinders (\ :literal:`cyl`\ ), or tracks (\ :literal:`trk`\ ).
3478
3478
3479
3479
If neither :literal:`space\_secondary` nor :literal:`space\_primary` is set, then this value does not have any effect.
Copy file name to clipboardExpand all lines: docs/source/modules/td_intrapartition.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,13 +102,13 @@ space_type
102
102
103
103
This option takes effect only when the transient data intrapartition data set is being created. If the data set already exists, the option has no effect.
104
104
105
-
The size can be specified in megabytes (\ :literal:`M`\ ), kilobytes (\ :literal:`K`\ ), records (\ :literal:`REC`\ ), cylinders (\ :literal:`CYL`\ ), or tracks (\ :literal:`TRK`\ ).
105
+
The size can be specified in megabytes (\ :literal:`m`\ ), kilobytes (\ :literal:`k`\ ), records (\ :literal:`rec`\ ), cylinders (\ :literal:`cyl`\ ), or tracks (\ :literal:`trk`\ ).
106
106
107
107
108
108
|**required**: False
109
109
|**type**: str
110
-
|**default**: REC
111
-
|**choices**: M, K, REC, CYL, TRK
110
+
|**default**: rec
111
+
|**choices**: m, k, rec, cyl, trk
112
112
113
113
114
114
@@ -162,7 +162,7 @@ Examples
162
162
region_data_sets:
163
163
template: "REGIONS.ABCD0001.<< data_set_name >>"
164
164
space_primary: 50
165
-
space_type: "M"
165
+
space_type: "m"
166
166
state: "initial"
167
167
168
168
- name: Retain the existing state of a transient data intrapartition data set data set defined by the template
Copy file name to clipboardExpand all lines: docs/source/modules/transaction_dump.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,13 +133,13 @@ space_type
133
133
134
134
This option takes effect only when the transaction dump data set is being created. If the data set already exists, the option has no effect.
135
135
136
-
The size can be specified in megabytes (\ :literal:`M`\ ), kilobytes (\ :literal:`K`\ ), cylinders (\ :literal:`CYL`\ ), or tracks (\ :literal:`TRK`\ ).
136
+
The size can be specified in megabytes (\ :literal:`m`\ ), kilobytes (\ :literal:`k`\ ), cylinders (\ :literal:`cyl`\ ), or tracks (\ :literal:`trl`\ ).
0 commit comments