Task #11821
closedAnsible: Provide a new role for storageHub webapp
100%
Description
The new role should be tested on
workspace-repository-devnext.d4science.org
running on developmnent environment.
In 4.12 it will be applied to
workspace-repository-prod.d4science.org
Updated by Roberto Cirillo over 7 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 100
The playbook has been run successfully on dev instance.
Updated by Roberto Cirillo over 7 years ago
- Status changed from In Progress to Feedback
- Assignee changed from Roberto Cirillo to Lucio Lelii
PLease @lucio.lelii@isti.cnr.it could you close this ticket if the storagehub works well?
Updated by Massimiliano Assante over 7 years ago
- Status changed from Closed to In Progress
- Priority changed from Normal to Urgent
- % Done changed from 100 to 50
Wonderful nothing works now in dev https://next.d4science.org/group/next/storage-hub
nor in preprod https://pre.d4science.org/group/prevre/prevre
Updated by Massimiliano Assante over 7 years ago
- % Done changed from 50 to 80
Now dev works, I got you while restarting it I suppose, please make it work the preprod scopes as well (preVRE, Dorne)
Updated by Roberto Cirillo almost 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 80 to 100
Updated by Lucio Lelii almost 7 years ago
One thing is missing in the ansible configuration. There is a new parameter in the web.xml file for the uri resolver base path:
<context-param> <param-name>resolver-basepath</param-name> <param-value>https://data-d.d4science.net/shub</param-value> </context-param>
can you add it in the script?
Updated by Roberto Cirillo almost 7 years ago
- Status changed from Closed to In Progress
- Assignee changed from Lucio Lelii to Roberto Cirillo
- % Done changed from 100 to 90
Lucio Lelii wrote:
One thing is missing in the ansible configuration. There is a new parameter in the web.xml file for the uri resolver base path:
<context-param> <param-name>resolver-basepath</param-name> <param-value>https://data-d.d4science.net/shub</param-value> </context-param>can you add it in the script?
Ok but I guess the value should be parameterized:
https://data-d.d4science.org/shub for dev and preprod instances;
https://data.d4science.org/shub for production instances
and the host should be data-d.d4science.org and not data-d.d4science.net
Could you confirm?
Updated by Roberto Cirillo almost 7 years ago
- % Done changed from 90 to 100
Done. I'm going to test it ASAP.
Updated by Roberto Cirillo almost 7 years ago
- Status changed from In Progress to Closed
Tested in preproduction. the new parameter has been added properly