-
- Downloads
[vmong5k] Allow to choose a working dir
This working dir is used to generate all the files and disks needed by the provider. It must be an absolute path. This allows the user to choose whether to store the disks on the local filesystem on the node (working_dir=/tmp/enos_vmong5k -- this is the default) or in the site frontend (e.g. working_dir=/home/msimonin/public/enos_vmong5k). In addition, the vms are now launched as a regular user (the current g5k user). Be aware that the permissions on the working dir are set to 711 whereas the permission on the actual vm disks are set to 777 (inside the working directory). Fix #5
parent
1c0b7339
No related branches found
No related tags found
Showing
- enoslib/infra/enos_vmong5k/ansible/domain.xml.j2 2 additions, 2 deletionsenoslib/infra/enos_vmong5k/ansible/domain.xml.j2
- enoslib/infra/enos_vmong5k/ansible/site.yml 66 additions, 40 deletionsenoslib/infra/enos_vmong5k/ansible/site.yml
- enoslib/infra/enos_vmong5k/configuration.py 2 additions, 1 deletionenoslib/infra/enos_vmong5k/configuration.py
- enoslib/infra/enos_vmong5k/constants.py 2 additions, 0 deletionsenoslib/infra/enos_vmong5k/constants.py
- enoslib/infra/enos_vmong5k/provider.py 5 additions, 1 deletionenoslib/infra/enos_vmong5k/provider.py
- enoslib/infra/enos_vmong5k/schema.py 2 additions, 1 deletionenoslib/infra/enos_vmong5k/schema.py
Loading
Please register or sign in to comment