File tree Expand file tree Collapse file tree 9 files changed +19
-16
lines changed
roles/repository/molecule/default/tests Expand file tree Collapse file tree 9 files changed +19
-16
lines changed Original file line number Diff line number Diff line change 2
2
artifact_name : alfresco-content-services-distribution
3
3
edition : Enterprise
4
4
repository : " {{ nexus_repository.enterprise_releases }}"
5
- version : 7.2.2.4
5
+ version : 7.2.2.5
6
6
amps :
7
7
aos_module :
8
8
repository : " {{ nexus_repository.releases }}/aos-module/alfresco-aos-module"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ transform:
14
14
acc :
15
15
artifact_name : alfresco-control-center
16
16
repository : " {{ nexus_repository.releases }}"
17
- version : 9.0 .0
17
+ version : 9.1 .0
18
18
search :
19
19
artifact_name : alfresco-search-services
20
20
repository : " {{ nexus_repository.releases }}"
Original file line number Diff line number Diff line change @@ -82,15 +82,15 @@ The table below shows the version of the components deployed by the playbook for
82
82
| Apache Tomcat | 10.1.25 | 9.0.91 | 9.0.91 | 9.0.91 | 9.0.91 |
83
83
| PostgreSQL | 15.x | 14.x | 14.x | 13.x | 13.x |
84
84
| Apache ActiveMQ | 5.18.5 | 5.17.6 | 5.17.6 | 5.16.7 | 5.16.7 |
85
- | Repository | 23.3.0 (23.3.0) | 7.4.2.1 | 7.3.2.1 | 7.2.2.1 | 7.1.1.10 |
86
- | Share | 23.3.0 (23.3.0) | 7.4.2.1 | 7.3.2.1 | 7.2.2.1 | 7.1.1.10 |
85
+ | Repository | 23.3.2 (23.3.0) | 7.4.2.1 | 7.3.2.1 | 7.2.2.5 | 7.1.1.10 |
86
+ | Share | 23.3.2 (23.3.0) | 7.4.2.1 | 7.3.2.1 | 7.2.2.5 | 7.1.1.10 |
87
87
| Search Services | 2.0.11 | 2.0.11 | 2.0.11 | 2.0.11 | 2.0.2.2 |
88
88
| Search Enterprise | 4.1.0 (n/a) | 3.3.3 | 3.2.1 | 3.1.1.1 | 3.1.1.1 |
89
89
| All-In-One T-Engine | 5.1.4 | 5.1.4 | 3.1.2 | 3.1.2 | 3.1.2 |
90
90
| AOS | 3.1.0 | 1.6.2 | 1.5.0 | 1.4.1 | 1.4.1 |
91
91
| Google Docs | 4.0.0 | 3.4.2 | 3.3.1 | 3.2.2 | 3.2.1 |
92
- | Digital Workspace | 5.0 .0 (n/a) | 4.0.0 | 3.1.0 | 3.0.0 | 2.6.1 |
93
- | Control Center | 9.0 .0 | 8.0.0 | n/a | n/a | n/a |
92
+ | Digital Workspace | 5.1 .0 (n/a) | 4.0.0 | 3.1.0 | 3.0.0 | 2.6.1 |
93
+ | Control Center | 9.1 .0 | 8.0.0 | n/a | n/a | n/a |
94
94
| Transform Router | 4.1.4 (n/a) | 4.1.4 | 2.1.2 | 2.1.2 | 2.1.2 |
95
95
| Shared File Store | 4.1.4 (n/a) | 4.1.4 | 2.1.2 | 2.1.2 | 2.1.2 |
96
96
| Sync Service | 5.0.0 (n/a) | 3.11.3 | 3.11.3 | 3.11.3 | 3.11.3 |
Original file line number Diff line number Diff line change 25
25
artifact_name : alfresco-content-services-distribution
26
26
edition : Enterprise
27
27
repository : " {{ nexus_repository.enterprise_releases }}"
28
- version : 23.3.0
28
+ version : 23.3.2
29
29
amps :
30
30
aos_module :
31
31
repository : " {{ nexus_repository.releases }}/aos-module/alfresco-aos-module"
69
69
adw :
70
70
artifact_name : alfresco-digital-workspace
71
71
repository : " {{ nexus_repository.enterprise_releases }}"
72
- version : 5.0 .0
72
+ version : 5.1 .0
73
73
sync :
74
74
repository : >-
75
75
{{ nexus_repository.enterprise_releases }}/services/sync/sync-dist-6.x
76
76
version : 5.0.0
77
77
acc :
78
78
artifact_name : alfresco-control-center
79
79
repository : " {{ nexus_repository.releases }}"
80
- version : 9.0 .0
80
+ version : 9.1 .0
81
81
supported_os :
82
82
RedHat :
83
83
versions :
Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ def test_alfresco_api(host):
105
105
if acs_version .startswith ('23.2.1' ):
106
106
# Known issue with discovery api in 23.2.1
107
107
acs_version = '23.2.0'
108
+ if acs_version .startswith ('23.3.2' ):
109
+ # Known issue with discovery api in 23.3.2
110
+ acs_version = '23.3.1.2'
108
111
assert_that (response ['entry' ]['repository' ]['version' ]['display' ], contains_string (acs_version ))
109
112
110
113
Original file line number Diff line number Diff line change 2
2
version : " 23.3"
3
3
4
4
adw :
5
- version : " 5.0 "
5
+ version : " 5.1 "
6
6
7
7
acc :
8
- version : " 9.0 "
8
+ version : " 9.1 "
9
9
10
10
aos :
11
11
version : " 3.1"
Original file line number Diff line number Diff line change 3
3
edition : community
4
4
5
5
acc :
6
- version : " 9.0 "
6
+ version : " 9.1 "
7
7
8
8
aos :
9
9
version : " 3.1"
Original file line number Diff line number Diff line change 8
8
"assertions" : {
9
9
"acs" : {
10
10
"edition" : " Enterprise" ,
11
- "version" : " 23.3.0 " ,
11
+ "version" : " 23.3.1 " ,
12
12
"identity" : false ,
13
13
"modules" : [
14
14
{
Original file line number Diff line number Diff line change 8
8
"assertions" : {
9
9
"acs" : {
10
10
"edition" : " Enterprise" ,
11
- "version" : " 23.3.0 " ,
11
+ "version" : " 23.3.1 " ,
12
12
"identity" : false ,
13
13
"modules" : [
14
14
{
29
29
]
30
30
},
31
31
"acc" : {
32
- "version" : " 8.3 .0"
32
+ "version" : " 9.1 .0"
33
33
},
34
34
"adw" : {
35
- "version" : " 4.3 .0"
35
+ "version" : " 5.1 .0"
36
36
}
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments