-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: ADDONS_11.1
-
Fix Version/s: ADDONS_11.1
-
Component/s: Aspera Connector
-
Environment:Kubernetes
Docker
Jenkins X
-
Tags:
-
Impact type:Configuration Change
-
Sprint:nxApps 2020 Cycle 11
-
Story Points:2
It seems the Aspera package installation doesn't take effect
for example:
[2020-11-02T18:29:09.931Z] ==================== [2020-11-02T18:29:09.931Z] - Install packages - [2020-11-02T18:29:09.931Z] ==================== [2020-11-02T18:29:09.931Z] Packages to install: [2020-11-02T18:29:09.931Z] /packages/nuxeo-aspera-package-4.0.0-rc.6.zip [2020-11-02T18:29:09.931Z] [2020-11-02T18:29:10.867Z] Nuxeo home: /opt/nuxeo/server [2020-11-02T18:29:10.867Z] Nuxeo configuration: /opt/nuxeo/server/bin/nuxeo.conf [2020-11-02T18:29:11.126Z] Include template: /opt/nuxeo/server/templates/common-base [2020-11-02T18:29:11.126Z] Include template: /opt/nuxeo/server/templates/common [2020-11-02T18:29:11.126Z] Include template: /opt/nuxeo/server/templates/default [2020-11-02T18:29:11.126Z] Added /packages/nuxeo-aspera-package-4.0.0-rc.6.zip [2020-11-02T18:29:11.126Z] Installing nuxeo-aspera-4.0.0-rc.6 [2020-11-02T18:29:11.385Z] Template 's3binaries' not found with relative or absolute path (/opt/nuxeo/server/templates/s3binaries). Check your nuxeo.templates parameter, and nuxeo.template.includes for included files. [2020-11-02T18:29:11.385Z] [2020-11-02T18:29:11.385Z] Clean up package installation directories: /packages, /opt/nuxeo/server/packages/backup, /opt/nuxeo/server/packages/tmp [2020-11-02T18:29:11.385Z] [2020-11-02T18:29:11.386Z] INFO[0058] Taking snapshot of full filesystem... [2020-11-02T18:29:11.644Z] INFO[0058] Adding whiteout for /tmp/hsperfdata_root/579 [2020-11-02T18:29:11.644Z] INFO[0058] Adding whiteout for /packages [2020-11-02T18:29:18.227Z] INFO[0063] RUN chown -R 900:0 $NUXEO_HOME && chmod -R g+rwX $NUXEO_HOME [2020-11-02T18:29:18.227Z] INFO[0063] cmd: /bin/sh [2020-11-02T18:29:18.227Z] INFO[0063] args: [-c chown -R 900:0 $NUXEO_HOME && chmod -R g+rwX $NUXEO_HOME] [2020-11-02T18:29:18.227Z] INFO[0063] Taking snapshot of full filesystem...
platform team will not install packages dependencies:
NUXEO_CONF=$NUXEO_HOME/bin/nuxeo.conf $NUXEO_HOME/bin/nuxeoctl mp-install --accept yes --relax no --nodeps $packages
https://github.com/nuxeo/nuxeo/blob/master/docker/install-local-packages.sh#L24
that's why I propose to install the package only when running the container as it is on 10.10 https://github.com/nuxeo/nuxeo-aspera-connector/blob/10.10/ci/helm/preview/values.yaml#L47
- Is referenced in