Project

General

Profile

Actions

Bug #3725

closed

Jenkins isn't using the credentials store for uploading to rita.osmocom.org

Added by osmith over 5 years ago. Updated 11 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
Start date:
12/12/2018
Due date:
% Done:

100%

Spec Reference:

Description

The jenkins jobs generated by osmo-ci.git/jobs/master-buils.yml need to be able to upload artifacts to rita.osmocom.org (generated PDF manuals, generated firmware files).
Right now, we have the SSH keys of each build slave configured in the authorized_keys of rita.osmocom.org, but that does obviously not scale.

laforge wrote in #3720:

The proper solution is to use the jenkins server credentials store, which will hold the private key and provision it to the client via ssh-agent. That way the client can upload to the server, and no per-slave configuration is required on the ftp server.

Some of the scripts that require the SSH keys are running in docker. Right now we are mounting ~/.ssh in the containers, using the ssh-agent should be possible when mounting the socket and passing the environment variable:

docker run --rm -it --name container_name \
-v $(dirname $SSH_AUTH_SOCK):$(dirname $SSH_AUTH_SOCK) \
-e SSH_AUTH_SOCK=$SSH_AUTH_SOCK my_image

(found here)


Related issues

Related to Cellular Network Infrastructure - Bug #3720: Jenkins can't upload to rita.osmocom.orgResolvedosmith12/06/2018

Actions
Related to Cellular Network Infrastructure - Feature #3385: Move project specific manuals from osmo-gsm-manuals to each respective git repositoryResolvedosmith07/06/2018

Actions
Related to Cellular Network Infrastructure - Bug #3726: Jenkins: build all Osmocom projects in docker, not only someResolvedosmith12/12/2018

Actions
Related to Cellular Network Infrastructure - Bug #3772: new build host tcc-deb9build: failure to push manualsRejectedlaforge01/31/2019

Actions
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)