diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-08-06 16:56:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-06 16:56:43 +0000 |
commit | 2a20f30346aa971450e98608c3a7c60383ac501b (patch) | |
tree | 246a5640e4342e08e86277787c3829aa32fd0de9 /docs/submodules/fuel | |
parent | ecd24d3fcbf259eb9cd31c9b97e4811e3427e362 (diff) |
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "ci/deploy.sh: Allow non-root deploys"
- ci/deploy.sh: Allow non-root deploys
Currently, deploying Fuel@OPNFV requires the `ci/deploy.sh` to be ran
as root user, for:
- hypervisor access (virsh);
- installing prerequisite packages;
We can support non-root deploys if we relax above restriction into:
- current user should have hypervisor access beforehand
(new check added);
- current user has passwordless sudo rights, for installing packages;
Later, we should move the package installation out of the deploy
script (`ci/deploy.sh`), making the whole deploy possible without
sudo, only hypervisor access.
After this change, the old way (sudo ci/deploy.sh) should work just
like it used to before, so no regression/behavior change should be
introduced with this.
Change-Id: Ib2ea96aa7b6d67ba0606318407a8adeb51e6969d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'docs/submodules/fuel')
m--------- | docs/submodules/fuel | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/fuel b/docs/submodules/fuel -Subproject 447ba637bd160ef709f4cf65e7e765914eda83c +Subproject 62ac6e35582b21f79e098b9ccf408dbb6e81eda |