Skip to content

Add passwd #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions condor/01-role.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ use ROLE : Execute
EXECUTE=/scratch
DOCKER=/usr/local/libexec/condor-docker
STARTER_JOB_ENVIRONMENT= SITE_NAME=MWT2
DOCKER_VOLUMES = DATA
DOCKER_VOLUMES = DATA,PW
DOCKER_VOLUME_DIR_DATA = /data
DOCKER_MOUNT_VOLUMES = DATA
DOCKER_VOLUME_DIR_PW = /etc/passwd
DOCKER_MOUNT_VOLUMES = DATA, PW
DOCKER_LOG_DRIVER_NONE = false
1 change: 1 addition & 0 deletions scripts/sync_users_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ echo "Sleeping for $TIME seconds"
sleep $TIME
cd /usr/local/ciconnect
source /usr/local/ciconnect/config && ./sync_users.sh -u root.atlas-af -g root.atlas-af -e https://api.ci-connect.net:18080 >> /var/log/provisioner.log 2>&1
[[ -d /passwd ]] && cp /etc/passwd /passwd
Loading