Actions
Task #11513
closedDataminer - Update playbook
Status:
Closed
Priority:
Normal
Assignee:
Category:
Application
Target version:
Start date:
Mar 23, 2018
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Development, Pre-Production
Description
In order to support the new installation mechanism it is necessary to update the Dataminer playbook with this version of the following component:
org.gcube.dataanalysis
dataminer-algorithms-importer
1.2.1
Related issues
Updated by Roberto Cirillo about 7 years ago
- Status changed from New to In Progress
Updated by Roberto Cirillo about 7 years ago
In order to check if the playbook works well, I need to delete the current installer because the current installer has been added manually and not by provision.
Updated by Roberto Cirillo about 7 years ago
- Assignee changed from Roberto Cirillo to Andrea Dell'Amico
Updated by Andrea Dell'Amico about 7 years ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
I double checked the playbook and it downloads - and installs - the latest version from maven.
The contents of the downloaded files are:
$ tar tvf downloads/dataminer-algorithms-importer-latest.tar.gz -rwxr-xr-x 0/0 449 2018-03-22 19:17 algorithmInstaller/addAlgorithm.sh -rwxr-xr-x 0/0 153 2018-03-22 19:17 algorithmInstaller/algorithmTemplate -rwxrwxrwx 0/0 92590 2018-03-22 19:15 algorithmInstaller/dataminer-algorithms-importer-1.2.0-SNAPSHOT-javadoc.jar -rwxrwxrwx 0/0 126470 2018-03-22 19:15 algorithmInstaller/dataminer-algorithms-importer-1.2.0-SNAPSHOT-sources.jar -rwxrwxrwx 0/0 53468 2018-03-22 19:15 algorithmInstaller/dataminer-algorithms-importer-1.2.0-SNAPSHOT.jar -rwxrwxrwx 0/0 53464 2018-03-22 19:16 algorithmInstaller/dataminer-algorithms-importer-1.2.1-SNAPSHOT.jar
And they are the same of the installed ones:
$ ls -l algorithmInstaller/ total 336 -rwxr-xr-x 1 gcube gcube 449 Mar 22 19:17 addAlgorithm.sh -rwxr-xr-x 1 gcube gcube 153 Mar 22 19:17 algorithmTemplate -rwxr-xr-x 1 gcube gcube 53468 Mar 22 19:15 dataminer-algorithms-importer-1.2.0-SNAPSHOT.jar -rwxr-xr-x 1 gcube gcube 92590 Mar 22 19:15 dataminer-algorithms-importer-1.2.0-SNAPSHOT-javadoc.jar -rwxr-xr-x 1 gcube gcube 126470 Mar 22 19:15 dataminer-algorithms-importer-1.2.0-SNAPSHOT-sources.jar -rwxr-xr-x 1 gcube gcube 53464 Mar 22 19:16 dataminer-algorithms-importer-1.2.1-SNAPSHOT.jar
So, two possibilities:
- The maven metadata is not correct
- These are the latest files on maven
Updated by Roberto Cirillo about 7 years ago
- Status changed from Feedback to Closed
the metadata is correct. This task can be closed.
Updated by Roberto Cirillo about 7 years ago
- Related to Task #11515: Remove previous jar version from dataminer-algorithms-importer tar added
Actions