Update git submodules
authorMatthewLi <matthew.lijun@huawei.com>
Fri, 19 May 2017 09:22:34 +0000 (05:22 -0400)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 22 May 2017 02:20:13 +0000 (02:20 +0000)
commit3de7edcebba16d82ab068b65ba716a64bc5edab2
tree3694d1556c56020f1fa6a29ba1e798c5a226df27
parent412f3921050db03118636a0f2eb717f1a7b809fb
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - hosts info config in container

    JIRA: DOVETAIL-435

    in some SUT, there's a need to config hosts <domain name>:<ip> info
    in container /etc/hosts, ortherwise, SUT service will not be used.

    usage:

    1,for dovetail directly running, cd ${DOVETAIL_HOME}/userconfig
      vim hosts.yaml
      sth like
      hosts_info:
        - domain_nameA:192.168.33.101
        - domain_nameB:<some IP>
    2,for dovetail container running, first get inside the container,
      cd /home/opnfv/dovetail/userconfig
      vim hosts.yaml
      same as 1.

    Change-Id: Ic5d87df3d78c0fa1d08c4e972c0fc97e61b906e9
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
docs/submodules/dovetail