From 2a20f30346aa971450e98608c3a7c60383ac501b Mon Sep 17 00:00:00 2001
From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Date: Sun, 6 Aug 2017 16:56:43 +0000
Subject: 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>
---
 docs/submodules/fuel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs')

diff --git a/docs/submodules/fuel b/docs/submodules/fuel
index 447ba637b..62ac6e355 160000
--- a/docs/submodules/fuel
+++ b/docs/submodules/fuel
@@ -1 +1 @@
-Subproject commit 447ba637bd160ef709f4cf65e7e765914eda83ca
+Subproject commit 62ac6e35582b21f79e098b9ccf408dbb6e81eda0
-- 
cgit