-
Notifications
You must be signed in to change notification settings - Fork 14
/
attributes.adoc
56 lines (47 loc) · 1.66 KB
/
attributes.adoc
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
55
56
// Release type, set this to either 'public' or 'internal'
:release_type: public
:current_year: 2021
// Product Versions
//Counting upwards from 4, tied to SLE15 releases
:productmajor: 4
//Counting upwards from 0, tied to kubernetes releases
:productminor: 5
//Counting upwards from 0, tied to maintenance release
:productpatch: 5
:prerelease:
:productversion: {productmajor}.{productminor}.{productpatch}{prerelease}
:github_url: https://github.com/SUSE/doc-caasp
// Component Versions
:base_os_version: 15 SP2
:vmware_version: 6.7
:crio_version: 1.18.4
:kube_version: 1.18.20
:kubedoc: https://v1-18.docs.kubernetes.io/docs/
:cap_version: 1.5.2
:cilium_release: 1.7
:cilium_patch_version: 6
:cilium_version: {cilium_release}.{cilium_patch_version}
:cilium_docs_version: v{cilium_release}
:envoy_version: 1.14.4
:etcd_version: 3.4.13
:skuba_version: 2.1.15
:dex_version: 2.23.0
:gangway_version: 3.1.0
:metrics-server_version: 0.3.6
:kured_version: 1.4.3
:terraform_version: 0.12
:haproxy_version: 1.8.7
:helm3: 3.3.3
// API versions
:kubeadm_api_version: v1beta1
// Media Locations
ifeval::['{release_type}' != 'public']
:docurl: https://susedoc.github.io/doc-caasp/master/
endif::[]
ifeval::['{release_type}' == 'public']
:docurl: https://documentation.suse.com/suse-caasp/{productmajor}.{productminor}/
endif::[]
:caasp_repo_url: http://download.suse.de/ibs/SUSE:/SLE-15-SP2:/Update:/Products:/CASP40/standard/
:isofile: SLE-15-SP2-Full-x86_64-GM-Media1.iso
:jeos_product_page_url: https://www.suse.com/download/sles/
:bugzilla_url: https://bugzilla.suse.com/buglist.cgi?bug_status=__open__&list_id=12463857&order=Importance&product=SUSE%20CaaS%20Platform%204&query_format=specific