From cceecd6920ae01d99dafb46d225f69e4546f278b Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Fri, 25 Nov 2016 04:08:19 +0800 Subject: add compass-core conf/ into compass4nfv JIRA: COMPASS-507 1.create deploy/compass_conf/ directory to keep local compass-core conf/ files. build.sh will add it into compass.iso 2.adjust conf files to support congress Change-Id: I91dde6f62f2385d1289a5cf9a39eafce945a1bc7 Signed-off-by: Harry Huang --- deploy/compass_conf/machine_list/machine_list.conf | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100755 deploy/compass_conf/machine_list/machine_list.conf (limited to 'deploy/compass_conf/machine_list') diff --git a/deploy/compass_conf/machine_list/machine_list.conf b/deploy/compass_conf/machine_list/machine_list.conf new file mode 100755 index 00000000..a07ce517 --- /dev/null +++ b/deploy/compass_conf/machine_list/machine_list.conf @@ -0,0 +1,46 @@ +MACHINE_LIST = [ + { + '127.0.0.1': [ + { + 'port': '200', + 'mac': '80:fb:06:35:8c:85', + 'vlan': 0, + }, + { + 'port': '201', + 'mac': '70:7b:e8:75:71:dc', + 'vlan': 0, + }, + { + 'port': '202', + 'mac': '80:fb:06:35:8c:a0', + 'vlan': 0, + }, + { + 'port': '203', + 'mac': '70:7b:e8:75:71:d3', + 'vlan': 0, + }, + { + 'port': '204', + 'mac': '70:7b:e8:75:72:21', + 'vlan': 0, + }, + { + 'port': '205', + 'mac': '70:7b:e8:75:71:37', + 'vlan': 0, + }, + { + 'port': '206', + 'mac': '70:fb:e8:75:71:d6', + 'vlan': 0, + }, + { + 'port': '207', + 'mac': '70:7b:e8:75:71:d9', + 'vlan': 0, + } + ] + }, +] -- cgit 1.2.3-korg