-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathregistry.yml
54 lines (53 loc) · 1.95 KB
/
registry.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
################################################################################
# Copyright (c) IBM Corporation 2020, 2021
################################################################################
################################################################################
# Configuration for Red Hat certified collections as part of the
# IBM Red Hat Certified Collection on Z offering
#
# For documentation to be generated and included in the offering pending the
# certfied registry process you must also include the required fields below.
#
# Instructions:
# <item>: The collection repository name as a dictionary element such as
# 'ibm_zos_core', 'ibm_zos_ims', etc
# git: The collection repository git url such as 'bm_zos_core.git'
# stable: The Git tag or branch name to generate stable documenation.
# latest: The Git tag or branch name to generate latest documenation.
#
# Notes:
# Only one version of documetation is currently generated and supported.
# Documentation is only generator for the latest branch or tag, there is plans
# to support both latest and stable in the near future.
################################################################################
collections:
ibm_zos_core:
git: [email protected]:ansible-collections/ibm_zos_core.git
stable:
latest: main
origin: main
ibm_zos_ims:
git: [email protected]:ansible-collections/ibm_zos_ims.git
stable:
latest: docs-update-known-issue-release-v1.3.0
origin: main
ibm_zos_cics:
git: [email protected]:ansible-collections/ibm_zos_cics.git
stable:
latest: main
origin: main
zhmc-ansible-modules:
git: [email protected]:zhmcclient/zhmc-ansible-modules.git
stable:
latest: 1.9.3
origin: master
ibm_zos_sysauto:
git: [email protected]:ansible-collections/ibm_zos_sysauto.git
stable:
latest: main
origin: main
ibm_zosmf:
git: [email protected]:IBM/ibm_zosmf.git
stable:
latest: main
origin: main