|
202 | 202 | - Field introduced in 18.2.10, 20.1.1.
|
203 | 203 | - Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
|
204 | 204 | type: str
|
| 205 | + prev_remote_image_ref: |
| 206 | + description: |
| 207 | + - Remote image reference of previous base image. |
| 208 | + - Field introduced in 30.1.1. |
| 209 | + - Allowed in enterprise edition with any value, enterprise with cloud services edition. |
| 210 | + type: str |
205 | 211 | previous_image_ref:
|
206 | 212 | description:
|
207 | 213 | - Image uuid for identifying previous base image.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate
|
|
256 | 262 | - Field introduced in 22.1.3.
|
257 | 263 | - Allowed in enterprise edition with any value, enterprise with cloud services edition.
|
258 | 264 | type: str
|
| 265 | + remote_image_ref: |
| 266 | + description: |
| 267 | + - Remote image reference of current base image. |
| 268 | + - Field introduced in 30.1.1. |
| 269 | + - Allowed in enterprise edition with any value, enterprise with cloud services edition. |
| 270 | + type: str |
259 | 271 | se_patch_image_path:
|
260 | 272 | description:
|
261 | 273 | - Image path of se patch image.(required in case of reimage and upgrade + patch).
|
@@ -434,13 +446,15 @@ def main():
|
434 | 446 | patch_version=dict(type='str',),
|
435 | 447 | prev_image_path=dict(type='str',),
|
436 | 448 | prev_patch_image_path=dict(type='str',),
|
| 449 | + prev_remote_image_ref=dict(type='str',), |
437 | 450 | previous_image_ref=dict(type='str',),
|
438 | 451 | previous_patch_image_ref=dict(type='str',),
|
439 | 452 | previous_patch_list=dict(type='list', elements='dict',),
|
440 | 453 | previous_patch_version=dict(type='str',),
|
441 | 454 | previous_version=dict(type='str',),
|
442 | 455 | progress=dict(type='int',),
|
443 | 456 | reason=dict(type='str',),
|
| 457 | + remote_image_ref=dict(type='str',), |
444 | 458 | se_patch_image_path=dict(type='str',),
|
445 | 459 | se_patch_image_ref=dict(type='str',),
|
446 | 460 | se_upgrade_events=dict(type='list', elements='dict',),
|
|
0 commit comments