Switch to use new ovs nsh version
[groupbasedpolicy.git] / demos / gbpsfc-env / demo-symmetric-chain / infrastructure_config.py
index efdcfc98f5c6a728c86be2e32d273aaeb1a6cb37..2662654efb6ad34a6c5cd86a37719fd7ecc4b9c1 100755 (executable)
@@ -30,35 +30,35 @@ defaultContainerImage='alagalah/odlpoc_ovs230'
 
 #Note that tenant name and endpointGroup name come from policy_config.py
 
-hosts = [{'name': 'h35_2',
+hosts = [{'name': 'h35-2',
           'mac': '00:00:00:00:35:02',
           'ip': '10.0.35.2/24',
           'switch': 'sw1'},
-         {'name': 'h35_3',
+         {'name': 'h35-3',
           'ip': '10.0.35.3/24',
           'mac': '00:00:00:00:35:03',
           'switch': 'sw1'},
-         {'name': 'h35_4',
+         {'name': 'h35-4',
           'ip': '10.0.35.4/24',
           'mac': '00:00:00:00:35:04',
           'switch': 'sw6'},
-         {'name': 'h35_5',
+         {'name': 'h35-5',
           'ip': '10.0.35.5/24',
           'mac': '00:00:00:00:35:05',
           'switch': 'sw6'},
-         {'name': 'h36_2',
+         {'name': 'h36-2',
           'ip': '10.0.36.2/24',
           'mac': '00:00:00:00:36:02',
           'switch': 'sw1'},
-         {'name': 'h36_3',
+         {'name': 'h36-3',
           'ip': '10.0.36.3/24',
           'mac': '00:00:00:00:36:03',
           'switch': 'sw1'},
-         {'name': 'h36_4',
+         {'name': 'h36-4',
           'ip': '10.0.36.4/24',
           'mac': '00:00:00:00:36:04',
           'switch': 'sw6'},
-         {'name': 'h36_5',
+         {'name': 'h36-5',
           'ip': '10.0.36.5/24',
           'mac': '00:00:00:00:36:05',
           'switch': 'sw6'}