Project

General

Profile

Actions

Feature #10684

closed

[Crunch2] crunch-run adding certificates to container

Added by Peter Amstutz over 7 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Story points:
1.0
Release:
Release relationship:
Auto

Description

Crunch-job includes the following setup logic to make up-to-date SSL certificates available inside the container:

        .q{&& if test -f /etc/ssl/certs/ca-certificates.crt ; then VOLUMES+=("--volume=/etc/ssl/certs/ca-certificates.crt:/etc/arvados/ca-certificates.crt") ; }
        .q{elif test -f /etc/pki/tls/certs/ca-bundle.crt ; then VOLUMES+=("--volume=/etc/pki/tls/certs/ca-bundle.crt:/etc/arvados/ca-certificates.crt") ; fi };

We need an equivalent feature in crunch-run. Possibly this is as simple as a -v option that passes through to "runner.Binds".


Subtasks 1 (0 open1 closed)

Task #10744: Review 10684-crunch-run-ca-certsResolvedLucas Di Pentima12/15/2016Actions
Actions

Also available in: Atom PDF