From: Ward Vandewege Date: Tue, 19 Oct 2021 20:29:28 +0000 (-0400) Subject: Use the python3 version of our packages. X-Git-Url: https://git.arvados.org/arvados-k8s.git/commitdiff_plain/7eee5bf2ae17edcf4cda18338854cc2859f94ae7 Use the python3 version of our packages. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/charts/arvados/templates/shell-server-deployment.yaml b/charts/arvados/templates/shell-server-deployment.yaml index 9f70371..4b323bd 100644 --- a/charts/arvados/templates/shell-server-deployment.yaml +++ b/charts/arvados/templates/shell-server-deployment.yaml @@ -29,7 +29,7 @@ spec: command: - "sh" - "-c" - - "/usr/local/bin/bootstrap.sh python-arvados-python-client={{ .Values.arvados.versions.distribution.pythonArvadosPythonClient }} gem:arvados-cli={{ .Values.arvados.versions.gem.arvadosCLI }} gem:arvados-login-sync={{ .Values.arvados.versions.gem.arvadosLoginSync }} crunchrunner={{ .Values.arvados.versions.distribution.crunchRunner }} python-arvados-fuse={{ .Values.arvados.versions.distribution.pythonArvadosFuse }} && install /init-scripts-staging/* /etc/my_init.d && /sbin/my_init" + - "/usr/local/bin/bootstrap.sh python3-arvados-python-client={{ .Values.arvados.versions.distribution.pythonArvadosPythonClient }} gem:arvados-cli={{ .Values.arvados.versions.gem.arvadosCLI }} gem:arvados-login-sync={{ .Values.arvados.versions.gem.arvadosLoginSync }} python3-arvados-fuse={{ .Values.arvados.versions.distribution.pythonArvadosFuse }} && install /init-scripts-staging/* /etc/my_init.d && /sbin/my_init" env: - name: RAILS_ENV value: "production" diff --git a/charts/arvados/templates/slurm-compute-deployment.yaml b/charts/arvados/templates/slurm-compute-deployment.yaml index 0819b34..972f8f0 100644 --- a/charts/arvados/templates/slurm-compute-deployment.yaml +++ b/charts/arvados/templates/slurm-compute-deployment.yaml @@ -36,7 +36,7 @@ spec: command: - "sh" - "-c" - - "/usr/local/bin/bootstrap.sh python-arvados-python-client={{ .Values.arvados.versions.distribution.pythonArvadosPythonClient }} crunch-run={{ .Values.arvados.versions.distribution.crunchRun }} python-arvados-fuse={{ .Values.arvados.versions.distribution.pythonArvadosFuse }} && mkdir /munge && cp -p /etc/munge/munge.key /munge && chown munge:munge /munge/munge.key && mkdir /var/slurm && chmod 700 /var/slurm && sudo -u munge munged --key-file=/munge/munge.key && /etc/init.d/docker start && slurmd -D" + - "/usr/local/bin/bootstrap.sh python3-arvados-python-client={{ .Values.arvados.versions.distribution.pythonArvadosPythonClient }} crunch-run={{ .Values.arvados.versions.distribution.crunchRun }} python3-arvados-fuse={{ .Values.arvados.versions.distribution.pythonArvadosFuse }} && mkdir /munge && cp -p /etc/munge/munge.key /munge && chown munge:munge /munge/munge.key && mkdir /var/slurm && chmod 700 /var/slurm && sudo -u munge munged --key-file=/munge/munge.key && /etc/init.d/docker start && slurmd -D" securityContext: privileged: true env: