Comment 1 for bug 1728542

Revision history for this message
Chandra Sekhar Reddy Mallam (cmallam) wrote :

---------
Compute 1
---------

>>> pprint(vars(nodek11_vr))
{'_display_name': u'nodek11',
 '_id_perms': permissions = owner = cloud-admin, owner_access = 7, group = admin, group_access = 7, other_access = 7, uuid = uuid_mslong = 14705941449078751328, uuid_lslong = 13580901285228705470, enable = True, created = 2017-10-27T07:53:32.191127, last_modified = 2017-10-30T08:48:23.794468, description = None, user_visible = True, creator = None,
 '_pending_field_list_updates': {},
 '_pending_field_map_updates': {},
 '_pending_field_updates': set([]),
 '_pending_ref_updates': set([]),
 '_perms2': owner = cloud-admin, owner_access = 7, global_access = 0, share = [],
 '_server_conn': <vnc_api.vnc_api.VncApi object at 0x7fa47e1a8710>,
 '_type': 'virtual-router',
 '_uuid': u'cc15ffd5-2008-4060-bc79-0dc3a3b3f6be',
 '_virtual_router_dpdk_enabled': False,
 '_virtual_router_ip_address': u'10.204.216.231',
 'fq_name': [u'default-global-system-config', u'nodek11'],
 'name': u'nodek11',
 'network_ipam_refs': [{'attr': allocation_pools = [start = 10.204.218.240, end = 10.204.218.255, vrouter_specific_pool = True], subnet = [ip_prefix = 10.204.218.240, ip_prefix_len = 28],
                        'to': [u'default-domain',
                               u'admin',
                               u'ip_fabric_ipam'],
                        'uuid': u'3eb96649-fb8b-4be6-a341-0d52a3cc5cf9'}],
 'parent_type': u'global-system-config',
 'parent_uuid': u'52bed2b0-d2cf-4353-9fd4-2f1c0919758b'}

---------
Compute 2
---------
>>> pprint(vars(nodec23_vr))
{'_display_name': u'nodec23',
 '_id_perms': permissions = owner = cloud-admin, owner_access = 7, group = admin, group_access = 7, other_access = 7, uuid = uuid_mslong = 5276028095703830334, uuid_lslong = 11533687593166511730, enable = True, created = 2017-10-27T07:53:32.873300, last_modified = 2017-10-30T08:48:03.503336, description = None, user_visible = True, creator = None,
 '_pending_field_list_updates': {},
 '_pending_field_map_updates': {},
 '_pending_field_updates': set([]),
 '_pending_ref_updates': set([]),
 '_perms2': owner = cloud-admin, owner_access = 7, global_access = 0, share = [],
 '_server_conn': <vnc_api.vnc_api.VncApi object at 0x7fa47e1a8710>,
 '_type': 'virtual-router',
 '_uuid': u'49383799-7568-4f3e-a00f-e3c205051e72',
 '_virtual_router_dpdk_enabled': False,
 '_virtual_router_ip_address': u'10.204.217.8',
 'fq_name': [u'default-global-system-config', u'nodec23'],
 'name': u'nodec23',
 'network_ipam_refs': [{'attr': allocation_pools = [start = 10.204.218.240, end = 10.204.218.255, vrouter_specific_pool = True], subnet = [ip_prefix = 10.204.218.240, ip_prefix_len = 28],
                        'to': [u'default-domain',
                               u'admin',
                               u'ip_fabric_ipam'],
                        'uuid': u'3eb96649-fb8b-4be6-a341-0d52a3cc5cf9'}],
 'parent_type': u'global-system-config',
 'parent_uuid': u'52bed2b0-d2cf-4353-9fd4-2f1c0919758b'}
>>>