From 2b090511832f1898f7d15cc33a6b9b20a8d88e07 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 15 Nov 2017 17:46:44 +0800 Subject: bugfix: hosts info is wrongly processed changes: 1. add usage example in hosts.yaml.sample 2. fix /etc/hosts from wrong format {'hostname': 'ip'} to the right 'ip hostnames' 3. fix --add-hosts from wrong usage --add-host {'hostname': 'ip'} to the right --add-host='hostnames':ip 4. support per ip mapping mutiple hostnames, which is also in line with /etc/hosts schema JIRA: DOVETAIL-556 Change-Id: I92e8cb0fd3476b61f5c73a69e34c4a66aef51d6e Signed-off-by: SerenaFeng --- dovetail/userconfig/hosts.yaml.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dovetail/userconfig/hosts.yaml.sample') diff --git a/dovetail/userconfig/hosts.yaml.sample b/dovetail/userconfig/hosts.yaml.sample index e4687dfb..45f8db3e 100644 --- a/dovetail/userconfig/hosts.yaml.sample +++ b/dovetail/userconfig/hosts.yaml.sample @@ -1,2 +1,7 @@ --- hosts_info: + 192.168.141.101: + - ha-vip + : + - + - -- cgit 1.2.3-korg