diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2017-05-19 05:22:34 -0400 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-22 02:20:13 +0000 |
commit | 3de7edcebba16d82ab068b65ba716a64bc5edab2 (patch) | |
tree | 3694d1556c56020f1fa6a29ba1e798c5a226df27 /docs/submodules/dovetail | |
parent | 412f3921050db03118636a0f2eb717f1a7b809fb (diff) |
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>
Diffstat (limited to 'docs/submodules/dovetail')
m--------- | docs/submodules/dovetail | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/dovetail b/docs/submodules/dovetail -Subproject 90cbc0764d68369a0a6ce0fe09112e73fef2e76 +Subproject 84e7b3b030018fd3f464bfa9c47c1df9d07ce67 |