UCLALibrary / packer-samvera

A build of Samvera/Hyrax using Packer and the 'ansible-samvera' roles
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Add IMPORT_FILE_PATH and MISSING_FILE_LOG to dev box env #63

Open ksclarke opened 5 years ago

ksclarke commented 5 years ago

To be able to import images we need two variables set in the dev box's env setup. This will go in the Ansible roles for capdeploy:

https://github.com/UCLALibrary/uclalib_role_samvera_capdeploy/blob/master/tasks/dotenv_setup.yml

(in the template file)

Acceptance:

ksclarke commented 5 years ago

And make it clear in some VM dev box documentation that the IMPORT_FILE_PATH variable needs to be set to a place that's generally readable, not just readable for the 'vagrant' user.