11/07/2024 02:21:02.464 7fe46d9d1e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 66e48199-4b13-4cf3-845b-b90b3cc18530 object_type = job_template identifier_name = default-global-system-config:cli_sync_template url = https://10.0.0.49:8082/job-template/66e48199-4b13-4cf3-845b-b90b3cc18530 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "66e48199-4b13-4cf3-845b-b90b3cc18530", "fq_name": ["default-global-system-config", "cli_sync_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/cli_sync.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"CLI sync input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"devices_cli\": {\"type\": \"array\", \"items\": {\"title\": \"Devices CLI Items\", \"type\": \"object\", \"description\": \"Dictionaries of device details\", \"additionalProperties\": false, \"required\": [\"device_uuid\", \"cli_objects\"], \"properties\": {\"device_uuid\": {\"type\": \"string\", \"title\": \"UUIDs of the device\"}, \"cli_objects\": {\"type\": \"array\", \"title\": \"cli objects for that device\", \"items\": {\"type\": \"object\", \"required\": [\"time\", \"status\"], \"properties\": {\"time\": {\"type\": \"string\", \"title\": \"Timestamp of the cli change\"}, \"status\": {\"type\": \"string\", \"title\": \"Accept or Reject the commit\"}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Sync cli config with Contrail"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:02.476 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'cli_sync_template'], 'oper': 'UPDATE', 'request-id': 'req-4281ecda-0bbb-475b-bf0f-da704bceb675', 'type': 'job_template', 'uuid': '66e48199-4b13-4cf3-845b-b90b3cc18530'} 11/07/2024 02:21:02.571 7fe46de47630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1bccc463-23c9-412e-9dcb-468e27fde6e7 object_type = job_template identifier_name = default-global-system-config:hitless_upgrade_strategy_template url = https://10.0.0.49:8082/job-template/1bccc463-23c9-412e-9dcb-468e27fde6e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1bccc463-23c9-412e-9dcb-468e27fde6e7", "fq_name": ["default-global-system-config", "hitless_upgrade_strategy_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade_strategy.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 90, "sequence_no": 1}]}, "job_template_input_schema": "{\"title\": \"Image upgrade strategy input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"upgrade_mode\": {\"enum\": [\"test_run\", \"dry_run\", \"upgrade\"], \"description\": \"Mode in which to run workflow\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}, \"image_devices\": {\"type\": \"array\", \"items\": {\"title\": \"Image Devices\", \"type\": \"object\", \"description\": \"List of images and corresponding devices to upgrade\", \"additionalProperties\": false, \"properties\": {\"image_uuid\": {\"type\": \"string\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded with this image\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}}, \"required\": [\"image_uuid\", \"device_list\"]}}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable local interface down check\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable peer interface down check\", \"default\": true}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Hitless Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:02.632 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hitless_upgrade_strategy_template'], 'oper': 'UPDATE', 'request-id': 'req-d76ccf46-3aca-4e4b-b01c-4f6effc1723a', 'type': 'job_template', 'uuid': '1bccc463-23c9-412e-9dcb-468e27fde6e7'} 11/07/2024 02:21:02.728 7fe46da15a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 791a710b-46ed-4ecb-ac2b-c51f60837bcd object_type = job_template identifier_name = default-global-system-config:maintenance_mode_activate_template url = https://10.0.0.49:8082/job-template/791a710b-46ed-4ecb-ac2b-c51f60837bcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "791a710b-46ed-4ecb-ac2b-c51f60837bcd", "fq_name": ["default-global-system-config", "maintenance_mode_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Activate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to enter maintenance mode\"}, \"mode\": {\"enum\": [\"test_run\", \"activate\"], \"description\": \"Mode in which to run workflow\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"validate_critical_roles\": {\"type\": \"boolean\", \"description\": \"Enable/disable critical role validation\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Activate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:02.781 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-aa7eccbb-16f1-4504-aeb9-442877cd8311', 'type': 'job_template', 'uuid': '791a710b-46ed-4ecb-ac2b-c51f60837bcd'} 11/07/2024 02:21:02.884 7fe46de18828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fb78001-e973-4b89-960d-08ea5bc15897 object_type = job_template identifier_name = default-global-system-config:maintenance_mode_deactivate_template url = https://10.0.0.49:8082/job-template/0fb78001-e973-4b89-960d-08ea5bc15897 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0fb78001-e973-4b89-960d-08ea5bc15897", "fq_name": ["default-global-system-config", "maintenance_mode_deactivate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_deactivate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Deactivate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to exit maintenance mode\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Deactivate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Deactivation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:02.944 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_deactivate_template'], 'oper': 'UPDATE', 'request-id': 'req-40495910-4f43-40ea-bb50-730014d15414', 'type': 'job_template', 'uuid': '0fb78001-e973-4b89-960d-08ea5bc15897'} 11/07/2024 02:21:03.040 7fe46e85e438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e5daca80-1dfb-4f46-b252-cf30baf7be85 object_type = job_template identifier_name = default-global-system-config:discover_device_template url = https://10.0.0.49:8082/job-template/e5daca80-1dfb-4f46-b252-cf30baf7be85 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e5daca80-1dfb-4f46-b252-cf30baf7be85", "fq_name": ["default-global-system-config", "discover_device_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 1, \"maxProperties\": 1, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Device"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:03.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:03.095 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_device_template'], 'oper': 'UPDATE', 'request-id': 'req-ced1c5c7-6007-4e05-9253-b985ff270053', 'type': 'job_template', 'uuid': 'e5daca80-1dfb-4f46-b252-cf30baf7be85'} 11/07/2024 02:21:03.200 7fe46d9d12e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fffd7bd4-78d6-432f-a85f-9864492f78f6 object_type = job_template identifier_name = default-global-system-config:discover_os_computes_template url = https://10.0.0.49:8082/job-template/fffd7bd4-78d6-432f-a85f-9864492f78f6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "fffd7bd4-78d6-432f-a85f-9864492f78f6", "fq_name": ["default-global-system-config", "discover_os_computes_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_os_computes_template.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 2, \"maxProperties\": 5, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"contrail_command_host\": {\"$id\": \"/properties/input/properties/contrail_command_host\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"10.10.10.10:9091\"]}, \"cc_username\": {\"$id\": \"/properties/input/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/input/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover OS Computes"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:03.261 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_os_computes_template'], 'oper': 'UPDATE', 'request-id': 'req-e3d06f8e-3e84-45b6-90fa-8c1835dbd346', 'type': 'job_template', 'uuid': 'fffd7bd4-78d6-432f-a85f-9864492f78f6'} 11/07/2024 02:21:03.360 7fe46df642e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4ae88703-348c-4774-829b-423f5d95bfd7 object_type = job_template identifier_name = default-global-system-config:discover_role_template url = https://10.0.0.49:8082/job-template/4ae88703-348c-4774-829b-423f5d95bfd7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4ae88703-348c-4774-829b-423f5d95bfd7", "fq_name": ["default-global-system-config", "discover_role_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Role"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:03.373 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_role_template'], 'oper': 'UPDATE', 'request-id': 'req-0a6c32cf-7526-43f7-9538-2f5c9b8bf149', 'type': 'job_template', 'uuid': '4ae88703-348c-4774-829b-423f5d95bfd7'} 11/07/2024 02:21:03.483 7fe46d90cb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a2122660-c220-4993-82c1-9631e2c4b6e4 object_type = job_template identifier_name = default-global-system-config:device_import_template url = https://10.0.0.49:8082/job-template/a2122660-c220-4993-82c1-9631e2c4b6e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a2122660-c220-4993-82c1-9631e2c4b6e4", "fq_name": ["default-global-system-config", "device_import_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 1}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"additionalProperties\": false, \"properties\": {\"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported.\"}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:03.495 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_import_template'], 'oper': 'UPDATE', 'request-id': 'req-e3f6d18f-3698-410a-8f4a-cbfe0842a315', 'type': 'job_template', 'uuid': 'a2122660-c220-4993-82c1-9631e2c4b6e4'} 11/07/2024 02:21:03.601 7fe46d900390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09e8b101-2b04-4c4b-8e57-55f15857d58d object_type = job_template identifier_name = default-global-system-config:fabric_config_template url = https://10.0.0.49:8082/job-template/09e8b101-2b04-4c4b-8e57-55f15857d58d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "fq_name": ["default-global-system-config", "fabric_config_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_config.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"device_management_ip\": {\"type\": \"string\", \"description\": \"Management IP of the Device\"}, \"device_abstract_config\": {\"type\": \"object\", \"description\": \"JSON string of the device abstract config derived from VNC data model\"}, \"additional_feature_params\": {\"type\": \"object\", \"additionalProperties\": false, \"description\": \"Additional feature specific parameters that are not defined in the VNC data model. These could be vendor specific parameters.\", \"properties\": {\"basic\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp_boot_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP Boot server\", \"examples\": [\"6.6.6.6\"]}}, \"ntp_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP server\", \"examples\": [\"8.8.8.8\"]}}, \"time_zone\": {\"type\": \"string\", \"title\": \"Time Zone\", \"examples\": [\"America/Los_Angeles\"]}}}, \"name_servers\": {\"type\": \"array\", \"additionalProperties\": false, \"items\": {\"type\": \"string\", \"Title\": \"Domain Name Server\", \"examples\": [\"10.1.1.2\", \"11.1.1.2\"]}}, \"domain_name\": {\"type\": \"string\", \"title\": \"Domain Name\", \"examples\": [\"company.net\"]}, \"snmp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"communities\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\"}, \"readonly\": {\"type\": \"boolean\", \"default\": true}}, \"required\": [\"name\"]}}}}, \"static_routes\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"subnets\", \"nexthop\"], \"properties\": {\"subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"Subnet\", \"examples\": [\"10.1.1.0/24\", \"10.1.2.0/24\"]}}, \"nexthop\": {\"type\": \"string\", \"title\": \"Next hop IP\", \"examples\": [\"10.1.1.254\"]}}}}}}, \"underlay_ip_clos\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"bgp_hold_time\": {\"type\": \"integer\", \"default\": 90}}}}}, \"is_delete\": {\"type\": \"boolean\", \"description\": \"Set to true for config delete operation\", \"default\": false}, \"manage_underlay\": {\"type\": \"boolean\", \"description\": \"Set to true to manage underlay config\", \"default\": true}, \"enterprise_style\": {\"type\": \"boolean\", \"description\": \"Set to true to if enterprise-style config\", \"default\": true}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Config Push"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:03.664 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_config_template'], 'oper': 'UPDATE', 'request-id': 'req-d24ef935-42f7-4ffb-9626-33a520d8ac63', 'type': 'job_template', 'uuid': '09e8b101-2b04-4c4b-8e57-55f15857d58d'} 11/07/2024 02:21:03.767 7fe46ddd0390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = da4abe68-c499-47e7-bd1e-0aadb63f4899 object_type = job_template identifier_name = default-global-system-config:ztp_template url = https://10.0.0.49:8082/job-template/da4abe68-c499-47e7-bd1e-0aadb63f4899 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "da4abe68-c499-47e7-bd1e-0aadb63f4899", "fq_name": ["default-global-system-config", "ztp_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"device_count\": {\"$id\": \"/properties/input/properties/device_count\", \"type\": \"integer\", \"title\": \"The Device Count Schema\", \"description\": \"Number of devices to discover\", \"default\": 0, \"examples\": [1, 2, 3, 4, 5]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "ZTP"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:03.779 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ztp_template'], 'oper': 'UPDATE', 'request-id': 'req-7ef47706-950e-4d8c-93a5-39e31252cf56', 'type': 'job_template', 'uuid': 'da4abe68-c499-47e7-bd1e-0aadb63f4899'} 11/07/2024 02:21:03.876 7fe46db1db70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dc46fb63-6ab9-4a35-871c-4911abf6cdf3 object_type = job_template identifier_name = default-global-system-config:fabric_deletion_template url = https://10.0.0.49:8082/job-template/dc46fb63-6ab9-4a35-871c-4911abf6cdf3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "dc46fb63-6ab9-4a35-871c-4911abf6cdf3", "fq_name": ["default-global-system-config", "fabric_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:03.890 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-c399228e-3b4a-4ce5-8208-a7056bd7cce9', 'type': 'job_template', 'uuid': 'dc46fb63-6ab9-4a35-871c-4911abf6cdf3'} 11/07/2024 02:21:03.988 7fe46da978d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 48c89705-9c38-44ba-830b-ef34ceaf6a3a object_type = job_template identifier_name = default-global-system-config:device_deletion_template url = https://10.0.0.49:8082/job-template/48c89705-9c38-44ba-830b-ef34ceaf6a3a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "48c89705-9c38-44ba-830b-ef34ceaf6a3a", "fq_name": ["default-global-system-config", "device_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric_devices.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": 0}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"devices\": {\"type\": \"array\", \"description\": \"List of device names\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:04.000 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-02b169a2-6825-45fc-96d6-16234379b7d7', 'type': 'job_template', 'uuid': '48c89705-9c38-44ba-830b-ef34ceaf6a3a'} 11/07/2024 02:21:04.050 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:04.094 7fe46d952d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0668d848-ca60-414b-81aa-2da73b30f5e4 object_type = job_template identifier_name = default-global-system-config:role_assignment_template url = https://10.0.0.49:8082/job-template/0668d848-ca60-414b-81aa-2da73b30f5e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0668d848-ca60-414b-81aa-2da73b30f5e4", "fq_name": ["default-global-system-config", "role_assignment_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"role_assignments\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"role_assignments\": {\"type\": \"array\", \"minItems\": 0, \"description\": \"Fabric device role assignments\", \"items\": {\"type\": \"object\", \"properties\": {\"device_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"physical_role\": {\"type\": \"string\", \"enum\": [\"leaf\", \"spine\", \"pnf\", \"superspine\"]}, \"routing_switching_roles\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"enum\": [\"CRB\"]}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Role Assignment"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:04.106 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'role_assignment_template'], 'oper': 'UPDATE', 'request-id': 'req-12d0f805-12a9-4be9-a744-32d6911011ab', 'type': 'job_template', 'uuid': '0668d848-ca60-414b-81aa-2da73b30f5e4'} 11/07/2024 02:21:04.203 7fe46da06eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a3babcfc-98a2-43ae-a722-0b7015b0f5cf object_type = job_template identifier_name = default-global-system-config:topology_discovery_template url = https://10.0.0.49:8082/job-template/a3babcfc-98a2-43ae-a722-0b7015b0f5cf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a3babcfc-98a2-43ae-a722-0b7015b0f5cf", "fq_name": ["default-global-system-config", "topology_discovery_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Topology Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:04.215 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'topology_discovery_template'], 'oper': 'UPDATE', 'request-id': 'req-c07ffd35-1b6d-4bd6-aeb6-b058e791b975', 'type': 'job_template', 'uuid': 'a3babcfc-98a2-43ae-a722-0b7015b0f5cf'} 11/07/2024 02:21:04.320 7fe46d900a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d0d442c5-5d38-4aff-8a04-2f4583dbfbcd object_type = job_template identifier_name = default-global-system-config:fabric_onboard_template url = https://10.0.0.49:8082/job-template/d0d442c5-5d38-4aff-8a04-2f4583dbfbcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "d0d442c5-5d38-4aff-8a04-2f4583dbfbcd", "fq_name": ["default-global-system-config", "fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": true, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment_dfg.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 5}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 6}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 7}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 8}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 9}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 10}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"loopback_subnets\", \"fabric_subnets\", \"fabric_asn_pool\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\", \"gateway\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"root_password\"], \"properties\": {\"root_password\": {\"type\": \"string\"}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"ztp_timeout\": {\"title\": \"Value of ZTP timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of ZTP timeout in seconds\"}, \"retry_timeout\": {\"title\": \"Value of retry timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of retry timeout in seconds\"}, \"supplemental_day_0_cfg\": {\"title\": \"List of day 0 config that can be used to supplement the ZTP config\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"name\", \"cfg\"], \"properties\": {\"name\": {\"title\": \"name for the config\", \"type\": \"string\"}, \"cfg\": {\"title\": \"config blob that contains the supplemental day-0 config\", \"type\": \"string\"}}}}, \"device_to_ztp\": {\"title\": \"List of device serial numbers for the devices to be ZTPed\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"serial_number\", \"hostname\"], \"properties\": {\"serial_number\": {\"title\": \"Device serial number\", \"type\": \"string\"}, \"hostname\": {\"title\": \"Device hostname can be optionally specified.\", \"type\": \"string\", \"pattern\": \"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\\\-]*[a-zA-Z0-9])\\\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\\\-]*[A-Za-z0-9])$\"}, \"underlay_asn\": {\"title\": \"Underlay eBGP autonomous system number\", \"type\": [\"integer\", \"string\"]}, \"loopback_ip\": {\"title\": \"Loopback IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"mgmt_ip\": {\"title\": \"Management IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"to_ztp\": {\"title\": \"Include or ignore device in ZTP workflow\", \"type\": \"boolean\"}, \"supplemental_day_0_cfg\": {\"title\": \"Name(s) of the supplemental day-0 config(s) that can be optionally specified for this device\", \"type\": [\"string\", \"array\"], \"items\": {\"type\": \"string\"}}}}}, \"os_version\": {\"type\": \"string\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:04.418 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-1f6eadf0-0981-4d48-b507-6b1d0269ef31', 'type': 'job_template', 'uuid': 'd0d442c5-5d38-4aff-8a04-2f4583dbfbcd'} 11/07/2024 02:21:04.519 7fe46d942390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b6b09d5a-7192-4f83-be6e-9091dc953bbd object_type = job_template identifier_name = default-global-system-config:search_ip_mac_template url = https://10.0.0.49:8082/job-template/b6b09d5a-7192-4f83-be6e-9091dc953bbd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "b6b09d5a-7192-4f83-be6e-9091dc953bbd", "fq_name": ["default-global-system-config", "search_ip_mac_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ip_address\": {\"$id\": \"/properties/ip_address\", \"title\": \"IP Address\", \"pattern\": \"^\\\\s*(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\\\s*$\", \"type\": \"string\"}, \"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Search ip or mac schema command Playbook Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"interface_names\": {\"type\": \"array\", \"title\": \"Interfaces Name(s)\", \"description\": \"Display Interface Names that belong to this mac_address.\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface Name\", \"description\": \"Interface name\"}, \"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"Device name on which the interface was learnt\"}, \"loopback_ip\": {\"type\": \"string\", \"title\": \"Source Loopback IP\", \"description\": \"Originating source's loopback ip address\"}}, \"description\": \"Name of each interface that belongs under this mac_address\"}}}}}}}}}", "job_template_input_ui_schema": "{\"ip_address\": {\"ui:help\": \"Enter an IP Address. The field value must include a IPv4 address without subnet mask; for example, 192.168.3.120\", \"ui:placeholder\": \"Enter IP address\"}, \"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to locate an interface in a fabric given an IP or MAC", "display_name": "Search using IP or MAC"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:04.573 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'search_ip_mac_template'], 'oper': 'UPDATE', 'request-id': 'req-383aeccf-4ee2-4c26-92de-8ed7b41b7209', 'type': 'job_template', 'uuid': 'b6b09d5a-7192-4f83-be6e-9091dc953bbd'} 11/07/2024 02:21:04.676 7fe46df9e0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 object_type = job_template identifier_name = default-global-system-config:show_interface_details_template url = https://10.0.0.49:8082/job-template/bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5", "fq_name": ["default-global-system-config", "show_interface_details_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"interface_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Interface Details\", \"type\": \"object\", \"properties\": {\"interface_type\": {\"type\": \"string\", \"title\": \"Interface Type\", \"enum\": [\"physical\", \"logical\"], \"default\": \"physical\"}}, \"required\": [\"interface_type\"]}, \"conditional\": {\"title\": \"Sub Operation Type\", \"$ref\": \"#/definitions/sub_command\"}}, \"definitions\": {\"sub_command\": {\"title\": \"Sub Operation Type\", \"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"Show runtime interfaces\", \"Show configured interfaces\", \"Show interfaces by names\"], \"default\": \"Show runtime interfaces\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"Show runtime interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show configured interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show interfaces by names\"]}, \"interface_names\": {\"$id\": \"/properties/interface_names\", \"title\": \"Interface Names\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_names/items\", \"type\": \"string\", \"pattern\": \"^([a-z]{1,}[0-9]{0,}(-[0-9]{1,}/[0-9]{1,}/[0-9]{1,})?(\\\\.[0-9]{1,})?)$\", \"title\": \"Interface Name\"}, \"examples\": [\"ge-0/0/1\", \"xe-0/0/0\"]}}, \"required\": [\"interface_names\"]}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show Interface Details Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces details sub-command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"oneOf\": [{\"properties\": {\"interface_stats_rt_phy\": {\"type\": \"array\", \"title\": \"Runtime Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"op_status\": {\"type\": \"string\", \"title\": \"Operational Status\", \"description\": \"Operational status of the interface\"}, \"admin_status\": {\"type\": \"string\", \"title\": \"Admin Status\", \"description\": \"Admin status of the interface\"}, \"input_rate\": {\"type\": \"string\", \"title\": \"InputRate (bps)\", \"description\": \"Input packets rate in bits per second if present\"}, \"output_rate\": {\"type\": \"string\", \"title\": \"OutputRate (bps)\", \"description\": \"Output packets rate in bits per second if present\"}}}}}}, {\"properties\": {\"interface_stats_log\": {\"type\": \"array\", \"title\": \"Logical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"address_family\": {\"type\": \"string\", \"title\": \"Address Family\", \"description\": \"Address family if present\"}}}}}}, {\"properties\": {\"interface_stats_cf_phy\": {\"type\": \"array\", \"title\": \"Configured Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}}}}}}]}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to get a list of physical or logical interfaces from a device and interfaces' other related information.", "display_name": "Show Interface Details"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:04.729 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_interface_details_template'], 'oper': 'UPDATE', 'request-id': 'req-b15937d5-8888-444b-a63b-72b5473c5eb7', 'type': 'job_template', 'uuid': 'bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5'} 11/07/2024 02:21:04.831 7fe46d993c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c27b470e-3e18-424a-b245-34d699dda92f object_type = job_template identifier_name = default-global-system-config:show_config_template url = https://10.0.0.49:8082/job-template/c27b470e-3e18-424a-b245-34d699dda92f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c27b470e-3e18-424a-b245-34d699dda92f", "fq_name": ["default-global-system-config", "show_config_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"config_type\": {\"$id\": \"/properties/config_type\", \"title\": \"Configuration type\", \"type\": \"string\", \"enum\": [\"current\", \"rollback 1\", \"rollback 2\"], \"default\": \"current\"}, \"config_filter\": {\"$id\": \"/properties/config_filter\", \"title\": \"Configuration filter\", \"type\": \"string\", \"enum\": [\"all\", \"system\", \"system/login\", \"system/services\", \"system/syslog\", \"interfaces\", \"chassis\", \"services\", \"snmp\", \"forwarding-options\", \"event-options\", \"policy-options\", \"class-of-service\", \"firewall\", \"protocols\", \"routing-instances\", \"routing-options\", \"switch-options\", \"vlans\"], \"default\": \"all\"}, \"compare_configurations\": {\"$id\": \"/properties/compare_configurations\", \"title\": \"Compare selected configuration with current\", \"type\": \"boolean\", \"default\": false}}, \"required\": [\"config_type\", \"config_filter\", \"compare_configurations\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show configuration Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"config_type\": {\"ui:help\": \"Select one type at a time\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display current or previous configuration", "display_name": " Show current or rollback configuration"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:04.886 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_config_template'], 'oper': 'UPDATE', 'request-id': 'req-8a8d1306-8fc0-42f9-9d13-d237fb224632', 'type': 'job_template', 'uuid': 'c27b470e-3e18-424a-b245-34d699dda92f'} 11/07/2024 02:21:04.987 7fe46d951ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4e70ac42-2920-48fa-988b-75162b19763c object_type = job_template identifier_name = default-global-system-config:test_overlay_connectivity_template url = https://10.0.0.49:8082/job-template/4e70ac42-2920-48fa-988b-75162b19763c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4e70ac42-2920-48fa-988b-75162b19763c", "fq_name": ["default-global-system-config", "test_overlay_connectivity_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"source_ip\": {\"$id\": \"/properties/source_ip\", \"title\": \"Source (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"destination_ip\": {\"$id\": \"/properties/destination_ip\", \"title\": \"Destination (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"vni\": {\"$id\": \"/properties/vni\", \"title\": \"VNI\", \"type\": \"integer\", \"default\": 100}, \"count\": {\"$id\": \"/properties/count\", \"title\": \"Packet count\", \"type\": \"integer\", \"default\": 5}}, \"required\": [\"source_ip\", \"destination_ip\", \"count\", \"vni\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show connectivity test report\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Each playbook's command_output for this specific command.\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Connectivity test report\", \"description\": \"Display connectivity test report\"}}}}}}}}", "job_template_input_ui_schema": "{\"destination_ip\": {\"ui:help\": \"\"}}", "job_template_output_ui_schema": "null", "job_template_description": "", "display_name": "Test overlay connectivity"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:05.054 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'test_overlay_connectivity_template'], 'oper': 'UPDATE', 'request-id': 'req-e7796de6-f1b1-4069-a59c-f23db7531c81', 'type': 'job_template', 'uuid': '4e70ac42-2920-48fa-988b-75162b19763c'} 11/07/2024 02:21:05.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:05.147 7fe46d993a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ba6135c7-8d0a-4b49-84c6-877567ff0b2b object_type = job_template identifier_name = default-global-system-config:show_ops_info_template url = https://10.0.0.49:8082/job-template/ba6135c7-8d0a-4b49-84c6-877567ff0b2b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "ba6135c7-8d0a-4b49-84c6-877567ff0b2b", "fq_name": ["default-global-system-config", "show_ops_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ops_type\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Operations commands\", \"type\": \"array\", \"minItems\": 1, \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"minProperties\": 1, \"additionalProperties\": false, \"properties\": {\"conditional\": {\"title\": \"Operation Command Type\", \"$ref\": \"#/definitions/sub_command\"}}}}}, \"definitions\": {\"sub_command\": {\"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"show chassis info\", \"show route info\", \"show bgp info\", \"show evpn info\", \"show lldp info\", \"show lacp info\", \"show vlan info\"], \"default\": \"show route info\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"show chassis info\"]}, \"command_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis alarms\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show route info\"]}, \"command_detail\": {\"$id\": \"/properties/route_detail\", \"title\": \"Route detail\", \"type\": \"string\", \"enum\": [\"route summary\"], \"default\": \"route summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show bgp info\"]}, \"command_detail\": {\"$id\": \"/properties/bgp_detail\", \"title\": \"BGP detail\", \"type\": \"string\", \"enum\": [\"bgp summary\", \"bgp neighbor\", \"bgp group\"], \"default\": \"bgp summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show evpn info\"]}, \"command_detail\": {\"$id\": \"/properties/evpn_detail\", \"title\": \"EVPN detail\", \"type\": \"string\", \"enum\": [\"evpn ip-prefix-database\", \"evpn instance extensive\", \"evpn instance designated-forwarder\", \"evpn instance backup-forwarder\", \"evpn database state default-gateway\"], \"default\": \"evpn ip-prefix-database\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lldp info\"]}, \"command_detail\": {\"$id\": \"/properties/lldp_detail\", \"title\": \"LLDP detail\", \"type\": \"string\", \"enum\": [\"lldp neighbors\"], \"default\": \"lldp neighbors\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lacp info\"]}, \"command_detail\": {\"$id\": \"/properties/lacp_detail\", \"title\": \"LACP detail\", \"type\": \"string\", \"enum\": [\"lacp interfaces extensive\", \"lacp statistics interfaces\"], \"default\": \"lacp interfaces extensive\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show vlan info\"]}, \"command_detail\": {\"$id\": \"/properties/vlan_detail\", \"title\": \"VLAN detail\", \"type\": \"string\", \"enum\": [\"vlans\"], \"default\": \"vlans\"}}}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display operational information", "display_name": "Show operations information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:05.202 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_ops_info_template'], 'oper': 'UPDATE', 'request-id': 'req-a4dfe2d4-3a5c-4c7f-9a37-a7ca66f180d1', 'type': 'job_template', 'uuid': 'ba6135c7-8d0a-4b49-84c6-877567ff0b2b'} 11/07/2024 02:21:05.298 7fe46d900780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a0104f25-a1f9-4b1a-8dec-d44d354eebed object_type = job_template identifier_name = default-global-system-config:check_multicast_template url = https://10.0.0.49:8082/job-template/a0104f25-a1f9-4b1a-8dec-d44d354eebed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a0104f25-a1f9-4b1a-8dec-d44d354eebed", "fq_name": ["default-global-system-config", "check_multicast_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"warning_banner\": {\"$id\": \"/properties/warning_banner\", \"title\": \"This GDO gathers multicast statistics from the whole fabric and it might take a few minutes to complete.\", \"type\": \"object\", \"properties\": {\"warning_banner_2\": {\"$id\": \"/properties/warning_banner_2\", \"title\": \"It is assumed that:\", \"type\": \"object\", \"properties\": {\"warning_banner_3\": {\"$id\": \"/properties/warning_banner_3\", \"title\": \"(1) the traffic is coming from outside of the fabric (through device(s) with CRB-MCAST-Gateway role);\", \"type\": \"object\", \"properties\": {\"warning_banner_4\": {\"$id\": \"/properties/warning_banner_4\", \"title\": \"(2) the traffic is going to devices attached to server leaves (physical_router_role == 'leaf');\", \"type\": \"object\", \"properties\": {\"warning_banner_5\": {\"$id\": \"/properties/warning_banner_5\", \"title\": \"(3) PIM is enabled in the fabric.\", \"type\": \"object\", \"properties\": {}}}}}}}}}}, \"source\": {\"$id\": \"/properties/source\", \"title\": \"Source\", \"type\": \"string\", \"default\": \"\"}, \"group\": {\"$id\": \"/properties/group\", \"title\": \"Group\", \"type\": \"string\", \"default\": \"\"}}, \"required\": [\"source\", \"group\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Check multicast output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "Check multicast", "display_name": "Check incoming multicast traffic"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:05.354 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'check_multicast_template'], 'oper': 'UPDATE', 'request-id': 'req-46d695f9-0a03-4bef-9fa7-95a3fb5e35b2', 'type': 'job_template', 'uuid': 'a0104f25-a1f9-4b1a-8dec-d44d354eebed'} 11/07/2024 02:21:05.455 7fe46d978a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = beffdd8f-ab67-4478-9e35-e04f15334529 object_type = job_template identifier_name = default-global-system-config:existing_fabric_onboard_template url = https://10.0.0.49:8082/job-template/beffdd8f-ab67-4478-9e35-e04f15334529 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "beffdd8f-ab67-4478-9e35-e04f15334529", "fq_name": ["default-global-system-config", "existing_fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/existing_fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 40, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 5}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"username\", \"password\"], \"properties\": {\"username\": {\"type\": \"string\"}, \"password\": {\"type\": \"string\"}}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"manage_underlay\": {\"title\": \"Manage underlay networking\", \"type\": \"boolean\", \"description\": \"Set to true if need to configure underlay networking\", \"default\": false}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Existing Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:05.509 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'existing_fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-09a027a5-9cdb-47d6-8e65-f8c580ce3949', 'type': 'job_template', 'uuid': 'beffdd8f-ab67-4478-9e35-e04f15334529'} 11/07/2024 02:21:05.611 7fe46de7d2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42dc3d2b-40a5-4876-a519-62ca5dc6b79b object_type = job_template identifier_name = default-global-system-config:vcenter_import_template url = https://10.0.0.49:8082/job-template/42dc3d2b-40a5-4876-a519-62ca5dc6b79b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "42dc3d2b-40a5-4876-a519-62ca5dc6b79b", "fq_name": ["default-global-system-config", "vcenter_import_template"], "parent_type": "global-system-config", "job_template_type": "executable", "job_template_concurrency_level": "fabric", "job_template_executables": {"executable_info": [{"executable_path": "/opt/contrail/utils/vcenter-import", "executable_args": "", "job_completion_weightage": 100}]}, "job_template_input_schema": "{\"title\": \"vCenter Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"contrail_command\": {\"$id\": \"/properties/contrail_command\", \"description\": \"The Contrail Command details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/contrail_command/username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/contrail_command/password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/contrail_command/host\", \"description\": \"The Contrail Command IP and/or port\", \"type\": \"string\"}}}, \"vcenter\": {\"$id\": \"/properties/vcenter\", \"description\": \"vCenter details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/vcenter/username\", \"description\": \"Username of vCenter Server\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/vcenter/password\", \"description\": \"Password of vCenter Server\", \"type\": \"string\"}, \"datacenter\": {\"$id\": \"/properties/vcenter/datacenter\", \"description\": \"vCenter DataCenter name to Import ESXi Hosts\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/vcenter/host\", \"description\": \"vCenter Hostname/IP-Address including port\", \"type\": \"string\"}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "VCenter Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:05.672 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vcenter_import_template'], 'oper': 'UPDATE', 'request-id': 'req-90f10642-8759-4f08-8615-39bc9f5cf9c8', 'type': 'job_template', 'uuid': '42dc3d2b-40a5-4876-a519-62ca5dc6b79b'} 11/07/2024 02:21:05.770 7fe46dc55588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22a3dd9a-b9ea-45a3-af54-f6b92461694b object_type = job_template identifier_name = default-global-system-config:discover_server_template url = https://10.0.0.49:8082/job-template/22a3dd9a-b9ea-45a3-af54-f6b92461694b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "22a3dd9a-b9ea-45a3-af54-f6b92461694b", "fq_name": ["default-global-system-config", "discover_server_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_server.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"ipmi\": {\"$id\": \"/properties/ipmi\", \"type\": \"object\", \"required\": [\"ipmi_subnet_list\", \"ipmi_credentials\"], \"properties\": {\"ipmi_subnet_list\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list/items\", \"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"ipmi_credentials\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"description\": \"The IPMI user:password credentials\", \"type\": \"string\"}}, \"ipmi_port_ranges\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"type\": \"object\", \"required\": [\"port_range_start\", \"port_range_end\"], \"properties\": {\"port_range_start\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_start\", \"description\": \"Start of IPMI Port Range\", \"type\": \"integer\"}, \"port_range_end\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_end\", \"description\": \"End of IPMI Port Range\", \"type\": \"integer\"}}}}}}, \"ironic\": {\"$id\": \"/properties/ironic\", \"type\": \"object\", \"required\": [\"auth_url\", \"username\", \"password\"], \"properties\": {\"auth_url\": {\"$id\": \"/properties/ironic/properties/auth_url\", \"description\": \"The Ironic Auth URL\", \"type\": \"string\"}, \"username\": {\"$id\": \"/properties/ironic/properties/username\", \"description\": \"The Ironic Auth username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/ironic/properties/password\", \"description\": \"The Ironic Auth password\", \"type\": \"string\"}, \"introspection_flag\": {\"$id\": \"/properties/ironic/properties/introspection_flag\", \"description\": \"Flag to determine if introspection is needed\", \"type\": \"boolean\", \"default\": true}}}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:05.830 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_server_template'], 'oper': 'UPDATE', 'request-id': 'req-19240daf-25cc-47b2-a3b5-99e74367803f', 'type': 'job_template', 'uuid': '22a3dd9a-b9ea-45a3-af54-f6b92461694b'} 11/07/2024 02:21:05.931 7fe46da772e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 object_type = job_template identifier_name = default-global-system-config:server_import_template url = https://10.0.0.49:8082/job-template/9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "9f546e19-9ab0-42eb-8f69-cbfd24b6fd94", "fq_name": ["default-global-system-config", "server_import_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/server_import.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:05.941 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'server_import_template'], 'oper': 'UPDATE', 'request-id': 'req-ff990bf9-ce59-4bc9-93b6-b0eaa1ce8f86', 'type': 'job_template', 'uuid': '9f546e19-9ab0-42eb-8f69-cbfd24b6fd94'} 11/07/2024 02:21:06.046 7fe46d9f7b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 81bdd21a-3c1d-440a-a882-c91aa6b508b0 object_type = job_template identifier_name = default-global-system-config:node_profile_template url = https://10.0.0.49:8082/job-template/81bdd21a-3c1d-440a-a882-c91aa6b508b0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "81bdd21a-3c1d-440a-a882-c91aa6b508b0", "fq_name": ["default-global-system-config", "node_profile_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/node_profile.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Node Profile Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command Hostname/IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Node Profile"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:06.057 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'node_profile_template'], 'oper': 'UPDATE', 'request-id': 'req-c8e57b0e-1a55-4896-8e1a-c758d9383aeb', 'type': 'job_template', 'uuid': '81bdd21a-3c1d-440a-a882-c91aa6b508b0'} 11/07/2024 02:21:06.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:06.155 7fe46dd3e828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 35a01d59-582a-4e7e-8993-09a7fb9ebd19 object_type = job_template identifier_name = default-global-system-config:show_mac_mob_template url = https://10.0.0.49:8082/job-template/35a01d59-582a-4e7e-8993-09a7fb9ebd19 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "35a01d59-582a-4e7e-8993-09a7fb9ebd19", "fq_name": ["default-global-system-config", "show_mac_mob_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"mac_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"MAC Details\", \"type\": \"object\", \"properties\": {\"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}, \"required\": [\"mac_address\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show MAC mobility Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"MAC History\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"mac_details\": {\"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display MAC address move or mobility", "display_name": "Show mac mobility"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:06.213 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_mac_mob_template'], 'oper': 'UPDATE', 'request-id': 'req-158ecc14-9ed4-4490-a175-8751be76458d', 'type': 'job_template', 'uuid': '35a01d59-582a-4e7e-8993-09a7fb9ebd19'} 11/07/2024 02:21:06.315 7fe46d9234e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31ec2c1-89c8-4950-a756-b70565503fc6 object_type = job_template identifier_name = default-global-system-config:rma_activate_template url = https://10.0.0.49:8082/job-template/e31ec2c1-89c8-4950-a756-b70565503fc6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e31ec2c1-89c8-4950-a756-b70565503fc6", "fq_name": ["default-global-system-config", "rma_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/rma_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 3}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"RMA activate\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"rma_devices\": {\"type\": \"array\", \"items\": {\"title\": \"RMA Devices\", \"type\": \"object\", \"description\": \"List of devices and corresponding serial numbers to RMA\", \"additionalProperties\": false, \"properties\": {\"device_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}, \"serial_number\": {\"type\": \"string\"}}, \"required\": [\"device_uuid\", \"serial_number\"]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "RMA Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:06.326 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rma_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-0ba1f7ba-c070-4784-bc56-e94a9e35a07d', 'type': 'job_template', 'uuid': 'e31ec2c1-89c8-4950-a756-b70565503fc6'} 11/07/2024 02:21:06.423 7fe46ef2acc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096811dc-7f55-4763-8395-1f288d24bb6a object_type = job_template identifier_name = default-global-system-config:show_chassis_info_template url = https://10.0.0.49:8082/job-template/096811dc-7f55-4763-8395-1f288d24bb6a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "096811dc-7f55-4763-8395-1f288d24bb6a", "fq_name": ["default-global-system-config", "show_chassis_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"chassis\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Chassis information\", \"type\": \"object\", \"properties\": {\"chassis_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis hardware\"}}, \"required\": [\"chassis_detail\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display chassis information", "display_name": "Show chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:06.481 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_chassis_info_template'], 'oper': 'UPDATE', 'request-id': 'req-15ed5769-5bff-4397-b24c-0e66ba7180fb', 'type': 'job_template', 'uuid': '096811dc-7f55-4763-8395-1f288d24bb6a'} 11/07/2024 02:21:06.579 7fe46de958d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1215737e-4ccc-4371-a28e-eb341d000a00 object_type = job_template identifier_name = default-global-system-config:hardware_inventory_template url = https://10.0.0.49:8082/job-template/1215737e-4ccc-4371-a28e-eb341d000a00 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1215737e-4ccc-4371-a28e-eb341d000a00", "fq_name": ["default-global-system-config", "hardware_inventory_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Hardware Inventory Information\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"minProperties\": 1}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to fetch hardware inventory information from the device", "display_name": "Fetch hardware chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:06.590 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hardware_inventory_template'], 'oper': 'UPDATE', 'request-id': 'req-c5ae89cb-fe5f-48a0-9e09-c3af18a769bd', 'type': 'job_template', 'uuid': '1215737e-4ccc-4371-a28e-eb341d000a00'} 11/07/2024 02:21:06.695 7fe46d925780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a22fc3b2-62a5-4e31-97a4-e70c039e1019 object_type = config_properties identifier_name = default-global-system-config:config_property url = https://10.0.0.49:8082/config-properties/a22fc3b2-62a5-4e31-97a4-e70c039e1019 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"config-properties": {"uuid": "a22fc3b2-62a5-4e31-97a4-e70c039e1019", "fq_name": ["default-global-system-config", "config_property"], "parent_type": "global-system-config", "properties": {"key_value_pair": [{"key": "junos_commit_timeout", "value": "600"}, {"key": "total_retry_timeout", "value": "600"}, {"key": "device_command_timeout", "value": "600"}, {"key": "ztp_timeout", "value": "570"}]}, "display_name": "Config Property"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:06.703 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'config_property'], 'oper': 'UPDATE', 'request-id': 'req-8c39cd23-f8f0-4363-9423-a1af1fe6e802', 'type': 'config_properties', 'uuid': 'a22fc3b2-62a5-4e31-97a4-e70c039e1019'} 11/07/2024 02:21:07.059 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:07.163 7fe470d73780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 object_type = global_system_config identifier_name = default-global-system-config url = https://10.0.0.49:8082/global-system-config/dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"global-system-config": {"uuid": "dfd9c1c8-eff8-4a11-805e-4845bcbc4be8", "fq_name": ["default-global-system-config"], "supported_device_families": {"device_family": ["junos", "junos-qfx"]}, "supported_vendor_hardwares": {"vendor_hardware": ["juniper-qfx10002-72q", "juniper-qfx10002-36q", "juniper-qfx10002-60c", "juniper-qfx10016", "juniper-qfx10008", "juniper-vqfx-10000", "juniper-qfx5100-48sh-afi", "juniper-qfx5100-48sh-afo", "juniper-qfx5100-48th-afi", "juniper-qfx5100-48th-afo", "juniper-qfx5100-48s-6q", "juniper-qfx5100-96s-8q", "juniper-qfx5100-48t", "juniper-qfx5100-48t-6q", "juniper-qfx5100-24q-2p", "juniper-qfx5100-24q-aa", "juniper-qfx5100e-48s-6q", "juniper-qfx5100e-96s-8q", "juniper-qfx5100e-48t-6q", "juniper-qfx5100e-24q-2p", "juniper-qfx5110-48s-4c", "juniper-qfx5110-32q", "juniper-qfx5120-48y-8c", "juniper-qfx5120-48t-6c", "juniper-qfx5120-32c", "juniper-qfx5220-32cd", "juniper-qfx5220-128c", "juniper-qfx5200-32c-32q", "juniper-qfx5200-48y", "juniper-qfx5210-64c", "juniper-vmx", "juniper-mx80", "juniper-mx80-48t", "juniper-mx204", "juniper-mx240", "juniper-mx480", "juniper-mx960", "juniper-mx2008", "juniper-mx2010", "juniper-mx2020", "juniper-mx10003", "juniper-jnp10008", "juniper-jnp10016", "juniper-srx5400", "juniper-srx5600", "juniper-srx4600", "juniper-srx4100", "juniper-srx1500", "juniper-srx240h-poe", "juniper-vsrx", "juniper-srx5800", "juniper-srx4200"]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:07.173 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config'], 'oper': 'UPDATE', 'request-id': 'req-7fe0455a-94df-4bd2-9772-fb334b992ac7', 'type': 'global_system_config', 'uuid': 'dfd9c1c8-eff8-4a11-805e-4845bcbc4be8'} 11/07/2024 02:21:07.307 7fe46da15240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42087eae-1152-4e4b-8ebb-ac8bcdc13323 object_type = hardware identifier_name = juniper-qfx5100-48sh-afi url = https://10.0.0.49:8082/hardware/42087eae-1152-4e4b-8ebb-ac8bcdc13323 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "fq_name": ["juniper-qfx5100-48sh-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:07.316 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afi'], 'oper': 'UPDATE', 'request-id': 'req-8cb7402b-68e8-48c3-9121-cbc7a9e2f626', 'type': 'hardware', 'uuid': '42087eae-1152-4e4b-8ebb-ac8bcdc13323'} 11/07/2024 02:21:07.418 7fe46d923d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bb7beed3-60d7-49c5-9d84-49ac2a782218 object_type = hardware identifier_name = juniper-qfx5100-48sh-afo url = https://10.0.0.49:8082/hardware/bb7beed3-60d7-49c5-9d84-49ac2a782218 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "fq_name": ["juniper-qfx5100-48sh-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:07.426 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afo'], 'oper': 'UPDATE', 'request-id': 'req-b203e401-99af-458b-98d8-85272dffa09b', 'type': 'hardware', 'uuid': 'bb7beed3-60d7-49c5-9d84-49ac2a782218'} 11/07/2024 02:21:07.535 7fe46d9f7780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6432d3f-ce9a-411f-8a75-9e22d185f2cd object_type = hardware identifier_name = juniper-qfx5100-48th-afi url = https://10.0.0.49:8082/hardware/c6432d3f-ce9a-411f-8a75-9e22d185f2cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "fq_name": ["juniper-qfx5100-48th-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:07.543 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afi'], 'oper': 'UPDATE', 'request-id': 'req-737f3231-9414-4548-991e-f2fd57f0bb65', 'type': 'hardware', 'uuid': 'c6432d3f-ce9a-411f-8a75-9e22d185f2cd'} 11/07/2024 02:21:07.638 7fe46e8c10f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d1543237-89a0-4607-a0f5-40f0be645bcf object_type = hardware identifier_name = juniper-qfx5100-48th-afo url = https://10.0.0.49:8082/hardware/d1543237-89a0-4607-a0f5-40f0be645bcf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "fq_name": ["juniper-qfx5100-48th-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:07.651 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afo'], 'oper': 'UPDATE', 'request-id': 'req-94d5cbbe-3fc9-4cb4-b21e-c4e15b627ae3', 'type': 'hardware', 'uuid': 'd1543237-89a0-4607-a0f5-40f0be645bcf'} 11/07/2024 02:21:07.750 7fe46d90cac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09842293-1bb4-4536-9393-f26caa94be87 object_type = hardware identifier_name = juniper-qfx5100-48s-6q url = https://10.0.0.49:8082/hardware/09842293-1bb4-4536-9393-f26caa94be87 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "09842293-1bb4-4536-9393-f26caa94be87", "fq_name": ["juniper-qfx5100-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:07.758 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-f3a90243-4d75-4379-8bb8-bddee89c611a', 'type': 'hardware', 'uuid': '09842293-1bb4-4536-9393-f26caa94be87'} 11/07/2024 02:21:07.862 7fe46ef81780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 659daa17-ae39-4641-b245-45c06a69b927 object_type = hardware identifier_name = juniper-qfx5100-96s-8q url = https://10.0.0.49:8082/hardware/659daa17-ae39-4641-b245-45c06a69b927 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "659daa17-ae39-4641-b245-45c06a69b927", "fq_name": ["juniper-qfx5100-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:07.871 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-9d532b71-e932-4049-aec1-48dcc0780ad8', 'type': 'hardware', 'uuid': '659daa17-ae39-4641-b245-45c06a69b927'} 11/07/2024 02:21:07.971 7fe46dd3e6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9b18d69f-cfa6-47a6-9837-5886979b7d27 object_type = hardware identifier_name = juniper-qfx5100-48t url = https://10.0.0.49:8082/hardware/9b18d69f-cfa6-47a6-9837-5886979b7d27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "fq_name": ["juniper-qfx5100-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:07.979 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t'], 'oper': 'UPDATE', 'request-id': 'req-f403d3c9-976a-4524-896a-864d541b9f37', 'type': 'hardware', 'uuid': '9b18d69f-cfa6-47a6-9837-5886979b7d27'} 11/07/2024 02:21:08.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:08.078 7fe46de7d8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fdd501e-e56b-45b5-9083-e8e81f459673 object_type = hardware identifier_name = juniper-qfx5100-48t-6q url = https://10.0.0.49:8082/hardware/0fdd501e-e56b-45b5-9083-e8e81f459673 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "fq_name": ["juniper-qfx5100-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:08.088 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-7a014bf5-cd7c-4aa9-8a6c-d7e3e35cff04', 'type': 'hardware', 'uuid': '0fdd501e-e56b-45b5-9083-e8e81f459673'} 11/07/2024 02:21:08.182 7fe46da3f240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a415b5b6-e554-4e69-8ac8-100664a655bd object_type = hardware identifier_name = juniper-qfx5100-24q-2p url = https://10.0.0.49:8082/hardware/a415b5b6-e554-4e69-8ac8-100664a655bd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "fq_name": ["juniper-qfx5100-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:08.191 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-8b648716-8ce1-45d0-8f25-0670bb80b000', 'type': 'hardware', 'uuid': 'a415b5b6-e554-4e69-8ac8-100664a655bd'} 11/07/2024 02:21:08.294 7fe46d90c630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ec46a0d-8b6e-4461-b351-ab3960b11966 object_type = hardware identifier_name = juniper-qfx5100-24q-aa url = https://10.0.0.49:8082/hardware/9ec46a0d-8b6e-4461-b351-ab3960b11966 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "fq_name": ["juniper-qfx5100-24q-aa"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:08.303 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-aa'], 'oper': 'UPDATE', 'request-id': 'req-26c9bdb8-a22a-43dc-b1e8-7e7f0d41766a', 'type': 'hardware', 'uuid': '9ec46a0d-8b6e-4461-b351-ab3960b11966'} 11/07/2024 02:21:08.402 7fe46d9ad630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc object_type = hardware identifier_name = juniper-qfx5100e-48s-6q url = https://10.0.0.49:8082/hardware/7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "fq_name": ["juniper-qfx5100e-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:08.410 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-a3d16394-ee00-4371-9319-5b04768e81aa', 'type': 'hardware', 'uuid': '7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc'} 11/07/2024 02:21:08.514 7fe46d90cd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3be1a72-35aa-4778-a173-5986e8c2fae8 object_type = hardware identifier_name = juniper-qfx5100e-96s-8q url = https://10.0.0.49:8082/hardware/d3be1a72-35aa-4778-a173-5986e8c2fae8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "fq_name": ["juniper-qfx5100e-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:08.526 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-a742e5e3-6849-4425-bfbd-ade52b306b25', 'type': 'hardware', 'uuid': 'd3be1a72-35aa-4778-a173-5986e8c2fae8'} 11/07/2024 02:21:08.619 7fe46d9258d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 84d423a0-c168-4209-9a24-3b690f4332f8 object_type = hardware identifier_name = juniper-qfx5100e-48t-6q url = https://10.0.0.49:8082/hardware/84d423a0-c168-4209-9a24-3b690f4332f8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "fq_name": ["juniper-qfx5100e-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:08.634 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-0d4e3858-20af-4b36-80c6-23b0ae57aa3b', 'type': 'hardware', 'uuid': '84d423a0-c168-4209-9a24-3b690f4332f8'} 11/07/2024 02:21:08.726 7fe46da23cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b1493cca-8842-42f9-800a-753565a2d6b6 object_type = hardware identifier_name = juniper-qfx5100e-24q-2p url = https://10.0.0.49:8082/hardware/b1493cca-8842-42f9-800a-753565a2d6b6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "fq_name": ["juniper-qfx5100e-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:08.737 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-5f9ea065-68a0-44b9-a969-df7a15d71a09', 'type': 'hardware', 'uuid': 'b1493cca-8842-42f9-800a-753565a2d6b6'} 11/07/2024 02:21:08.830 7fe46df64198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 403bdb63-2170-4014-9403-f80fba2de755 object_type = hardware identifier_name = juniper-qfx5110-48s-4c url = https://10.0.0.49:8082/hardware/403bdb63-2170-4014-9403-f80fba2de755 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "403bdb63-2170-4014-9403-f80fba2de755", "fq_name": ["juniper-qfx5110-48s-4c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:08.842 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-48s-4c'], 'oper': 'UPDATE', 'request-id': 'req-83124265-7e1e-4ede-a427-f0eeaebd2799', 'type': 'hardware', 'uuid': '403bdb63-2170-4014-9403-f80fba2de755'} 11/07/2024 02:21:08.935 7fe46d933240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b5500813-1eb7-4e75-8a4c-674e0ba66461 object_type = hardware identifier_name = juniper-qfx5110-32q url = https://10.0.0.49:8082/hardware/b5500813-1eb7-4e75-8a4c-674e0ba66461 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "fq_name": ["juniper-qfx5110-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:08.946 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-32q'], 'oper': 'UPDATE', 'request-id': 'req-6a300989-d54e-48bb-bd15-d41daea9ab8c', 'type': 'hardware', 'uuid': 'b5500813-1eb7-4e75-8a4c-674e0ba66461'} 11/07/2024 02:21:09.046 7fe46defe780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b63324e2-273a-400b-9d59-0dec80d655d4 object_type = hardware identifier_name = juniper-qfx5120-48y-8c url = https://10.0.0.49:8082/hardware/b63324e2-273a-400b-9d59-0dec80d655d4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "fq_name": ["juniper-qfx5120-48y-8c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:09.055 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48y-8c'], 'oper': 'UPDATE', 'request-id': 'req-ec05f997-8e28-4009-83f5-325a0184b49a', 'type': 'hardware', 'uuid': 'b63324e2-273a-400b-9d59-0dec80d655d4'} 11/07/2024 02:21:09.061 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:09.161 7fe46dac28d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 object_type = hardware identifier_name = juniper-qfx5120-32c url = https://10.0.0.49:8082/hardware/017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "fq_name": ["juniper-qfx5120-32c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:09.172 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-32c'], 'oper': 'UPDATE', 'request-id': 'req-63914b01-6c63-4493-8054-f845fc750105', 'type': 'hardware', 'uuid': '017ec5ed-1b9e-47d0-9b3c-e2df68b376e7'} 11/07/2024 02:21:09.267 7fe46dc55ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75328164-8eed-4868-b183-9bcbe27e276a object_type = hardware identifier_name = juniper-qfx5120-48t-6c url = https://10.0.0.49:8082/hardware/75328164-8eed-4868-b183-9bcbe27e276a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "fq_name": ["juniper-qfx5120-48t-6c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:09.280 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48t-6c'], 'oper': 'UPDATE', 'request-id': 'req-b612a221-b92f-462d-8759-503fedb4e1a0', 'type': 'hardware', 'uuid': '75328164-8eed-4868-b183-9bcbe27e276a'} 11/07/2024 02:21:09.379 7fe46da00048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ac596c42-3f13-42e2-a6b1-be2b27e18331 object_type = hardware identifier_name = juniper-qfx5220-32cd url = https://10.0.0.49:8082/hardware/ac596c42-3f13-42e2-a6b1-be2b27e18331 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "fq_name": ["juniper-qfx5220-32cd"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:09.390 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-32cd'], 'oper': 'UPDATE', 'request-id': 'req-f83f7d50-05d0-4fbc-a39b-6cba9a838c2e', 'type': 'hardware', 'uuid': 'ac596c42-3f13-42e2-a6b1-be2b27e18331'} 11/07/2024 02:21:09.482 7fe46da15588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1c773810-104a-43e2-b78a-a0b3dac4dd7f object_type = hardware identifier_name = juniper-qfx5220-128c url = https://10.0.0.49:8082/hardware/1c773810-104a-43e2-b78a-a0b3dac4dd7f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "fq_name": ["juniper-qfx5220-128c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:09.499 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-128c'], 'oper': 'UPDATE', 'request-id': 'req-2b1ecb02-bfe1-4070-bdbc-7828bea66342', 'type': 'hardware', 'uuid': '1c773810-104a-43e2-b78a-a0b3dac4dd7f'} 11/07/2024 02:21:09.592 7fe46d9b3d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 922c08d7-1c72-4e46-b73b-c5cce20c7d4b object_type = hardware identifier_name = juniper-qfx5200-32c-32q url = https://10.0.0.49:8082/hardware/922c08d7-1c72-4e46-b73b-c5cce20c7d4b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "fq_name": ["juniper-qfx5200-32c-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:09.601 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-32c-32q'], 'oper': 'UPDATE', 'request-id': 'req-6047ddd2-3837-44dd-acd9-86f0f0de1830', 'type': 'hardware', 'uuid': '922c08d7-1c72-4e46-b73b-c5cce20c7d4b'} 11/07/2024 02:21:09.707 7fe46d942390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 133f6aba-4d41-4450-9996-aef90d73b888 object_type = hardware identifier_name = juniper-qfx5200-48y url = https://10.0.0.49:8082/hardware/133f6aba-4d41-4450-9996-aef90d73b888 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "fq_name": ["juniper-qfx5200-48y"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:09.789 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-48y'], 'oper': 'UPDATE', 'request-id': 'req-22e7e8ff-c7d5-4108-b590-aec504c0f99f', 'type': 'hardware', 'uuid': '133f6aba-4d41-4450-9996-aef90d73b888'} 11/07/2024 02:21:09.890 7fe46ddcb780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = db87e59b-96e1-49d8-a62c-1c2d89d684d9 object_type = hardware identifier_name = juniper-qfx5210-64c url = https://10.0.0.49:8082/hardware/db87e59b-96e1-49d8-a62c-1c2d89d684d9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "fq_name": ["juniper-qfx5210-64c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:09.899 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5210-64c'], 'oper': 'UPDATE', 'request-id': 'req-b35df1ff-485d-4e33-801e-117f641a5595', 'type': 'hardware', 'uuid': 'db87e59b-96e1-49d8-a62c-1c2d89d684d9'} 11/07/2024 02:21:10.005 7fe46d919e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 864af8d2-658f-4299-b31c-a18e657d786b object_type = hardware identifier_name = juniper-qfx10002-72q url = https://10.0.0.49:8082/hardware/864af8d2-658f-4299-b31c-a18e657d786b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "fq_name": ["juniper-qfx10002-72q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:10.019 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-72q'], 'oper': 'UPDATE', 'request-id': 'req-e893e39b-d02f-42d8-ad6d-140ff9b80bdb', 'type': 'hardware', 'uuid': '864af8d2-658f-4299-b31c-a18e657d786b'} 11/07/2024 02:21:10.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:10.114 7fe46de7d8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 object_type = hardware identifier_name = juniper-qfx10002-36q url = https://10.0.0.49:8082/hardware/8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "fq_name": ["juniper-qfx10002-36q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:10.124 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-36q'], 'oper': 'UPDATE', 'request-id': 'req-9f236300-e4ca-48e6-9cfe-c9ce8fc07fd1', 'type': 'hardware', 'uuid': '8cc029e3-98bd-4b93-ae1b-3a1eb169fab4'} 11/07/2024 02:21:10.221 7fe46da77ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7d28fa02-7667-4bc7-bec6-01b08d00dd4d object_type = hardware identifier_name = juniper-qfx10002-60c url = https://10.0.0.49:8082/hardware/7d28fa02-7667-4bc7-bec6-01b08d00dd4d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "fq_name": ["juniper-qfx10002-60c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:10.232 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-60c'], 'oper': 'UPDATE', 'request-id': 'req-b6f189e6-b745-4536-bf9c-7b50f1afd870', 'type': 'hardware', 'uuid': '7d28fa02-7667-4bc7-bec6-01b08d00dd4d'} 11/07/2024 02:21:10.331 7fe46da00048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c8d84e84-6056-4872-b06b-ae4bed62f7a2 object_type = hardware identifier_name = juniper-qfx10016 url = https://10.0.0.49:8082/hardware/c8d84e84-6056-4872-b06b-ae4bed62f7a2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "fq_name": ["juniper-qfx10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:10.342 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10016'], 'oper': 'UPDATE', 'request-id': 'req-5996a152-75ce-4a7d-8eba-1e10307f305d', 'type': 'hardware', 'uuid': 'c8d84e84-6056-4872-b06b-ae4bed62f7a2'} 11/07/2024 02:21:10.446 7fe46d9b3d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e97d4f94-63fb-439d-a014-5b702068f369 object_type = hardware identifier_name = juniper-qfx10008 url = https://10.0.0.49:8082/hardware/e97d4f94-63fb-439d-a014-5b702068f369 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "fq_name": ["juniper-qfx10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:10.455 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10008'], 'oper': 'UPDATE', 'request-id': 'req-2f71f219-a301-442a-afc7-53dda310ed10', 'type': 'hardware', 'uuid': 'e97d4f94-63fb-439d-a014-5b702068f369'} 11/07/2024 02:21:10.554 7fe46dac2780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 26af5cc4-535f-45fc-9202-3abfc9fe6c7b object_type = hardware identifier_name = juniper-vqfx-10000 url = https://10.0.0.49:8082/hardware/26af5cc4-535f-45fc-9202-3abfc9fe6c7b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "fq_name": ["juniper-vqfx-10000"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:10.562 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vqfx-10000'], 'oper': 'UPDATE', 'request-id': 'req-6ce069bb-5b15-4cf7-8318-90bd3623dce0', 'type': 'hardware', 'uuid': '26af5cc4-535f-45fc-9202-3abfc9fe6c7b'} 11/07/2024 02:21:10.662 7fe46d9dc0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0423f25b-c754-4b32-b220-de18f831b363 object_type = hardware identifier_name = juniper-mx80 url = https://10.0.0.49:8082/hardware/0423f25b-c754-4b32-b220-de18f831b363 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0423f25b-c754-4b32-b220-de18f831b363", "fq_name": ["juniper-mx80"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:10.679 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80'], 'oper': 'UPDATE', 'request-id': 'req-a69b9e9d-16de-4274-a6ed-9928c350fe31', 'type': 'hardware', 'uuid': '0423f25b-c754-4b32-b220-de18f831b363'} 11/07/2024 02:21:10.770 7fe46d923780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 68bfa83f-2753-461c-9dce-b9f3464c234c object_type = hardware identifier_name = juniper-mx80-48t url = https://10.0.0.49:8082/hardware/68bfa83f-2753-461c-9dce-b9f3464c234c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "fq_name": ["juniper-mx80-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:10.779 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80-48t'], 'oper': 'UPDATE', 'request-id': 'req-8bf88fd0-624a-4bad-8cb6-445e315edc24', 'type': 'hardware', 'uuid': '68bfa83f-2753-461c-9dce-b9f3464c234c'} 11/07/2024 02:21:10.879 7fe46d9292e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 33f16db1-08a6-4377-9060-f894b4aafda4 object_type = hardware identifier_name = juniper-mx204 url = https://10.0.0.49:8082/hardware/33f16db1-08a6-4377-9060-f894b4aafda4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "fq_name": ["juniper-mx204"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:10.893 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx204'], 'oper': 'UPDATE', 'request-id': 'req-b0bd3f6d-1af9-47d9-b599-25d38c19046b', 'type': 'hardware', 'uuid': '33f16db1-08a6-4377-9060-f894b4aafda4'} 11/07/2024 02:21:10.986 7fe46d923d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd25932c-6fe2-438c-96d7-998c27af28af object_type = hardware identifier_name = juniper-mx240 url = https://10.0.0.49:8082/hardware/fd25932c-6fe2-438c-96d7-998c27af28af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "fq_name": ["juniper-mx240"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:10.995 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx240'], 'oper': 'UPDATE', 'request-id': 'req-93aab559-9cba-4f47-9b5f-8d9db39c5d04', 'type': 'hardware', 'uuid': 'fd25932c-6fe2-438c-96d7-998c27af28af'} 11/07/2024 02:21:11.091 7fe46ddf7780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0389f738-89c0-4f53-a7bd-56569482be43 object_type = hardware identifier_name = juniper-mx480 url = https://10.0.0.49:8082/hardware/0389f738-89c0-4f53-a7bd-56569482be43 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "fq_name": ["juniper-mx480"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:11.102 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx480'], 'oper': 'UPDATE', 'request-id': 'req-2a914bb9-6544-4dbf-9786-d9f9a7d898a8', 'type': 'hardware', 'uuid': '0389f738-89c0-4f53-a7bd-56569482be43'} 11/07/2024 02:21:11.199 7fe46d9298d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9618fd20-e6e6-4d9c-b295-14b0316300af object_type = hardware identifier_name = juniper-mx960 url = https://10.0.0.49:8082/hardware/9618fd20-e6e6-4d9c-b295-14b0316300af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "fq_name": ["juniper-mx960"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:11.207 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx960'], 'oper': 'UPDATE', 'request-id': 'req-df5a3eca-2019-4d8d-91c9-906bf72d05ad', 'type': 'hardware', 'uuid': '9618fd20-e6e6-4d9c-b295-14b0316300af'} 11/07/2024 02:21:11.302 7fe46dcd0eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 object_type = hardware identifier_name = juniper-mx2008 url = https://10.0.0.49:8082/hardware/c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "fq_name": ["juniper-mx2008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:11.312 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2008'], 'oper': 'UPDATE', 'request-id': 'req-05143d55-d6f7-479b-adea-3642f7d76a94', 'type': 'hardware', 'uuid': 'c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5'} 11/07/2024 02:21:11.410 7fe46dae6048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c7e966eb-8a0a-421b-b740-9f9df7ad1c77 object_type = hardware identifier_name = juniper-mx2010 url = https://10.0.0.49:8082/hardware/c7e966eb-8a0a-421b-b740-9f9df7ad1c77 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "fq_name": ["juniper-mx2010"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:11.419 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2010'], 'oper': 'UPDATE', 'request-id': 'req-9498bd75-2ded-4158-8324-18d5374a6b5f', 'type': 'hardware', 'uuid': 'c7e966eb-8a0a-421b-b740-9f9df7ad1c77'} 11/07/2024 02:21:11.514 7fe46da320f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf0608bd-3a72-46c0-af0b-c272778c736c object_type = hardware identifier_name = juniper-mx2020 url = https://10.0.0.49:8082/hardware/bf0608bd-3a72-46c0-af0b-c272778c736c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "fq_name": ["juniper-mx2020"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:11.527 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2020'], 'oper': 'UPDATE', 'request-id': 'req-8c1749df-2945-4fe6-b4de-2d848a64f661', 'type': 'hardware', 'uuid': 'bf0608bd-3a72-46c0-af0b-c272778c736c'} 11/07/2024 02:21:11.622 7fe46d8c84e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 object_type = hardware identifier_name = juniper-mx10003 url = https://10.0.0.49:8082/hardware/f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "fq_name": ["juniper-mx10003"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:11.631 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx10003'], 'oper': 'UPDATE', 'request-id': 'req-e97b01bf-d5c9-4e18-b775-3e04efac6ec4', 'type': 'hardware', 'uuid': 'f234fa20-3dd5-4f22-bc86-4c1e2e279bd5'} 11/07/2024 02:21:11.680 7fe46ddf7780 [contrail-api] [DEBUG]: send sync_uve in the [none:ConfigApiWorkerTrace] map 11/07/2024 02:21:11.736 7fe46dcd0e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0cf56917-0fea-454e-84f2-cdf01c8bb067 object_type = hardware identifier_name = juniper-jnp10008 url = https://10.0.0.49:8082/hardware/0cf56917-0fea-454e-84f2-cdf01c8bb067 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "fq_name": ["juniper-jnp10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:11.740 7fe46d8c88d0 [contrail-api] [DEBUG]: send sync_uve in the [ObjectConfigNode:NodeStatusUVE] map 11/07/2024 02:21:11.746 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10008'], 'oper': 'UPDATE', 'request-id': 'req-539055cf-b27a-42d9-934d-14491a3f0126', 'type': 'hardware', 'uuid': '0cf56917-0fea-454e-84f2-cdf01c8bb067'} 11/07/2024 02:21:11.843 7fe46d925048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e3fc4483-abbe-451f-aa39-a4aff4476187 object_type = hardware identifier_name = juniper-jnp10016 url = https://10.0.0.49:8082/hardware/e3fc4483-abbe-451f-aa39-a4aff4476187 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "fq_name": ["juniper-jnp10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:11.852 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10016'], 'oper': 'UPDATE', 'request-id': 'req-baeab9ce-3e38-443b-8656-101569727007', 'type': 'hardware', 'uuid': 'e3fc4483-abbe-451f-aa39-a4aff4476187'} 11/07/2024 02:21:11.961 7fe46d9338d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3973797-34d8-49d4-95b4-30df06256c6e object_type = hardware identifier_name = juniper-vmx url = https://10.0.0.49:8082/hardware/d3973797-34d8-49d4-95b4-30df06256c6e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "fq_name": ["juniper-vmx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:11.970 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vmx'], 'oper': 'UPDATE', 'request-id': 'req-8809a3b1-c528-4593-84bd-8b71122c2388', 'type': 'hardware', 'uuid': 'd3973797-34d8-49d4-95b4-30df06256c6e'} 11/07/2024 02:21:12.016 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:12.068 7fe46d8de828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb970d87-db82-4005-8700-962a40c2e31d object_type = hardware identifier_name = juniper-srx5400 url = https://10.0.0.49:8082/hardware/fb970d87-db82-4005-8700-962a40c2e31d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "fq_name": ["juniper-srx5400"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:12.077 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5400'], 'oper': 'UPDATE', 'request-id': 'req-d2272b33-1490-4162-8acd-787374df5f9c', 'type': 'hardware', 'uuid': 'fb970d87-db82-4005-8700-962a40c2e31d'} 11/07/2024 02:21:12.179 7fe46daf6780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6457b9f7-51f0-430a-a150-5ae208362781 object_type = hardware identifier_name = juniper-srx5600 url = https://10.0.0.49:8082/hardware/6457b9f7-51f0-430a-a150-5ae208362781 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "fq_name": ["juniper-srx5600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:12.193 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5600'], 'oper': 'UPDATE', 'request-id': 'req-0fa61a3f-a124-4dde-94bf-45345ebc6487', 'type': 'hardware', 'uuid': '6457b9f7-51f0-430a-a150-5ae208362781'} 11/07/2024 02:21:12.291 7fe46d929e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0a203d47-b5d7-48fc-af06-3571bddc0098 object_type = hardware identifier_name = juniper-srx4600 url = https://10.0.0.49:8082/hardware/0a203d47-b5d7-48fc-af06-3571bddc0098 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "fq_name": ["juniper-srx4600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:12.301 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4600'], 'oper': 'UPDATE', 'request-id': 'req-679a754a-845d-4e66-b07f-7e8ed9b3460a', 'type': 'hardware', 'uuid': '0a203d47-b5d7-48fc-af06-3571bddc0098'} 11/07/2024 02:21:12.403 7fe46da8d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50ee3c64-e89c-47f1-bff1-80e448d9121b object_type = hardware identifier_name = juniper-srx4100 url = https://10.0.0.49:8082/hardware/50ee3c64-e89c-47f1-bff1-80e448d9121b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "fq_name": ["juniper-srx4100"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:12.415 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4100'], 'oper': 'UPDATE', 'request-id': 'req-655e677a-5d35-4994-918f-dc315f4b46db', 'type': 'hardware', 'uuid': '50ee3c64-e89c-47f1-bff1-80e448d9121b'} 11/07/2024 02:21:12.513 7fe46de6c828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0e56d147-d28a-4670-8703-2dac4ec219ef object_type = hardware identifier_name = juniper-srx1500 url = https://10.0.0.49:8082/hardware/0e56d147-d28a-4670-8703-2dac4ec219ef operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "fq_name": ["juniper-srx1500"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:12.523 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx1500'], 'oper': 'UPDATE', 'request-id': 'req-0ed9563e-1b6d-45e3-b167-db23b92c415a', 'type': 'hardware', 'uuid': '0e56d147-d28a-4670-8703-2dac4ec219ef'} 11/07/2024 02:21:12.619 7fe46d8c3438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5701a594-5475-4388-bc3d-5ffd8c2844cd object_type = hardware identifier_name = juniper-srx240h-poe url = https://10.0.0.49:8082/hardware/5701a594-5475-4388-bc3d-5ffd8c2844cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "fq_name": ["juniper-srx240h-poe"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:12.628 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx240h-poe'], 'oper': 'UPDATE', 'request-id': 'req-25141b45-1517-4b41-8867-4104617fe35c', 'type': 'hardware', 'uuid': '5701a594-5475-4388-bc3d-5ffd8c2844cd'} 11/07/2024 02:21:12.736 7fe46d8cfcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 object_type = hardware identifier_name = juniper-srx5800 url = https://10.0.0.49:8082/hardware/6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "fq_name": ["juniper-srx5800"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:12.760 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5800'], 'oper': 'UPDATE', 'request-id': 'req-68993622-0680-4c2e-ba6e-aa6f169dd591', 'type': 'hardware', 'uuid': '6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2'} 11/07/2024 02:21:12.859 7fe46d90ad68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89e593ec-fd30-4eb7-b5d6-eb5b76da460c object_type = hardware identifier_name = juniper-srx4200 url = https://10.0.0.49:8082/hardware/89e593ec-fd30-4eb7-b5d6-eb5b76da460c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "fq_name": ["juniper-srx4200"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:12.874 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4200'], 'oper': 'UPDATE', 'request-id': 'req-e1fcbf81-4284-40cc-8f51-c67c3e3beeb9', 'type': 'hardware', 'uuid': '89e593ec-fd30-4eb7-b5d6-eb5b76da460c'} 11/07/2024 02:21:12.979 7fe46d9936d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5725d6f5-b9df-4efb-bb13-c34c205775a4 object_type = hardware identifier_name = juniper-vsrx url = https://10.0.0.49:8082/hardware/5725d6f5-b9df-4efb-bb13-c34c205775a4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "fq_name": ["juniper-vsrx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:12.988 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vsrx'], 'oper': 'UPDATE', 'request-id': 'req-9928049f-46d3-4ac6-9611-69f28af0ea90', 'type': 'hardware', 'uuid': '5725d6f5-b9df-4efb-bb13-c34c205775a4'} 11/07/2024 02:21:13.017 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:13.082 7fe46d8cfcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86eee787-5718-44dc-84cf-17ab0a275490 object_type = feature identifier_name = default-global-system-config:underlay-ip-clos url = https://10.0.0.49:8082/feature/86eee787-5718-44dc-84cf-17ab0a275490 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "fq_name": ["default-global-system-config", "underlay-ip-clos"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:13.090 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'underlay-ip-clos'], 'oper': 'UPDATE', 'request-id': 'req-0563ca48-4a15-4fb7-8a73-883aed577653', 'type': 'feature', 'uuid': '86eee787-5718-44dc-84cf-17ab0a275490'} 11/07/2024 02:21:13.191 7fe46d929b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb45a340-532e-471d-8f0a-291569282b15 object_type = feature identifier_name = default-global-system-config:overlay-bgp url = https://10.0.0.49:8082/feature/fb45a340-532e-471d-8f0a-291569282b15 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "fb45a340-532e-471d-8f0a-291569282b15", "fq_name": ["default-global-system-config", "overlay-bgp"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:13.202 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'overlay-bgp'], 'oper': 'UPDATE', 'request-id': 'req-d9d47d34-ae6a-45e4-9f9d-199bb8246199', 'type': 'feature', 'uuid': 'fb45a340-532e-471d-8f0a-291569282b15'} 11/07/2024 02:21:13.302 7fe46d9a3240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1de6e9e1-19ee-4a38-a94c-5cfc99246ded object_type = feature identifier_name = default-global-system-config:l2-gateway url = https://10.0.0.49:8082/feature/1de6e9e1-19ee-4a38-a94c-5cfc99246ded operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "fq_name": ["default-global-system-config", "l2-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:13.312 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l2-gateway'], 'oper': 'UPDATE', 'request-id': 'req-96b2e995-b14b-4dbd-9125-af49f8078393', 'type': 'feature', 'uuid': '1de6e9e1-19ee-4a38-a94c-5cfc99246ded'} 11/07/2024 02:21:13.410 7fe46d9aeeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 object_type = feature identifier_name = default-global-system-config:l3-gateway url = https://10.0.0.49:8082/feature/e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "fq_name": ["default-global-system-config", "l3-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:13.419 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-a23acd6c-9982-4359-8521-f5f3e5ae0258', 'type': 'feature', 'uuid': 'e86b957c-2c5b-4ea4-bb9d-5178bc8f8592'} 11/07/2024 02:21:13.519 7fe46dae6048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ce754582-8dee-462c-b557-c4829be74c27 object_type = feature identifier_name = default-global-system-config:vn-interconnect url = https://10.0.0.49:8082/feature/ce754582-8dee-462c-b557-c4829be74c27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ce754582-8dee-462c-b557-c4829be74c27", "fq_name": ["default-global-system-config", "vn-interconnect"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:13.530 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vn-interconnect'], 'oper': 'UPDATE', 'request-id': 'req-4a4b7e01-a9b0-4096-af83-94e2167d00e5', 'type': 'feature', 'uuid': 'ce754582-8dee-462c-b557-c4829be74c27'} 11/07/2024 02:21:13.630 7fe46d9a3438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75a756f7-6687-4306-a372-653b835b7a63 object_type = feature identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/feature/75a756f7-6687-4306-a372-653b835b7a63 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "75a756f7-6687-4306-a372-653b835b7a63", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:13.641 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-2d4e97a0-c487-4e90-a383-3a34eee4ef31', 'type': 'feature', 'uuid': '75a756f7-6687-4306-a372-653b835b7a63'} 11/07/2024 02:21:13.735 7fe46deb2a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8d716e60-7319-4f9f-a0db-1f8fd86d6186 object_type = feature identifier_name = default-global-system-config:assisted-replicator url = https://10.0.0.49:8082/feature/8d716e60-7319-4f9f-a0db-1f8fd86d6186 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "fq_name": ["default-global-system-config", "assisted-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:13.743 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-630787fe-d950-462d-a82f-0929c7e6242b', 'type': 'feature', 'uuid': '8d716e60-7319-4f9f-a0db-1f8fd86d6186'} 11/07/2024 02:21:13.838 7fe46da3f4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5b262e15-6ed7-4a11-8a7d-e371f26caf53 object_type = feature identifier_name = default-global-system-config:port-profile url = https://10.0.0.49:8082/feature/5b262e15-6ed7-4a11-8a7d-e371f26caf53 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "fq_name": ["default-global-system-config", "port-profile"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:13.846 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'port-profile'], 'oper': 'UPDATE', 'request-id': 'req-bfc4249b-78d8-40bf-8c54-0fac9c8a4a06', 'type': 'feature', 'uuid': '5b262e15-6ed7-4a11-8a7d-e371f26caf53'} 11/07/2024 02:21:13.947 7fe46da06eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ccbfbdbc-d047-4336-a621-25f8b481bd0d object_type = feature identifier_name = default-global-system-config:telemetry url = https://10.0.0.49:8082/feature/ccbfbdbc-d047-4336-a621-25f8b481bd0d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "fq_name": ["default-global-system-config", "telemetry"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:13.956 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'telemetry'], 'oper': 'UPDATE', 'request-id': 'req-b1d20ad2-6cf6-456c-a089-e2f95a5e6beb', 'type': 'feature', 'uuid': 'ccbfbdbc-d047-4336-a621-25f8b481bd0d'} 11/07/2024 02:21:14.018 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:14.059 7fe46d933630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eeea45e9-bfe3-40ce-895c-3f47710c1d81 object_type = feature identifier_name = default-global-system-config:firewall url = https://10.0.0.49:8082/feature/eeea45e9-bfe3-40ce-895c-3f47710c1d81 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "fq_name": ["default-global-system-config", "firewall"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:14.068 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'firewall'], 'oper': 'UPDATE', 'request-id': 'req-e9f920d3-d79d-4a27-a381-466d8bc7c866', 'type': 'feature', 'uuid': 'eeea45e9-bfe3-40ce-895c-3f47710c1d81'} 11/07/2024 02:21:14.166 7fe46df2c240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1a62bd7d-9bf9-4de3-8861-9421862d8b83 object_type = feature identifier_name = default-global-system-config:infra-bms-access url = https://10.0.0.49:8082/feature/1a62bd7d-9bf9-4de3-8861-9421862d8b83 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "fq_name": ["default-global-system-config", "infra-bms-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:14.183 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'infra-bms-access'], 'oper': 'UPDATE', 'request-id': 'req-efbf2bbf-8978-43b7-816c-b89bb68c687b', 'type': 'feature', 'uuid': '1a62bd7d-9bf9-4de3-8861-9421862d8b83'} 11/07/2024 02:21:14.274 7fe46d8c30f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86490f57-fc6b-4c66-8c9e-b8ab56611249 object_type = feature identifier_name = default-global-system-config:pnf-service-chaining url = https://10.0.0.49:8082/feature/86490f57-fc6b-4c66-8c9e-b8ab56611249 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "fq_name": ["default-global-system-config", "pnf-service-chaining"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:14.282 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-service-chaining'], 'oper': 'UPDATE', 'request-id': 'req-f9035d2e-a659-4890-97c4-9da35fc015ae', 'type': 'feature', 'uuid': '86490f57-fc6b-4c66-8c9e-b8ab56611249'} 11/07/2024 02:21:14.379 7fe46da3f4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a74dd4b0-ec84-40de-89b8-037c2bad424e object_type = physical_role identifier_name = default-global-system-config:leaf url = https://10.0.0.49:8082/physical-role/a74dd4b0-ec84-40de-89b8-037c2bad424e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "fq_name": ["default-global-system-config", "leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:14.387 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'leaf'], 'oper': 'UPDATE', 'request-id': 'req-7539a02c-d30b-4f89-b805-1025ed6dd78e', 'type': 'physical_role', 'uuid': 'a74dd4b0-ec84-40de-89b8-037c2bad424e'} 11/07/2024 02:21:14.487 7fe46df64828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e848e994-4f62-4c2f-9140-8d66298c2a16 object_type = physical_role identifier_name = default-global-system-config:spine url = https://10.0.0.49:8082/physical-role/e848e994-4f62-4c2f-9140-8d66298c2a16 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "fq_name": ["default-global-system-config", "spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:14.496 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'spine'], 'oper': 'UPDATE', 'request-id': 'req-4c7ec098-211e-4f48-bcbb-de9ba19d2249', 'type': 'physical_role', 'uuid': 'e848e994-4f62-4c2f-9140-8d66298c2a16'} 11/07/2024 02:21:14.590 7fe46d8cf630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 165fc8b2-b498-425c-b9ca-c497dfb8ecb8 object_type = physical_role identifier_name = default-global-system-config:superspine url = https://10.0.0.49:8082/physical-role/165fc8b2-b498-425c-b9ca-c497dfb8ecb8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "fq_name": ["default-global-system-config", "superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:14.597 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'superspine'], 'oper': 'UPDATE', 'request-id': 'req-9d1ac2bc-15cc-478a-b892-e6ff155709c4', 'type': 'physical_role', 'uuid': '165fc8b2-b498-425c-b9ca-c497dfb8ecb8'} 11/07/2024 02:21:14.694 7fe46d8d6240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 object_type = physical_role identifier_name = default-global-system-config:pnf url = https://10.0.0.49:8082/physical-role/50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "fq_name": ["default-global-system-config", "pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:14.703 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf'], 'oper': 'UPDATE', 'request-id': 'req-f14f2247-a4bf-4db1-92a4-b8e095e7cd7a', 'type': 'physical_role', 'uuid': '50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441'} 11/07/2024 02:21:14.798 7fe46daf72e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3f7f21d-5131-42c5-902a-2870b9f2a440 object_type = overlay_role identifier_name = default-global-system-config:erb-ucast-gateway url = https://10.0.0.49:8082/overlay-role/d3f7f21d-5131-42c5-902a-2870b9f2a440 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "fq_name": ["default-global-system-config", "erb-ucast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:14.811 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-ucast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-cfea03ad-6df9-4f0b-b829-8d39a407e6a3', 'type': 'overlay_role', 'uuid': 'd3f7f21d-5131-42c5-902a-2870b9f2a440'} 11/07/2024 02:21:14.911 7fe46da00048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 63cfa342-76cd-4a56-8157-14c328560d48 object_type = overlay_role identifier_name = default-global-system-config:crb-access url = https://10.0.0.49:8082/overlay-role/63cfa342-76cd-4a56-8157-14c328560d48 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "fq_name": ["default-global-system-config", "crb-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:14.921 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access'], 'oper': 'UPDATE', 'request-id': 'req-ef2307b0-f499-4d87-b508-db04b0c9a622', 'type': 'overlay_role', 'uuid': '63cfa342-76cd-4a56-8157-14c328560d48'} 11/07/2024 02:21:15.019 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:15.027 7fe46da020f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:15.037 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-eede5478-4efb-4903-9030-5b55744c6ce6', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:21:15.134 7fe46d9000f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22353762-4f58-4a71-b3b7-a794e3f85f0c object_type = overlay_role identifier_name = default-global-system-config:crb-gateway url = https://10.0.0.49:8082/overlay-role/22353762-4f58-4a71-b3b7-a794e3f85f0c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "fq_name": ["default-global-system-config", "crb-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:15.142 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway'], 'oper': 'UPDATE', 'request-id': 'req-f3e700dc-60ed-47ff-b09b-42df044c9c09', 'type': 'overlay_role', 'uuid': '22353762-4f58-4a71-b3b7-a794e3f85f0c'} 11/07/2024 02:21:15.239 7fe46dae42e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b378a518-ae07-482d-a546-abc7a34ff5ed object_type = overlay_role identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/overlay-role/b378a518-ae07-482d-a546-abc7a34ff5ed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:15.248 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-991d480a-5e48-48cf-828f-52a10b003f2a', 'type': 'overlay_role', 'uuid': 'b378a518-ae07-482d-a546-abc7a34ff5ed'} 11/07/2024 02:21:15.342 7fe46dae48d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:15.351 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-499b4a22-a851-40e2-b0ed-b689c2eea4bc', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:21:15.446 7fe46d978a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc804de-3a25-4176-a505-11fd99f99b89 object_type = overlay_role identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/overlay-role/7fc804de-3a25-4176-a505-11fd99f99b89 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:15.458 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-9c1168d4-6f3c-48d6-bd1f-f2e9ea407ed6', 'type': 'overlay_role', 'uuid': '7fc804de-3a25-4176-a505-11fd99f99b89'} 11/07/2024 02:21:15.559 7fe46d8d2438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f46a292-5727-44c4-b5cc-dbb399d63dc0 object_type = overlay_role identifier_name = default-global-system-config:dci-gateway url = https://10.0.0.49:8082/overlay-role/3f46a292-5727-44c4-b5cc-dbb399d63dc0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "fq_name": ["default-global-system-config", "dci-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:15.568 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway'], 'oper': 'UPDATE', 'request-id': 'req-20cf1cd9-bc2c-44f1-b13a-811c250ecec4', 'type': 'overlay_role', 'uuid': '3f46a292-5727-44c4-b5cc-dbb399d63dc0'} 11/07/2024 02:21:15.662 7fe46d9d90f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c288d8d5-0400-434c-9648-973298c28dd2 object_type = overlay_role identifier_name = default-global-system-config:ar-client url = https://10.0.0.49:8082/overlay-role/c288d8d5-0400-434c-9648-973298c28dd2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "fq_name": ["default-global-system-config", "ar-client"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:15.672 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client'], 'oper': 'UPDATE', 'request-id': 'req-e604d90f-7d80-4ee0-bcff-6fd624664f4e', 'type': 'overlay_role', 'uuid': 'c288d8d5-0400-434c-9648-973298c28dd2'} 11/07/2024 02:21:15.771 7fe46d9e2cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6aae65f-b0d6-44b6-b1f5-b2adbff6debe object_type = overlay_role identifier_name = default-global-system-config:ar-replicator url = https://10.0.0.49:8082/overlay-role/c6aae65f-b0d6-44b6-b1f5-b2adbff6debe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "fq_name": ["default-global-system-config", "ar-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:15.780 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator'], 'oper': 'UPDATE', 'request-id': 'req-4f7523c8-f5ff-4c7b-b961-2440ee9e85fc', 'type': 'overlay_role', 'uuid': 'c6aae65f-b0d6-44b6-b1f5-b2adbff6debe'} 11/07/2024 02:21:15.875 7fe46d8c32e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c24f6c68-2b22-4d05-9215-bd5f4e97144e object_type = overlay_role identifier_name = default-global-system-config:route-reflector url = https://10.0.0.49:8082/overlay-role/c24f6c68-2b22-4d05-9215-bd5f4e97144e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "fq_name": ["default-global-system-config", "route-reflector"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:15.885 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'route-reflector'], 'oper': 'UPDATE', 'request-id': 'req-99eee329-8041-4da6-bb54-a2db8c294973', 'type': 'overlay_role', 'uuid': 'c24f6c68-2b22-4d05-9215-bd5f4e97144e'} 11/07/2024 02:21:15.987 7fe46efc8390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d04e3467-16c7-4d34-8a16-54db9f2dbd6d object_type = overlay_role identifier_name = default-global-system-config:lean url = https://10.0.0.49:8082/overlay-role/d04e3467-16c7-4d34-8a16-54db9f2dbd6d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "fq_name": ["default-global-system-config", "lean"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:15.996 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean'], 'oper': 'UPDATE', 'request-id': 'req-c1e55c94-8233-4d0b-8b5b-513897a7f2fd', 'type': 'overlay_role', 'uuid': 'd04e3467-16c7-4d34-8a16-54db9f2dbd6d'} 11/07/2024 02:21:16.020 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:16.094 7fe46d962438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7c98b4ba-9792-4adc-bbe5-814de08ee193 object_type = overlay_role identifier_name = default-global-system-config:pnf-servicechain url = https://10.0.0.49:8082/overlay-role/7c98b4ba-9792-4adc-bbe5-814de08ee193 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "fq_name": ["default-global-system-config", "pnf-servicechain"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:16.103 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain'], 'oper': 'UPDATE', 'request-id': 'req-02321444-d772-474f-a40f-d5de68c371d0', 'type': 'overlay_role', 'uuid': '7c98b4ba-9792-4adc-bbe5-814de08ee193'} 11/07/2024 02:21:16.198 7fe46d8cac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/role-definition/7fc7bdca-a972-42e0-b02b-f14221ab24ff operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "fq_name": ["default-global-system-config", "erb-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:16.208 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-43d89705-367f-4cb1-aa5a-01dfa1219475', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:21:16.303 7fe46d9ae6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/role-definition/6d675ed2-da72-4f70-b970-60c581a40246 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "fq_name": ["default-global-system-config", "crb-access-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:16.313 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-fa563589-8839-4d7c-9df8-9a4ced7eba3a', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:21:16.415 7fe46d922f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/role-definition/12313f49-601a-4c77-a56c-14c5faa0a0f7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "fq_name": ["default-global-system-config", "crb-access-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:16.424 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-78b8f762-6a3f-4db2-a45a-cb4f1a595775', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:21:16.523 7fe46d9dc048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/role-definition/3e74d541-ffa4-4b60-a80c-f7d30e81267e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "fq_name": ["default-global-system-config", "crb-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:16.531 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-8d2e5111-fa30-45c9-9174-eca1f6739c40', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:21:16.627 7fe46d977b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/role-definition/8713bf0b-c920-4bfc-b102-24ff9e8a9a56 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "fq_name": ["default-global-system-config", "crb-mcast-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:16.637 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ca9df867-8e08-4b8b-93bb-718802b29abc', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:21:16.739 7fe46d929d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/role-definition/3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:16.749 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-b4097ed7-baab-47f0-aa9c-c375513cf706', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:21:16.853 7fe46daa3e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/role-definition/9ed12178-e668-406f-ae82-6504f36818d2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "fq_name": ["default-global-system-config", "dc-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:16.862 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e5ffc6ad-6296-4f60-96dc-562985a38973', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:21:16.958 7fe46d8c9048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/role-definition/cf632c77-302b-45f8-8a3b-d2c6bdc298dd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "fq_name": ["default-global-system-config", "dci-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:16.967 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-c1d8701a-1398-4cea-8f2d-f1ff3817f97a', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:21:17.022 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:17.064 7fe46dc8d048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/role-definition/a17e9751-f0f6-45fd-b3cd-99d3deac46c3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "fq_name": ["default-global-system-config", "crb-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:17.075 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-832e5271-8922-4bf5-a6e2-de127716b4f9', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:21:17.175 7fe46d9f0f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/role-definition/2c3ab7f0-4324-4cf5-8453-7f3e989086e1 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "fq_name": ["default-global-system-config", "crb-mcast-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:17.183 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d9bc1c50-40f0-4170-906b-66ae8f9ee7ff', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:21:17.278 7fe46d9dce10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/role-definition/89eb9636-66e1-4865-b82c-0b460ab6c686 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "fq_name": ["default-global-system-config", "dc-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:17.286 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-02626a2c-19f1-4e51-a9a9-387969757975', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:21:17.382 7fe46da01978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/role-definition/8daef5e4-651d-4fd2-adcc-93dc9b88931e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "fq_name": ["default-global-system-config", "dci-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:17.392 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-39e2fa41-9c5e-4c4e-ac34-0388c0ecae12', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:21:17.491 7fe46d8d6048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/role-definition/53bde039-5adb-4b1a-9c0f-03b8c73e978b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "fq_name": ["default-global-system-config", "ar-client-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:17.499 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-21efc3d5-d124-48aa-abff-c641ad7d5d64', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:21:17.600 7fe46d968828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/role-definition/fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "fq_name": ["default-global-system-config", "ar-client-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:17.611 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-4060b55e-e055-482c-8758-daef04572d03', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:21:17.711 7fe46d9624e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/role-definition/b3a5a11a-9058-47cc-bbca-b92e18e00063 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "fq_name": ["default-global-system-config", "ar-replicator-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:17.719 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-985d5305-88fc-445b-a851-84eabfaddc66', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:21:17.818 7fe46dbb8588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/role-definition/700f730d-b72d-4b6a-914f-f46880b46dbf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "fq_name": ["default-global-system-config", "ar-replicator-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:17.831 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-cce9775d-8414-48d5-8940-df2638197ca0', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:21:17.930 7fe46d9f74e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/role-definition/a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "fq_name": ["default-global-system-config", "rr-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:17.941 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-98c080b6-679b-4677-9c29-d029696b181e', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:21:18.023 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:18.034 7fe46d90c780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/role-definition/337a1ec4-253f-4efd-8e31-d650bdfab64e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "fq_name": ["default-global-system-config", "rr-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:18.043 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-e3aaddc6-2a32-4e0f-8349-478526bf6393', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:21:18.139 7fe46d9d9c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/role-definition/05c8ab04-e527-47bf-bd06-cfc7e4f72383 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "fq_name": ["default-global-system-config", "rr-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:18.147 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-82bba696-1a7e-4bf7-bd0c-3e9c2e248b96', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:21:18.243 7fe46de606d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/role-definition/c3369dc6-8fd8-476e-920f-39bfe42b1a18 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "fq_name": ["default-global-system-config", "lean-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:18.251 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-d6ea9cf4-086d-49d3-82a9-72def030987d', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:21:18.354 7fe46d90ce10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/role-definition/887c905f-12cf-4707-abe5-25641ff7994a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "fq_name": ["default-global-system-config", "lean-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:18.364 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-445cc4c9-ebbe-4d39-bc33-d129bb2227d4', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:21:18.470 7fe46da53438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/role-definition/eae130b1-c96e-47dc-a63a-0b04d4515815 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "fq_name": ["default-global-system-config", "pnf-servicechain-pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:18.480 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-031327b9-d2e5-4305-9ed3-d27dd9c5d669', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:21:18.582 7fe46d922eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/role-definition/c0916b85-cd5b-435c-a8c9-02a9a6f51769 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "fq_name": ["default-global-system-config", "pnf-servicechain-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:18.592 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-8f9e71ca-601f-4d00-bd07-a5b12553bad3', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:21:18.691 7fe46da32390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/role-definition/0fab1b56-dc54-446c-9c4a-a2017c20792f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "fq_name": ["default-global-system-config", "pnf-servicechain-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:18.699 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f5707928-5b4f-4438-8f9d-b17455a0628a', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:21:18.799 7fe46ddd0f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 71100362-52d5-49e1-a5ec-dc34d5fd4103 object_type = feature_config identifier_name = default-global-system-config:erb-leaf:l3-gateway url = https://10.0.0.49:8082/feature-config/71100362-52d5-49e1-a5ec-dc34d5fd4103 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "71100362-52d5-49e1-a5ec-dc34d5fd4103", "fq_name": ["default-global-system-config", "erb-leaf", "l3-gateway"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "use_gateway_ip", "value": "True"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:18.808 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-9e2c2fcd-c4d9-4569-b4e0-32d16c487f8b', 'type': 'feature_config', 'uuid': '71100362-52d5-49e1-a5ec-dc34d5fd4103'} 11/07/2024 02:21:18.906 7fe46da020f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 998f5f5b-dac6-428e-afc9-e111ce9c84e2 object_type = feature_config identifier_name = default-global-system-config:ar-client-spine:assisted-replicator url = https://10.0.0.49:8082/feature-config/998f5f5b-dac6-428e-afc9-e111ce9c84e2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "998f5f5b-dac6-428e-afc9-e111ce9c84e2", "fq_name": ["default-global-system-config", "ar-client-spine", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:18.914 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-ca140ad6-896c-4d20-b9aa-7d0864e0e1fc', 'type': 'feature_config', 'uuid': '998f5f5b-dac6-428e-afc9-e111ce9c84e2'} 11/07/2024 02:21:19.014 7fe46d913eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0867534b-2dea-408b-9d48-f35498eb53fa object_type = feature_config identifier_name = default-global-system-config:ar-client-leaf:assisted-replicator url = https://10.0.0.49:8082/feature-config/0867534b-2dea-408b-9d48-f35498eb53fa operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "0867534b-2dea-408b-9d48-f35498eb53fa", "fq_name": ["default-global-system-config", "ar-client-leaf", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:19.022 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-965ba4aa-c19e-47db-a108-0c4f805ababc', 'type': 'feature_config', 'uuid': '0867534b-2dea-408b-9d48-f35498eb53fa'} 11/07/2024 02:21:19.025 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:19.118 7fe46d8c7240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/node-profile/edd9d036-a7db-418b-9e5f-80c0fc6adf9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:19.127 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-fc50dd0e-6426-44f4-9808-5a806d8a900f', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:19.252 7fe46da77390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/node-profile/dda2834b-74c3-40b2-ae88-30651406dace operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "fq_name": ["default-global-system-config", "juniper-qfx5k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:19.263 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-0f6ad7ea-23da-4244-9294-0de5d0aa1c68', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:21:19.358 7fe46da65f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/node-profile/134314c5-c9a5-480a-8822-b05c25e74d1b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["Route-Reflector", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector", "AR-Client", "AR-Replicator"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:19.365 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-1b62fefb-7191-4432-a24b-5192475908a8', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:21:19.462 7fe46de6c8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/node-profile/5c345570-baa6-4cca-aadb-a909315de17a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "fq_name": ["default-global-system-config", "juniper-qfx5120"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector", "AR-Client", "ERB-UCAST-Gateway", "CRB-Gateway", "PNF-Servicechain"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "Route-Reflector", "PNF-Servicechain", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:19.471 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-94e7f63d-31d7-4f70-a579-cfce0f2ebb16', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:21:19.570 7fe46d9ad2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/node-profile/4b759c70-b6f4-41cc-9597-4b44bc8e1cbb operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "fq_name": ["default-global-system-config", "juniper-qfx5220"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:19.579 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-c965f202-dd1e-4ab6-a7ac-a45aeeb171a6', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:21:19.681 7fe46deb9048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/node-profile/f5d47ce2-0539-4c22-a861-529351f95857 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "fq_name": ["default-global-system-config", "juniper-qfx10k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:19.690 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-eee79c5f-72cd-40ee-997f-f93ff13f69c1', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:21:19.792 7fe46da322e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/node-profile/fe87400f-2ffc-41ed-88dc-afd60e9b609b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "fq_name": ["default-global-system-config", "juniper-mx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:19.800 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-b3546997-ce62-4274-a634-ec3ddd1c7905', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:21:19.902 7fe46df22c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/node-profile/096a2735-e7c1-4b17-a7a3-a7bb6faa62af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "fq_name": ["default-global-system-config", "juniper-srx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": false, "node_profile_roles": {"role_mappings": [{"physical_role": "pnf", "rb_roles": ["PNF-Servicechain"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:19.911 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-71c17b55-29af-45f4-ab89-05db496fecba', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:21:20.011 7fe46da97588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = abf711ba-5e89-49e5-abbb-67e23053d2e9 object_type = node_profile identifier_name = default-global-system-config:device-functional-group url = https://10.0.0.49:8082/node-profile/abf711ba-5e89-49e5-abbb-67e23053d2e9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "abf711ba-5e89-49e5-abbb-67e23053d2e9", "fq_name": ["default-global-system-config", "device-functional-group"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "ERB-UCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:20.020 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device-functional-group'], 'oper': 'UPDATE', 'request-id': 'req-586dba73-6c68-41c1-958b-ca865e4ef34f', 'type': 'node_profile', 'uuid': 'abf711ba-5e89-49e5-abbb-67e23053d2e9'} 11/07/2024 02:21:20.025 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:21.026 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:21.221 7fe46d9136d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:21:21.222 7fe46d9136d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:21:21.270 7fe46d9b3d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b46dc25a-d8d5-4fb8-92c9-000b4a174622 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k-lean:basic url = https://10.0.0.49:8082/role-config/b46dc25a-d8d5-4fb8-92c9-000b4a174622 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "b46dc25a-d8d5-4fb8-92c9-000b4a174622", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:21.281 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-37562239-c681-477a-81f5-f342bd0ca974', 'type': 'role_config', 'uuid': 'b46dc25a-d8d5-4fb8-92c9-000b4a174622'} 11/07/2024 02:21:21.377 7fe46d9136d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:21:21.378 7fe46d9136d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:21:21.429 7fe46de1b2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3bba2573-3fa7-4605-be62-08129fd192f3 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k:basic url = https://10.0.0.49:8082/role-config/3bba2573-3fa7-4605-be62-08129fd192f3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "3bba2573-3fa7-4605-be62-08129fd192f3", "fq_name": ["default-global-system-config", "juniper-qfx5k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:21.438 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-da446188-52ad-4481-bc6d-98bbe4ef875f', 'type': 'role_config', 'uuid': '3bba2573-3fa7-4605-be62-08129fd192f3'} 11/07/2024 02:21:21.538 7fe46d9136d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:21:21.538 7fe46d9136d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:21:21.592 7fe46da322e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ca9bfca3-df36-4b18-8818-e83e82bdbcf0 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5120:basic url = https://10.0.0.49:8082/role-config/ca9bfca3-df36-4b18-8818-e83e82bdbcf0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "ca9bfca3-df36-4b18-8818-e83e82bdbcf0", "fq_name": ["default-global-system-config", "juniper-qfx5120", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:21.601 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-2c24924c-ca29-450d-a9dd-4b7dc511853a', 'type': 'role_config', 'uuid': 'ca9bfca3-df36-4b18-8818-e83e82bdbcf0'} 11/07/2024 02:21:21.705 7fe46d9136d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:21:21.705 7fe46d9136d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:21:21.754 7fe46d9524e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9075c3e4-8eaf-49c6-a27e-c08153b72693 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5220:basic url = https://10.0.0.49:8082/role-config/9075c3e4-8eaf-49c6-a27e-c08153b72693 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "9075c3e4-8eaf-49c6-a27e-c08153b72693", "fq_name": ["default-global-system-config", "juniper-qfx5220", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:21.762 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-fc258a48-ae5d-4971-860e-a5de4dd36e54', 'type': 'role_config', 'uuid': '9075c3e4-8eaf-49c6-a27e-c08153b72693'} 11/07/2024 02:21:21.863 7fe46d9136d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:21:21.863 7fe46d9136d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:21:21.914 7fe46daf70f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 00197742-a3bb-478e-a360-a359ebe4dbfe object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k-lean:basic url = https://10.0.0.49:8082/role-config/00197742-a3bb-478e-a360-a359ebe4dbfe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "00197742-a3bb-478e-a360-a359ebe4dbfe", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:21.921 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-638f76c1-fb96-4778-afc3-3ceba33916dd', 'type': 'role_config', 'uuid': '00197742-a3bb-478e-a360-a359ebe4dbfe'} 11/07/2024 02:21:22.021 7fe46d9136d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:21:22.022 7fe46d9136d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:21:22.028 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:22.071 7fe46d95a390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0d823831-a334-484f-8088-9128f0681d36 object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k:basic url = https://10.0.0.49:8082/role-config/0d823831-a334-484f-8088-9128f0681d36 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "0d823831-a334-484f-8088-9128f0681d36", "fq_name": ["default-global-system-config", "juniper-qfx10k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:22.081 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-99605e3e-0408-4e3d-b74a-640fca57457f', 'type': 'role_config', 'uuid': '0d823831-a334-484f-8088-9128f0681d36'} 11/07/2024 02:21:22.181 7fe46d9136d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:21:22.181 7fe46d9136d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:21:22.231 7fe46d9dcc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d object_type = role_config identifier_name = default-global-system-config:juniper-mx:basic url = https://10.0.0.49:8082/role-config/2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d", "fq_name": ["default-global-system-config", "juniper-mx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:22.240 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-9f7a739a-a919-4bc5-97e2-d9897658f584', 'type': 'role_config', 'uuid': '2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d'} 11/07/2024 02:21:22.335 7fe46d9136d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:21:22.335 7fe46d9136d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:21:22.389 7fe46d95ae10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6b3d4a3-1a6f-4687-a0bd-5077da20deba object_type = role_config identifier_name = default-global-system-config:juniper-srx:basic url = https://10.0.0.49:8082/role-config/c6b3d4a3-1a6f-4687-a0bd-5077da20deba operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "c6b3d4a3-1a6f-4687-a0bd-5077da20deba", "fq_name": ["default-global-system-config", "juniper-srx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:22.398 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-f714673f-f442-4ab8-bd6f-7da59c4032b5', 'type': 'role_config', 'uuid': 'c6b3d4a3-1a6f-4687-a0bd-5077da20deba'} 11/07/2024 02:21:22.546 7fe46df35198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:22.555 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4caac29a-f62f-4e09-a602-3b76da9bd402', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:21:22.699 7fe46d977d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:22.708 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-46bab504-87ce-41ce-8f28-d00db9bff940', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:21:22.858 7fe46d9196d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:22.883 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ccdb29dc-19d1-43c9-910b-de7b3eefa1b0', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:21:23.023 7fe46dbb8a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:23.029 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:23.030 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2fead36a-2c8c-4d02-853a-fbdd021790d7', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:21:23.175 7fe46d919f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:23.181 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ea656432-9464-4ec2-8f66-5f36bd5e1703', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:21:23.331 7fe46de2eac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:23.338 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-111cc878-17cc-4465-b615-ee6ce6009132', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:21:23.482 7fe46d8c7cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:23.493 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7735660a-d57b-4c5f-925d-001e725d86d0', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:21:23.634 7fe46d919f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:23.642 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-03e5fb17-986f-4863-8726-a59b1ad0d596', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:21:23.791 7fe46d963e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:23.798 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-24613f5e-77a6-463c-b614-ca9fc4ff705d', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:21:23.946 7fe46d9b3a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:23.952 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-fd2e359c-86c9-4aa8-bf8d-7d2a5963f9b0', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:21:24.030 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:24.102 7fe46d955390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:24.109 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-915f4de2-914e-4593-80ed-dea2888b5990', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:21:24.263 7fe46ef2a048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:24.271 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-df715221-0c1a-46fe-a27f-4f0be09bed57', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:21:24.414 7fe46df68630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:24.420 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-460a71f1-6da8-4707-a168-4279f99eaaee', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:21:24.567 7fe46dd3e6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:24.574 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c90e6e7b-e1cf-4701-9a4e-85f0d37d7ad6', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:21:24.728 7fe46de95780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:24.738 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a9951244-b12f-4ee3-bd9c-151ea470eeda', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:21:24.883 7fe46d94a8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:24.895 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-00d6e975-bc10-4060-b263-4248d4401ee6', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:21:25.031 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:25.043 7fe46d90c240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:25.050 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d714a74f-7b4b-4a30-a98d-2789e46e8093', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:21:25.195 7fe46da8d4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:25.202 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9a484ea7-0d2b-4c5c-8646-597acbacca0e', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:21:25.347 7fe46d9ad2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:25.353 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-a4eb8b16-7ca2-45be-a1c5-9ca5152f047e', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:21:25.499 7fe46db1d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:25.507 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-80ebaf93-cc03-4fd3-9b71-eb8bafa13ac8', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:21:25.654 7fe46d94a828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:25.661 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-c00c5462-53b4-4d96-b1db-27525cbe48ab', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:21:25.812 7fe46da23630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:25.821 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-a24b5617-d045-4ff4-84b1-66c40abdf245', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:21:25.967 7fe46de606d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:25.977 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-094695f0-c6ca-468d-a0d7-e72793f98d81', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:21:26.035 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:26.134 7fe46da36ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:26.143 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-a7a95b7b-fd7e-42a8-89df-c83975829eea', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:21:26.304 7fe46d8ded68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:26.314 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-8a0a16de-abe3-4f6f-bb46-bec85d555998', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:21:26.463 7fe46da238d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:26.471 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-ab2648b0-af20-4451-9edb-918a396a4501', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:21:26.625 7fe46de1b2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:26.633 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-f476dd31-53aa-408d-b4fa-4e96ae3bf2f6', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:21:26.792 7fe46d8cab70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:26.803 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-8a010e39-0332-43b7-bad6-87f7811c39ea', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:21:26.951 7fe46d90c4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:26.959 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-dde12f63-62f7-4f48-b4aa-b93f2095c4ee', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:21:27.036 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:27.115 7fe46d8cacc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:27.124 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-06ef3b2b-7bea-4984-852c-7c733a253922', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:21:27.266 7fe46d90c048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:27.276 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e5822652-b5bc-4b02-a83f-03ed87fe56ae', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:21:27.428 7fe46d978390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:27.436 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-663e5e9d-a9f5-4766-8edb-27ef04b2f243', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:21:27.584 7fe46da238d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:27.595 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-efab83b5-7dd4-42c3-8778-de8f1258e6fb', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:21:27.735 7fe46d995d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:27.743 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-c0c223fc-bf3e-4898-bc4d-c1df7c37ac6a', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:21:27.890 7fe46da36048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:27.901 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3f7f8ac4-6845-4504-b508-7434cb8b8b85', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:21:28.040 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:28.044 7fe46d978d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:28.050 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-cdba2c4d-2c97-4f74-84e6-dfd20203e98c', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:21:28.204 7fe46d9d16d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:28.217 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7fad6014-f29e-4877-b411-315ab6560586', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:21:28.366 7fe46d9226d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:28.373 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5f991f87-08d3-44af-af12-ecac1e800980', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:21:28.526 7fe46d995eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:28.533 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-266e7d01-ad56-4d6a-ace6-f2618eeb9de2', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:21:28.673 7fe46de18828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:28.680 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d1ca3ca3-124a-4d38-b0e7-cfdb34507102', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:21:28.830 7fe46de6c828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:28.838 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c6c6a45b-3535-4ed7-8479-62b5dd5d268d', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:21:28.986 7fe46da36780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:28.993 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-34692835-8fcb-4842-8754-fd2e210513ee', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:21:29.041 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:29.144 7fe46d8e7d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:29.152 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-889407e3-39b3-44c2-8660-38df1182a6bf', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:21:29.299 7fe46da36198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:29.306 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-251cf1a2-999b-44ad-ab0e-c8fa76ff1a5e', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:21:29.450 7fe46d8e7e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:29.459 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-d8958306-0c6c-44c4-9315-2c2a7277972b', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:21:29.610 7fe46d8c7b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:29.618 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-9338bd5d-f517-4035-b66f-a05467afc89b', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:21:29.763 7fe46d8caac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:29.771 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-259489bf-6bba-4a9e-ab1d-8bba00f85f6b', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:21:29.919 7fe46d95a630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "overlay-role", "ref-uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "ref-fq-name": ["default-global-system-config", "crb-mcast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:29.926 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-fa6ef388-dc6a-4f3f-a1ba-7d460d185dd4', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:21:30.042 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:30.075 7fe46d8ca240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:30.082 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-dc071490-84f8-4082-9f58-a3cdf0bda809', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:21:30.234 7fe46d8c7d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:30.242 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-442b6102-ef91-4bc5-bb69-150d53c28a9e', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:21:30.394 7fe46d955a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:30.401 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4b3f63a6-3dbb-43dd-9d41-e2de464ef9ef', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:21:30.550 7fe46d8c9240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:30.558 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e4f962ad-8467-4875-bb37-185ea1705e0a', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:21:30.703 7fe46d95ac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:30.710 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8588e85f-4137-4e49-8d8f-851c2062afe0', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:21:30.861 7fe46d9d1240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:30.869 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-53938596-989b-49ce-b9a1-a41a19bfd23c', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:21:31.022 7fe46d955f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "overlay-role", "ref-uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "ref-fq-name": ["default-global-system-config", "crb-mcast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:31.029 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-319b8aeb-9f2c-497c-8d6d-16f340db1cfc', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:21:31.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:31.182 7fe46d9ae4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:31.190 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c261f557-48ec-4208-9e81-f6dcf4057151', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:21:31.344 7fe46dc9b048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:31.355 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-9d27db56-3936-46ba-993c-5919031a2393', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:21:31.499 7fe46d8dee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:31.507 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e591f97f-7ce6-455f-8a6a-42eb3971191d', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:21:31.654 7fe46dc9b198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:31.662 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-fef3e953-c3a5-43be-b9b4-b4f6f9f79690', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:21:31.807 7fe46da32d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:31.815 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-a79b9608-8eab-4535-9467-ff1f4a63e8de', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:21:31.967 7fe46da320f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:31.973 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-336bc664-5953-4874-9cd6-dff4d1b8a940', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:21:32.045 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:32.122 7fe46d912eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:32.128 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e81cc7e2-e9e1-4799-a656-d0a05de10957', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:21:32.275 7fe46d8f42e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:32.282 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-9348f59c-74ae-4540-a3c7-5542e7260313', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:21:32.427 7fe46d9d9048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "overlay-role", "ref-uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:32.436 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-96817d4c-7b43-4444-b1de-6ebd4cab7623', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:21:32.583 7fe46d9ae588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:32.591 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-54ac1e45-2421-4f06-a1c1-d91401ea35d2', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:21:32.733 7fe46e85e978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "physical-role", "ref-uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "ref-fq-name": ["default-global-system-config", "superspine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:32.741 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-60d6336b-70cf-4bb7-b39a-f5d3d89ee7fc', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:21:32.894 7fe46d9ae6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "overlay-role", "ref-uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "ref-fq-name": ["default-global-system-config", "lean"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:32.901 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-98ba9a28-aedb-4282-9ca9-1519a35d4856', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:21:33.047 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:33.055 7fe46de7deb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:33.062 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-8322d6b2-ecce-4a37-9366-3e795e532ff5', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:21:33.206 7fe46d95a2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:33.213 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-f9e89a96-9be5-4913-8a7c-2fd178d15eef', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:21:33.364 7fe46d925198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:33.370 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-a354d71b-bb93-4318-89d8-354e333f1e15', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:21:33.522 7fe46dbb8390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "overlay-role", "ref-uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "ref-fq-name": ["default-global-system-config", "lean"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:33.532 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-7211939f-07ab-4d4b-ad24-96efedc179dc', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:21:33.674 7fe46d8d2f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:33.683 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-35fd6633-af03-4cc3-ba4c-a22b28d2a382', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:21:33.831 7fe46d96ccc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:33.839 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-d510c6ae-4198-4cc1-b778-df5322c2e6f4', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:21:33.987 7fe46de18ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:33.994 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-29fb343d-c1b9-41c4-969e-1e0ce1dbdad4', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:21:34.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:34.138 7fe46deeb6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:34.145 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-70826622-d238-478f-9d57-8705cc55283b', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:21:34.290 7fe46dbb8588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:34.296 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d87ad364-4334-4316-b4e6-e96c6a9bdd09', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:21:34.448 7fe46d8d2b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:34.454 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9e0f5f73-b360-428b-988b-f45fe8d09954', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:21:34.603 7fe46d933eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:34.609 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a75a35a0-8277-435a-b72e-d0318cc5c744', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:21:34.759 7fe46da8de10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:34.766 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b24625f1-2c74-4651-a192-7e2284d97cea', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:21:34.912 7fe46d933588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:34.918 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c8b126cd-903f-46cd-9335-fff5605e788a', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:21:35.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:35.067 7fe46ddd02e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "overlay-role", "ref-uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:35.078 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-84ac3d36-016d-4d56-87b2-7c5084b71158', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:21:35.222 7fe46d8d2390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:35.229 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6627ae83-a3c9-4c86-a3c1-392768a178ce', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:21:35.386 7fe46d9dca20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:35.393 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-9f885f1d-b489-4507-85b9-80a55b3b62a2', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:21:35.539 7fe46da362e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:35.548 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-9cf8a870-db76-4a07-9299-8d6c728dffa4', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:21:35.695 7fe46d9dc390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:35.702 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-4de93b97-8f3d-4db7-985c-3f2c6d22c615', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:21:35.851 7fe46da3db70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:35.859 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-1398d7b9-e29e-4110-a995-6ea80afd98f4', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:21:36.015 7fe46d933978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:36.023 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-f02e565d-3daf-4ef2-a97f-c48466674e8e', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:21:36.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:36.171 7fe46d962828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:36.177 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-4eb9d6c4-a9df-4761-a092-206723ce1b90', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:21:36.339 7fe46d933ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:36.348 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-dd0a0209-4170-44d6-9f0f-6c1dc1952d88', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:21:36.492 7fe46ddcb828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "overlay-role", "ref-uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "ref-fq-name": ["default-global-system-config", "dci-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:36.498 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-53993999-41e8-4c73-b851-6e7ac90e2ebc', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:21:36.642 7fe46ddf7588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:36.650 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-88b45477-1dc0-494b-8dbe-faa3a5a9d19d', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:21:36.798 7fe46d90c2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:36.805 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-befa46cd-1b73-42e7-8b44-3249117f1ade', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:21:36.950 7fe46d922978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:36.957 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a2f0b618-8918-45f7-89b2-f903d1e6a47e', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:21:37.052 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:37.102 7fe46d90c630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:37.108 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f1c2b816-9b0d-445d-90f5-163cad74c37c', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:21:37.259 7fe46daba048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:37.265 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7f2f628c-da65-468a-a82d-af9973c6ac0e', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:21:37.410 7fe46da77630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:37.416 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a4a75f76-af4d-4cf9-a21e-99715a270a95', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:21:37.563 7fe46d9dc588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:37.570 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-60dd60f4-f790-4692-bb40-0bbbb7bc7ea6', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:21:37.715 7fe46dae46d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:37.723 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4cbedd5d-941a-4683-a1c1-159a0af4da5d', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:21:37.875 7fe46d933f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "overlay-role", "ref-uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "ref-fq-name": ["default-global-system-config", "dci-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:37.882 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4b5c9fb3-05b4-4c39-9ca6-0d690c78c15f', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:21:38.031 7fe46d9d1cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:38.041 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-dcdfebc0-8630-482e-a3bc-7e20339479e3', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:21:38.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:38.186 7fe46d9236d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:38.195 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-d5c2e573-b329-4d31-af3e-94a1259ad4d2', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:21:38.339 7fe46e85e978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:38.349 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a30666cf-a9c1-4fd4-b1ac-4ed23cff9a41', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:21:38.490 7fe46dc55d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:38.497 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8a6e3f63-61db-46ab-914b-a352e9ef2478', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:21:38.646 7fe46d933ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:38.656 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-33ac83f0-3d3c-4a6d-bdf2-5073aefe82cc', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:21:38.803 7fe46d8f4198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:38.810 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-d4d88cab-feca-4cd5-8294-d7ca38b41ab6', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:21:38.954 7fe46df66780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:38.961 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-65adfecd-10e3-4d65-be3e-b7c09ab760a2', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:21:39.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:39.114 7fe46d8d6240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:39.121 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-d7dea253-f8ec-4649-971c-6eeeb76fc4ec', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:21:39.270 7fe46d8deb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:39.277 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a4cd0f91-a089-48ed-96fd-e949240d58bf', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:21:39.426 7fe46da32ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:39.432 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-732c37aa-21e8-4bf6-be51-400bd92e7f9a', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:21:39.582 7fe46d9296d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:39.589 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-feade5e3-1ae6-493b-8db9-a42b2368bd26', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:21:39.739 7fe46d9006d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:39.746 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-e9e40a6b-2824-48bb-a3c7-bb7d8bcf6c01', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:21:39.890 7fe46d99a048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:39.897 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0920b9ad-b715-4b46-9f29-16d7167ff0c8', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:21:40.043 7fe46d9d9978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "overlay-role", "ref-uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "ref-fq-name": ["default-global-system-config", "ar-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:40.050 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0650f179-166b-4b0a-981c-9ba94ba26098', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:21:40.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:40.199 7fe46d9b3f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:40.206 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-80d0f937-bf0e-4e9e-aa61-320143699d1e', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:21:40.358 7fe46d8c9198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "overlay-role", "ref-uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "ref-fq-name": ["default-global-system-config", "ar-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:40.365 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-855b2711-9af2-4aeb-bf8d-db9c72504df9', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:21:40.511 7fe46d8810f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:40.518 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-de90092a-f8b1-463d-942d-37417794c88e', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:21:40.674 7fe46d900198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "overlay-role", "ref-uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "ref-fq-name": ["default-global-system-config", "ar-client"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:40.680 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-53e1e855-a6d0-4c92-8d32-7406d6807af6', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:21:40.828 7fe46d929f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:40.835 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-7ee8fdde-84b5-4097-90fd-4b9ff6f1ec41', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:21:40.983 7fe46d919eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:40.989 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-aa46d634-6f93-4e6b-acb2-3be5703618d1', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:21:41.142 7fe46ddd0eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "physical-role", "ref-uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "ref-fq-name": ["default-global-system-config", "superspine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:41.151 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-ff0f7ff2-a4f0-4484-a321-0cf7c1d89933', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:21:41.295 7fe46da65f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:41.301 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1fd3d909-9648-4c4c-b423-1b6497f54065', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:21:41.456 7fe46d9dceb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "overlay-role", "ref-uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "ref-fq-name": ["default-global-system-config", "ar-client"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:41.464 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-d49819ff-d3b0-4681-9f92-80bd22abddb2', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:21:41.610 7fe46dac2c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:41.617 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-d85896e6-0311-48d4-bec9-784ad361abed', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:21:41.767 7fe46df684e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:41.774 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-894a2621-0c66-4740-8c04-5a9ff932c864', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:21:41.927 7fe46d9f7780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:41.933 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-a8d611a1-01ce-4590-980e-690f805a4df0', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:21:42.016 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:42.082 7fe46d8f4a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:42.089 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-7972eb38-1eb7-4b1d-8f61-feb47cc63b87', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:21:42.235 7fe46d9dc390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:42.241 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-18202594-d414-4353-b0a6-3a17c08a7d16', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:21:42.387 7fe46d8d6780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:42.393 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-d0599520-a71b-4cd6-a020-3a864f09671e', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:21:42.537 7fe46d9ad630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:42.543 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-e178d05a-4f9e-46af-a68e-a5ac357910d0', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:21:42.694 7fe46d8f4198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:42.701 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-90a2348b-a47c-49bc-b283-03583edcc2f5', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:21:42.850 7fe46d9b3eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:42.856 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-f0d07e9c-1811-4680-910f-99a01c626791', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:21:43.006 7fe46dc9b048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:43.014 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-60fe7c9b-6269-46e1-85ad-5ea32243d649', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:21:43.017 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:43.162 7fe46d8e42e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:43.169 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e4df4f5c-2b57-4cb6-b4c7-fb9a26f9c65a', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:21:43.319 7fe46e85e978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:43.327 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a4ec4b47-45aa-432d-bfb9-f6e1da38fba2', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:21:43.478 7fe46d8f40f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:43.486 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d8ccb7d6-f71c-4eb9-a3ff-9fcd48b74a05', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:21:43.646 7fe46da77240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:43.655 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5ddfbe5a-54ab-48b2-9fe0-9ce366e933df', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:21:43.799 7fe46d8fcb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:43.808 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c5f63427-a380-4f6a-bdf1-43a518bac0fc', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:21:43.951 7fe46d978e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:43.961 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-593449b9-c931-4864-9f48-9fb0833baf8b', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:21:44.018 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:44.114 7fe46d9934e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:44.120 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-cd15d3ed-2e12-49eb-900c-39af1ec468b1', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:21:44.274 7fe46d8ec780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:44.281 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-cf6a52d3-cf35-41c8-8506-f49dfeb4b2f2', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:21:44.426 7fe46d8ecd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:44.434 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ce2ea5a6-81d6-40eb-a8a3-50ed952638ce', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:21:44.586 7fe46d8fca20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:44.595 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-3762bc44-0e9a-4696-8516-538f886030f3', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:21:44.743 7fe46d9334e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:44.752 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6b68e7cf-5178-4e36-a542-c97927bfb796', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:21:44.894 7fe46da320f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:44.902 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-fc73a1b3-2ee1-4454-b4c3-03ba3b99a74a', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:21:45.019 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:45.050 7fe46d8ec6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:45.058 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5d29fbc3-5c1a-41f1-8d90-b175a0eeb9fe', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:21:45.208 7fe46de7deb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:45.216 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-fc5270c5-4ab6-4f10-8d74-aadac8f2f2d6', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:21:45.362 7fe46d9338d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:45.368 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-cb97481c-2688-4a76-949f-ed0d47823729', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:21:45.514 7fe46da77630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:45.521 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-8a8fbc8c-3540-4301-bd76-0b34a96f8142', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:21:45.670 7fe46d8c3cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:45.676 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-93f45c16-1803-4bda-b7fa-8cf7c0be2ffa', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:21:45.826 7fe46d9b3d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:45.833 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-c5280f49-353e-4d78-b8c0-d165f8c40bd4', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:21:45.982 7fe46df35d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:45.988 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-7a167d5d-830a-476a-95b5-d74e830ff88a', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:21:46.020 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:46.138 7fe46d951438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:46.145 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-bcb67341-76d6-4378-8baf-335124943172', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:21:46.292 7fe46da77ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:46.302 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-dc32d428-b5bd-4fd5-a0c3-bd350d4ce758', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:21:46.446 7fe46d978390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:46.453 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-a2bf34e7-1971-4981-b431-1297a36a38ec', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:21:46.603 7fe46d9620f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:46.612 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-acf0d6fa-8cb9-486a-8208-2b11f31b6194', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:21:46.754 7fe46d9d10f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:46.761 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-fe229c50-718d-414d-9fe5-3156125419c9', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:21:46.911 7fe46dfa64e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:46.919 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3a377626-7e5a-4396-b537-26f58e5ed24e', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:21:47.021 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:47.068 7fe46d9d9780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:47.074 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-531c02b8-f563-4c9e-8633-7ebf9f515c5c', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:21:47.227 7fe46defecc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:47.236 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-01c951b4-8901-4468-afa9-68f03cd5d3c6', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:21:47.388 7fe46d9d96d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:47.396 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9a6ea3e5-3384-459d-912f-b11bf45d4aa8', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:21:47.542 7fe46dae4828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:47.549 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-388b9e7d-672e-4ef3-99ed-376f3f9d7e70', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:21:47.696 7fe46d912240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:47.703 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-34ac9562-56f3-4d89-ac84-c8be0747b258', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:21:47.855 7fe46d955c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:47.866 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-697ec21b-0fc8-4e21-b1f0-137fa25a3d8f', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:21:48.014 7fe46d962828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:48.021 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-cbaad26a-b866-455c-80cc-fbb2b9db230b', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:21:48.023 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:48.171 7fe46d9550f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:48.179 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-d7346e83-fdb8-46b4-b40c-fcf3bec58bef', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:21:48.332 7fe46dae4780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:48.343 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-59d6305d-6b9e-4b14-abf2-0f93c3efa3c9', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:21:48.487 7fe46d933828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:48.495 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-e5b3a35f-d345-4828-9a14-90ad5ef8feb7', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:21:48.653 7fe46d929cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:48.664 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-e3b97f97-6432-4abd-8c30-181aff5531f0', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:21:48.815 7fe46d933c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:48.824 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-1515b472-8161-4049-9a1b-ec3b0247ddbc', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:21:48.975 7fe46dae4390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:48.981 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-857f298d-c1f7-4899-b2ea-79ee8b9d225a', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:21:49.023 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:49.136 7fe46d9dc2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:49.143 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-8c317363-b964-40c4-ad78-9566b13e113d', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:21:49.290 7fe46d962b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "overlay-role", "ref-uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "ref-fq-name": ["default-global-system-config", "collapsed-spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:49.296 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-10354986-7442-470a-8030-fc3a7db6accd', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:21:49.445 7fe46da8d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:49.456 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-b9a7b557-be23-46a5-9be1-e9fdf1558c01', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:21:49.603 7fe46d9338d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:49.613 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-6823456e-94ea-4687-86a7-5e5046dc0317', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:21:49.754 7fe46ddd0c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:49.760 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-9ad2d097-7986-4c24-a53b-4171017c3d5b', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:21:49.911 7fe46d925eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:49.921 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-59ccf285-cf2f-4d59-b79d-14e8f8ca4d39', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:21:50.025 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:50.065 7fe46d929f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "physical-role", "ref-uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "ref-fq-name": ["default-global-system-config", "pnf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:50.077 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-e3b93620-fbe9-4c00-b30d-f7d6a1f5a317', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:21:50.223 7fe46d9936d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:50.230 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-0820c8e7-1a01-4260-a194-f14bd36686ed', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:21:50.378 7fe46d9296d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:50.386 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-aa27d42e-c855-4f9f-8372-dba60eff8963', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:21:50.534 7fe46d900240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:50.540 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-f87f0580-b0cb-402b-be67-896b7c033fb6', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:21:50.690 7fe46dab7828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:50.697 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-1698fa08-bcdd-41c4-b3e1-6034569017a4', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:21:50.848 7fe46d929c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:50.856 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a6b95058-83cd-4dad-9cf9-55de2c461ae6', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:21:50.999 7fe46d9f7b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "ref-fq-name": ["juniper-qfx5100-48sh-afi"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:51.008 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-68955d3d-659c-4eb4-a257-499546d87d5c', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:51.026 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:51.154 7fe46d929d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "ref-fq-name": ["juniper-qfx5100-48sh-afo"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:51.161 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-514e997f-a022-4691-8af4-2536a4072cac', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:51.306 7fe46d9f7eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "ref-fq-name": ["juniper-qfx5100-48th-afi"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:51.313 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-1aa5049d-b617-4eeb-a82a-72190b20e845', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:51.471 7fe46d9008d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "ref-fq-name": ["juniper-qfx5100-48th-afo"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:51.478 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-43a9fab1-75fa-451c-b997-5d8226d8ea5a', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:51.623 7fe46d9298d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "09842293-1bb4-4536-9393-f26caa94be87", "ref-fq-name": ["juniper-qfx5100-48s-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:51.631 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-03166f28-e560-4800-baa8-2dbd622bf1a7', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:51.783 7fe46db1d828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "659daa17-ae39-4641-b245-45c06a69b927", "ref-fq-name": ["juniper-qfx5100-96s-8q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:51.790 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-ad9a7020-5cf3-40de-ad94-9eb1970eb5d7', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:51.940 7fe46d929240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "ref-fq-name": ["juniper-qfx5100-48t"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:51.948 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-09fda283-ba93-4da0-a7a5-66240cd029bf', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:52.027 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:52.091 7fe46d8c7390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "ref-fq-name": ["juniper-qfx5100-48t-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:52.099 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-ddf53090-3f4f-4d3f-b535-3013df44a9e1', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:52.251 7fe46d8c7e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "ref-fq-name": ["juniper-qfx5100-24q-2p"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:52.260 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-d405f350-93a1-42ac-9402-1849ebdcedd2', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:52.408 7fe46d919588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "ref-fq-name": ["juniper-qfx5100-24q-aa"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:52.415 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-cc03e499-62b0-4b77-ad56-76f851437590', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:52.560 7fe46d933240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "ref-fq-name": ["juniper-qfx5100e-48s-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:52.566 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-49911b03-fd07-4018-8fcf-5e3cdc6b693b', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:52.710 7fe46d8e7d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "ref-fq-name": ["juniper-qfx5100e-96s-8q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:52.718 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-be836d4c-7fdc-4a56-89aa-238cd54fe6f7', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:52.862 7fe46dfa64e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "ref-fq-name": ["juniper-qfx5100e-48t-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:52.869 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-c81407e4-b6f5-4199-a3a4-af61fac36683', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:53.018 7fe46d9f7e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "ref-fq-name": ["juniper-qfx5100e-24q-2p"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:53.025 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-9cf14e64-49f1-4526-8923-e2c805ee867f', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:53.029 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:53.182 7fe46def6e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "hardware", "ref-uuid": "403bdb63-2170-4014-9403-f80fba2de755", "ref-fq-name": ["juniper-qfx5110-48s-4c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:53.189 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-a21bc194-2a74-4dbb-a4ac-435289397f63', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:21:53.339 7fe46d8e4c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "hardware", "ref-uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "ref-fq-name": ["juniper-qfx5110-32q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:53.346 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-98795d99-af10-4fa1-8f41-dd92c0a0c103', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:21:53.503 7fe46d919ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "ref-fq-name": ["juniper-qfx5120-48y-8c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:53.510 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-2b8fc252-c37e-4a23-8122-db1483ba428b', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:21:53.659 7fe46d900ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "ref-fq-name": ["juniper-qfx5120-32c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:53.666 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-a7bca187-6b82-4ed4-b2ec-9560df5cc86d', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:21:53.826 7fe46dc55ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "ref-fq-name": ["juniper-qfx5120-48t-6c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:53.834 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-e71fd9e4-2abb-4cd8-aa79-3519b7adee4a', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:21:53.980 7fe46d9196d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "ref-fq-name": ["juniper-qfx5200-32c-32q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:53.987 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-0fc7970f-6f72-44d8-9af5-28d722225038', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:54.029 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:54.138 7fe46d89ab70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "ref-fq-name": ["juniper-qfx5200-48y"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:54.146 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-0ed99678-2c95-4f78-8da7-ffe676158c4a', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:54.291 7fe46df8fac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "ref-fq-name": ["juniper-qfx5210-64c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:54.302 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-13284521-96f6-4585-99fa-db4fa7af76f9', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:54.450 7fe46d9000f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "hardware", "ref-uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "ref-fq-name": ["juniper-qfx5220-32cd"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:54.459 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-425439b1-fd19-4498-badd-34facdefbcb1', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:21:54.598 7fe46d933cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "hardware", "ref-uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "ref-fq-name": ["juniper-qfx5220-128c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:54.604 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-6553d695-3820-41b1-a9cd-f7f22b2c0edf', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:21:54.750 7fe46d89ad68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "ref-fq-name": ["juniper-qfx10002-72q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:54.758 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-82ddf289-0357-4383-8148-7ead2b746c63', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:21:54.908 7fe46d95a630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "ref-fq-name": ["juniper-qfx10002-36q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:54.917 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-d39f4f57-5e6b-4cad-baff-2ef2907b1f98', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:21:55.031 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:55.071 7fe46d8ec8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "ref-fq-name": ["juniper-qfx10002-60c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:55.080 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-2329fab8-8e27-455b-8254-a34a8145a2e5', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:21:55.227 7fe46d8e4588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "ref-fq-name": ["juniper-qfx10016"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:55.233 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-0076141e-6b35-4c3e-9208-a97fdfdf7290', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:21:55.382 7fe46d913cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "ref-fq-name": ["juniper-qfx10008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:55.389 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-7953055e-a157-41ab-ab10-42a1ba285c26', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:21:55.535 7fe46d8ec0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "ref-fq-name": ["juniper-vqfx-10000"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:55.543 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-ff3fc881-7dce-4c26-8c43-de171e42692f', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:21:55.696 7fe46d8e4ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0423f25b-c754-4b32-b220-de18f831b363", "ref-fq-name": ["juniper-mx80"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:55.703 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-6f719917-afd2-4d71-be28-35d5652a0733', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:21:55.846 7fe46dabbe10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "ref-fq-name": ["juniper-mx80-48t"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:55.854 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-3a3b7715-56f3-4a8b-b1e4-dfe6a2ebf47d', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:21:55.998 7fe46d922ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "ref-fq-name": ["juniper-mx204"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:56.008 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-2570ca26-ac61-48bb-a866-9d8a218eaf20', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:21:56.032 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:56.151 7fe46d9338d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "ref-fq-name": ["juniper-mx240"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:56.157 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-d8bf82a5-5dc8-46fe-a77f-500df913629c', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:21:56.306 7fe46d8ec198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "ref-fq-name": ["juniper-mx480"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:56.313 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-9661e7e7-4912-4d6f-9ce9-58fd6ad96aa0', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:21:56.459 7fe46d925438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "ref-fq-name": ["juniper-mx960"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:56.467 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-2198963e-9106-4b1a-84cb-52dcada876cb', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:21:56.615 7fe46d8cfa20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "ref-fq-name": ["juniper-mx2008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:56.622 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-c4f248a5-224d-4054-8a8f-50601b378c43', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:21:56.771 7fe46d9256d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "ref-fq-name": ["juniper-mx2010"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:56.778 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-27bce3c2-de15-4908-a619-112de70b6ca4', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:21:56.938 7fe46d919588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "ref-fq-name": ["juniper-mx2020"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:56.945 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-e2cc9db0-10bf-475a-a63e-4e9837b39d65', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:21:57.033 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:57.092 7fe46d8ecd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "ref-fq-name": ["juniper-mx10003"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:57.099 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-47744e0c-29a8-43b0-9d80-01323f57e2f8', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:21:57.247 7fe46dac2438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "ref-fq-name": ["juniper-jnp10008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:57.258 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-4f673c90-083c-47c2-a04a-50c16fddb974', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:21:57.403 7fe46d8eccc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "ref-fq-name": ["juniper-jnp10016"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:57.411 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-cbdb860b-2247-4985-92d4-f09697d59e62', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:21:57.564 7fe46dac28d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "ref-fq-name": ["juniper-vmx"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:57.573 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-e79ff898-ea8c-44ac-85b1-0d5ef0460ba1', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:21:57.720 7fe46d9dc0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "ref-fq-name": ["juniper-srx5400"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:57.727 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-82f9af0c-4602-479b-a24a-ceeadd3eeebc', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:21:57.878 7fe46df8f6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "ref-fq-name": ["juniper-srx5600"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:57.887 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-97c6e765-9f27-40b5-a16b-8a3e63089298', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:21:58.035 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:58.044 7fe46d955ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "ref-fq-name": ["juniper-srx4600"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:58.051 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-23799b1b-cabf-496e-9810-78f9de5a35de', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:21:58.195 7fe46def6588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "ref-fq-name": ["juniper-srx4100"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:58.204 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-ebc4a217-c86a-4170-93f7-4e97c2a78b6a', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:21:58.352 7fe46d919048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "ref-fq-name": ["juniper-srx1500"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:58.360 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-8cab0b59-fb2f-49c2-b599-1ee66441faeb', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:21:58.502 7fe46da36198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "ref-fq-name": ["juniper-srx240h-poe"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:58.512 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-59fe3293-498a-4c8e-a3e2-5d5a9deaae2f', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:21:58.660 7fe46d8cfb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "ref-fq-name": ["juniper-vsrx"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:58.670 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-943806ac-01ba-4a69-978c-3458721c8ba7', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:21:58.823 7fe46d929978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "ref-fq-name": ["juniper-srx5800"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:58.832 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-e1c1231f-7afd-4175-8ac9-3a97235c359c', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:21:58.975 7fe46da5ba20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "ref-fq-name": ["juniper-srx4200"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:58.983 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-ac412092-0634-4fce-9cda-a23443290caf', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:21:59.036 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:21:59.126 7fe46dab7cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:59.134 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-e4a1e6b1-9e56-4ae3-a5f3-aced1c496573', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:21:59.282 7fe46de18ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:59.289 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-87fafc68-f1a1-434e-9ecc-b1fd76cd550a', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:21:59.434 7fe46d955240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:59.441 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-6b855329-8aee-445f-9a58-8d04a31ff678', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:21:59.596 7fe46da0a390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:59.604 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-8f79dc39-a2bd-43c7-bbef-faf62bbc5657', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:21:59.754 7fe46d955d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:59.762 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-39638c7f-af8d-4ebd-a770-f43e803bce08', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:21:59.915 7fe46da08d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:21:59.923 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-485ea020-5929-4975-a1cd-55ca2a39d9f3', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:22:00.037 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:00.071 7fe46daf72e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:00.080 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-fee5d4bd-88e2-40f8-8866-0aea4d023ab5', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:22:00.227 7fe46d9296d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:00.237 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-40e54453-ebf3-4a73-a883-5543c92afa33', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:22:00.387 7fe46d995eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:00.397 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-82231d67-cde5-456d-a40c-5b12fd32f23f', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:22:00.544 7fe46d9510f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:00.552 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-0f29436f-4c20-4d3d-b057-61e1492b1027', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:22:00.702 7fe46d9002e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:00.712 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-eb0f8583-c6f9-4917-93aa-8b6b2dfe367c', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:22:00.871 7fe46da65f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 882a33c9-d198-4db3-ae3c-a0b9d312ce0f object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-1 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "882a33c9-d198-4db3-ae3c-a0b9d312ce0f", "ref-type": "sflow-profile", "ref-uuid": "81b31418-5de7-49a0-825d-dc3ebbc05ef7", "ref-fq-name": ["default-domain", "default-project", "sflow-all-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:00.879 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-1'], 'oper': 'UPDATE', 'request-id': 'req-93f73067-7017-4a93-9cfb-192a26062a1f', 'type': 'telemetry_profile', 'uuid': '882a33c9-d198-4db3-ae3c-a0b9d312ce0f'} 11/07/2024 02:22:01.034 7fe46d9514e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e7d329dc-4e3c-4672-94ba-f5904c9b60dc object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-2 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "e7d329dc-4e3c-4672-94ba-f5904c9b60dc", "ref-type": "sflow-profile", "ref-uuid": "87251866-fa54-49c3-8fab-e1bd19228b49", "ref-fq-name": ["default-domain", "default-project", "sflow-fabric-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:01.039 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:01.044 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-2'], 'oper': 'UPDATE', 'request-id': 'req-39e700cc-515f-448c-bd72-c18c15666b3e', 'type': 'telemetry_profile', 'uuid': 'e7d329dc-4e3c-4672-94ba-f5904c9b60dc'} 11/07/2024 02:22:01.195 7fe46d933eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 94d92b3a-86de-475f-a0cd-ceeecf0313d2 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-3 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "94d92b3a-86de-475f-a0cd-ceeecf0313d2", "ref-type": "sflow-profile", "ref-uuid": "708a015d-79d2-49bf-a3ad-d72ab771802f", "ref-fq-name": ["default-domain", "default-project", "sflow-access-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:01.206 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-3'], 'oper': 'UPDATE', 'request-id': 'req-f1e3cc96-41c5-4e15-ac39-02fd96472c2f', 'type': 'telemetry_profile', 'uuid': '94d92b3a-86de-475f-a0cd-ceeecf0313d2'} 11/07/2024 02:22:01.350 7fe46d929eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6054127a-bd7f-4371-b222-fa30e83f7120 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-4 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "6054127a-bd7f-4371-b222-fa30e83f7120", "ref-type": "grpc-profile", "ref-uuid": "2ac02ef5-1294-48a7-8e45-b906b9183f1c", "ref-fq-name": ["default-domain", "default-project", "grpc-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:01.361 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-4'], 'oper': 'UPDATE', 'request-id': 'req-b79bfe8d-4986-4ac1-8366-8ad407ce1ed8', 'type': 'telemetry_profile', 'uuid': '6054127a-bd7f-4371-b222-fa30e83f7120'} 11/07/2024 02:22:01.507 7fe46d925588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7a385651-45f1-4f1f-9a2c-911abbe94fb5 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-5 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "7a385651-45f1-4f1f-9a2c-911abbe94fb5", "ref-type": "snmp-profile", "ref-uuid": "5391c70a-7089-4832-b774-f0387b8a6049", "ref-fq-name": ["default-domain", "default-project", "snmp-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:01.517 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-5'], 'oper': 'UPDATE', 'request-id': 'req-c646708d-d6db-4b8d-9f6f-ac4807b0dad3', 'type': 'telemetry_profile', 'uuid': '7a385651-45f1-4f1f-9a2c-911abbe94fb5'} 11/07/2024 02:22:01.674 7fe46d919eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c2fd53f7-ec96-4263-b0c7-414ed1607727 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-6 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "c2fd53f7-ec96-4263-b0c7-414ed1607727", "ref-type": "netconf-profile", "ref-uuid": "07bd5e10-fd85-4684-a77a-f33dfe16b40b", "ref-fq-name": ["default-domain", "default-project", "netconf-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:01.684 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-6'], 'oper': 'UPDATE', 'request-id': 'req-8ca3e0c6-08aa-4883-a89e-ad3436f69de8', 'type': 'telemetry_profile', 'uuid': 'c2fd53f7-ec96-4263-b0c7-414ed1607727'} 11/07/2024 02:22:01.848 7fe46d9780f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c9fc589d-301b-413c-a508-4371891d1c8b object_type = device_functional_group identifier_name = default-domain:default-project:L2-Server-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "c9fc589d-301b-413c-a508-4371891d1c8b", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:01.857 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L2-Server-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-914123bc-516f-4f6b-9f0f-ed654d6b76d1', 'type': 'device_functional_group', 'uuid': 'c9fc589d-301b-413c-a508-4371891d1c8b'} 11/07/2024 02:22:02.002 7fe46d922048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0aa198b9-17b7-4c2d-8929-3a636f32faf0 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Storage-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "0aa198b9-17b7-4c2d-8929-3a636f32faf0", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:02.010 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Storage-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-e81d55c5-4b51-46d4-976b-039630d356ff', 'type': 'device_functional_group', 'uuid': '0aa198b9-17b7-4c2d-8929-3a636f32faf0'} 11/07/2024 02:22:02.040 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:02.154 7fe46d8c9240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 015b6dbf-ffa1-4c4e-a50f-5df18225850e object_type = device_functional_group identifier_name = default-domain:default-project:L3-Gateway-Spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "015b6dbf-ffa1-4c4e-a50f-5df18225850e", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:02.162 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Gateway-Spine'], 'oper': 'UPDATE', 'request-id': 'req-342f15e6-e6da-4452-80dd-12ba0c8e81c8', 'type': 'device_functional_group', 'uuid': '015b6dbf-ffa1-4c4e-a50f-5df18225850e'} 11/07/2024 02:22:02.315 7fe46d919780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5ff1a60d-ecde-4523-991c-15dd380ad437 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Server-Leaf-with-Optimized-Multicast url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "5ff1a60d-ecde-4523-991c-15dd380ad437", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:02.324 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Server-Leaf-with-Optimized-Multicast'], 'oper': 'UPDATE', 'request-id': 'req-d89a6af6-027d-4a29-9a1e-b8dfd59445e9', 'type': 'device_functional_group', 'uuid': '5ff1a60d-ecde-4523-991c-15dd380ad437'} 11/07/2024 02:22:02.466 7fe46ecf7a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8233e863-0b9b-4188-aece-da07380f9de3 object_type = device_functional_group identifier_name = default-domain:default-project:Centrally-Routed-Border-Spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "8233e863-0b9b-4188-aece-da07380f9de3", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:02.475 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Centrally-Routed-Border-Spine'], 'oper': 'UPDATE', 'request-id': 'req-fede15ff-0010-46e0-a560-feeeaf0b1191', 'type': 'device_functional_group', 'uuid': '8233e863-0b9b-4188-aece-da07380f9de3'} 11/07/2024 02:22:02.627 7fe46d9b1240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f1b67a57-1172-4a59-9df3-16d3f27e6ea9 object_type = device_functional_group identifier_name = default-domain:default-project:Centrally-Routed-Border-Spine-With-Optimized-Multicast url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "f1b67a57-1172-4a59-9df3-16d3f27e6ea9", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:02.634 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Centrally-Routed-Border-Spine-With-Optimized-Multicast'], 'oper': 'UPDATE', 'request-id': 'req-f028efc1-bd83-49c0-b54f-517de5f2c5b8', 'type': 'device_functional_group', 'uuid': 'f1b67a57-1172-4a59-9df3-16d3f27e6ea9'} 11/07/2024 02:22:02.783 7fe46d90c828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 20e38b8e-031d-4eb2-88d9-21d2e652ee3f object_type = device_functional_group identifier_name = default-domain:default-project:Border-Spine-in-Edge-Routed url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "20e38b8e-031d-4eb2-88d9-21d2e652ee3f", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:02.791 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Border-Spine-in-Edge-Routed'], 'oper': 'UPDATE', 'request-id': 'req-b4e65fc8-c584-46fe-8eea-bd9a2ef9f161', 'type': 'device_functional_group', 'uuid': '20e38b8e-031d-4eb2-88d9-21d2e652ee3f'} 11/07/2024 02:22:02.946 7fe46d8c3828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9874aaba-d235-47b5-8ed2-b72efbbdd40e object_type = device_functional_group identifier_name = default-domain:default-project:Border-Leaf-in-Edge-Routed url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "9874aaba-d235-47b5-8ed2-b72efbbdd40e", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:02.954 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Border-Leaf-in-Edge-Routed'], 'oper': 'UPDATE', 'request-id': 'req-7f7d750d-2611-418e-b539-77fd875ed1a2', 'type': 'device_functional_group', 'uuid': '9874aaba-d235-47b5-8ed2-b72efbbdd40e'} 11/07/2024 02:22:03.041 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:03.106 7fe46d923438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31a7b75-897f-4f24-9e39-e3711c27e0e8 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Server-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "e31a7b75-897f-4f24-9e39-e3711c27e0e8", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:03.113 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Server-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-a761cab9-20db-4e80-9c87-31c12f76816d', 'type': 'device_functional_group', 'uuid': 'e31a7b75-897f-4f24-9e39-e3711c27e0e8'} 11/07/2024 02:22:03.262 7fe46d8ecf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c03d6915-68c7-48fb-bacb-354eaf682ee1 object_type = device_functional_group identifier_name = default-domain:default-project:Lean-Spine-with-Route-Reflector url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "c03d6915-68c7-48fb-bacb-354eaf682ee1", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:03.271 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Lean-Spine-with-Route-Reflector'], 'oper': 'UPDATE', 'request-id': 'req-11deea94-900d-4797-9225-f9fd3def532e', 'type': 'device_functional_group', 'uuid': 'c03d6915-68c7-48fb-bacb-354eaf682ee1'} 11/07/2024 02:22:03.426 7fe46dac4588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6e0b5675-48c4-4601-8109-29a4fe719109 object_type = network_ipam identifier_name = default-domain:default-project:_internal_ipam_ipv6_link_local url = https://10.0.0.49:8082/network-ipam/6e0b5675-48c4-4601-8109-29a4fe719109 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"network-ipam": {"uuid": "6e0b5675-48c4-4601-8109-29a4fe719109", "fq_name": ["default-domain", "default-project", "_internal_ipam_ipv6_link_local"], "parent_type": "project", "ipam_subnet_method": "user-defined-subnet"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:03.436 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', '_internal_ipam_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-8c60f28f-4e06-488f-9fc1-254a68074565', 'type': 'network_ipam', 'uuid': '6e0b5675-48c4-4601-8109-29a4fe719109'} 11/07/2024 02:22:03.583 7fe46d8cfa20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 148948cb-661d-4b2a-985d-a3daef86734f object_type = virtual_network identifier_name = default-domain:default-project:_internal_vn_ipv6_link_local url = https://10.0.0.49:8082/virtual-network/148948cb-661d-4b2a-985d-a3daef86734f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"virtual-network": {"uuid": "148948cb-661d-4b2a-985d-a3daef86734f", "fq_name": ["default-domain", "default-project", "_internal_vn_ipv6_link_local"], "parent_type": "project", "address_allocation_mode": "user-defined-subnet-only", "network_ipam_refs": [{"to": ["default-domain", "default-project", "_internal_ipam_ipv6_link_local"], "attr": {"ipam_subnets": [{"subnet": {"ip_prefix": "fe80::", "ip_prefix_len": 64}, "default_gateway": "fe80::1", "dns_server_address": null, "subnet_uuid": "138f7438-9caf-11ef-a36c-76fafadcd1c7", "enable_dhcp": true, "dns_nameservers": [], "allocation_pools": [], "addr_from_start": true, "dhcp_option_list": null, "host_routes": null, "subnet_name": null, "alloc_unit": 1, "created": null, "last_modified": null, "subscriber_tag": null, "vlan_tag": null, "dhcp_relay_server": []}], "host_routes": null}, "uuid": "6e0b5675-48c4-4601-8109-29a4fe719109"}]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:03.603 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'extra_dict': {'deallocated_vxlan_network_identifier': None}, 'fq_name': ['default-domain', 'default-project', '_internal_vn_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-1aa9588e-fa14-4759-842d-1f006bdf78d0', 'type': 'virtual_network', 'uuid': '148948cb-661d-4b2a-985d-a3daef86734f'} 11/07/2024 02:22:03.612 7fe46da02978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f987b1ce-85a0-4266-93aa-c0976e807b4e object_type = routing_instance identifier_name = default-domain:default-project:_internal_vn_ipv6_link_local:_internal_vn_ipv6_link_local url = http://127.0.0.1/routing-instances operation = http_put domain = default-domain >> 11/07/2024 02:22:03.625 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', '_internal_vn_ipv6_link_local', '_internal_vn_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-1aa9588e-fa14-4759-842d-1f006bdf78d0', 'type': 'routing_instance', 'uuid': 'f987b1ce-85a0-4266-93aa-c0976e807b4e'} 11/07/2024 02:22:04.042 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:05.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:06.046 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:07.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:08.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:09.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:10.052 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:12.018 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:13.020 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:14.022 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:15.024 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:16.025 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:17.027 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:18.028 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:19.030 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:20.031 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:21.033 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:22.036 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:23.038 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:24.039 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:25.040 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:26.043 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:27.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:28.046 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:29.047 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:30.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:31.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:32.050 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:33.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:34.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:35.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:36.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:37.058 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:38.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:39.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:40.063 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:42.018 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:43.020 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:44.022 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:45.023 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:46.025 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:47.027 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:48.028 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:48.238 7fe46d88b240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 17ed9a02-475a-4f2c-8279-e8594e0cd48f object_type = job_template identifier_name = default-global-system-config:image_upgrade_template url = https://10.0.0.49:8082/job-template/17ed9a02-475a-4f2c-8279-e8594e0cd48f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "17ed9a02-475a-4f2c-8279-e8594e0cd48f", "fq_name": ["default-global-system-config", "image_upgrade_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/image_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Image upgrade input\", \"type\": \"object\", \"properties\": {\"image_uuid\": {\"type\": \"string\"}}, \"required\": [\"image_uuid\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:48.249 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'image_upgrade_template'], 'oper': 'UPDATE', 'request-id': 'req-d1185bf8-0973-487d-a82a-5ffa8cad72ef', 'type': 'job_template', 'uuid': '17ed9a02-475a-4f2c-8279-e8594e0cd48f'} 11/07/2024 02:22:48.352 7fe46d8c6eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c5aacf75-83cc-4403-9f0e-a102f04c1ad3 object_type = job_template identifier_name = default-global-system-config:container_cleanup_template url = https://10.0.0.49:8082/job-template/c5aacf75-83cc-4403-9f0e-a102f04c1ad3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c5aacf75-83cc-4403-9f0e-a102f04c1ad3", "fq_name": ["default-global-system-config", "container_cleanup_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/container_cleanup.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Container cleanup input\", \"type\": \"object\", \"required\": [\"fabric_fq_name\", \"container_name\"], \"properties\": {\"container_name\": {\"type\": \"string\"}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Container cleanup output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Container Cleanup"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:48.362 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'container_cleanup_template'], 'oper': 'UPDATE', 'request-id': 'req-050496a1-c4ae-476a-8fcb-94e52aada394', 'type': 'job_template', 'uuid': 'c5aacf75-83cc-4403-9f0e-a102f04c1ad3'} 11/07/2024 02:22:48.467 7fe46d8e4588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 66e48199-4b13-4cf3-845b-b90b3cc18530 object_type = job_template identifier_name = default-global-system-config:cli_sync_template url = https://10.0.0.49:8082/job-template/66e48199-4b13-4cf3-845b-b90b3cc18530 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "66e48199-4b13-4cf3-845b-b90b3cc18530", "fq_name": ["default-global-system-config", "cli_sync_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/cli_sync.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"CLI sync input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"devices_cli\": {\"type\": \"array\", \"items\": {\"title\": \"Devices CLI Items\", \"type\": \"object\", \"description\": \"Dictionaries of device details\", \"additionalProperties\": false, \"required\": [\"device_uuid\", \"cli_objects\"], \"properties\": {\"device_uuid\": {\"type\": \"string\", \"title\": \"UUIDs of the device\"}, \"cli_objects\": {\"type\": \"array\", \"title\": \"cli objects for that device\", \"items\": {\"type\": \"object\", \"required\": [\"time\", \"status\"], \"properties\": {\"time\": {\"type\": \"string\", \"title\": \"Timestamp of the cli change\"}, \"status\": {\"type\": \"string\", \"title\": \"Accept or Reject the commit\"}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Sync cli config with Contrail"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:48.477 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'cli_sync_template'], 'oper': 'UPDATE', 'request-id': 'req-a3230aec-c99e-4418-b35a-89baee71430c', 'type': 'job_template', 'uuid': '66e48199-4b13-4cf3-845b-b90b3cc18530'} 11/07/2024 02:22:48.575 7fe46d923d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1bccc463-23c9-412e-9dcb-468e27fde6e7 object_type = job_template identifier_name = default-global-system-config:hitless_upgrade_strategy_template url = https://10.0.0.49:8082/job-template/1bccc463-23c9-412e-9dcb-468e27fde6e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1bccc463-23c9-412e-9dcb-468e27fde6e7", "fq_name": ["default-global-system-config", "hitless_upgrade_strategy_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade_strategy.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 90, "sequence_no": 1}]}, "job_template_input_schema": "{\"title\": \"Image upgrade strategy input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"upgrade_mode\": {\"enum\": [\"test_run\", \"dry_run\", \"upgrade\"], \"description\": \"Mode in which to run workflow\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}, \"image_devices\": {\"type\": \"array\", \"items\": {\"title\": \"Image Devices\", \"type\": \"object\", \"description\": \"List of images and corresponding devices to upgrade\", \"additionalProperties\": false, \"properties\": {\"image_uuid\": {\"type\": \"string\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded with this image\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}}, \"required\": [\"image_uuid\", \"device_list\"]}}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable local interface down check\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable peer interface down check\", \"default\": true}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Hitless Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:48.630 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hitless_upgrade_strategy_template'], 'oper': 'UPDATE', 'request-id': 'req-ab728089-e5a4-45e5-adcd-2d121e2099a9', 'type': 'job_template', 'uuid': '1bccc463-23c9-412e-9dcb-468e27fde6e7'} 11/07/2024 02:22:48.728 7fe46e85af60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 791a710b-46ed-4ecb-ac2b-c51f60837bcd object_type = job_template identifier_name = default-global-system-config:maintenance_mode_activate_template url = https://10.0.0.49:8082/job-template/791a710b-46ed-4ecb-ac2b-c51f60837bcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "791a710b-46ed-4ecb-ac2b-c51f60837bcd", "fq_name": ["default-global-system-config", "maintenance_mode_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Activate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to enter maintenance mode\"}, \"mode\": {\"enum\": [\"test_run\", \"activate\"], \"description\": \"Mode in which to run workflow\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"validate_critical_roles\": {\"type\": \"boolean\", \"description\": \"Enable/disable critical role validation\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Activate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:48.789 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-b07386fd-f729-47d5-b845-ea24b153884b', 'type': 'job_template', 'uuid': '791a710b-46ed-4ecb-ac2b-c51f60837bcd'} 11/07/2024 02:22:48.899 7fe46d923240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fb78001-e973-4b89-960d-08ea5bc15897 object_type = job_template identifier_name = default-global-system-config:maintenance_mode_deactivate_template url = https://10.0.0.49:8082/job-template/0fb78001-e973-4b89-960d-08ea5bc15897 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0fb78001-e973-4b89-960d-08ea5bc15897", "fq_name": ["default-global-system-config", "maintenance_mode_deactivate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_deactivate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Deactivate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to exit maintenance mode\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Deactivate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Deactivation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:48.953 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_deactivate_template'], 'oper': 'UPDATE', 'request-id': 'req-37a0f079-d628-40e1-bd2c-32d2d18495d1', 'type': 'job_template', 'uuid': '0fb78001-e973-4b89-960d-08ea5bc15897'} 11/07/2024 02:22:49.030 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:49.051 7fe46d8e4eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e5daca80-1dfb-4f46-b252-cf30baf7be85 object_type = job_template identifier_name = default-global-system-config:discover_device_template url = https://10.0.0.49:8082/job-template/e5daca80-1dfb-4f46-b252-cf30baf7be85 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e5daca80-1dfb-4f46-b252-cf30baf7be85", "fq_name": ["default-global-system-config", "discover_device_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 1, \"maxProperties\": 1, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Device"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:49.109 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_device_template'], 'oper': 'UPDATE', 'request-id': 'req-9baf7c64-487c-451e-9f78-3357d1546bae', 'type': 'job_template', 'uuid': 'e5daca80-1dfb-4f46-b252-cf30baf7be85'} 11/07/2024 02:22:49.206 7fe46d9adb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fffd7bd4-78d6-432f-a85f-9864492f78f6 object_type = job_template identifier_name = default-global-system-config:discover_os_computes_template url = https://10.0.0.49:8082/job-template/fffd7bd4-78d6-432f-a85f-9864492f78f6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "fffd7bd4-78d6-432f-a85f-9864492f78f6", "fq_name": ["default-global-system-config", "discover_os_computes_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_os_computes_template.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 2, \"maxProperties\": 5, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"contrail_command_host\": {\"$id\": \"/properties/input/properties/contrail_command_host\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"10.10.10.10:9091\"]}, \"cc_username\": {\"$id\": \"/properties/input/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/input/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover OS Computes"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:49.260 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_os_computes_template'], 'oper': 'UPDATE', 'request-id': 'req-ae8cf932-d299-4a3c-af3f-b5fb8f723da1', 'type': 'job_template', 'uuid': 'fffd7bd4-78d6-432f-a85f-9864492f78f6'} 11/07/2024 02:22:49.361 7fe46d88b978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4ae88703-348c-4774-829b-423f5d95bfd7 object_type = job_template identifier_name = default-global-system-config:discover_role_template url = https://10.0.0.49:8082/job-template/4ae88703-348c-4774-829b-423f5d95bfd7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4ae88703-348c-4774-829b-423f5d95bfd7", "fq_name": ["default-global-system-config", "discover_role_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Role"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:49.374 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_role_template'], 'oper': 'UPDATE', 'request-id': 'req-d9da6174-8a0d-4fcc-8bff-d4cc16c4b29b', 'type': 'job_template', 'uuid': '4ae88703-348c-4774-829b-423f5d95bfd7'} 11/07/2024 02:22:49.466 7fe46d933390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a2122660-c220-4993-82c1-9631e2c4b6e4 object_type = job_template identifier_name = default-global-system-config:device_import_template url = https://10.0.0.49:8082/job-template/a2122660-c220-4993-82c1-9631e2c4b6e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a2122660-c220-4993-82c1-9631e2c4b6e4", "fq_name": ["default-global-system-config", "device_import_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 1}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"additionalProperties\": false, \"properties\": {\"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported.\"}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:49.477 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_import_template'], 'oper': 'UPDATE', 'request-id': 'req-89246fa9-995e-4e01-9efc-c2958bb60d80', 'type': 'job_template', 'uuid': 'a2122660-c220-4993-82c1-9631e2c4b6e4'} 11/07/2024 02:22:49.576 7fe46d8c6f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09e8b101-2b04-4c4b-8e57-55f15857d58d object_type = job_template identifier_name = default-global-system-config:fabric_config_template url = https://10.0.0.49:8082/job-template/09e8b101-2b04-4c4b-8e57-55f15857d58d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "fq_name": ["default-global-system-config", "fabric_config_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_config.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"device_management_ip\": {\"type\": \"string\", \"description\": \"Management IP of the Device\"}, \"device_abstract_config\": {\"type\": \"object\", \"description\": \"JSON string of the device abstract config derived from VNC data model\"}, \"additional_feature_params\": {\"type\": \"object\", \"additionalProperties\": false, \"description\": \"Additional feature specific parameters that are not defined in the VNC data model. These could be vendor specific parameters.\", \"properties\": {\"basic\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp_boot_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP Boot server\", \"examples\": [\"6.6.6.6\"]}}, \"ntp_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP server\", \"examples\": [\"8.8.8.8\"]}}, \"time_zone\": {\"type\": \"string\", \"title\": \"Time Zone\", \"examples\": [\"America/Los_Angeles\"]}}}, \"name_servers\": {\"type\": \"array\", \"additionalProperties\": false, \"items\": {\"type\": \"string\", \"Title\": \"Domain Name Server\", \"examples\": [\"10.1.1.2\", \"11.1.1.2\"]}}, \"domain_name\": {\"type\": \"string\", \"title\": \"Domain Name\", \"examples\": [\"company.net\"]}, \"snmp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"communities\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\"}, \"readonly\": {\"type\": \"boolean\", \"default\": true}}, \"required\": [\"name\"]}}}}, \"static_routes\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"subnets\", \"nexthop\"], \"properties\": {\"subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"Subnet\", \"examples\": [\"10.1.1.0/24\", \"10.1.2.0/24\"]}}, \"nexthop\": {\"type\": \"string\", \"title\": \"Next hop IP\", \"examples\": [\"10.1.1.254\"]}}}}}}, \"underlay_ip_clos\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"bgp_hold_time\": {\"type\": \"integer\", \"default\": 90}}}}}, \"is_delete\": {\"type\": \"boolean\", \"description\": \"Set to true for config delete operation\", \"default\": false}, \"manage_underlay\": {\"type\": \"boolean\", \"description\": \"Set to true to manage underlay config\", \"default\": true}, \"enterprise_style\": {\"type\": \"boolean\", \"description\": \"Set to true to if enterprise-style config\", \"default\": true}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Config Push"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:49.629 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_config_template'], 'oper': 'UPDATE', 'request-id': 'req-0c98e27d-8a5c-4916-ba76-b80b90b53e6e', 'type': 'job_template', 'uuid': '09e8b101-2b04-4c4b-8e57-55f15857d58d'} 11/07/2024 02:22:49.730 7fe46d919828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = da4abe68-c499-47e7-bd1e-0aadb63f4899 object_type = job_template identifier_name = default-global-system-config:ztp_template url = https://10.0.0.49:8082/job-template/da4abe68-c499-47e7-bd1e-0aadb63f4899 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "da4abe68-c499-47e7-bd1e-0aadb63f4899", "fq_name": ["default-global-system-config", "ztp_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"device_count\": {\"$id\": \"/properties/input/properties/device_count\", \"type\": \"integer\", \"title\": \"The Device Count Schema\", \"description\": \"Number of devices to discover\", \"default\": 0, \"examples\": [1, 2, 3, 4, 5]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "ZTP"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:49.741 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ztp_template'], 'oper': 'UPDATE', 'request-id': 'req-089817c0-1bbf-4ad2-8b52-f871df720564', 'type': 'job_template', 'uuid': 'da4abe68-c499-47e7-bd1e-0aadb63f4899'} 11/07/2024 02:22:49.842 7fe46d9f0f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dc46fb63-6ab9-4a35-871c-4911abf6cdf3 object_type = job_template identifier_name = default-global-system-config:fabric_deletion_template url = https://10.0.0.49:8082/job-template/dc46fb63-6ab9-4a35-871c-4911abf6cdf3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "dc46fb63-6ab9-4a35-871c-4911abf6cdf3", "fq_name": ["default-global-system-config", "fabric_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:49.853 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-38e172b3-da6c-40e6-9915-853d6097d7af', 'type': 'job_template', 'uuid': 'dc46fb63-6ab9-4a35-871c-4911abf6cdf3'} 11/07/2024 02:22:49.955 7fe474d35048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 48c89705-9c38-44ba-830b-ef34ceaf6a3a object_type = job_template identifier_name = default-global-system-config:device_deletion_template url = https://10.0.0.49:8082/job-template/48c89705-9c38-44ba-830b-ef34ceaf6a3a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "48c89705-9c38-44ba-830b-ef34ceaf6a3a", "fq_name": ["default-global-system-config", "device_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric_devices.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": 0}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"devices\": {\"type\": \"array\", \"description\": \"List of device names\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:49.965 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-5e4a516a-ca2c-4d65-9600-55042df9c29f', 'type': 'job_template', 'uuid': '48c89705-9c38-44ba-830b-ef34ceaf6a3a'} 11/07/2024 02:22:50.032 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:50.068 7fe46d9a32e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0668d848-ca60-414b-81aa-2da73b30f5e4 object_type = job_template identifier_name = default-global-system-config:role_assignment_template url = https://10.0.0.49:8082/job-template/0668d848-ca60-414b-81aa-2da73b30f5e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0668d848-ca60-414b-81aa-2da73b30f5e4", "fq_name": ["default-global-system-config", "role_assignment_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"role_assignments\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"role_assignments\": {\"type\": \"array\", \"minItems\": 0, \"description\": \"Fabric device role assignments\", \"items\": {\"type\": \"object\", \"properties\": {\"device_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"physical_role\": {\"type\": \"string\", \"enum\": [\"leaf\", \"spine\", \"pnf\", \"superspine\"]}, \"routing_switching_roles\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"enum\": [\"CRB\"]}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Role Assignment"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:50.081 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'role_assignment_template'], 'oper': 'UPDATE', 'request-id': 'req-5ca40e4b-2a29-4f39-8573-7d55af952d85', 'type': 'job_template', 'uuid': '0668d848-ca60-414b-81aa-2da73b30f5e4'} 11/07/2024 02:22:50.178 7fe46df62978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a3babcfc-98a2-43ae-a722-0b7015b0f5cf object_type = job_template identifier_name = default-global-system-config:topology_discovery_template url = https://10.0.0.49:8082/job-template/a3babcfc-98a2-43ae-a722-0b7015b0f5cf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a3babcfc-98a2-43ae-a722-0b7015b0f5cf", "fq_name": ["default-global-system-config", "topology_discovery_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Topology Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:50.190 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'topology_discovery_template'], 'oper': 'UPDATE', 'request-id': 'req-20bc99f3-1d90-4741-8e06-e965e116d991', 'type': 'job_template', 'uuid': 'a3babcfc-98a2-43ae-a722-0b7015b0f5cf'} 11/07/2024 02:22:50.292 7fe46d9d1828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d0d442c5-5d38-4aff-8a04-2f4583dbfbcd object_type = job_template identifier_name = default-global-system-config:fabric_onboard_template url = https://10.0.0.49:8082/job-template/d0d442c5-5d38-4aff-8a04-2f4583dbfbcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "d0d442c5-5d38-4aff-8a04-2f4583dbfbcd", "fq_name": ["default-global-system-config", "fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": true, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment_dfg.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 5}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 6}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 7}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 8}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 9}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 10}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"loopback_subnets\", \"fabric_subnets\", \"fabric_asn_pool\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\", \"gateway\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"root_password\"], \"properties\": {\"root_password\": {\"type\": \"string\"}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"ztp_timeout\": {\"title\": \"Value of ZTP timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of ZTP timeout in seconds\"}, \"retry_timeout\": {\"title\": \"Value of retry timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of retry timeout in seconds\"}, \"supplemental_day_0_cfg\": {\"title\": \"List of day 0 config that can be used to supplement the ZTP config\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"name\", \"cfg\"], \"properties\": {\"name\": {\"title\": \"name for the config\", \"type\": \"string\"}, \"cfg\": {\"title\": \"config blob that contains the supplemental day-0 config\", \"type\": \"string\"}}}}, \"device_to_ztp\": {\"title\": \"List of device serial numbers for the devices to be ZTPed\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"serial_number\", \"hostname\"], \"properties\": {\"serial_number\": {\"title\": \"Device serial number\", \"type\": \"string\"}, \"hostname\": {\"title\": \"Device hostname can be optionally specified.\", \"type\": \"string\", \"pattern\": \"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\\\-]*[a-zA-Z0-9])\\\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\\\-]*[A-Za-z0-9])$\"}, \"underlay_asn\": {\"title\": \"Underlay eBGP autonomous system number\", \"type\": [\"integer\", \"string\"]}, \"loopback_ip\": {\"title\": \"Loopback IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"mgmt_ip\": {\"title\": \"Management IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"to_ztp\": {\"title\": \"Include or ignore device in ZTP workflow\", \"type\": \"boolean\"}, \"supplemental_day_0_cfg\": {\"title\": \"Name(s) of the supplemental day-0 config(s) that can be optionally specified for this device\", \"type\": [\"string\", \"array\"], \"items\": {\"type\": \"string\"}}}}}, \"os_version\": {\"type\": \"string\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:50.401 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-108e4eed-89cf-4634-ace7-f2162d252be4', 'type': 'job_template', 'uuid': 'd0d442c5-5d38-4aff-8a04-2f4583dbfbcd'} 11/07/2024 02:22:50.495 7fe46df62048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b6b09d5a-7192-4f83-be6e-9091dc953bbd object_type = job_template identifier_name = default-global-system-config:search_ip_mac_template url = https://10.0.0.49:8082/job-template/b6b09d5a-7192-4f83-be6e-9091dc953bbd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "b6b09d5a-7192-4f83-be6e-9091dc953bbd", "fq_name": ["default-global-system-config", "search_ip_mac_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ip_address\": {\"$id\": \"/properties/ip_address\", \"title\": \"IP Address\", \"pattern\": \"^\\\\s*(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\\\s*$\", \"type\": \"string\"}, \"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Search ip or mac schema command Playbook Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"interface_names\": {\"type\": \"array\", \"title\": \"Interfaces Name(s)\", \"description\": \"Display Interface Names that belong to this mac_address.\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface Name\", \"description\": \"Interface name\"}, \"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"Device name on which the interface was learnt\"}, \"loopback_ip\": {\"type\": \"string\", \"title\": \"Source Loopback IP\", \"description\": \"Originating source's loopback ip address\"}}, \"description\": \"Name of each interface that belongs under this mac_address\"}}}}}}}}}", "job_template_input_ui_schema": "{\"ip_address\": {\"ui:help\": \"Enter an IP Address. The field value must include a IPv4 address without subnet mask; for example, 192.168.3.120\", \"ui:placeholder\": \"Enter IP address\"}, \"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to locate an interface in a fabric given an IP or MAC", "display_name": "Search using IP or MAC"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:50.549 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'search_ip_mac_template'], 'oper': 'UPDATE', 'request-id': 'req-1bc61bc3-54f5-4b44-baa6-a4c884c0ded1', 'type': 'job_template', 'uuid': 'b6b09d5a-7192-4f83-be6e-9091dc953bbd'} 11/07/2024 02:22:50.648 7fe46d8ec198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 object_type = job_template identifier_name = default-global-system-config:show_interface_details_template url = https://10.0.0.49:8082/job-template/bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5", "fq_name": ["default-global-system-config", "show_interface_details_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"interface_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Interface Details\", \"type\": \"object\", \"properties\": {\"interface_type\": {\"type\": \"string\", \"title\": \"Interface Type\", \"enum\": [\"physical\", \"logical\"], \"default\": \"physical\"}}, \"required\": [\"interface_type\"]}, \"conditional\": {\"title\": \"Sub Operation Type\", \"$ref\": \"#/definitions/sub_command\"}}, \"definitions\": {\"sub_command\": {\"title\": \"Sub Operation Type\", \"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"Show runtime interfaces\", \"Show configured interfaces\", \"Show interfaces by names\"], \"default\": \"Show runtime interfaces\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"Show runtime interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show configured interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show interfaces by names\"]}, \"interface_names\": {\"$id\": \"/properties/interface_names\", \"title\": \"Interface Names\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_names/items\", \"type\": \"string\", \"pattern\": \"^([a-z]{1,}[0-9]{0,}(-[0-9]{1,}/[0-9]{1,}/[0-9]{1,})?(\\\\.[0-9]{1,})?)$\", \"title\": \"Interface Name\"}, \"examples\": [\"ge-0/0/1\", \"xe-0/0/0\"]}}, \"required\": [\"interface_names\"]}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show Interface Details Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces details sub-command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"oneOf\": [{\"properties\": {\"interface_stats_rt_phy\": {\"type\": \"array\", \"title\": \"Runtime Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"op_status\": {\"type\": \"string\", \"title\": \"Operational Status\", \"description\": \"Operational status of the interface\"}, \"admin_status\": {\"type\": \"string\", \"title\": \"Admin Status\", \"description\": \"Admin status of the interface\"}, \"input_rate\": {\"type\": \"string\", \"title\": \"InputRate (bps)\", \"description\": \"Input packets rate in bits per second if present\"}, \"output_rate\": {\"type\": \"string\", \"title\": \"OutputRate (bps)\", \"description\": \"Output packets rate in bits per second if present\"}}}}}}, {\"properties\": {\"interface_stats_log\": {\"type\": \"array\", \"title\": \"Logical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"address_family\": {\"type\": \"string\", \"title\": \"Address Family\", \"description\": \"Address family if present\"}}}}}}, {\"properties\": {\"interface_stats_cf_phy\": {\"type\": \"array\", \"title\": \"Configured Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}}}}}}]}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to get a list of physical or logical interfaces from a device and interfaces' other related information.", "display_name": "Show Interface Details"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:50.702 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_interface_details_template'], 'oper': 'UPDATE', 'request-id': 'req-374c2f28-f80b-454f-b2a2-ae31b75a0df6', 'type': 'job_template', 'uuid': 'bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5'} 11/07/2024 02:22:50.806 7fe46da5bd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c27b470e-3e18-424a-b245-34d699dda92f object_type = job_template identifier_name = default-global-system-config:show_config_template url = https://10.0.0.49:8082/job-template/c27b470e-3e18-424a-b245-34d699dda92f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c27b470e-3e18-424a-b245-34d699dda92f", "fq_name": ["default-global-system-config", "show_config_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"config_type\": {\"$id\": \"/properties/config_type\", \"title\": \"Configuration type\", \"type\": \"string\", \"enum\": [\"current\", \"rollback 1\", \"rollback 2\"], \"default\": \"current\"}, \"config_filter\": {\"$id\": \"/properties/config_filter\", \"title\": \"Configuration filter\", \"type\": \"string\", \"enum\": [\"all\", \"system\", \"system/login\", \"system/services\", \"system/syslog\", \"interfaces\", \"chassis\", \"services\", \"snmp\", \"forwarding-options\", \"event-options\", \"policy-options\", \"class-of-service\", \"firewall\", \"protocols\", \"routing-instances\", \"routing-options\", \"switch-options\", \"vlans\"], \"default\": \"all\"}, \"compare_configurations\": {\"$id\": \"/properties/compare_configurations\", \"title\": \"Compare selected configuration with current\", \"type\": \"boolean\", \"default\": false}}, \"required\": [\"config_type\", \"config_filter\", \"compare_configurations\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show configuration Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"config_type\": {\"ui:help\": \"Select one type at a time\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display current or previous configuration", "display_name": " Show current or rollback configuration"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:50.861 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_config_template'], 'oper': 'UPDATE', 'request-id': 'req-6becfa40-f776-49fa-acc0-92e8819463fd', 'type': 'job_template', 'uuid': 'c27b470e-3e18-424a-b245-34d699dda92f'} 11/07/2024 02:22:50.967 7fe46d9a38d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4e70ac42-2920-48fa-988b-75162b19763c object_type = job_template identifier_name = default-global-system-config:test_overlay_connectivity_template url = https://10.0.0.49:8082/job-template/4e70ac42-2920-48fa-988b-75162b19763c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4e70ac42-2920-48fa-988b-75162b19763c", "fq_name": ["default-global-system-config", "test_overlay_connectivity_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"source_ip\": {\"$id\": \"/properties/source_ip\", \"title\": \"Source (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"destination_ip\": {\"$id\": \"/properties/destination_ip\", \"title\": \"Destination (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"vni\": {\"$id\": \"/properties/vni\", \"title\": \"VNI\", \"type\": \"integer\", \"default\": 100}, \"count\": {\"$id\": \"/properties/count\", \"title\": \"Packet count\", \"type\": \"integer\", \"default\": 5}}, \"required\": [\"source_ip\", \"destination_ip\", \"count\", \"vni\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show connectivity test report\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Each playbook's command_output for this specific command.\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Connectivity test report\", \"description\": \"Display connectivity test report\"}}}}}}}}", "job_template_input_ui_schema": "{\"destination_ip\": {\"ui:help\": \"\"}}", "job_template_output_ui_schema": "null", "job_template_description": "", "display_name": "Test overlay connectivity"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:51.023 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'test_overlay_connectivity_template'], 'oper': 'UPDATE', 'request-id': 'req-0f291faf-284d-4282-b4cf-4093ffbe2c2d', 'type': 'job_template', 'uuid': '4e70ac42-2920-48fa-988b-75162b19763c'} 11/07/2024 02:22:51.033 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:51.123 7fe46d922e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ba6135c7-8d0a-4b49-84c6-877567ff0b2b object_type = job_template identifier_name = default-global-system-config:show_ops_info_template url = https://10.0.0.49:8082/job-template/ba6135c7-8d0a-4b49-84c6-877567ff0b2b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "ba6135c7-8d0a-4b49-84c6-877567ff0b2b", "fq_name": ["default-global-system-config", "show_ops_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ops_type\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Operations commands\", \"type\": \"array\", \"minItems\": 1, \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"minProperties\": 1, \"additionalProperties\": false, \"properties\": {\"conditional\": {\"title\": \"Operation Command Type\", \"$ref\": \"#/definitions/sub_command\"}}}}}, \"definitions\": {\"sub_command\": {\"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"show chassis info\", \"show route info\", \"show bgp info\", \"show evpn info\", \"show lldp info\", \"show lacp info\", \"show vlan info\"], \"default\": \"show route info\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"show chassis info\"]}, \"command_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis alarms\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show route info\"]}, \"command_detail\": {\"$id\": \"/properties/route_detail\", \"title\": \"Route detail\", \"type\": \"string\", \"enum\": [\"route summary\"], \"default\": \"route summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show bgp info\"]}, \"command_detail\": {\"$id\": \"/properties/bgp_detail\", \"title\": \"BGP detail\", \"type\": \"string\", \"enum\": [\"bgp summary\", \"bgp neighbor\", \"bgp group\"], \"default\": \"bgp summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show evpn info\"]}, \"command_detail\": {\"$id\": \"/properties/evpn_detail\", \"title\": \"EVPN detail\", \"type\": \"string\", \"enum\": [\"evpn ip-prefix-database\", \"evpn instance extensive\", \"evpn instance designated-forwarder\", \"evpn instance backup-forwarder\", \"evpn database state default-gateway\"], \"default\": \"evpn ip-prefix-database\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lldp info\"]}, \"command_detail\": {\"$id\": \"/properties/lldp_detail\", \"title\": \"LLDP detail\", \"type\": \"string\", \"enum\": [\"lldp neighbors\"], \"default\": \"lldp neighbors\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lacp info\"]}, \"command_detail\": {\"$id\": \"/properties/lacp_detail\", \"title\": \"LACP detail\", \"type\": \"string\", \"enum\": [\"lacp interfaces extensive\", \"lacp statistics interfaces\"], \"default\": \"lacp interfaces extensive\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show vlan info\"]}, \"command_detail\": {\"$id\": \"/properties/vlan_detail\", \"title\": \"VLAN detail\", \"type\": \"string\", \"enum\": [\"vlans\"], \"default\": \"vlans\"}}}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display operational information", "display_name": "Show operations information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:51.180 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_ops_info_template'], 'oper': 'UPDATE', 'request-id': 'req-0cbabd82-5e79-4913-957e-a20ac77e0a66', 'type': 'job_template', 'uuid': 'ba6135c7-8d0a-4b49-84c6-877567ff0b2b'} 11/07/2024 02:22:51.281 7fe46d9dc8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a0104f25-a1f9-4b1a-8dec-d44d354eebed object_type = job_template identifier_name = default-global-system-config:check_multicast_template url = https://10.0.0.49:8082/job-template/a0104f25-a1f9-4b1a-8dec-d44d354eebed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a0104f25-a1f9-4b1a-8dec-d44d354eebed", "fq_name": ["default-global-system-config", "check_multicast_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"warning_banner\": {\"$id\": \"/properties/warning_banner\", \"title\": \"This GDO gathers multicast statistics from the whole fabric and it might take a few minutes to complete.\", \"type\": \"object\", \"properties\": {\"warning_banner_2\": {\"$id\": \"/properties/warning_banner_2\", \"title\": \"It is assumed that:\", \"type\": \"object\", \"properties\": {\"warning_banner_3\": {\"$id\": \"/properties/warning_banner_3\", \"title\": \"(1) the traffic is coming from outside of the fabric (through device(s) with CRB-MCAST-Gateway role);\", \"type\": \"object\", \"properties\": {\"warning_banner_4\": {\"$id\": \"/properties/warning_banner_4\", \"title\": \"(2) the traffic is going to devices attached to server leaves (physical_router_role == 'leaf');\", \"type\": \"object\", \"properties\": {\"warning_banner_5\": {\"$id\": \"/properties/warning_banner_5\", \"title\": \"(3) PIM is enabled in the fabric.\", \"type\": \"object\", \"properties\": {}}}}}}}}}}, \"source\": {\"$id\": \"/properties/source\", \"title\": \"Source\", \"type\": \"string\", \"default\": \"\"}, \"group\": {\"$id\": \"/properties/group\", \"title\": \"Group\", \"type\": \"string\", \"default\": \"\"}}, \"required\": [\"source\", \"group\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Check multicast output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "Check multicast", "display_name": "Check incoming multicast traffic"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:51.338 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'check_multicast_template'], 'oper': 'UPDATE', 'request-id': 'req-96b6dd86-a9dc-4723-84d3-e6b06ab77d56', 'type': 'job_template', 'uuid': 'a0104f25-a1f9-4b1a-8dec-d44d354eebed'} 11/07/2024 02:22:51.440 7fe46d8ec8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = beffdd8f-ab67-4478-9e35-e04f15334529 object_type = job_template identifier_name = default-global-system-config:existing_fabric_onboard_template url = https://10.0.0.49:8082/job-template/beffdd8f-ab67-4478-9e35-e04f15334529 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "beffdd8f-ab67-4478-9e35-e04f15334529", "fq_name": ["default-global-system-config", "existing_fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/existing_fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 40, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 5}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"username\", \"password\"], \"properties\": {\"username\": {\"type\": \"string\"}, \"password\": {\"type\": \"string\"}}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"manage_underlay\": {\"title\": \"Manage underlay networking\", \"type\": \"boolean\", \"description\": \"Set to true if need to configure underlay networking\", \"default\": false}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Existing Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:51.497 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'existing_fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-fb1ea5ad-7b2c-46a5-a672-15ec58d737b0', 'type': 'job_template', 'uuid': 'beffdd8f-ab67-4478-9e35-e04f15334529'} 11/07/2024 02:22:51.595 7fe46ef74198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42dc3d2b-40a5-4876-a519-62ca5dc6b79b object_type = job_template identifier_name = default-global-system-config:vcenter_import_template url = https://10.0.0.49:8082/job-template/42dc3d2b-40a5-4876-a519-62ca5dc6b79b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "42dc3d2b-40a5-4876-a519-62ca5dc6b79b", "fq_name": ["default-global-system-config", "vcenter_import_template"], "parent_type": "global-system-config", "job_template_type": "executable", "job_template_concurrency_level": "fabric", "job_template_executables": {"executable_info": [{"executable_path": "/opt/contrail/utils/vcenter-import", "executable_args": "", "job_completion_weightage": 100}]}, "job_template_input_schema": "{\"title\": \"vCenter Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"contrail_command\": {\"$id\": \"/properties/contrail_command\", \"description\": \"The Contrail Command details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/contrail_command/username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/contrail_command/password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/contrail_command/host\", \"description\": \"The Contrail Command IP and/or port\", \"type\": \"string\"}}}, \"vcenter\": {\"$id\": \"/properties/vcenter\", \"description\": \"vCenter details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/vcenter/username\", \"description\": \"Username of vCenter Server\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/vcenter/password\", \"description\": \"Password of vCenter Server\", \"type\": \"string\"}, \"datacenter\": {\"$id\": \"/properties/vcenter/datacenter\", \"description\": \"vCenter DataCenter name to Import ESXi Hosts\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/vcenter/host\", \"description\": \"vCenter Hostname/IP-Address including port\", \"type\": \"string\"}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "VCenter Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:51.651 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vcenter_import_template'], 'oper': 'UPDATE', 'request-id': 'req-06d0c601-04e6-421d-8fcf-77f93efe8d60', 'type': 'job_template', 'uuid': '42dc3d2b-40a5-4876-a519-62ca5dc6b79b'} 11/07/2024 02:22:51.754 7fe46d8ded68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22a3dd9a-b9ea-45a3-af54-f6b92461694b object_type = job_template identifier_name = default-global-system-config:discover_server_template url = https://10.0.0.49:8082/job-template/22a3dd9a-b9ea-45a3-af54-f6b92461694b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "22a3dd9a-b9ea-45a3-af54-f6b92461694b", "fq_name": ["default-global-system-config", "discover_server_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_server.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"ipmi\": {\"$id\": \"/properties/ipmi\", \"type\": \"object\", \"required\": [\"ipmi_subnet_list\", \"ipmi_credentials\"], \"properties\": {\"ipmi_subnet_list\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list/items\", \"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"ipmi_credentials\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"description\": \"The IPMI user:password credentials\", \"type\": \"string\"}}, \"ipmi_port_ranges\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"type\": \"object\", \"required\": [\"port_range_start\", \"port_range_end\"], \"properties\": {\"port_range_start\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_start\", \"description\": \"Start of IPMI Port Range\", \"type\": \"integer\"}, \"port_range_end\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_end\", \"description\": \"End of IPMI Port Range\", \"type\": \"integer\"}}}}}}, \"ironic\": {\"$id\": \"/properties/ironic\", \"type\": \"object\", \"required\": [\"auth_url\", \"username\", \"password\"], \"properties\": {\"auth_url\": {\"$id\": \"/properties/ironic/properties/auth_url\", \"description\": \"The Ironic Auth URL\", \"type\": \"string\"}, \"username\": {\"$id\": \"/properties/ironic/properties/username\", \"description\": \"The Ironic Auth username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/ironic/properties/password\", \"description\": \"The Ironic Auth password\", \"type\": \"string\"}, \"introspection_flag\": {\"$id\": \"/properties/ironic/properties/introspection_flag\", \"description\": \"Flag to determine if introspection is needed\", \"type\": \"boolean\", \"default\": true}}}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:51.809 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_server_template'], 'oper': 'UPDATE', 'request-id': 'req-1735ca18-433b-4d0c-a0cb-943c3c73db1f', 'type': 'job_template', 'uuid': '22a3dd9a-b9ea-45a3-af54-f6b92461694b'} 11/07/2024 02:22:51.906 7fe46dbefa20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 object_type = job_template identifier_name = default-global-system-config:server_import_template url = https://10.0.0.49:8082/job-template/9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "9f546e19-9ab0-42eb-8f69-cbfd24b6fd94", "fq_name": ["default-global-system-config", "server_import_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/server_import.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:51.917 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'server_import_template'], 'oper': 'UPDATE', 'request-id': 'req-0d6720b5-f609-447f-ae04-e36be5a47220', 'type': 'job_template', 'uuid': '9f546e19-9ab0-42eb-8f69-cbfd24b6fd94'} 11/07/2024 02:22:52.019 7fe46d9dce10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 81bdd21a-3c1d-440a-a882-c91aa6b508b0 object_type = job_template identifier_name = default-global-system-config:node_profile_template url = https://10.0.0.49:8082/job-template/81bdd21a-3c1d-440a-a882-c91aa6b508b0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "81bdd21a-3c1d-440a-a882-c91aa6b508b0", "fq_name": ["default-global-system-config", "node_profile_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/node_profile.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Node Profile Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command Hostname/IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Node Profile"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:52.033 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'node_profile_template'], 'oper': 'UPDATE', 'request-id': 'req-d2a6e349-ec4b-4464-9ddf-0918a5a2703b', 'type': 'job_template', 'uuid': '81bdd21a-3c1d-440a-a882-c91aa6b508b0'} 11/07/2024 02:22:52.035 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:52.126 7fe46d8ec240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 35a01d59-582a-4e7e-8993-09a7fb9ebd19 object_type = job_template identifier_name = default-global-system-config:show_mac_mob_template url = https://10.0.0.49:8082/job-template/35a01d59-582a-4e7e-8993-09a7fb9ebd19 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "35a01d59-582a-4e7e-8993-09a7fb9ebd19", "fq_name": ["default-global-system-config", "show_mac_mob_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"mac_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"MAC Details\", \"type\": \"object\", \"properties\": {\"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}, \"required\": [\"mac_address\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show MAC mobility Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"MAC History\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"mac_details\": {\"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display MAC address move or mobility", "display_name": "Show mac mobility"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:52.180 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_mac_mob_template'], 'oper': 'UPDATE', 'request-id': 'req-495cbfba-3863-484c-9080-9319e27687ab', 'type': 'job_template', 'uuid': '35a01d59-582a-4e7e-8993-09a7fb9ebd19'} 11/07/2024 02:22:52.283 7fe46dbd1048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31ec2c1-89c8-4950-a756-b70565503fc6 object_type = job_template identifier_name = default-global-system-config:rma_activate_template url = https://10.0.0.49:8082/job-template/e31ec2c1-89c8-4950-a756-b70565503fc6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e31ec2c1-89c8-4950-a756-b70565503fc6", "fq_name": ["default-global-system-config", "rma_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/rma_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 3}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"RMA activate\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"rma_devices\": {\"type\": \"array\", \"items\": {\"title\": \"RMA Devices\", \"type\": \"object\", \"description\": \"List of devices and corresponding serial numbers to RMA\", \"additionalProperties\": false, \"properties\": {\"device_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}, \"serial_number\": {\"type\": \"string\"}}, \"required\": [\"device_uuid\", \"serial_number\"]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "RMA Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:52.293 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rma_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-fe0a8ab2-1c17-495e-8ee8-9696ace21d08', 'type': 'job_template', 'uuid': 'e31ec2c1-89c8-4950-a756-b70565503fc6'} 11/07/2024 02:22:52.392 7fe46d8c3438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096811dc-7f55-4763-8395-1f288d24bb6a object_type = job_template identifier_name = default-global-system-config:show_chassis_info_template url = https://10.0.0.49:8082/job-template/096811dc-7f55-4763-8395-1f288d24bb6a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "096811dc-7f55-4763-8395-1f288d24bb6a", "fq_name": ["default-global-system-config", "show_chassis_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"chassis\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Chassis information\", \"type\": \"object\", \"properties\": {\"chassis_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis hardware\"}}, \"required\": [\"chassis_detail\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display chassis information", "display_name": "Show chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:52.449 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_chassis_info_template'], 'oper': 'UPDATE', 'request-id': 'req-751e9436-33dd-4a19-ba5c-106bc7abeddb', 'type': 'job_template', 'uuid': '096811dc-7f55-4763-8395-1f288d24bb6a'} 11/07/2024 02:22:52.546 7fe46d90a8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1215737e-4ccc-4371-a28e-eb341d000a00 object_type = job_template identifier_name = default-global-system-config:hardware_inventory_template url = https://10.0.0.49:8082/job-template/1215737e-4ccc-4371-a28e-eb341d000a00 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1215737e-4ccc-4371-a28e-eb341d000a00", "fq_name": ["default-global-system-config", "hardware_inventory_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Hardware Inventory Information\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"minProperties\": 1}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to fetch hardware inventory information from the device", "display_name": "Fetch hardware chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:52.558 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hardware_inventory_template'], 'oper': 'UPDATE', 'request-id': 'req-f2e84a53-cc3c-428d-84eb-bb694177b7a0', 'type': 'job_template', 'uuid': '1215737e-4ccc-4371-a28e-eb341d000a00'} 11/07/2024 02:22:52.660 7fe46deebd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a22fc3b2-62a5-4e31-97a4-e70c039e1019 object_type = config_properties identifier_name = default-global-system-config:config_property url = https://10.0.0.49:8082/config-properties/a22fc3b2-62a5-4e31-97a4-e70c039e1019 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"config-properties": {"uuid": "a22fc3b2-62a5-4e31-97a4-e70c039e1019", "fq_name": ["default-global-system-config", "config_property"], "parent_type": "global-system-config", "properties": {"key_value_pair": [{"key": "junos_commit_timeout", "value": "600"}, {"key": "total_retry_timeout", "value": "600"}, {"key": "device_command_timeout", "value": "600"}, {"key": "ztp_timeout", "value": "570"}]}, "display_name": "Config Property"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:52.670 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'config_property'], 'oper': 'UPDATE', 'request-id': 'req-067cadd5-1655-4c32-bcae-efa96130cd47', 'type': 'config_properties', 'uuid': 'a22fc3b2-62a5-4e31-97a4-e70c039e1019'} 11/07/2024 02:22:53.036 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:53.107 7fe470decb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 object_type = global_system_config identifier_name = default-global-system-config url = https://10.0.0.49:8082/global-system-config/dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"global-system-config": {"uuid": "dfd9c1c8-eff8-4a11-805e-4845bcbc4be8", "fq_name": ["default-global-system-config"], "supported_device_families": {"device_family": ["junos", "junos-qfx"]}, "supported_vendor_hardwares": {"vendor_hardware": ["juniper-qfx10002-72q", "juniper-qfx10002-36q", "juniper-qfx10002-60c", "juniper-qfx10016", "juniper-qfx10008", "juniper-vqfx-10000", "juniper-qfx5100-48sh-afi", "juniper-qfx5100-48sh-afo", "juniper-qfx5100-48th-afi", "juniper-qfx5100-48th-afo", "juniper-qfx5100-48s-6q", "juniper-qfx5100-96s-8q", "juniper-qfx5100-48t", "juniper-qfx5100-48t-6q", "juniper-qfx5100-24q-2p", "juniper-qfx5100-24q-aa", "juniper-qfx5100e-48s-6q", "juniper-qfx5100e-96s-8q", "juniper-qfx5100e-48t-6q", "juniper-qfx5100e-24q-2p", "juniper-qfx5110-48s-4c", "juniper-qfx5110-32q", "juniper-qfx5120-48y-8c", "juniper-qfx5120-48t-6c", "juniper-qfx5120-32c", "juniper-qfx5220-32cd", "juniper-qfx5220-128c", "juniper-qfx5200-32c-32q", "juniper-qfx5200-48y", "juniper-qfx5210-64c", "juniper-vmx", "juniper-mx80", "juniper-mx80-48t", "juniper-mx204", "juniper-mx240", "juniper-mx480", "juniper-mx960", "juniper-mx2008", "juniper-mx2010", "juniper-mx2020", "juniper-mx10003", "juniper-jnp10008", "juniper-jnp10016", "juniper-srx5400", "juniper-srx5600", "juniper-srx4600", "juniper-srx4100", "juniper-srx1500", "juniper-srx240h-poe", "juniper-vsrx", "juniper-srx5800", "juniper-srx4200"]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:53.116 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config'], 'oper': 'UPDATE', 'request-id': 'req-db33dde1-0bd7-4f70-9438-d623ba683fe7', 'type': 'global_system_config', 'uuid': 'dfd9c1c8-eff8-4a11-805e-4845bcbc4be8'} 11/07/2024 02:22:53.215 7fe46df35240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42087eae-1152-4e4b-8ebb-ac8bcdc13323 object_type = hardware identifier_name = juniper-qfx5100-48sh-afi url = https://10.0.0.49:8082/hardware/42087eae-1152-4e4b-8ebb-ac8bcdc13323 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "fq_name": ["juniper-qfx5100-48sh-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:53.223 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afi'], 'oper': 'UPDATE', 'request-id': 'req-fe5a3c5a-334d-4d62-893a-1e0eb2f6c06c', 'type': 'hardware', 'uuid': '42087eae-1152-4e4b-8ebb-ac8bcdc13323'} 11/07/2024 02:22:53.318 7fe46db3b828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bb7beed3-60d7-49c5-9d84-49ac2a782218 object_type = hardware identifier_name = juniper-qfx5100-48sh-afo url = https://10.0.0.49:8082/hardware/bb7beed3-60d7-49c5-9d84-49ac2a782218 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "fq_name": ["juniper-qfx5100-48sh-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:53.328 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afo'], 'oper': 'UPDATE', 'request-id': 'req-be4d79da-c7d3-4ecf-bb9b-5a443b514dd3', 'type': 'hardware', 'uuid': 'bb7beed3-60d7-49c5-9d84-49ac2a782218'} 11/07/2024 02:22:53.423 7fe46daf6588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6432d3f-ce9a-411f-8a75-9e22d185f2cd object_type = hardware identifier_name = juniper-qfx5100-48th-afi url = https://10.0.0.49:8082/hardware/c6432d3f-ce9a-411f-8a75-9e22d185f2cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "fq_name": ["juniper-qfx5100-48th-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:53.431 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afi'], 'oper': 'UPDATE', 'request-id': 'req-09e92915-b7f0-4259-b2d0-b724fd6039ed', 'type': 'hardware', 'uuid': 'c6432d3f-ce9a-411f-8a75-9e22d185f2cd'} 11/07/2024 02:22:53.530 7fe46db3b978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d1543237-89a0-4607-a0f5-40f0be645bcf object_type = hardware identifier_name = juniper-qfx5100-48th-afo url = https://10.0.0.49:8082/hardware/d1543237-89a0-4607-a0f5-40f0be645bcf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "fq_name": ["juniper-qfx5100-48th-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:53.538 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afo'], 'oper': 'UPDATE', 'request-id': 'req-31e319c8-7775-4733-8828-e622e9be2e68', 'type': 'hardware', 'uuid': 'd1543237-89a0-4607-a0f5-40f0be645bcf'} 11/07/2024 02:22:53.643 7fe46df354e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09842293-1bb4-4536-9393-f26caa94be87 object_type = hardware identifier_name = juniper-qfx5100-48s-6q url = https://10.0.0.49:8082/hardware/09842293-1bb4-4536-9393-f26caa94be87 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "09842293-1bb4-4536-9393-f26caa94be87", "fq_name": ["juniper-qfx5100-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:53.652 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-1895f536-368d-4db1-91f2-f2bba662eeb4', 'type': 'hardware', 'uuid': '09842293-1bb4-4536-9393-f26caa94be87'} 11/07/2024 02:22:53.746 7fe46dbd1240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 659daa17-ae39-4641-b245-45c06a69b927 object_type = hardware identifier_name = juniper-qfx5100-96s-8q url = https://10.0.0.49:8082/hardware/659daa17-ae39-4641-b245-45c06a69b927 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "659daa17-ae39-4641-b245-45c06a69b927", "fq_name": ["juniper-qfx5100-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:53.755 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-0a6eaff1-44bc-4026-9b1e-f5150eb9787e', 'type': 'hardware', 'uuid': '659daa17-ae39-4641-b245-45c06a69b927'} 11/07/2024 02:22:53.860 7fe46d929e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9b18d69f-cfa6-47a6-9837-5886979b7d27 object_type = hardware identifier_name = juniper-qfx5100-48t url = https://10.0.0.49:8082/hardware/9b18d69f-cfa6-47a6-9837-5886979b7d27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "fq_name": ["juniper-qfx5100-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:53.870 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t'], 'oper': 'UPDATE', 'request-id': 'req-0d5a41b5-ee3f-4b0e-97da-7437d6be9e2c', 'type': 'hardware', 'uuid': '9b18d69f-cfa6-47a6-9837-5886979b7d27'} 11/07/2024 02:22:53.970 7fe46df35a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fdd501e-e56b-45b5-9083-e8e81f459673 object_type = hardware identifier_name = juniper-qfx5100-48t-6q url = https://10.0.0.49:8082/hardware/0fdd501e-e56b-45b5-9083-e8e81f459673 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "fq_name": ["juniper-qfx5100-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:53.978 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-639004b8-bdd3-4ac2-a234-37fe55e7c6fe', 'type': 'hardware', 'uuid': '0fdd501e-e56b-45b5-9083-e8e81f459673'} 11/07/2024 02:22:54.037 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:54.074 7fe46daf62e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a415b5b6-e554-4e69-8ac8-100664a655bd object_type = hardware identifier_name = juniper-qfx5100-24q-2p url = https://10.0.0.49:8082/hardware/a415b5b6-e554-4e69-8ac8-100664a655bd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "fq_name": ["juniper-qfx5100-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:54.085 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-25a4c02d-36a8-4f35-867c-6b833ed00a7a', 'type': 'hardware', 'uuid': 'a415b5b6-e554-4e69-8ac8-100664a655bd'} 11/07/2024 02:22:54.178 7fe470c28eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ec46a0d-8b6e-4461-b351-ab3960b11966 object_type = hardware identifier_name = juniper-qfx5100-24q-aa url = https://10.0.0.49:8082/hardware/9ec46a0d-8b6e-4461-b351-ab3960b11966 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "fq_name": ["juniper-qfx5100-24q-aa"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:54.186 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-aa'], 'oper': 'UPDATE', 'request-id': 'req-a2bc05a6-bc2e-45a4-9636-b8d6e60b9248', 'type': 'hardware', 'uuid': '9ec46a0d-8b6e-4461-b351-ab3960b11966'} 11/07/2024 02:22:54.283 7fe46df6af60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc object_type = hardware identifier_name = juniper-qfx5100e-48s-6q url = https://10.0.0.49:8082/hardware/7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "fq_name": ["juniper-qfx5100e-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:54.294 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-42e64b69-ae19-41da-af9a-9feafaf2465e', 'type': 'hardware', 'uuid': '7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc'} 11/07/2024 02:22:54.387 7fe46dad8eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3be1a72-35aa-4778-a173-5986e8c2fae8 object_type = hardware identifier_name = juniper-qfx5100e-96s-8q url = https://10.0.0.49:8082/hardware/d3be1a72-35aa-4778-a173-5986e8c2fae8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "fq_name": ["juniper-qfx5100e-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:54.398 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-fbb47a32-66fb-4129-b66f-2becb4a3f36d', 'type': 'hardware', 'uuid': 'd3be1a72-35aa-4778-a173-5986e8c2fae8'} 11/07/2024 02:22:54.497 7fe46d94a0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 84d423a0-c168-4209-9a24-3b690f4332f8 object_type = hardware identifier_name = juniper-qfx5100e-48t-6q url = https://10.0.0.49:8082/hardware/84d423a0-c168-4209-9a24-3b690f4332f8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "fq_name": ["juniper-qfx5100e-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:54.505 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-0c9fbae4-c5c6-416f-8700-17680f0afafa', 'type': 'hardware', 'uuid': '84d423a0-c168-4209-9a24-3b690f4332f8'} 11/07/2024 02:22:54.606 7fe46d933eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b1493cca-8842-42f9-800a-753565a2d6b6 object_type = hardware identifier_name = juniper-qfx5100e-24q-2p url = https://10.0.0.49:8082/hardware/b1493cca-8842-42f9-800a-753565a2d6b6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "fq_name": ["juniper-qfx5100e-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:54.616 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-aa14ec6a-8ed4-423e-95bb-23a1de1bfe53', 'type': 'hardware', 'uuid': 'b1493cca-8842-42f9-800a-753565a2d6b6'} 11/07/2024 02:22:54.710 7fe46dad8ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 403bdb63-2170-4014-9403-f80fba2de755 object_type = hardware identifier_name = juniper-qfx5110-48s-4c url = https://10.0.0.49:8082/hardware/403bdb63-2170-4014-9403-f80fba2de755 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "403bdb63-2170-4014-9403-f80fba2de755", "fq_name": ["juniper-qfx5110-48s-4c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:54.719 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-48s-4c'], 'oper': 'UPDATE', 'request-id': 'req-333ff656-29c4-4e68-be8d-1d0768f37941', 'type': 'hardware', 'uuid': '403bdb63-2170-4014-9403-f80fba2de755'} 11/07/2024 02:22:54.815 7fe46ee698d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b5500813-1eb7-4e75-8a4c-674e0ba66461 object_type = hardware identifier_name = juniper-qfx5110-32q url = https://10.0.0.49:8082/hardware/b5500813-1eb7-4e75-8a4c-674e0ba66461 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "fq_name": ["juniper-qfx5110-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:54.826 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-32q'], 'oper': 'UPDATE', 'request-id': 'req-672703d6-5653-4467-b3d3-b1ab8880c909', 'type': 'hardware', 'uuid': 'b5500813-1eb7-4e75-8a4c-674e0ba66461'} 11/07/2024 02:22:54.922 7fe46dbd1780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b63324e2-273a-400b-9d59-0dec80d655d4 object_type = hardware identifier_name = juniper-qfx5120-48y-8c url = https://10.0.0.49:8082/hardware/b63324e2-273a-400b-9d59-0dec80d655d4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "fq_name": ["juniper-qfx5120-48y-8c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:54.933 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48y-8c'], 'oper': 'UPDATE', 'request-id': 'req-87d1d3b4-e482-46a7-98c6-ebae1e2a040b', 'type': 'hardware', 'uuid': 'b63324e2-273a-400b-9d59-0dec80d655d4'} 11/07/2024 02:22:55.026 7fe475ad4cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 object_type = hardware identifier_name = juniper-qfx5120-32c url = https://10.0.0.49:8082/hardware/017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "fq_name": ["juniper-qfx5120-32c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:55.036 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-32c'], 'oper': 'UPDATE', 'request-id': 'req-23e84a70-bfc6-4eb4-b16a-745731dad349', 'type': 'hardware', 'uuid': '017ec5ed-1b9e-47d0-9b3c-e2df68b376e7'} 11/07/2024 02:22:55.038 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:55.139 7fe46dbef438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75328164-8eed-4868-b183-9bcbe27e276a object_type = hardware identifier_name = juniper-qfx5120-48t-6c url = https://10.0.0.49:8082/hardware/75328164-8eed-4868-b183-9bcbe27e276a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "fq_name": ["juniper-qfx5120-48t-6c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:55.147 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48t-6c'], 'oper': 'UPDATE', 'request-id': 'req-8423f13c-49d0-41f3-9538-747e00aababb', 'type': 'hardware', 'uuid': '75328164-8eed-4868-b183-9bcbe27e276a'} 11/07/2024 02:22:55.242 7fe46d8d6f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ac596c42-3f13-42e2-a6b1-be2b27e18331 object_type = hardware identifier_name = juniper-qfx5220-32cd url = https://10.0.0.49:8082/hardware/ac596c42-3f13-42e2-a6b1-be2b27e18331 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "fq_name": ["juniper-qfx5220-32cd"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:55.251 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-32cd'], 'oper': 'UPDATE', 'request-id': 'req-108ff8b2-ea6c-4d59-b7c6-88598587f314', 'type': 'hardware', 'uuid': 'ac596c42-3f13-42e2-a6b1-be2b27e18331'} 11/07/2024 02:22:55.350 7fe46d9d14e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1c773810-104a-43e2-b78a-a0b3dac4dd7f object_type = hardware identifier_name = juniper-qfx5220-128c url = https://10.0.0.49:8082/hardware/1c773810-104a-43e2-b78a-a0b3dac4dd7f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "fq_name": ["juniper-qfx5220-128c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:55.357 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-128c'], 'oper': 'UPDATE', 'request-id': 'req-cb7b6692-91c7-45fd-98ed-e799a8fb9f42', 'type': 'hardware', 'uuid': '1c773810-104a-43e2-b78a-a0b3dac4dd7f'} 11/07/2024 02:22:55.455 7fe46df35240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 922c08d7-1c72-4e46-b73b-c5cce20c7d4b object_type = hardware identifier_name = juniper-qfx5200-32c-32q url = https://10.0.0.49:8082/hardware/922c08d7-1c72-4e46-b73b-c5cce20c7d4b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "fq_name": ["juniper-qfx5200-32c-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:55.463 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-32c-32q'], 'oper': 'UPDATE', 'request-id': 'req-900b2a1a-ee3a-445b-a425-227088b4cd12', 'type': 'hardware', 'uuid': '922c08d7-1c72-4e46-b73b-c5cce20c7d4b'} 11/07/2024 02:22:55.560 7fe46df6af60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 133f6aba-4d41-4450-9996-aef90d73b888 object_type = hardware identifier_name = juniper-qfx5200-48y url = https://10.0.0.49:8082/hardware/133f6aba-4d41-4450-9996-aef90d73b888 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "fq_name": ["juniper-qfx5200-48y"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:55.568 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-48y'], 'oper': 'UPDATE', 'request-id': 'req-dde96ba3-2c46-4aee-8feb-90c994c8cda3', 'type': 'hardware', 'uuid': '133f6aba-4d41-4450-9996-aef90d73b888'} 11/07/2024 02:22:55.663 7fe46de30198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = db87e59b-96e1-49d8-a62c-1c2d89d684d9 object_type = hardware identifier_name = juniper-qfx5210-64c url = https://10.0.0.49:8082/hardware/db87e59b-96e1-49d8-a62c-1c2d89d684d9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "fq_name": ["juniper-qfx5210-64c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:55.673 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5210-64c'], 'oper': 'UPDATE', 'request-id': 'req-00648f72-7643-4c53-883b-f0cb4fa27168', 'type': 'hardware', 'uuid': 'db87e59b-96e1-49d8-a62c-1c2d89d684d9'} 11/07/2024 02:22:55.775 7fe46daf6630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 864af8d2-658f-4299-b31c-a18e657d786b object_type = hardware identifier_name = juniper-qfx10002-72q url = https://10.0.0.49:8082/hardware/864af8d2-658f-4299-b31c-a18e657d786b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "fq_name": ["juniper-qfx10002-72q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:55.785 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-72q'], 'oper': 'UPDATE', 'request-id': 'req-44017f09-5ab2-4a75-ae99-31d4cf3686b7', 'type': 'hardware', 'uuid': '864af8d2-658f-4299-b31c-a18e657d786b'} 11/07/2024 02:22:55.882 7fe46df35cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 object_type = hardware identifier_name = juniper-qfx10002-36q url = https://10.0.0.49:8082/hardware/8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "fq_name": ["juniper-qfx10002-36q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:55.890 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-36q'], 'oper': 'UPDATE', 'request-id': 'req-8335f4f8-aba0-4846-bbf3-4864f0e20e7a', 'type': 'hardware', 'uuid': '8cc029e3-98bd-4b93-ae1b-3a1eb169fab4'} 11/07/2024 02:22:55.986 7fe46d8de438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7d28fa02-7667-4bc7-bec6-01b08d00dd4d object_type = hardware identifier_name = juniper-qfx10002-60c url = https://10.0.0.49:8082/hardware/7d28fa02-7667-4bc7-bec6-01b08d00dd4d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "fq_name": ["juniper-qfx10002-60c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:55.994 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-60c'], 'oper': 'UPDATE', 'request-id': 'req-aae8c4cf-c983-457e-93dc-565dfa1fc882', 'type': 'hardware', 'uuid': '7d28fa02-7667-4bc7-bec6-01b08d00dd4d'} 11/07/2024 02:22:56.039 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:56.094 7fe46d8e4240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c8d84e84-6056-4872-b06b-ae4bed62f7a2 object_type = hardware identifier_name = juniper-qfx10016 url = https://10.0.0.49:8082/hardware/c8d84e84-6056-4872-b06b-ae4bed62f7a2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "fq_name": ["juniper-qfx10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:56.101 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10016'], 'oper': 'UPDATE', 'request-id': 'req-9ff18c42-0442-4279-8bb8-70c3240a3adf', 'type': 'hardware', 'uuid': 'c8d84e84-6056-4872-b06b-ae4bed62f7a2'} 11/07/2024 02:22:56.199 7fe46df35438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e97d4f94-63fb-439d-a014-5b702068f369 object_type = hardware identifier_name = juniper-qfx10008 url = https://10.0.0.49:8082/hardware/e97d4f94-63fb-439d-a014-5b702068f369 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "fq_name": ["juniper-qfx10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:56.207 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10008'], 'oper': 'UPDATE', 'request-id': 'req-47050422-18e6-45f9-a245-2c2769dea331', 'type': 'hardware', 'uuid': 'e97d4f94-63fb-439d-a014-5b702068f369'} 11/07/2024 02:22:56.306 7fe46de30198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 26af5cc4-535f-45fc-9202-3abfc9fe6c7b object_type = hardware identifier_name = juniper-vqfx-10000 url = https://10.0.0.49:8082/hardware/26af5cc4-535f-45fc-9202-3abfc9fe6c7b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "fq_name": ["juniper-vqfx-10000"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:56.314 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vqfx-10000'], 'oper': 'UPDATE', 'request-id': 'req-3b08f7ca-e83b-4bec-8d09-40cc16cb2f6f', 'type': 'hardware', 'uuid': '26af5cc4-535f-45fc-9202-3abfc9fe6c7b'} 11/07/2024 02:22:56.416 7fe46e01d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0423f25b-c754-4b32-b220-de18f831b363 object_type = hardware identifier_name = juniper-mx80 url = https://10.0.0.49:8082/hardware/0423f25b-c754-4b32-b220-de18f831b363 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0423f25b-c754-4b32-b220-de18f831b363", "fq_name": ["juniper-mx80"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:56.425 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80'], 'oper': 'UPDATE', 'request-id': 'req-ff7d9d5d-f67a-48cc-83e7-68149a725112', 'type': 'hardware', 'uuid': '0423f25b-c754-4b32-b220-de18f831b363'} 11/07/2024 02:22:56.522 7fe46e036cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 68bfa83f-2753-461c-9dce-b9f3464c234c object_type = hardware identifier_name = juniper-mx80-48t url = https://10.0.0.49:8082/hardware/68bfa83f-2753-461c-9dce-b9f3464c234c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "fq_name": ["juniper-mx80-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:56.531 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80-48t'], 'oper': 'UPDATE', 'request-id': 'req-b54172f1-4929-4943-bd76-53b5f59665cb', 'type': 'hardware', 'uuid': '68bfa83f-2753-461c-9dce-b9f3464c234c'} 11/07/2024 02:22:56.634 7fe46dbefc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 33f16db1-08a6-4377-9060-f894b4aafda4 object_type = hardware identifier_name = juniper-mx204 url = https://10.0.0.49:8082/hardware/33f16db1-08a6-4377-9060-f894b4aafda4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "fq_name": ["juniper-mx204"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:56.644 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx204'], 'oper': 'UPDATE', 'request-id': 'req-3931f46f-c5e9-4ffa-af73-f0350ad8c5fc', 'type': 'hardware', 'uuid': '33f16db1-08a6-4377-9060-f894b4aafda4'} 11/07/2024 02:22:56.738 7fe46d8c3cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd25932c-6fe2-438c-96d7-998c27af28af object_type = hardware identifier_name = juniper-mx240 url = https://10.0.0.49:8082/hardware/fd25932c-6fe2-438c-96d7-998c27af28af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "fq_name": ["juniper-mx240"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:56.749 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx240'], 'oper': 'UPDATE', 'request-id': 'req-9abef810-227a-4cfe-956b-07e425952093', 'type': 'hardware', 'uuid': 'fd25932c-6fe2-438c-96d7-998c27af28af'} 11/07/2024 02:22:56.842 7fe46d900e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0389f738-89c0-4f53-a7bd-56569482be43 object_type = hardware identifier_name = juniper-mx480 url = https://10.0.0.49:8082/hardware/0389f738-89c0-4f53-a7bd-56569482be43 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "fq_name": ["juniper-mx480"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:56.851 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx480'], 'oper': 'UPDATE', 'request-id': 'req-7bc85b41-a8df-40e4-88aa-398ecce7237b', 'type': 'hardware', 'uuid': '0389f738-89c0-4f53-a7bd-56569482be43'} 11/07/2024 02:22:56.950 7fe46dbefd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9618fd20-e6e6-4d9c-b295-14b0316300af object_type = hardware identifier_name = juniper-mx960 url = https://10.0.0.49:8082/hardware/9618fd20-e6e6-4d9c-b295-14b0316300af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "fq_name": ["juniper-mx960"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:56.958 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx960'], 'oper': 'UPDATE', 'request-id': 'req-5cbf2e6a-7b9a-4080-a606-b6d1929add12', 'type': 'hardware', 'uuid': '9618fd20-e6e6-4d9c-b295-14b0316300af'} 11/07/2024 02:22:57.040 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:57.053 7fe46db13e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 object_type = hardware identifier_name = juniper-mx2008 url = https://10.0.0.49:8082/hardware/c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "fq_name": ["juniper-mx2008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:57.061 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2008'], 'oper': 'UPDATE', 'request-id': 'req-f0bf14da-998a-4d51-abf4-a75738556204', 'type': 'hardware', 'uuid': 'c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5'} 11/07/2024 02:22:57.159 7fe474af24e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c7e966eb-8a0a-421b-b740-9f9df7ad1c77 object_type = hardware identifier_name = juniper-mx2010 url = https://10.0.0.49:8082/hardware/c7e966eb-8a0a-421b-b740-9f9df7ad1c77 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "fq_name": ["juniper-mx2010"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:57.167 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2010'], 'oper': 'UPDATE', 'request-id': 'req-74417b94-acd6-4327-adb5-b0f2793a6446', 'type': 'hardware', 'uuid': 'c7e966eb-8a0a-421b-b740-9f9df7ad1c77'} 11/07/2024 02:22:57.267 7fe46ef8b828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf0608bd-3a72-46c0-af0b-c272778c736c object_type = hardware identifier_name = juniper-mx2020 url = https://10.0.0.49:8082/hardware/bf0608bd-3a72-46c0-af0b-c272778c736c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "fq_name": ["juniper-mx2020"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:57.276 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2020'], 'oper': 'UPDATE', 'request-id': 'req-d6647602-ab62-479b-a977-fee3149f6f84', 'type': 'hardware', 'uuid': 'bf0608bd-3a72-46c0-af0b-c272778c736c'} 11/07/2024 02:22:57.370 7fe46d8c3f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 object_type = hardware identifier_name = juniper-mx10003 url = https://10.0.0.49:8082/hardware/f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "fq_name": ["juniper-mx10003"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:57.378 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx10003'], 'oper': 'UPDATE', 'request-id': 'req-edbf295d-928f-4d95-844e-0a5a643bdf9b', 'type': 'hardware', 'uuid': 'f234fa20-3dd5-4f22-bc86-4c1e2e279bd5'} 11/07/2024 02:22:57.479 7fe46d8de390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0cf56917-0fea-454e-84f2-cdf01c8bb067 object_type = hardware identifier_name = juniper-jnp10008 url = https://10.0.0.49:8082/hardware/0cf56917-0fea-454e-84f2-cdf01c8bb067 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "fq_name": ["juniper-jnp10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:57.490 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10008'], 'oper': 'UPDATE', 'request-id': 'req-994baa8e-8b64-4ca4-8d78-239a07038be9', 'type': 'hardware', 'uuid': '0cf56917-0fea-454e-84f2-cdf01c8bb067'} 11/07/2024 02:22:57.587 7fe46d8eceb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e3fc4483-abbe-451f-aa39-a4aff4476187 object_type = hardware identifier_name = juniper-jnp10016 url = https://10.0.0.49:8082/hardware/e3fc4483-abbe-451f-aa39-a4aff4476187 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "fq_name": ["juniper-jnp10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:57.597 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10016'], 'oper': 'UPDATE', 'request-id': 'req-674aa767-fa13-45c8-93eb-fe1da6505461', 'type': 'hardware', 'uuid': 'e3fc4483-abbe-451f-aa39-a4aff4476187'} 11/07/2024 02:22:57.694 7fe46d8c3ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3973797-34d8-49d4-95b4-30df06256c6e object_type = hardware identifier_name = juniper-vmx url = https://10.0.0.49:8082/hardware/d3973797-34d8-49d4-95b4-30df06256c6e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "fq_name": ["juniper-vmx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:57.704 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vmx'], 'oper': 'UPDATE', 'request-id': 'req-463c06d0-dc32-4244-b911-ce76d720f5d5', 'type': 'hardware', 'uuid': 'd3973797-34d8-49d4-95b4-30df06256c6e'} 11/07/2024 02:22:57.798 7fe46dfda588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb970d87-db82-4005-8700-962a40c2e31d object_type = hardware identifier_name = juniper-srx5400 url = https://10.0.0.49:8082/hardware/fb970d87-db82-4005-8700-962a40c2e31d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "fq_name": ["juniper-srx5400"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:57.809 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5400'], 'oper': 'UPDATE', 'request-id': 'req-c336d531-9529-4324-952c-cb8bf0235e71', 'type': 'hardware', 'uuid': 'fb970d87-db82-4005-8700-962a40c2e31d'} 11/07/2024 02:22:57.910 7fe46ef158d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6457b9f7-51f0-430a-a150-5ae208362781 object_type = hardware identifier_name = juniper-srx5600 url = https://10.0.0.49:8082/hardware/6457b9f7-51f0-430a-a150-5ae208362781 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "fq_name": ["juniper-srx5600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:57.920 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5600'], 'oper': 'UPDATE', 'request-id': 'req-6baacd0f-e086-4450-a9fb-8c3a7f74c2b7', 'type': 'hardware', 'uuid': '6457b9f7-51f0-430a-a150-5ae208362781'} 11/07/2024 02:22:58.018 7fe46e92ea20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0a203d47-b5d7-48fc-af06-3571bddc0098 object_type = hardware identifier_name = juniper-srx4600 url = https://10.0.0.49:8082/hardware/0a203d47-b5d7-48fc-af06-3571bddc0098 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "fq_name": ["juniper-srx4600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:58.030 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4600'], 'oper': 'UPDATE', 'request-id': 'req-c0c1734a-6a85-4935-b1df-93ea76b570d5', 'type': 'hardware', 'uuid': '0a203d47-b5d7-48fc-af06-3571bddc0098'} 11/07/2024 02:22:58.041 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:58.125 7fe46d90a0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50ee3c64-e89c-47f1-bff1-80e448d9121b object_type = hardware identifier_name = juniper-srx4100 url = https://10.0.0.49:8082/hardware/50ee3c64-e89c-47f1-bff1-80e448d9121b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "fq_name": ["juniper-srx4100"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:58.133 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4100'], 'oper': 'UPDATE', 'request-id': 'req-84c1ecd9-7c6c-4a36-8533-0116b748c536', 'type': 'hardware', 'uuid': '50ee3c64-e89c-47f1-bff1-80e448d9121b'} 11/07/2024 02:22:58.238 7fe46d8ec240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0e56d147-d28a-4670-8703-2dac4ec219ef object_type = hardware identifier_name = juniper-srx1500 url = https://10.0.0.49:8082/hardware/0e56d147-d28a-4670-8703-2dac4ec219ef operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "fq_name": ["juniper-srx1500"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:58.247 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx1500'], 'oper': 'UPDATE', 'request-id': 'req-ce6e984f-8910-4259-8eed-be5c699211c7', 'type': 'hardware', 'uuid': '0e56d147-d28a-4670-8703-2dac4ec219ef'} 11/07/2024 02:22:58.342 7fe46da8d240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5701a594-5475-4388-bc3d-5ffd8c2844cd object_type = hardware identifier_name = juniper-srx240h-poe url = https://10.0.0.49:8082/hardware/5701a594-5475-4388-bc3d-5ffd8c2844cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "fq_name": ["juniper-srx240h-poe"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:58.351 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx240h-poe'], 'oper': 'UPDATE', 'request-id': 'req-e018ab82-2ba5-4f27-82b7-8242fc346895', 'type': 'hardware', 'uuid': '5701a594-5475-4388-bc3d-5ffd8c2844cd'} 11/07/2024 02:22:58.450 7fe46d913c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 object_type = hardware identifier_name = juniper-srx5800 url = https://10.0.0.49:8082/hardware/6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "fq_name": ["juniper-srx5800"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:58.464 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5800'], 'oper': 'UPDATE', 'request-id': 'req-7abdb346-572e-4146-9040-0478e75e19ca', 'type': 'hardware', 'uuid': '6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2'} 11/07/2024 02:22:58.562 7fe46db134e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89e593ec-fd30-4eb7-b5d6-eb5b76da460c object_type = hardware identifier_name = juniper-srx4200 url = https://10.0.0.49:8082/hardware/89e593ec-fd30-4eb7-b5d6-eb5b76da460c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "fq_name": ["juniper-srx4200"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:58.573 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4200'], 'oper': 'UPDATE', 'request-id': 'req-26667443-c300-44a2-83cc-77ba51153585', 'type': 'hardware', 'uuid': '89e593ec-fd30-4eb7-b5d6-eb5b76da460c'} 11/07/2024 02:22:58.670 7fe46dbef198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5725d6f5-b9df-4efb-bb13-c34c205775a4 object_type = hardware identifier_name = juniper-vsrx url = https://10.0.0.49:8082/hardware/5725d6f5-b9df-4efb-bb13-c34c205775a4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "fq_name": ["juniper-vsrx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:58.681 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vsrx'], 'oper': 'UPDATE', 'request-id': 'req-b190c651-68d8-4d01-a6e5-fa089bad0f31', 'type': 'hardware', 'uuid': '5725d6f5-b9df-4efb-bb13-c34c205775a4'} 11/07/2024 02:22:58.774 7fe470c28eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86eee787-5718-44dc-84cf-17ab0a275490 object_type = feature identifier_name = default-global-system-config:underlay-ip-clos url = https://10.0.0.49:8082/feature/86eee787-5718-44dc-84cf-17ab0a275490 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "fq_name": ["default-global-system-config", "underlay-ip-clos"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:58.784 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'underlay-ip-clos'], 'oper': 'UPDATE', 'request-id': 'req-c1387623-fd4d-453e-8c4f-c16bcad5020e', 'type': 'feature', 'uuid': '86eee787-5718-44dc-84cf-17ab0a275490'} 11/07/2024 02:22:58.882 7fe46d913828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb45a340-532e-471d-8f0a-291569282b15 object_type = feature identifier_name = default-global-system-config:overlay-bgp url = https://10.0.0.49:8082/feature/fb45a340-532e-471d-8f0a-291569282b15 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "fb45a340-532e-471d-8f0a-291569282b15", "fq_name": ["default-global-system-config", "overlay-bgp"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:58.892 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'overlay-bgp'], 'oper': 'UPDATE', 'request-id': 'req-81085ec3-431b-484c-89db-e70d1ff84af7', 'type': 'feature', 'uuid': 'fb45a340-532e-471d-8f0a-291569282b15'} 11/07/2024 02:22:58.986 7fe46d9b1048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1de6e9e1-19ee-4a38-a94c-5cfc99246ded object_type = feature identifier_name = default-global-system-config:l2-gateway url = https://10.0.0.49:8082/feature/1de6e9e1-19ee-4a38-a94c-5cfc99246ded operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "fq_name": ["default-global-system-config", "l2-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:58.997 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l2-gateway'], 'oper': 'UPDATE', 'request-id': 'req-7370f302-cc94-484f-b5a2-90539a6d07e1', 'type': 'feature', 'uuid': '1de6e9e1-19ee-4a38-a94c-5cfc99246ded'} 11/07/2024 02:22:59.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:22:59.094 7fe46e85af60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 object_type = feature identifier_name = default-global-system-config:l3-gateway url = https://10.0.0.49:8082/feature/e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "fq_name": ["default-global-system-config", "l3-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:59.106 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-d2e0e92d-84ff-4e10-b7ae-6d7ca06673e2', 'type': 'feature', 'uuid': 'e86b957c-2c5b-4ea4-bb9d-5178bc8f8592'} 11/07/2024 02:22:59.198 7fe46d9132e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ce754582-8dee-462c-b557-c4829be74c27 object_type = feature identifier_name = default-global-system-config:vn-interconnect url = https://10.0.0.49:8082/feature/ce754582-8dee-462c-b557-c4829be74c27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ce754582-8dee-462c-b557-c4829be74c27", "fq_name": ["default-global-system-config", "vn-interconnect"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:59.208 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vn-interconnect'], 'oper': 'UPDATE', 'request-id': 'req-d355eb41-bad3-48b7-a6ac-c03c6418f94d', 'type': 'feature', 'uuid': 'ce754582-8dee-462c-b557-c4829be74c27'} 11/07/2024 02:22:59.303 7fe46e036b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75a756f7-6687-4306-a372-653b835b7a63 object_type = feature identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/feature/75a756f7-6687-4306-a372-653b835b7a63 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "75a756f7-6687-4306-a372-653b835b7a63", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:59.312 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-9ea4011d-a744-42c5-a168-387a3afb1ca0', 'type': 'feature', 'uuid': '75a756f7-6687-4306-a372-653b835b7a63'} 11/07/2024 02:22:59.411 7fe46e036b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8d716e60-7319-4f9f-a0db-1f8fd86d6186 object_type = feature identifier_name = default-global-system-config:assisted-replicator url = https://10.0.0.49:8082/feature/8d716e60-7319-4f9f-a0db-1f8fd86d6186 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "fq_name": ["default-global-system-config", "assisted-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:59.419 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-e2393d81-76db-4144-8345-f7478e22c17c', 'type': 'feature', 'uuid': '8d716e60-7319-4f9f-a0db-1f8fd86d6186'} 11/07/2024 02:22:59.518 7fe46da002e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5b262e15-6ed7-4a11-8a7d-e371f26caf53 object_type = feature identifier_name = default-global-system-config:port-profile url = https://10.0.0.49:8082/feature/5b262e15-6ed7-4a11-8a7d-e371f26caf53 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "fq_name": ["default-global-system-config", "port-profile"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:59.529 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'port-profile'], 'oper': 'UPDATE', 'request-id': 'req-90c390ec-341d-4cb4-8846-c60db0ef90fb', 'type': 'feature', 'uuid': '5b262e15-6ed7-4a11-8a7d-e371f26caf53'} 11/07/2024 02:22:59.623 7fe46d8c3b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ccbfbdbc-d047-4336-a621-25f8b481bd0d object_type = feature identifier_name = default-global-system-config:telemetry url = https://10.0.0.49:8082/feature/ccbfbdbc-d047-4336-a621-25f8b481bd0d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "fq_name": ["default-global-system-config", "telemetry"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:59.632 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'telemetry'], 'oper': 'UPDATE', 'request-id': 'req-90eceaa0-09d7-4505-a9b2-c560761a6058', 'type': 'feature', 'uuid': 'ccbfbdbc-d047-4336-a621-25f8b481bd0d'} 11/07/2024 02:22:59.738 7fe46df35c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eeea45e9-bfe3-40ce-895c-3f47710c1d81 object_type = feature identifier_name = default-global-system-config:firewall url = https://10.0.0.49:8082/feature/eeea45e9-bfe3-40ce-895c-3f47710c1d81 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "fq_name": ["default-global-system-config", "firewall"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:59.748 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'firewall'], 'oper': 'UPDATE', 'request-id': 'req-ed9fdd43-e43f-4994-a2f6-f0fb05bd094c', 'type': 'feature', 'uuid': 'eeea45e9-bfe3-40ce-895c-3f47710c1d81'} 11/07/2024 02:22:59.847 7fe4714d9780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1a62bd7d-9bf9-4de3-8861-9421862d8b83 object_type = feature identifier_name = default-global-system-config:infra-bms-access url = https://10.0.0.49:8082/feature/1a62bd7d-9bf9-4de3-8861-9421862d8b83 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "fq_name": ["default-global-system-config", "infra-bms-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:59.858 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'infra-bms-access'], 'oper': 'UPDATE', 'request-id': 'req-888171b1-e100-4029-95a1-203f442ae5de', 'type': 'feature', 'uuid': '1a62bd7d-9bf9-4de3-8861-9421862d8b83'} 11/07/2024 02:22:59.954 7fe46d900048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86490f57-fc6b-4c66-8c9e-b8ab56611249 object_type = feature identifier_name = default-global-system-config:pnf-service-chaining url = https://10.0.0.49:8082/feature/86490f57-fc6b-4c66-8c9e-b8ab56611249 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "fq_name": ["default-global-system-config", "pnf-service-chaining"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:22:59.963 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-service-chaining'], 'oper': 'UPDATE', 'request-id': 'req-f0b6ee6e-3597-4145-beba-5cad0001172b', 'type': 'feature', 'uuid': '86490f57-fc6b-4c66-8c9e-b8ab56611249'} 11/07/2024 02:23:00.045 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:00.068 7fe46dad8b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a74dd4b0-ec84-40de-89b8-037c2bad424e object_type = physical_role identifier_name = default-global-system-config:leaf url = https://10.0.0.49:8082/physical-role/a74dd4b0-ec84-40de-89b8-037c2bad424e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "fq_name": ["default-global-system-config", "leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:00.080 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'leaf'], 'oper': 'UPDATE', 'request-id': 'req-b0508416-9e86-4a9b-9af9-91e88b87bbcf', 'type': 'physical_role', 'uuid': 'a74dd4b0-ec84-40de-89b8-037c2bad424e'} 11/07/2024 02:23:00.182 7fe46ee698d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e848e994-4f62-4c2f-9140-8d66298c2a16 object_type = physical_role identifier_name = default-global-system-config:spine url = https://10.0.0.49:8082/physical-role/e848e994-4f62-4c2f-9140-8d66298c2a16 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "fq_name": ["default-global-system-config", "spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:00.192 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'spine'], 'oper': 'UPDATE', 'request-id': 'req-cb2d663e-9bc3-4916-a283-5aca1945424c', 'type': 'physical_role', 'uuid': 'e848e994-4f62-4c2f-9140-8d66298c2a16'} 11/07/2024 02:23:00.307 7fe46dad8eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 165fc8b2-b498-425c-b9ca-c497dfb8ecb8 object_type = physical_role identifier_name = default-global-system-config:superspine url = https://10.0.0.49:8082/physical-role/165fc8b2-b498-425c-b9ca-c497dfb8ecb8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "fq_name": ["default-global-system-config", "superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:00.315 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'superspine'], 'oper': 'UPDATE', 'request-id': 'req-6b589da6-4264-462c-bedd-9d3848b56f95', 'type': 'physical_role', 'uuid': '165fc8b2-b498-425c-b9ca-c497dfb8ecb8'} 11/07/2024 02:23:00.415 7fe46d9b1f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 object_type = physical_role identifier_name = default-global-system-config:pnf url = https://10.0.0.49:8082/physical-role/50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "fq_name": ["default-global-system-config", "pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:00.425 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf'], 'oper': 'UPDATE', 'request-id': 'req-9b5fb342-1e24-4ca0-9e37-44ddddf1cc24', 'type': 'physical_role', 'uuid': '50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441'} 11/07/2024 02:23:00.526 7fe46df18048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3f7f21d-5131-42c5-902a-2870b9f2a440 object_type = overlay_role identifier_name = default-global-system-config:erb-ucast-gateway url = https://10.0.0.49:8082/overlay-role/d3f7f21d-5131-42c5-902a-2870b9f2a440 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "fq_name": ["default-global-system-config", "erb-ucast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:00.542 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-ucast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-ab3f6f1d-40dc-4492-ab17-6f60a2d9122e', 'type': 'overlay_role', 'uuid': 'd3f7f21d-5131-42c5-902a-2870b9f2a440'} 11/07/2024 02:23:00.638 7fe46dae66d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 63cfa342-76cd-4a56-8157-14c328560d48 object_type = overlay_role identifier_name = default-global-system-config:crb-access url = https://10.0.0.49:8082/overlay-role/63cfa342-76cd-4a56-8157-14c328560d48 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "fq_name": ["default-global-system-config", "crb-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:00.652 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access'], 'oper': 'UPDATE', 'request-id': 'req-858a6726-27f8-4442-9e0f-3a0fde29f8d7', 'type': 'overlay_role', 'uuid': '63cfa342-76cd-4a56-8157-14c328560d48'} 11/07/2024 02:23:00.748 7fe46d8c3c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:00.774 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-f1fc01ce-09e4-4d86-bb3f-50fdefa909f2', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:23:00.879 7fe46db13ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22353762-4f58-4a71-b3b7-a794e3f85f0c object_type = overlay_role identifier_name = default-global-system-config:crb-gateway url = https://10.0.0.49:8082/overlay-role/22353762-4f58-4a71-b3b7-a794e3f85f0c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "fq_name": ["default-global-system-config", "crb-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:00.890 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway'], 'oper': 'UPDATE', 'request-id': 'req-e29dce78-5282-4947-ad62-cf93e2770276', 'type': 'overlay_role', 'uuid': '22353762-4f58-4a71-b3b7-a794e3f85f0c'} 11/07/2024 02:23:00.986 7fe46da8dd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b378a518-ae07-482d-a546-abc7a34ff5ed object_type = overlay_role identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/overlay-role/b378a518-ae07-482d-a546-abc7a34ff5ed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:00.996 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-04b553c5-3b0f-460b-996f-c7521fabe15a', 'type': 'overlay_role', 'uuid': 'b378a518-ae07-482d-a546-abc7a34ff5ed'} 11/07/2024 02:23:01.047 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:01.090 7fe46ef15390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:01.098 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-f6ec00f8-3ea8-4a91-b683-ea09e9a1bb3c', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:23:01.194 7fe46d8c38d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc804de-3a25-4176-a505-11fd99f99b89 object_type = overlay_role identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/overlay-role/7fc804de-3a25-4176-a505-11fd99f99b89 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:01.202 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-c96e1b4b-8bf6-4bb3-9003-1182d3e68022', 'type': 'overlay_role', 'uuid': '7fc804de-3a25-4176-a505-11fd99f99b89'} 11/07/2024 02:23:01.303 7fe46dac4198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f46a292-5727-44c4-b5cc-dbb399d63dc0 object_type = overlay_role identifier_name = default-global-system-config:dci-gateway url = https://10.0.0.49:8082/overlay-role/3f46a292-5727-44c4-b5cc-dbb399d63dc0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "fq_name": ["default-global-system-config", "dci-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:01.311 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway'], 'oper': 'UPDATE', 'request-id': 'req-bd31a1e5-340a-4ae3-ace6-e84242ecc5ae', 'type': 'overlay_role', 'uuid': '3f46a292-5727-44c4-b5cc-dbb399d63dc0'} 11/07/2024 02:23:01.410 7fe46de60f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c288d8d5-0400-434c-9648-973298c28dd2 object_type = overlay_role identifier_name = default-global-system-config:ar-client url = https://10.0.0.49:8082/overlay-role/c288d8d5-0400-434c-9648-973298c28dd2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "fq_name": ["default-global-system-config", "ar-client"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:01.419 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client'], 'oper': 'UPDATE', 'request-id': 'req-d75c08ed-7387-44b3-a29f-c5bb85a4ee8d', 'type': 'overlay_role', 'uuid': 'c288d8d5-0400-434c-9648-973298c28dd2'} 11/07/2024 02:23:01.514 7fe46d8c3588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6aae65f-b0d6-44b6-b1f5-b2adbff6debe object_type = overlay_role identifier_name = default-global-system-config:ar-replicator url = https://10.0.0.49:8082/overlay-role/c6aae65f-b0d6-44b6-b1f5-b2adbff6debe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "fq_name": ["default-global-system-config", "ar-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:01.523 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator'], 'oper': 'UPDATE', 'request-id': 'req-3c577885-6b18-476d-9c61-114828185d92', 'type': 'overlay_role', 'uuid': 'c6aae65f-b0d6-44b6-b1f5-b2adbff6debe'} 11/07/2024 02:23:01.622 7fe46da8d0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c24f6c68-2b22-4d05-9215-bd5f4e97144e object_type = overlay_role identifier_name = default-global-system-config:route-reflector url = https://10.0.0.49:8082/overlay-role/c24f6c68-2b22-4d05-9215-bd5f4e97144e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "fq_name": ["default-global-system-config", "route-reflector"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:01.631 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'route-reflector'], 'oper': 'UPDATE', 'request-id': 'req-dc848989-bc3d-4a6d-8d84-b8224180e162', 'type': 'overlay_role', 'uuid': 'c24f6c68-2b22-4d05-9215-bd5f4e97144e'} 11/07/2024 02:23:01.727 7fe46e92ea20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d04e3467-16c7-4d34-8a16-54db9f2dbd6d object_type = overlay_role identifier_name = default-global-system-config:lean url = https://10.0.0.49:8082/overlay-role/d04e3467-16c7-4d34-8a16-54db9f2dbd6d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "fq_name": ["default-global-system-config", "lean"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:01.736 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean'], 'oper': 'UPDATE', 'request-id': 'req-af4aff0c-a069-49cc-9a04-4cf4fbaef926', 'type': 'overlay_role', 'uuid': 'd04e3467-16c7-4d34-8a16-54db9f2dbd6d'} 11/07/2024 02:23:01.830 7fe46de1bc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7c98b4ba-9792-4adc-bbe5-814de08ee193 object_type = overlay_role identifier_name = default-global-system-config:pnf-servicechain url = https://10.0.0.49:8082/overlay-role/7c98b4ba-9792-4adc-bbe5-814de08ee193 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "fq_name": ["default-global-system-config", "pnf-servicechain"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:01.838 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain'], 'oper': 'UPDATE', 'request-id': 'req-1dcdc74d-128c-4d33-9499-1f3b760aaea1', 'type': 'overlay_role', 'uuid': '7c98b4ba-9792-4adc-bbe5-814de08ee193'} 11/07/2024 02:23:01.938 7fe46dbd10f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/role-definition/7fc7bdca-a972-42e0-b02b-f14221ab24ff operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "fq_name": ["default-global-system-config", "erb-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:01.946 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ec661c7c-b28a-47c2-a693-c0f858cbc032', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:23:02.044 7fe46da0ab70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/role-definition/6d675ed2-da72-4f70-b970-60c581a40246 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "fq_name": ["default-global-system-config", "crb-access-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:02.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:02.055 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f0900a91-5520-4e35-b337-8e2fbc2a8591', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:23:02.150 7fe46df62f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/role-definition/12313f49-601a-4c77-a56c-14c5faa0a0f7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "fq_name": ["default-global-system-config", "crb-access-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:02.159 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-5a2bd472-312c-412d-9975-5196290d9c08', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:23:02.258 7fe46df6a828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/role-definition/3e74d541-ffa4-4b60-a80c-f7d30e81267e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "fq_name": ["default-global-system-config", "crb-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:02.267 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-bd27ec05-274c-4314-b622-8545d485dd23', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:23:02.363 7fe46d913c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/role-definition/8713bf0b-c920-4bfc-b102-24ff9e8a9a56 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "fq_name": ["default-global-system-config", "crb-mcast-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:02.371 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-3aae120f-60fe-4174-8624-f3a6089f2113', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:23:02.471 7fe470c28eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/role-definition/3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:02.479 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-0271d718-f2f5-4070-b6a4-b4f5d98b5bf9', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:23:02.574 7fe46dac4e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/role-definition/9ed12178-e668-406f-ae82-6504f36818d2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "fq_name": ["default-global-system-config", "dc-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:02.583 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-2ac27714-3a42-430c-931c-705cf57c5c64', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:23:02.680 7fe46dbd14e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/role-definition/cf632c77-302b-45f8-8a3b-d2c6bdc298dd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "fq_name": ["default-global-system-config", "dci-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:02.687 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-658d2936-d5c6-402a-973f-8bc430c4157b', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:23:02.783 7fe46d8f4a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/role-definition/a17e9751-f0f6-45fd-b3cd-99d3deac46c3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "fq_name": ["default-global-system-config", "crb-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:02.793 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-88c275a2-10ae-4f29-9287-fd38a41c64a6', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:23:02.894 7fe46da0aeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/role-definition/2c3ab7f0-4324-4cf5-8453-7f3e989086e1 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "fq_name": ["default-global-system-config", "crb-mcast-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:02.903 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4b1ce96e-5272-43d9-9116-6d98dcb5f659', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:23:02.999 7fe46db3b048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/role-definition/89eb9636-66e1-4865-b82c-0b460ab6c686 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "fq_name": ["default-global-system-config", "dc-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:03.008 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1e70b214-5f06-4f16-947b-7e320b05bdf4', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:23:03.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:03.106 7fe46e01d780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/role-definition/8daef5e4-651d-4fd2-adcc-93dc9b88931e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "fq_name": ["default-global-system-config", "dci-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:03.114 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7d1ab0fb-77c7-4f86-ba03-497344f048d4', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:23:03.211 7fe46df116d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/role-definition/53bde039-5adb-4b1a-9c0f-03b8c73e978b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "fq_name": ["default-global-system-config", "ar-client-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:03.219 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3480e7c7-4c49-4b7e-b3f6-faf60ad4570b', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:23:03.319 7fe46df6a048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/role-definition/fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "fq_name": ["default-global-system-config", "ar-client-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:03.330 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-c9640a5d-45e9-440b-8f77-b99800b8ccf5', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:23:03.427 7fe46dbd1cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/role-definition/b3a5a11a-9058-47cc-bbca-b92e18e00063 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "fq_name": ["default-global-system-config", "ar-replicator-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:03.437 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-58e3dc8a-ac6f-430b-94b8-8b357aa5678f', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:23:03.535 7fe46d9334e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/role-definition/700f730d-b72d-4b6a-914f-f46880b46dbf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "fq_name": ["default-global-system-config", "ar-replicator-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:03.544 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-60c2c2ac-acd8-4bc3-abcd-09fc098d19dc', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:23:03.638 7fe46d9ad6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/role-definition/a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "fq_name": ["default-global-system-config", "rr-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:03.647 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-bb375c46-af75-4fa2-bb0d-b1832407fe6b', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:23:03.746 7fe46d922e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/role-definition/337a1ec4-253f-4efd-8e31-d650bdfab64e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "fq_name": ["default-global-system-config", "rr-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:03.754 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-7a922c37-6924-4a53-9ee8-76a1c8448e34', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:23:03.854 7fe46df6a240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/role-definition/05c8ab04-e527-47bf-bd06-cfc7e4f72383 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "fq_name": ["default-global-system-config", "rr-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:03.864 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-61f49c62-52c2-4bce-997b-f0a80825809f', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:23:03.963 7fe46ef81780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/role-definition/c3369dc6-8fd8-476e-920f-39bfe42b1a18 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "fq_name": ["default-global-system-config", "lean-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:03.974 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-45cd2fcb-4f17-46cb-88cc-3b75c1ae0e6a', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:23:04.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:04.066 7fe46df6a8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/role-definition/887c905f-12cf-4707-abe5-25641ff7994a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "fq_name": ["default-global-system-config", "lean-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:04.076 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-f4b3734d-ad8c-4b4e-9d37-1ad4f7fcb561', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:23:04.170 7fe46df62b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/role-definition/eae130b1-c96e-47dc-a63a-0b04d4515815 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "fq_name": ["default-global-system-config", "pnf-servicechain-pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:04.179 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-3bb6c862-4efd-48e6-b65a-66f52a22279b', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:23:04.278 7fe46d90a780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/role-definition/c0916b85-cd5b-435c-a8c9-02a9a6f51769 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "fq_name": ["default-global-system-config", "pnf-servicechain-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:04.288 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-0fe7eb7b-cc08-44bb-a441-338b0887c64b', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:23:04.386 7fe46d933f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/role-definition/0fab1b56-dc54-446c-9c4a-a2017c20792f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "fq_name": ["default-global-system-config", "pnf-servicechain-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:04.393 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-cde5e8a7-44e4-4f66-a362-2c5f926a7962', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:23:04.498 7fe46da8d240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 71100362-52d5-49e1-a5ec-dc34d5fd4103 object_type = feature_config identifier_name = default-global-system-config:erb-leaf:l3-gateway url = https://10.0.0.49:8082/feature-config/71100362-52d5-49e1-a5ec-dc34d5fd4103 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "71100362-52d5-49e1-a5ec-dc34d5fd4103", "fq_name": ["default-global-system-config", "erb-leaf", "l3-gateway"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "use_gateway_ip", "value": "True"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:04.507 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-b229ec7d-823b-4969-8c25-f406b456839c', 'type': 'feature_config', 'uuid': '71100362-52d5-49e1-a5ec-dc34d5fd4103'} 11/07/2024 02:23:04.602 7fe46df6a048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 998f5f5b-dac6-428e-afc9-e111ce9c84e2 object_type = feature_config identifier_name = default-global-system-config:ar-client-spine:assisted-replicator url = https://10.0.0.49:8082/feature-config/998f5f5b-dac6-428e-afc9-e111ce9c84e2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "998f5f5b-dac6-428e-afc9-e111ce9c84e2", "fq_name": ["default-global-system-config", "ar-client-spine", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:04.610 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-7a8c5b7b-9a51-4046-997f-2faea6b5bd05', 'type': 'feature_config', 'uuid': '998f5f5b-dac6-428e-afc9-e111ce9c84e2'} 11/07/2024 02:23:04.715 7fe46d9dc2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0867534b-2dea-408b-9d48-f35498eb53fa object_type = feature_config identifier_name = default-global-system-config:ar-client-leaf:assisted-replicator url = https://10.0.0.49:8082/feature-config/0867534b-2dea-408b-9d48-f35498eb53fa operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "0867534b-2dea-408b-9d48-f35498eb53fa", "fq_name": ["default-global-system-config", "ar-client-leaf", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:04.724 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-2de9a831-ef87-4485-aa41-9911b86e1f63', 'type': 'feature_config', 'uuid': '0867534b-2dea-408b-9d48-f35498eb53fa'} 11/07/2024 02:23:04.829 7fe46d900d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/node-profile/edd9d036-a7db-418b-9e5f-80c0fc6adf9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:04.839 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-21f017b2-e479-4141-8699-a397f509697d', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:04.934 7fe46df62048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/node-profile/dda2834b-74c3-40b2-ae88-30651406dace operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "fq_name": ["default-global-system-config", "juniper-qfx5k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:04.945 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-a03ee291-5511-4c27-bfe4-637c9b33532e', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:23:05.043 7fe46d8d6eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/node-profile/134314c5-c9a5-480a-8822-b05c25e74d1b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["Route-Reflector", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector", "AR-Client", "AR-Replicator"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:05.053 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-cdc99305-e0e4-4400-b79c-8f1b5e0e7dde', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:23:05.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:05.155 7fe46dbd1b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/node-profile/5c345570-baa6-4cca-aadb-a909315de17a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "fq_name": ["default-global-system-config", "juniper-qfx5120"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector", "AR-Client", "ERB-UCAST-Gateway", "CRB-Gateway", "PNF-Servicechain"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "Route-Reflector", "PNF-Servicechain", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:05.163 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-cedd0557-9514-4b72-a4fe-5ce28f6a74ce', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:23:05.264 7fe46db3b438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/node-profile/4b759c70-b6f4-41cc-9597-4b44bc8e1cbb operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "fq_name": ["default-global-system-config", "juniper-qfx5220"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:05.274 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-13a23fb9-a960-4e16-b165-5fd9742afdd2', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:23:05.371 7fe46d9d10f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/node-profile/f5d47ce2-0539-4c22-a861-529351f95857 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "fq_name": ["default-global-system-config", "juniper-qfx10k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:05.384 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-fc4090e7-ec75-4552-9314-d8ee6c5a8f5c', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:23:05.484 7fe46da3de10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/node-profile/fe87400f-2ffc-41ed-88dc-afd60e9b609b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "fq_name": ["default-global-system-config", "juniper-mx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:05.494 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-d0a6eaa6-26f0-4989-8921-68fde2577875', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:23:05.591 7fe46dbd1b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/node-profile/096a2735-e7c1-4b17-a7a3-a7bb6faa62af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "fq_name": ["default-global-system-config", "juniper-srx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": false, "node_profile_roles": {"role_mappings": [{"physical_role": "pnf", "rb_roles": ["PNF-Servicechain"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:05.601 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-ea2d60a1-4f67-4eba-b644-dca41d96a200', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:23:05.699 7fe46dfc7e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = abf711ba-5e89-49e5-abbb-67e23053d2e9 object_type = node_profile identifier_name = default-global-system-config:device-functional-group url = https://10.0.0.49:8082/node-profile/abf711ba-5e89-49e5-abbb-67e23053d2e9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "abf711ba-5e89-49e5-abbb-67e23053d2e9", "fq_name": ["default-global-system-config", "device-functional-group"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "ERB-UCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:05.707 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device-functional-group'], 'oper': 'UPDATE', 'request-id': 'req-d08171d9-7ecd-4ea1-9f8c-0e16ea61ce1a', 'type': 'node_profile', 'uuid': 'abf711ba-5e89-49e5-abbb-67e23053d2e9'} 11/07/2024 02:23:06.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:06.910 7fe46d8ec4e0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:23:06.910 7fe46d8ec4e0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:23:06.962 7fe46db392e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b46dc25a-d8d5-4fb8-92c9-000b4a174622 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k-lean:basic url = https://10.0.0.49:8082/role-config/b46dc25a-d8d5-4fb8-92c9-000b4a174622 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "b46dc25a-d8d5-4fb8-92c9-000b4a174622", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:06.971 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-1f03d4cb-83c0-408c-be31-fb298c15e035', 'type': 'role_config', 'uuid': 'b46dc25a-d8d5-4fb8-92c9-000b4a174622'} 11/07/2024 02:23:07.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:07.070 7fe46d8ec4e0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:23:07.070 7fe46d8ec4e0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:23:07.123 7fe46df64cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3bba2573-3fa7-4605-be62-08129fd192f3 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k:basic url = https://10.0.0.49:8082/role-config/3bba2573-3fa7-4605-be62-08129fd192f3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "3bba2573-3fa7-4605-be62-08129fd192f3", "fq_name": ["default-global-system-config", "juniper-qfx5k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:07.134 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-b6151722-6f6f-46ed-b1a0-ca172b358d2b', 'type': 'role_config', 'uuid': '3bba2573-3fa7-4605-be62-08129fd192f3'} 11/07/2024 02:23:07.233 7fe46d8ec4e0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:23:07.234 7fe46d8ec4e0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:23:07.282 7fe46d9d1048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ca9bfca3-df36-4b18-8818-e83e82bdbcf0 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5120:basic url = https://10.0.0.49:8082/role-config/ca9bfca3-df36-4b18-8818-e83e82bdbcf0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "ca9bfca3-df36-4b18-8818-e83e82bdbcf0", "fq_name": ["default-global-system-config", "juniper-qfx5120", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:07.291 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-3cbc3200-0b72-48ea-bb4a-c6cb24b79f81', 'type': 'role_config', 'uuid': 'ca9bfca3-df36-4b18-8818-e83e82bdbcf0'} 11/07/2024 02:23:07.386 7fe46d8ec4e0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:23:07.386 7fe46d8ec4e0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:23:07.444 7fe46dbd10f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9075c3e4-8eaf-49c6-a27e-c08153b72693 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5220:basic url = https://10.0.0.49:8082/role-config/9075c3e4-8eaf-49c6-a27e-c08153b72693 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "9075c3e4-8eaf-49c6-a27e-c08153b72693", "fq_name": ["default-global-system-config", "juniper-qfx5220", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:07.457 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-1fd0ce74-c179-4baa-922c-c02a9a4db895', 'type': 'role_config', 'uuid': '9075c3e4-8eaf-49c6-a27e-c08153b72693'} 11/07/2024 02:23:07.550 7fe46d8ec4e0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:23:07.550 7fe46d8ec4e0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:23:07.602 7fe46d9d1780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 00197742-a3bb-478e-a360-a359ebe4dbfe object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k-lean:basic url = https://10.0.0.49:8082/role-config/00197742-a3bb-478e-a360-a359ebe4dbfe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "00197742-a3bb-478e-a360-a359ebe4dbfe", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:07.611 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-b8c5d82b-5924-4b3c-8cdd-3d7f05e979df', 'type': 'role_config', 'uuid': '00197742-a3bb-478e-a360-a359ebe4dbfe'} 11/07/2024 02:23:07.706 7fe46d8ec4e0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:23:07.707 7fe46d8ec4e0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:23:07.758 7fe46d90aa20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0d823831-a334-484f-8088-9128f0681d36 object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k:basic url = https://10.0.0.49:8082/role-config/0d823831-a334-484f-8088-9128f0681d36 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "0d823831-a334-484f-8088-9128f0681d36", "fq_name": ["default-global-system-config", "juniper-qfx10k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:07.769 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-5177bac6-586c-419a-b795-37c52872ff5d', 'type': 'role_config', 'uuid': '0d823831-a334-484f-8088-9128f0681d36'} 11/07/2024 02:23:07.866 7fe46d8ec4e0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:23:07.867 7fe46d8ec4e0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:23:07.919 7fe46d9dccc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d object_type = role_config identifier_name = default-global-system-config:juniper-mx:basic url = https://10.0.0.49:8082/role-config/2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d", "fq_name": ["default-global-system-config", "juniper-mx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:07.927 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-9e0151ef-db2b-48f4-91ad-2fbb1bdca282', 'type': 'role_config', 'uuid': '2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d'} 11/07/2024 02:23:08.026 7fe46d8ec4e0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:23:08.026 7fe46d8ec4e0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:23:08.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:08.080 7fe46d9d1438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6b3d4a3-1a6f-4687-a0bd-5077da20deba object_type = role_config identifier_name = default-global-system-config:juniper-srx:basic url = https://10.0.0.49:8082/role-config/c6b3d4a3-1a6f-4687-a0bd-5077da20deba operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "c6b3d4a3-1a6f-4687-a0bd-5077da20deba", "fq_name": ["default-global-system-config", "juniper-srx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:08.090 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-8ca91167-9378-47ba-9b5b-cba0d9745c47', 'type': 'role_config', 'uuid': 'c6b3d4a3-1a6f-4687-a0bd-5077da20deba'} 11/07/2024 02:23:08.238 7fe46d933a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:08.246 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9b05a636-d3cf-4a22-a6d9-eca715305722', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:23:08.394 7fe46e036240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:08.403 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e4f29d82-25b0-4c4d-861c-ff1edde7a18c', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:23:08.546 7fe46d933d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:08.553 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-974cdb4f-7387-4c84-b1f8-f60d93e98676', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:23:08.710 7fe46dfda6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:08.718 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b25d2e74-ab1a-41be-8d1e-e728e4ca94c8', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:23:08.867 7fe46d8c3cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:08.876 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2d412d8b-0966-466c-ad7b-4c18bb54b905', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:23:09.035 7fe46df62978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:09.046 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7ed2c62d-c540-4724-92e6-565d2d1a65b5', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:23:09.059 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:09.190 7fe46d9d18d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:09.200 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-917d4871-63fa-4d37-985d-120c7b29c3f2', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:23:09.358 7fe46df62828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:09.366 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-bd7b1de1-b9ea-4be1-a4f2-27a10b846a1c', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:23:09.518 7fe46d8f46d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:09.530 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4f69ef32-f1f4-44d3-b54a-17af68a674c0', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:23:09.678 7fe46db3b438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:09.686 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-00cd00a4-8a24-476a-8c8f-52be6fdf356a', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:23:09.839 7fe46da8d240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:09.846 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f3665ec0-a7f7-4bf7-988d-dcdaf73638db', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:23:09.995 7fe46de60cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:10.008 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-166db493-5c6d-403e-bce2-9f2bd7cacc17', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:23:10.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:10.160 7fe46d9b16d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:10.169 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e98704e2-b80f-4851-9ca1-09b5a9d5990e', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:23:10.315 7fe46dbef390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:10.325 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-598d3d7d-1432-4d31-b199-35f89ee7bd31', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:23:10.475 7fe46d9d1978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:10.482 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b329b22f-714b-44d2-b867-53d51fc49e86', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:23:10.632 7fe46e003438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:10.644 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-517cb52f-33ce-4128-8613-3ceb67c0583b', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:23:10.791 7fe46d8c3c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:10.798 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a34f506c-fc92-4302-86a4-52c7fb87949d', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:23:10.946 7fe46da3d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:10.955 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-80704e12-92ec-437d-ba18-5bf02e0ad4cb', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:23:11.107 7fe46e01ac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:11.116 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-1fb5c8eb-e3ec-4e6d-b41b-5df53dff3e65', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:23:11.259 7fe46de852e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:11.266 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-5c0111e2-8934-43d8-8b24-328ee367d8a6', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:23:11.415 7fe46d9f0ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:11.424 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-9baf6af5-41d4-4ea9-8bde-dd758da02033', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:23:11.571 7fe46df294e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:11.579 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-b3adf66f-0b9a-4319-a53d-8507c392361a', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:23:11.731 7fe46df23c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:11.738 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-e808799f-80a2-4304-9655-9748628621c7', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:23:11.887 7fe46def2c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:11.894 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-392d2621-4c59-4918-be03-11e05ea92c73', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:23:12.020 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:12.047 7fe46df292e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:12.055 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-123f8a43-4861-42d9-8b67-178a8f20e8cf', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:23:12.203 7fe46de30a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:12.210 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-897db30b-cda8-497e-bcde-8d03e2dd5ddf', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:23:12.359 7fe46de85390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:12.368 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-a93e5bd9-ee73-4ded-945f-675a1594b64b', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:23:12.515 7fe46d900588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:12.522 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e874722d-bed6-4a29-8853-d1198dffd07c', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:23:12.678 7fe46d9f0b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:12.685 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-27af4e7c-af1b-4ce4-b2ee-be75fec9e92c', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:23:12.831 7fe46e86ceb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:12.838 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e92a86d9-f14c-4f1b-b135-2bcc379c1d1f', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:23:12.982 7fe46d8c3ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:12.993 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ee674669-bddb-4712-98cd-dcac8171b731', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:23:13.022 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:13.139 7fe46eba7438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:13.147 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-36db0c0b-bc46-49c4-8c4a-545884d140c8', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:23:13.295 7fe46d9f0978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:13.302 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-1f6bab80-2512-4c1f-864a-944dc691f41c', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:23:13.456 7fe46daf6b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:13.464 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-a869e07a-87c2-4840-8186-adbb1d9fdab7', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:23:13.609 7fe46de85588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:13.618 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-dc6055c6-37e9-471f-8350-b617f314113a', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:23:13.763 7fe46dbd1780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:13.772 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2065a835-479c-45a7-a93d-6d4528a217f3', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:23:13.915 7fe46df29198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:13.922 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b50658f7-d48c-471f-b8f7-a375023d080a', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:23:14.022 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:14.071 7fe46dbd18d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:14.078 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-10045dfb-3ea7-4bbb-a68b-e5548f268a41', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:23:14.231 7fe46df62588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:14.241 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e2387c12-c2dd-46a1-a558-783e23801b14', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:23:14.387 7fe46dae6390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:14.395 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-29e3128a-677e-4611-8643-b5e18442f2a7', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:23:14.539 7fe46db396d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:14.547 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6400b7e7-cbce-4cea-93b1-c2536dbbbc8a', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:23:14.695 7fe46dfc7f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:14.704 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-36ff0e28-4b40-4aa4-b9a7-5eab3eba9d8b', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:23:14.851 7fe46db13390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:14.858 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-d761f185-4aa6-409e-a0f5-1f9a3e40468b', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:23:15.012 7fe46e036b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:15.020 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-792877f4-03c6-432e-961a-ab434d03d064', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:23:15.024 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:15.163 7fe46df29630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:15.171 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-11e8aea8-c433-42e2-a40b-46f04c96942c', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:23:15.324 7fe46de62c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:15.332 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-df1cc6fc-8df5-48d6-b868-8060554367ad', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:23:15.487 7fe46dae6630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:15.496 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-28bf3121-2a69-4813-a496-e933c3d53b45', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:23:15.652 7fe46db39438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "overlay-role", "ref-uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "ref-fq-name": ["default-global-system-config", "crb-mcast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:15.662 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ac3689fc-a539-40ab-9e88-0efe066cd601', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:23:15.812 7fe46ddb3198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:15.820 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-7ff01e1f-6abe-4911-b72c-4d06d2d1f216', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:23:15.971 7fe46d9dcd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:15.979 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0f6d9df4-8e8f-4c63-a3b3-5794e34f385a', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:23:16.025 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:16.139 7fe46d90a8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:16.146 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-056fa887-930f-49a5-84ce-f9f643836365', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:23:16.307 7fe46e926f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:16.315 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f755e064-20c8-472f-9341-315cf174ad88', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:23:16.472 7fe46d90aa20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:16.483 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b24c6566-0aba-4a17-bb93-ed15653a0311', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:23:16.627 7fe46def6048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:16.635 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-509ce34a-a9a8-4b93-a67a-e4aa6a588b08', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:23:16.783 7fe46db132e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "overlay-role", "ref-uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "ref-fq-name": ["default-global-system-config", "crb-mcast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:16.790 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-727a53b7-9b7a-4a0a-a0e2-e144c4ed5b7c', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:23:16.942 7fe46e86c240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:16.950 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f20382ff-3629-4a18-809a-8c195e2463ec', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:23:17.026 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:17.099 7fe46df646d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:17.106 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-cd85f3f1-489f-4093-8c63-fecf6b3499b5', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:23:17.259 7fe46df6a240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:17.266 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-8c4f8632-b78e-41cd-89e4-7bd5c8d4ef69', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:23:17.410 7fe46e01d780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:17.417 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-17b5e0ab-0957-4259-bf1d-6bc907788d92', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:23:17.567 7fe46db39978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:17.578 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-f56b96a8-c1a8-481c-95bf-3d9343f41c25', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:23:17.727 7fe46de308d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:17.733 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-da340108-fc6f-42d6-bd05-d112d82a8f76', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:23:17.878 7fe46db13cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:17.886 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-516acc0a-b4fb-4df4-a626-bd298c17b0b8', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:23:18.028 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:18.035 7fe46de30438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:18.044 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-86589451-6588-4b07-8c73-a72f59691796', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:23:18.195 7fe46e861630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "overlay-role", "ref-uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:18.203 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-36ed2c7b-3e54-471b-b1d4-3e80729a70c2', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:23:18.352 7fe46db136d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:18.359 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-8a4c35d9-adb1-4424-a28c-c45bd912bcdd', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:23:18.507 7fe46e003eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "physical-role", "ref-uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "ref-fq-name": ["default-global-system-config", "superspine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:18.514 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-a7cb9a5f-75ac-48d6-a67d-a8a58fa3f239', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:23:18.666 7fe470a8d390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "overlay-role", "ref-uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "ref-fq-name": ["default-global-system-config", "lean"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:18.673 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-731736a5-d3c0-4906-8718-550d6e4d6a9d', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:23:18.822 7fe46d8e48d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:18.829 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-c0f7919b-8efd-4316-9c73-2887185c0be7', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:23:18.970 7fe46df35780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:18.977 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-a0918826-26a8-4e02-b3ed-b4fbdad70fbe', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:23:19.029 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:19.127 7fe46db39eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:19.134 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-7afb52c2-4e3b-4e72-a4cb-b1f5778f099a', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:23:19.279 7fe46d8f4c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "overlay-role", "ref-uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "ref-fq-name": ["default-global-system-config", "lean"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:19.288 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-bb9ae736-2d9d-4246-a1e8-894b660ce692', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:23:19.439 7fe46d9dc978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:19.446 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-3b5dd94b-3546-45ef-8cac-724cb5c1cd63', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:23:19.594 7fe46d8ec390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:19.603 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-721c8269-7d1e-4435-bc3e-b45c6cf08d9e', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:23:19.751 7fe46e003b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:19.762 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0f23cd58-7ed1-4e12-8f3d-923749ab30d8', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:23:19.907 7fe46db13780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:19.916 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8fbfccbb-a3db-47ff-8543-8156f7ab8035', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:23:20.030 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:20.072 7fe46dd4ae10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:20.079 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-37af77cd-60ea-4a39-8251-0c3b9c2f2cba', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:23:20.227 7fe46db39a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:20.235 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4c3b68cd-40f8-4160-856a-9efb5dca819b', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:23:20.386 7fe46dd4ae10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:20.393 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5d7aaa94-57bf-4eb4-8e05-d5d0bd0d0bec', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:23:20.547 7fe46df46048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:20.554 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-64b310cc-fc9e-4ce6-8cae-8c5258538b91', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:23:20.703 7fe46d9d16d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:20.714 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1a8ac82a-5b9e-4e8e-ac24-bb62e449c4d9', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:23:20.854 7fe46df35d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "overlay-role", "ref-uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:20.861 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-dcb665de-327c-4ee2-97a2-88fe2872e400', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:23:21.010 7fe46df234e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:21.017 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d888d2a5-d9c8-4873-b9c2-af53aa6b52a5', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:23:21.031 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:21.166 7fe46df46ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:21.174 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ddb0be59-432c-407f-98b8-d5cc714d65f7', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:23:21.323 7fe46df62cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:21.330 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-0654e8c6-7091-45ba-8ae2-22b6967ab385', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:23:21.483 7fe46d913438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:21.490 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-7eb29060-15a1-42fa-8c7d-00e7a466b440', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:23:21.639 7fe46e019828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:21.646 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e70e4e46-26cf-47c1-9c77-dce461d3d28b', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:23:21.799 7fe46df23198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:21.807 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-4a49e869-5005-4ac9-84ba-6d5b4fd02841', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:23:21.958 7fe46e019630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:21.967 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-d6883004-f059-4782-8ab6-2464d64419ca', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:23:22.032 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:22.110 7fe46ef2a048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:22.118 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-60fea41e-e17c-40b8-8e0e-64f0a32f581c', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:23:22.266 7fe46d94a8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "overlay-role", "ref-uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "ref-fq-name": ["default-global-system-config", "dci-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:22.274 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-61e1784b-03e8-44b4-af97-b74f764b4dac', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:23:22.435 7fe46d9f02e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:22.441 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-3ba01ae8-4081-4542-adb8-727d4c0b95dc', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:23:22.596 7fe46df23eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:22.604 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-382c8f0f-d5a5-4581-81bc-406439a79191', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:23:22.750 7fe46d9220f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:22.758 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c838429b-49c6-4913-acd0-03986094cdc1', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:23:22.916 7fe46d900cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:22.923 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8e7d8bdb-e0c4-45d2-9fe5-34008bed2cf6', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:23:23.034 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:23.070 7fe46dd902e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:23.077 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-bb69273b-ebcb-49e2-9aa9-b8e228743931', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:23:23.223 7fe46db13978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:23.229 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2ddcb9ac-4ca7-4f59-a0cc-de265d4943c7', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:23:23.383 7fe46d94a828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:23.391 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-35c08189-c868-4ad6-a589-e60059afaa6a', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:23:23.543 7fe46db13978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:23.551 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5e7835d5-08fc-4e67-bd3c-0a3e6290899b', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:23:23.698 7fe46d9d18d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "overlay-role", "ref-uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "ref-fq-name": ["default-global-system-config", "dci-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:23.705 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9a4d866a-637f-4e01-943a-d40b9b8e07ca', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:23:23.854 7fe46df8fc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:23.860 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0ee2b66c-679a-4104-847e-df510deb3b10', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:23:24.008 7fe46dbd16d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:24.018 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-c0171d65-d172-4547-b6b1-2dbfe3eede30', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:23:24.036 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:24.162 7fe46d9136d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:24.172 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1d274a9a-1004-4758-b1f2-607ae50bf52e', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:23:24.318 7fe46db3b8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:24.325 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9475ed6f-2782-4642-9353-0b8fb93b38e7', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:23:24.481 7fe46ddb34e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:24.493 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-162d3fe4-b3ad-4f1d-baf0-43ac5da91710', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:23:24.634 7fe46de85a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:24.645 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-7b4ddf1e-9eb5-417c-a41e-c66b6dc7c2fe', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:23:24.794 7fe46dfdb048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:24.802 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-f126b3ff-74ea-438f-ba23-f3b320bf7eba', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:23:24.952 7fe46e01a978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:24.960 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-52c05f79-2136-4f93-b22a-46ad81975519', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:23:25.037 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:25.106 7fe46df64b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:25.114 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5159b903-e6c3-4e1d-9a0f-76a0f0fd974f', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:23:25.266 7fe46dd4aa20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:25.273 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-00ffdf53-e457-44da-897d-8e1b838d488b', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:23:25.424 7fe46dbe4b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:25.435 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-e1386062-6f97-4c61-bf12-ebb5fa0ad4b3', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:23:25.582 7fe46db3b390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:25.589 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-eb7dd9e4-0014-4642-b1f4-ab4117c3a394', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:23:25.735 7fe46dbe4240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:25.742 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7ae5496d-5f14-4372-ad9a-8d5361dcc9f9', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:23:25.895 7fe4707a3d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "overlay-role", "ref-uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "ref-fq-name": ["default-global-system-config", "ar-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:25.902 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-078086b0-ef3a-4642-a97d-17539e25b62a', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:23:26.039 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:26.054 7fe46de626d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:26.061 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-494c8e04-fe59-4850-8475-392b24717bbe', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:23:26.211 7fe46d90a4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "overlay-role", "ref-uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "ref-fq-name": ["default-global-system-config", "ar-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:26.218 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-52b1f20d-015f-492b-a0e6-ba9db0cd4fea', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:23:26.367 7fe46df6ad68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:26.374 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d1c4ae17-5585-446e-a42d-6c6a055779ef', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:23:26.523 7fe46d90a780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "overlay-role", "ref-uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "ref-fq-name": ["default-global-system-config", "ar-client"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:26.530 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5e221001-b52d-4c8c-9b8f-65095c978034', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:23:26.683 7fe46df6a2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:26.690 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-84c7a6a7-9fec-4311-adb5-6c12b789b2e6', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:23:26.840 7fe46da3df60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:26.846 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-05f1d506-18ae-405a-aadc-6f670d9d95fd', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:23:26.990 7fe46d90ac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "physical-role", "ref-uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "ref-fq-name": ["default-global-system-config", "superspine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:26.996 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-5cd9abbc-b290-48b1-ac69-454c657802ec', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:23:27.041 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:27.150 7fe46d8c34e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:27.158 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c163a253-8bdc-4ce6-923e-00c5a82edc5e', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:23:27.311 7fe46d90ac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "overlay-role", "ref-uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "ref-fq-name": ["default-global-system-config", "ar-client"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:27.318 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-66ed49ef-4b0f-4fe7-bd2b-d2d397fc8a2d', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:23:27.471 7fe46dac4780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:27.478 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-ce20c56e-1387-4ff8-9028-6ec8ed1c9222', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:23:27.631 7fe46e9268d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:27.639 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-22913145-1597-4127-acdb-f78e05f79acf', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:23:27.782 7fe46d90a978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:27.788 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-e9185ca4-38f3-4810-b46f-b1929e0811db', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:23:27.938 7fe46d9332e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:27.945 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-a6271770-2a11-4ccc-ad27-f98402e4fe61', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:23:28.042 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:28.098 7fe46dfda780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:28.105 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-44f6f18c-ff62-46d9-a0e2-ae411f1c964b', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:23:28.255 7fe46d9ad2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:28.261 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-6d3f51d6-b404-4d1d-b099-8c4cc2856b8a', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:23:28.407 7fe46de30630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:28.413 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-1d264b32-a32d-40d1-9ff1-8561614a2f09', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:23:28.558 7fe46d8de438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:28.564 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-b53fe6ca-f609-4d10-96f1-2fc844f985a4', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:23:28.707 7fe46de1b6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:28.715 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-af0b361f-9acf-452a-bdef-247d1aa44c02', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:23:28.858 7fe46d90a0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:28.865 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f4cacaf2-f677-4862-8a15-4c0141827538', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:23:29.014 7fe46de30cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:29.021 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7e4e6dc7-4d05-4af4-b46e-d3ff7a3e8b28', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:23:29.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:29.166 7fe46df234e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:29.174 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3681cf5c-dafa-4852-a2e7-a052cbdbb19d', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:23:29.320 7fe46d90aeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:29.330 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-761532c2-d260-461e-a185-f96a890c7c8a', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:23:29.486 7fe46df62f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:29.495 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b2478dad-fa64-4aea-a208-9eafbd940619', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:23:29.650 7fe46dec4d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:29.659 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5fb24e58-7829-418c-adaa-627b19963859', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:23:29.807 7fe46dd90438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:29.815 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-4ca9922e-aa8d-4183-afed-b96b47dc902a', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:23:29.963 7fe46de1b780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:29.970 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-f58cf4ba-8aa9-4a65-9b93-c1169325bdfb', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:23:30.045 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:30.117 7fe46da8d438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:30.125 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-cfcf4d8b-85a9-45b2-bc7d-5e05d0a1f400', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:23:30.279 7fe46d9334e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:30.287 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-02298fed-01b2-4408-84a8-1c00988108e5', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:23:30.442 7fe46d9b16d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:30.449 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-f6f524cb-22c9-4fb7-9b17-af4bdbfcf283', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:23:30.594 7fe46de53cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:30.601 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ef9a63c0-cda6-4e03-8c73-59639b24faec', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:23:30.746 7fe46df29c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:30.754 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-80122ade-a0ed-401d-b73c-26e129b47896', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:23:30.910 7fe46d9f0828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:30.917 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a9014fc6-1c88-4666-9653-b875ee8006ff', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:23:31.046 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:31.067 7fe46de1ba20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:31.075 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-46771688-191b-4573-8522-252e05811ae3', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:23:31.222 7fe46dac4780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:31.231 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b74cdc91-445a-451e-8938-f1c8050e7a41', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:23:31.374 7fe46de1b390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:31.395 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-f0ba0b35-d7d9-45d5-b3a1-2f25e1cfda5c', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:23:31.527 7fe46d9f0630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:31.535 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0c342eb4-6801-436a-b501-2f75fa06062e', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:23:31.687 7fe46da0aeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:31.694 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-a4e04cf1-fa4e-4752-9b3b-9b3e69407736', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:23:31.843 7fe46dfebc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:31.853 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-98a6708e-a5aa-4337-8e30-1ed8771833ab', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:23:32.002 7fe46dbd1ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:32.009 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-354e3381-a35c-4803-bed9-62587ae9f513', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:23:32.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:32.154 7fe46de1be10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:32.162 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-786828fa-3cdc-49a1-a292-4581e9614d74', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:23:32.310 7fe46d90a8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:32.317 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-3d51aa21-241b-4a39-a85a-54a59452eba4', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:23:32.466 7fe46ded9588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:32.474 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ccc8531a-92d2-4aa7-8d7a-a40c2760bb40', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:23:32.623 7fe46d8ecd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:32.630 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-791e3705-27ab-4661-9f37-10fa20f37c65', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:23:32.775 7fe46d923d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:32.783 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0e5a0ec0-e432-4cf3-b51a-da57ee9ebe1e', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:23:32.935 7fe46d9ad630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:32.944 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-9665a982-09f4-4e83-94e5-aed0ebb36964', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:23:33.050 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:33.090 7fe46df79240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:33.097 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-dff1ee22-cece-46cc-9137-723da7ae8a9e', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:23:33.255 7fe46d913630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:33.261 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6f5f7928-194f-4810-9d3c-e3f98723f93f', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:23:33.411 7fe46d9adb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:33.418 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-839a43a2-6c50-4eb9-ab69-33cf21c9341a', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:23:33.571 7fe46df18d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:33.582 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-72b17072-fc49-41c5-9bcc-a1f6f18f567f', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:23:33.734 7fe46d8f4d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:33.741 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-742a19f1-8e2e-484d-9062-c9dcd06cc455', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:23:33.886 7fe46df186d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:33.893 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-9daeceb1-af33-40db-a68b-a813588b7a50', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:23:34.038 7fe46e861978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:34.045 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-15fa5594-99f7-47a9-bee6-f2a2a0e3b8d1', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:23:34.050 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:34.194 7fe46d9ad978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:34.201 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-22673218-8e73-4a84-960e-7d1329891651', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:23:34.351 7fe46d919f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:34.358 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-d1e01d92-2de7-447e-9c1e-d889b2878fc3', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:23:34.503 7fe46ef2acc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:34.512 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-c896931f-d275-4b6b-b335-a084548211be', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:23:34.654 7fe46df11828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:34.661 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-5f6dc3d5-c9aa-4d26-95f0-24263a63e910', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:23:34.807 7fe46d900198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:34.814 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-c6fa059b-c375-4dcf-8629-0f9e4342babe', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:23:34.960 7fe46e003e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:34.968 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-a0e145b3-2e68-4f2a-a7d9-a739ed00fa9c', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:23:35.052 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:35.111 7fe46ddce6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "overlay-role", "ref-uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "ref-fq-name": ["default-global-system-config", "collapsed-spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:35.117 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-299984ea-6fd4-4fc8-9409-7ed1483cb50c', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:23:35.266 7fe46e035d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:35.276 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-60751646-e0ae-4be7-a1fe-a2b64deb8dd6', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:23:35.422 7fe46d900978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:35.428 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-281a31e8-3ab1-4cc9-a5c6-97d776615374', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:23:35.574 7fe46ecee8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:35.581 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-8442eabd-2464-4be9-b688-74bbbd024931', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:23:35.729 7fe46d923e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:35.736 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-be9a72d6-49e7-4566-9765-e047753b4d60', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:23:35.883 7fe46da0a630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "physical-role", "ref-uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "ref-fq-name": ["default-global-system-config", "pnf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:35.890 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-7902e6cc-ad50-4923-9224-8a59e4b6ec95', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:23:36.043 7fe46d923828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:36.050 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-b0f2b95b-21fd-4e7e-be80-ee949ad84cd3', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:23:36.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:36.198 7fe46d8d6eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:36.205 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c65a2cef-ac2c-447b-99b6-ab714f0e4d28', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:23:36.363 7fe46dfe48d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:36.370 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-cded3977-5711-4662-90e0-6c55499cf5ec', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:23:36.514 7fe46dfdaac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:36.521 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-4c0b0685-5e8f-493a-bb53-8efb8268744b', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:23:36.671 7fe46d9f0b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:36.680 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f8458b34-b1ce-45ff-94f9-efa492abafa2', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:23:36.823 7fe46d8e4eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "ref-fq-name": ["juniper-qfx5100-48sh-afi"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:36.830 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-e1a58737-91c8-485f-b87d-20d03fccbc81', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:36.979 7fe46d9b1048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "ref-fq-name": ["juniper-qfx5100-48sh-afo"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:36.986 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-3aa1da72-eece-496a-ad1e-8412b9b371de', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:37.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:37.138 7fe46d8d6828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "ref-fq-name": ["juniper-qfx5100-48th-afi"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:37.146 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-fd6f12e4-e871-4b15-8c4a-60e574f1f227', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:37.295 7fe46e003978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "ref-fq-name": ["juniper-qfx5100-48th-afo"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:37.303 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-cdf7ae98-42fd-4e7f-8010-1bb04b98fa83', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:37.447 7fe46dac4438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "09842293-1bb4-4536-9393-f26caa94be87", "ref-fq-name": ["juniper-qfx5100-48s-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:37.455 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-1c1f9603-fd59-4356-b857-7e7fe04135a3', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:37.603 7fe46de306d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "659daa17-ae39-4641-b245-45c06a69b927", "ref-fq-name": ["juniper-qfx5100-96s-8q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:37.609 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-f82f1d78-63b8-437c-8966-0ad2e4535db7', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:37.754 7fe46d8d6240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "ref-fq-name": ["juniper-qfx5100-48t"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:37.761 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-f465f246-da04-4778-98dd-cc5999aa8dba', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:37.910 7fe46df79d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "ref-fq-name": ["juniper-qfx5100-48t-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:37.917 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-98d8978c-8be1-4652-a6bb-e2a03f182a6c', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:38.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:38.062 7fe46df35828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "ref-fq-name": ["juniper-qfx5100-24q-2p"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:38.069 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-a90163c4-061f-413d-ad7a-9e5b1a7933da', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:38.228 7fe46e019588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "ref-fq-name": ["juniper-qfx5100-24q-aa"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:38.235 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-47e39da6-b8dd-415a-81dd-a25cb7bb6435', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:38.383 7fe46dfdae10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "ref-fq-name": ["juniper-qfx5100e-48s-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:38.389 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-5c40c09b-f8cb-4562-b26a-999d51ed2e63', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:38.537 7fe46e0196d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "ref-fq-name": ["juniper-qfx5100e-96s-8q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:38.546 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-eddb9f2b-95b2-4ace-a8cc-3210ab260a95', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:38.691 7fe46df29240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "ref-fq-name": ["juniper-qfx5100e-48t-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:38.698 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-b3c98cec-92ca-41ec-81a3-a8f24665a2b1', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:38.843 7fe46dfda588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "ref-fq-name": ["juniper-qfx5100e-24q-2p"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:38.850 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-f8db7fef-3756-4327-8af1-98096282557e', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:39.012 7fe46ddb3eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "hardware", "ref-uuid": "403bdb63-2170-4014-9403-f80fba2de755", "ref-fq-name": ["juniper-qfx5110-48s-4c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:39.019 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-507293e8-66e7-43f8-9d5c-81881f85a051', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:23:39.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:39.166 7fe46de2e828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "hardware", "ref-uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "ref-fq-name": ["juniper-qfx5110-32q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:39.175 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-f202c8a2-97fa-4f75-a5a7-0371fb6eee57', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:23:39.330 7fe46dae6240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "ref-fq-name": ["juniper-qfx5120-48y-8c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:39.336 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-a80539da-a77c-49ff-968a-4e316bf3e9c9', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:23:39.487 7fe46e926cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "ref-fq-name": ["juniper-qfx5120-32c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:39.494 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-99f9291d-ba09-4327-b282-f6c25e21a6c7', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:23:39.642 7fe46db390f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "ref-fq-name": ["juniper-qfx5120-48t-6c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:39.649 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-4ca82895-6aec-48c7-9fa0-f9052cb76562', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:23:39.799 7fe46df790f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "ref-fq-name": ["juniper-qfx5200-32c-32q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:39.807 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-73e1e45b-0b43-48fc-9f12-7796f836a360', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:39.959 7fe46df29ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "ref-fq-name": ["juniper-qfx5200-48y"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:39.967 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-79492662-1dd7-47a3-a363-defd3ce86e5b', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:40.059 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:40.115 7fe46e926e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "ref-fq-name": ["juniper-qfx5210-64c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:40.123 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-6b740bf2-5768-4d0d-9ac3-43c91ef38393', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:40.267 7fe46def6048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "hardware", "ref-uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "ref-fq-name": ["juniper-qfx5220-32cd"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:40.273 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-783b9772-769f-43e7-8d5a-d513b40aaa77', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:23:40.422 7fe46db39780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "hardware", "ref-uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "ref-fq-name": ["juniper-qfx5220-128c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:40.429 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-09738faa-e73f-4f3b-94b4-027d0246beb7', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:23:40.579 7fe46d8c3240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "ref-fq-name": ["juniper-qfx10002-72q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:40.586 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-3337d9c2-711b-4265-adf8-e6fab4822902', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:23:40.730 7fe46dac4780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "ref-fq-name": ["juniper-qfx10002-36q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:40.738 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-e083ef02-b244-4bea-8b9c-159cfd9df496', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:23:40.887 7fe46d9f0390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "ref-fq-name": ["juniper-qfx10002-60c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:40.894 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-eab3f8e0-1a93-4d8e-ad9d-01f261a91e03', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:23:41.044 7fe46def6828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "ref-fq-name": ["juniper-qfx10016"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:41.051 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-a342b221-5a97-41f6-92bf-b5496739dc8a', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:23:41.199 7fe46db396d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "ref-fq-name": ["juniper-qfx10008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:41.205 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-ef6f5f55-51c2-49d2-b919-1b6dbca61414', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:23:41.359 7fe46df184e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "ref-fq-name": ["juniper-vqfx-10000"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:41.367 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-c2baf2af-96ab-4bbf-9bbf-2ee931ea46a3', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:23:41.510 7fe46dac4cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0423f25b-c754-4b32-b220-de18f831b363", "ref-fq-name": ["juniper-mx80"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:41.517 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-d978cfe8-a6f4-45ea-becf-9d39182c8524', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:23:41.670 7fe46d94acc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "ref-fq-name": ["juniper-mx80-48t"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:41.677 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-b7ad0350-f3aa-4feb-8765-9948e3ff1ae7', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:23:41.831 7fe46d9b1f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "ref-fq-name": ["juniper-mx204"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:41.839 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-7e740f7a-fa2a-403a-b3b9-7f2c3c911a03', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:23:41.988 7fe46e019438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "ref-fq-name": ["juniper-mx240"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:41.996 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-50c87a2e-dbfb-4cd8-baf1-e90c4344cbb7', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:23:42.021 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:42.139 7fe46dbd1588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "ref-fq-name": ["juniper-mx480"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:42.146 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-1c8cbf76-4bc1-4ece-a635-252534edc554', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:23:42.296 7fe46e019e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "ref-fq-name": ["juniper-mx960"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:42.303 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-04d5283a-4c3a-4707-b423-f2ea4e59fcf6', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:23:42.447 7fe46d9b1198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "ref-fq-name": ["juniper-mx2008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:42.455 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-2a23c69f-82ab-4591-9b08-7d41d467f0f2', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:23:42.605 7fe46df35d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "ref-fq-name": ["juniper-mx2010"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:42.615 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-2aea7c78-d9fd-4dfb-ae01-d728c58a2527', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:23:42.762 7fe46da5b0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "ref-fq-name": ["juniper-mx2020"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:42.769 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-d603a458-d7ef-4737-a8a2-c405cc50e762', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:23:42.918 7fe46d922e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "ref-fq-name": ["juniper-mx10003"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:42.926 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-92a91e57-a29e-4a16-92b5-da880c722d71', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:23:43.023 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:43.075 7fe46da5b198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "ref-fq-name": ["juniper-jnp10008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:43.082 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-0dfde94f-92fb-42eb-a753-4028233ef84b', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:23:43.231 7fe46d9220f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "ref-fq-name": ["juniper-jnp10016"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:43.241 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-e2f6f5fe-c6a0-48f8-8e31-53bb62e83abb', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:23:43.384 7fe46df35048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "ref-fq-name": ["juniper-vmx"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:43.391 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-5125ae9a-9a74-4ee7-8e3c-4fe40043b16f', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:23:43.539 7fe46dbd1588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "ref-fq-name": ["juniper-srx5400"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:43.546 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-3073196f-b197-4cee-a1bd-2f268300bcd4', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:23:43.695 7fe46df7c4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "ref-fq-name": ["juniper-srx5600"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:43.703 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-b0cf95aa-238d-4718-8bcf-818fa3f1f453', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:23:43.854 7fe46d9d1828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "ref-fq-name": ["juniper-srx4600"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:43.862 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-3eb03f7c-599a-45fe-b104-48ddab9184c5', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:23:44.014 7fe46dfc7f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "ref-fq-name": ["juniper-srx4100"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:44.022 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-3082d3e3-92a7-4d09-a24d-b347e76c82ec', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:23:44.025 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:44.171 7fe46df18f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "ref-fq-name": ["juniper-srx1500"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:44.179 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-37936284-50e7-45a8-bbfd-8c25c18d9c59', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:23:44.335 7fe46d9132e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "ref-fq-name": ["juniper-srx240h-poe"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:44.344 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-ac03d07c-f649-4254-9296-04430e16697f', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:23:44.495 7fe46d8e4b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "ref-fq-name": ["juniper-vsrx"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:44.503 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-8f3bd1ab-94bc-429d-abd0-2eb4d0c73a6f', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:23:44.650 7fe46d913438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "ref-fq-name": ["juniper-srx5800"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:44.658 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-6ea314c6-9a70-4557-ba4e-16e84594b73b', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:23:44.807 7fe46d900978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "ref-fq-name": ["juniper-srx4200"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:44.815 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-a4496d02-b943-4fd8-86f2-4b6542aeff2e', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:23:44.970 7fe46e8610f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:44.979 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-bcd1788d-9a4c-495a-a4dd-883ba4290b1d', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:23:45.028 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:45.131 7fe46d913a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:45.138 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-3548be30-9877-4b92-8b01-d9cb8bbd6451', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:23:45.292 7fe46ded94e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:45.299 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-3d0a72fc-943a-44c2-bec9-4fedff678e81', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:23:45.442 7fe46df110f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:45.451 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-e7912ee2-1b66-4e9c-9f1f-fdf550681219', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:23:45.599 7fe46d9dc828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:45.606 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-ee2369f9-749d-49d6-9457-9dc5884e2fce', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:23:45.754 7fe46dc9bac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:45.761 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-8d5bab0c-ef29-4169-be76-a92670fad839', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:23:45.910 7fe46df112e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:45.916 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-d3591cbb-b022-4c77-9891-6735b9fc3612', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:23:46.029 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:46.066 7fe46ddce588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:46.073 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-99fa1f53-4aa3-48a8-bd88-765a394e45f6', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:23:46.218 7fe46d9132e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:46.225 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-4a947819-6b1a-44a2-9ceb-aec57abd32bf', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:23:46.375 7fe46dfda438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:46.382 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-3146adac-4737-415e-8d75-3841b400786d', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:23:46.535 7fe46dac4c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:46.545 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-97373e3e-5e1c-40a1-82a6-feb18ca72e35', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:23:46.694 7fe46df11048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 882a33c9-d198-4db3-ae3c-a0b9d312ce0f object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-1 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "882a33c9-d198-4db3-ae3c-a0b9d312ce0f", "ref-type": "sflow-profile", "ref-uuid": "81b31418-5de7-49a0-825d-dc3ebbc05ef7", "ref-fq-name": ["default-domain", "default-project", "sflow-all-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:46.702 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-1'], 'oper': 'UPDATE', 'request-id': 'req-546f050d-8f17-4318-9931-bd99deb5338b', 'type': 'telemetry_profile', 'uuid': '882a33c9-d198-4db3-ae3c-a0b9d312ce0f'} 11/07/2024 02:23:46.846 7fe46daf6780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e7d329dc-4e3c-4672-94ba-f5904c9b60dc object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-2 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "e7d329dc-4e3c-4672-94ba-f5904c9b60dc", "ref-type": "sflow-profile", "ref-uuid": "87251866-fa54-49c3-8fab-e1bd19228b49", "ref-fq-name": ["default-domain", "default-project", "sflow-fabric-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:46.856 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-2'], 'oper': 'UPDATE', 'request-id': 'req-f85fdd22-7199-461b-b04b-d50eabfd26fd', 'type': 'telemetry_profile', 'uuid': 'e7d329dc-4e3c-4672-94ba-f5904c9b60dc'} 11/07/2024 02:23:46.998 7fe46df110f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 94d92b3a-86de-475f-a0cd-ceeecf0313d2 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-3 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "94d92b3a-86de-475f-a0cd-ceeecf0313d2", "ref-type": "sflow-profile", "ref-uuid": "708a015d-79d2-49bf-a3ad-d72ab771802f", "ref-fq-name": ["default-domain", "default-project", "sflow-access-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:47.010 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-3'], 'oper': 'UPDATE', 'request-id': 'req-8264f806-a732-40cc-a467-05227d1fa131', 'type': 'telemetry_profile', 'uuid': '94d92b3a-86de-475f-a0cd-ceeecf0313d2'} 11/07/2024 02:23:47.031 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:47.154 7fe46df79d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6054127a-bd7f-4371-b222-fa30e83f7120 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-4 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "6054127a-bd7f-4371-b222-fa30e83f7120", "ref-type": "grpc-profile", "ref-uuid": "2ac02ef5-1294-48a7-8e45-b906b9183f1c", "ref-fq-name": ["default-domain", "default-project", "grpc-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:47.164 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-4'], 'oper': 'UPDATE', 'request-id': 'req-2e70edef-ab46-4611-b5a7-65bf79a9a8a4', 'type': 'telemetry_profile', 'uuid': '6054127a-bd7f-4371-b222-fa30e83f7120'} 11/07/2024 02:23:47.314 7fe46e9266d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7a385651-45f1-4f1f-9a2c-911abbe94fb5 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-5 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "7a385651-45f1-4f1f-9a2c-911abbe94fb5", "ref-type": "snmp-profile", "ref-uuid": "5391c70a-7089-4832-b774-f0387b8a6049", "ref-fq-name": ["default-domain", "default-project", "snmp-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:47.323 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-5'], 'oper': 'UPDATE', 'request-id': 'req-61bc0fed-3374-457c-b1ea-288bcb4447a1', 'type': 'telemetry_profile', 'uuid': '7a385651-45f1-4f1f-9a2c-911abbe94fb5'} 11/07/2024 02:23:47.471 7fe46e92e828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c2fd53f7-ec96-4263-b0c7-414ed1607727 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-6 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "c2fd53f7-ec96-4263-b0c7-414ed1607727", "ref-type": "netconf-profile", "ref-uuid": "07bd5e10-fd85-4684-a77a-f33dfe16b40b", "ref-fq-name": ["default-domain", "default-project", "netconf-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:47.480 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-6'], 'oper': 'UPDATE', 'request-id': 'req-1a6b0682-5a42-4bcd-8ddb-c51dbff2fd76', 'type': 'telemetry_profile', 'uuid': 'c2fd53f7-ec96-4263-b0c7-414ed1607727'} 11/07/2024 02:23:47.627 7fe46d9ad588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c9fc589d-301b-413c-a508-4371891d1c8b object_type = device_functional_group identifier_name = default-domain:default-project:L2-Server-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "c9fc589d-301b-413c-a508-4371891d1c8b", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:47.633 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L2-Server-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-22c06225-8f89-48ab-93cb-f24c29cd49a5', 'type': 'device_functional_group', 'uuid': 'c9fc589d-301b-413c-a508-4371891d1c8b'} 11/07/2024 02:23:47.778 7fe46d90aa20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0aa198b9-17b7-4c2d-8929-3a636f32faf0 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Storage-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "0aa198b9-17b7-4c2d-8929-3a636f32faf0", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:47.786 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Storage-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-3ad24145-833a-4161-8265-a14dc1242862', 'type': 'device_functional_group', 'uuid': '0aa198b9-17b7-4c2d-8929-3a636f32faf0'} 11/07/2024 02:23:47.936 7fe46d9f0240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 015b6dbf-ffa1-4c4e-a50f-5df18225850e object_type = device_functional_group identifier_name = default-domain:default-project:L3-Gateway-Spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "015b6dbf-ffa1-4c4e-a50f-5df18225850e", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:47.943 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Gateway-Spine'], 'oper': 'UPDATE', 'request-id': 'req-f0945292-23c1-4562-a498-3bc79f996c1e', 'type': 'device_functional_group', 'uuid': '015b6dbf-ffa1-4c4e-a50f-5df18225850e'} 11/07/2024 02:23:48.033 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:48.085 7fe46df01828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5ff1a60d-ecde-4523-991c-15dd380ad437 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Server-Leaf-with-Optimized-Multicast url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "5ff1a60d-ecde-4523-991c-15dd380ad437", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:48.092 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Server-Leaf-with-Optimized-Multicast'], 'oper': 'UPDATE', 'request-id': 'req-bd3489b3-f191-4382-be06-d47614f2a422', 'type': 'device_functional_group', 'uuid': '5ff1a60d-ecde-4523-991c-15dd380ad437'} 11/07/2024 02:23:48.234 7fe46d9dc438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8233e863-0b9b-4188-aece-da07380f9de3 object_type = device_functional_group identifier_name = default-domain:default-project:Centrally-Routed-Border-Spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "8233e863-0b9b-4188-aece-da07380f9de3", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:48.241 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Centrally-Routed-Border-Spine'], 'oper': 'UPDATE', 'request-id': 'req-10d12685-f691-4e78-a4bc-555e86f37c01', 'type': 'device_functional_group', 'uuid': '8233e863-0b9b-4188-aece-da07380f9de3'} 11/07/2024 02:23:48.391 7fe46df3b4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f1b67a57-1172-4a59-9df3-16d3f27e6ea9 object_type = device_functional_group identifier_name = default-domain:default-project:Centrally-Routed-Border-Spine-With-Optimized-Multicast url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "f1b67a57-1172-4a59-9df3-16d3f27e6ea9", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:48.398 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Centrally-Routed-Border-Spine-With-Optimized-Multicast'], 'oper': 'UPDATE', 'request-id': 'req-9097cf41-0b53-4770-b1b8-48372107aee0', 'type': 'device_functional_group', 'uuid': 'f1b67a57-1172-4a59-9df3-16d3f27e6ea9'} 11/07/2024 02:23:48.550 7fe46d9f06d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 20e38b8e-031d-4eb2-88d9-21d2e652ee3f object_type = device_functional_group identifier_name = default-domain:default-project:Border-Spine-in-Edge-Routed url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "20e38b8e-031d-4eb2-88d9-21d2e652ee3f", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:48.557 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Border-Spine-in-Edge-Routed'], 'oper': 'UPDATE', 'request-id': 'req-89eb0343-a3dc-4124-85f1-1b947ee8c61c', 'type': 'device_functional_group', 'uuid': '20e38b8e-031d-4eb2-88d9-21d2e652ee3f'} 11/07/2024 02:23:48.710 7fe46df9eeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9874aaba-d235-47b5-8ed2-b72efbbdd40e object_type = device_functional_group identifier_name = default-domain:default-project:Border-Leaf-in-Edge-Routed url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "9874aaba-d235-47b5-8ed2-b72efbbdd40e", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:48.716 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Border-Leaf-in-Edge-Routed'], 'oper': 'UPDATE', 'request-id': 'req-4bb707b7-e92e-44c2-84d4-44411dbc66a9', 'type': 'device_functional_group', 'uuid': '9874aaba-d235-47b5-8ed2-b72efbbdd40e'} 11/07/2024 02:23:48.862 7fe46e003a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31a7b75-897f-4f24-9e39-e3711c27e0e8 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Server-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "e31a7b75-897f-4f24-9e39-e3711c27e0e8", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:48.868 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Server-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-c00239bc-8013-41d5-9573-a52463d46b4b', 'type': 'device_functional_group', 'uuid': 'e31a7b75-897f-4f24-9e39-e3711c27e0e8'} 11/07/2024 02:23:49.014 7fe46df01588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c03d6915-68c7-48fb-bacb-354eaf682ee1 object_type = device_functional_group identifier_name = default-domain:default-project:Lean-Spine-with-Route-Reflector url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "c03d6915-68c7-48fb-bacb-354eaf682ee1", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:49.021 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Lean-Spine-with-Route-Reflector'], 'oper': 'UPDATE', 'request-id': 'req-39f4e987-608b-46fc-949e-cc3afd5945c9', 'type': 'device_functional_group', 'uuid': 'c03d6915-68c7-48fb-bacb-354eaf682ee1'} 11/07/2024 02:23:49.034 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:49.167 7fe46da3d048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6e0b5675-48c4-4601-8109-29a4fe719109 object_type = network_ipam identifier_name = default-domain:default-project:_internal_ipam_ipv6_link_local url = https://10.0.0.49:8082/network-ipam/6e0b5675-48c4-4601-8109-29a4fe719109 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"network-ipam": {"uuid": "6e0b5675-48c4-4601-8109-29a4fe719109", "fq_name": ["default-domain", "default-project", "_internal_ipam_ipv6_link_local"], "parent_type": "project", "ipam_subnet_method": "user-defined-subnet"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:49.176 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', '_internal_ipam_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-b27fbb0c-5c65-4c81-9246-44be5c860457', 'type': 'network_ipam', 'uuid': '6e0b5675-48c4-4601-8109-29a4fe719109'} 11/07/2024 02:23:49.326 7fe46df01048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 148948cb-661d-4b2a-985d-a3daef86734f object_type = virtual_network identifier_name = default-domain:default-project:_internal_vn_ipv6_link_local url = https://10.0.0.49:8082/virtual-network/148948cb-661d-4b2a-985d-a3daef86734f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"virtual-network": {"uuid": "148948cb-661d-4b2a-985d-a3daef86734f", "fq_name": ["default-domain", "default-project", "_internal_vn_ipv6_link_local"], "parent_type": "project", "address_allocation_mode": "user-defined-subnet-only", "network_ipam_refs": [{"to": ["default-domain", "default-project", "_internal_ipam_ipv6_link_local"], "attr": {"ipam_subnets": [{"subnet": {"ip_prefix": "fe80::", "ip_prefix_len": 64}, "default_gateway": "fe80::1", "dns_server_address": null, "subnet_uuid": "5296b2fe-9caf-11ef-9a39-76fafadcd1c7", "enable_dhcp": true, "dns_nameservers": [], "allocation_pools": [], "addr_from_start": true, "dhcp_option_list": null, "host_routes": null, "subnet_name": null, "alloc_unit": 1, "created": null, "last_modified": null, "subscriber_tag": null, "vlan_tag": null, "dhcp_relay_server": []}], "host_routes": null}, "uuid": "6e0b5675-48c4-4601-8109-29a4fe719109"}]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:23:49.342 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'extra_dict': {'deallocated_vxlan_network_identifier': None}, 'fq_name': ['default-domain', 'default-project', '_internal_vn_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-e30e61d5-12b7-493b-aa90-71b260c4a464', 'type': 'virtual_network', 'uuid': '148948cb-661d-4b2a-985d-a3daef86734f'} 11/07/2024 02:23:49.350 7fe474dbcb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f987b1ce-85a0-4266-93aa-c0976e807b4e object_type = routing_instance identifier_name = default-domain:default-project:_internal_vn_ipv6_link_local:_internal_vn_ipv6_link_local url = http://127.0.0.1/routing-instances operation = http_put domain = default-domain >> 11/07/2024 02:23:49.363 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', '_internal_vn_ipv6_link_local', '_internal_vn_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-e30e61d5-12b7-493b-aa90-71b260c4a464', 'type': 'routing_instance', 'uuid': 'f987b1ce-85a0-4266-93aa-c0976e807b4e'} 11/07/2024 02:23:50.035 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:51.037 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:52.038 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:53.041 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:54.042 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:55.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:56.046 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:57.047 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:58.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:23:59.052 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:00.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:01.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:02.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:03.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:04.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:05.064 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:06.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:07.067 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:08.069 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:09.071 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:10.072 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:12.022 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:13.024 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:14.025 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:15.027 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:16.029 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:17.032 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:18.034 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:19.036 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:20.038 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:21.040 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:22.042 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:23.043 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:24.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:25.045 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:26.047 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:27.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:28.050 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:29.052 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:30.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:31.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:32.058 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:33.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:34.061 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:34.124 7fe46dbef630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 17ed9a02-475a-4f2c-8279-e8594e0cd48f object_type = job_template identifier_name = default-global-system-config:image_upgrade_template url = https://10.0.0.49:8082/job-template/17ed9a02-475a-4f2c-8279-e8594e0cd48f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "17ed9a02-475a-4f2c-8279-e8594e0cd48f", "fq_name": ["default-global-system-config", "image_upgrade_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/image_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Image upgrade input\", \"type\": \"object\", \"properties\": {\"image_uuid\": {\"type\": \"string\"}}, \"required\": [\"image_uuid\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:34.137 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'image_upgrade_template'], 'oper': 'UPDATE', 'request-id': 'req-7b7219b6-0a94-435b-b391-bfd8d537c76a', 'type': 'job_template', 'uuid': '17ed9a02-475a-4f2c-8279-e8594e0cd48f'} 11/07/2024 02:24:34.230 7fe46dd906d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c5aacf75-83cc-4403-9f0e-a102f04c1ad3 object_type = job_template identifier_name = default-global-system-config:container_cleanup_template url = https://10.0.0.49:8082/job-template/c5aacf75-83cc-4403-9f0e-a102f04c1ad3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c5aacf75-83cc-4403-9f0e-a102f04c1ad3", "fq_name": ["default-global-system-config", "container_cleanup_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/container_cleanup.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Container cleanup input\", \"type\": \"object\", \"required\": [\"fabric_fq_name\", \"container_name\"], \"properties\": {\"container_name\": {\"type\": \"string\"}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Container cleanup output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Container Cleanup"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:34.241 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'container_cleanup_template'], 'oper': 'UPDATE', 'request-id': 'req-9efd9c5b-8369-41fa-b5c2-a555c105c32c', 'type': 'job_template', 'uuid': 'c5aacf75-83cc-4403-9f0e-a102f04c1ad3'} 11/07/2024 02:24:34.335 7fe46d8c3cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 66e48199-4b13-4cf3-845b-b90b3cc18530 object_type = job_template identifier_name = default-global-system-config:cli_sync_template url = https://10.0.0.49:8082/job-template/66e48199-4b13-4cf3-845b-b90b3cc18530 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "66e48199-4b13-4cf3-845b-b90b3cc18530", "fq_name": ["default-global-system-config", "cli_sync_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/cli_sync.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"CLI sync input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"devices_cli\": {\"type\": \"array\", \"items\": {\"title\": \"Devices CLI Items\", \"type\": \"object\", \"description\": \"Dictionaries of device details\", \"additionalProperties\": false, \"required\": [\"device_uuid\", \"cli_objects\"], \"properties\": {\"device_uuid\": {\"type\": \"string\", \"title\": \"UUIDs of the device\"}, \"cli_objects\": {\"type\": \"array\", \"title\": \"cli objects for that device\", \"items\": {\"type\": \"object\", \"required\": [\"time\", \"status\"], \"properties\": {\"time\": {\"type\": \"string\", \"title\": \"Timestamp of the cli change\"}, \"status\": {\"type\": \"string\", \"title\": \"Accept or Reject the commit\"}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Sync cli config with Contrail"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:34.345 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'cli_sync_template'], 'oper': 'UPDATE', 'request-id': 'req-a782b495-66e5-4c0d-a3a9-1c9a3c37c184', 'type': 'job_template', 'uuid': '66e48199-4b13-4cf3-845b-b90b3cc18530'} 11/07/2024 02:24:34.451 7fe46d8e4390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1bccc463-23c9-412e-9dcb-468e27fde6e7 object_type = job_template identifier_name = default-global-system-config:hitless_upgrade_strategy_template url = https://10.0.0.49:8082/job-template/1bccc463-23c9-412e-9dcb-468e27fde6e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1bccc463-23c9-412e-9dcb-468e27fde6e7", "fq_name": ["default-global-system-config", "hitless_upgrade_strategy_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade_strategy.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 90, "sequence_no": 1}]}, "job_template_input_schema": "{\"title\": \"Image upgrade strategy input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"upgrade_mode\": {\"enum\": [\"test_run\", \"dry_run\", \"upgrade\"], \"description\": \"Mode in which to run workflow\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}, \"image_devices\": {\"type\": \"array\", \"items\": {\"title\": \"Image Devices\", \"type\": \"object\", \"description\": \"List of images and corresponding devices to upgrade\", \"additionalProperties\": false, \"properties\": {\"image_uuid\": {\"type\": \"string\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded with this image\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}}, \"required\": [\"image_uuid\", \"device_list\"]}}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable local interface down check\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable peer interface down check\", \"default\": true}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Hitless Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:34.504 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hitless_upgrade_strategy_template'], 'oper': 'UPDATE', 'request-id': 'req-183038ef-919d-46b4-a0e8-0bf5ec6c7446', 'type': 'job_template', 'uuid': '1bccc463-23c9-412e-9dcb-468e27fde6e7'} 11/07/2024 02:24:34.602 7fe46dc9b6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 791a710b-46ed-4ecb-ac2b-c51f60837bcd object_type = job_template identifier_name = default-global-system-config:maintenance_mode_activate_template url = https://10.0.0.49:8082/job-template/791a710b-46ed-4ecb-ac2b-c51f60837bcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "791a710b-46ed-4ecb-ac2b-c51f60837bcd", "fq_name": ["default-global-system-config", "maintenance_mode_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Activate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to enter maintenance mode\"}, \"mode\": {\"enum\": [\"test_run\", \"activate\"], \"description\": \"Mode in which to run workflow\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"validate_critical_roles\": {\"type\": \"boolean\", \"description\": \"Enable/disable critical role validation\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Activate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:34.657 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-18cd1798-8ed9-488b-a80e-7ca4b200e3d7', 'type': 'job_template', 'uuid': '791a710b-46ed-4ecb-ac2b-c51f60837bcd'} 11/07/2024 02:24:34.755 7fe46d9d18d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fb78001-e973-4b89-960d-08ea5bc15897 object_type = job_template identifier_name = default-global-system-config:maintenance_mode_deactivate_template url = https://10.0.0.49:8082/job-template/0fb78001-e973-4b89-960d-08ea5bc15897 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0fb78001-e973-4b89-960d-08ea5bc15897", "fq_name": ["default-global-system-config", "maintenance_mode_deactivate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_deactivate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Deactivate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to exit maintenance mode\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Deactivate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Deactivation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:34.810 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_deactivate_template'], 'oper': 'UPDATE', 'request-id': 'req-852c8317-8342-4bb6-a151-4e7e7d7db15e', 'type': 'job_template', 'uuid': '0fb78001-e973-4b89-960d-08ea5bc15897'} 11/07/2024 02:24:34.907 7fe46dbf0978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e5daca80-1dfb-4f46-b252-cf30baf7be85 object_type = job_template identifier_name = default-global-system-config:discover_device_template url = https://10.0.0.49:8082/job-template/e5daca80-1dfb-4f46-b252-cf30baf7be85 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e5daca80-1dfb-4f46-b252-cf30baf7be85", "fq_name": ["default-global-system-config", "discover_device_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 1, \"maxProperties\": 1, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Device"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:34.960 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_device_template'], 'oper': 'UPDATE', 'request-id': 'req-90186242-e7cf-425d-9afc-d5b1b41ce76e', 'type': 'job_template', 'uuid': 'e5daca80-1dfb-4f46-b252-cf30baf7be85'} 11/07/2024 02:24:35.059 7fe46de30cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fffd7bd4-78d6-432f-a85f-9864492f78f6 object_type = job_template identifier_name = default-global-system-config:discover_os_computes_template url = https://10.0.0.49:8082/job-template/fffd7bd4-78d6-432f-a85f-9864492f78f6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "fffd7bd4-78d6-432f-a85f-9864492f78f6", "fq_name": ["default-global-system-config", "discover_os_computes_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_os_computes_template.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 2, \"maxProperties\": 5, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"contrail_command_host\": {\"$id\": \"/properties/input/properties/contrail_command_host\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"10.10.10.10:9091\"]}, \"cc_username\": {\"$id\": \"/properties/input/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/input/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover OS Computes"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:35.063 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:35.114 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_os_computes_template'], 'oper': 'UPDATE', 'request-id': 'req-ff12a938-f129-464f-b197-ccbc211b9b2d', 'type': 'job_template', 'uuid': 'fffd7bd4-78d6-432f-a85f-9864492f78f6'} 11/07/2024 02:24:35.211 7fe46df7c828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4ae88703-348c-4774-829b-423f5d95bfd7 object_type = job_template identifier_name = default-global-system-config:discover_role_template url = https://10.0.0.49:8082/job-template/4ae88703-348c-4774-829b-423f5d95bfd7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4ae88703-348c-4774-829b-423f5d95bfd7", "fq_name": ["default-global-system-config", "discover_role_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Role"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:35.222 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_role_template'], 'oper': 'UPDATE', 'request-id': 'req-c9f5c1d4-f50f-402a-8a54-457f0dd8f02b', 'type': 'job_template', 'uuid': '4ae88703-348c-4774-829b-423f5d95bfd7'} 11/07/2024 02:24:35.318 7fe46dd902e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a2122660-c220-4993-82c1-9631e2c4b6e4 object_type = job_template identifier_name = default-global-system-config:device_import_template url = https://10.0.0.49:8082/job-template/a2122660-c220-4993-82c1-9631e2c4b6e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a2122660-c220-4993-82c1-9631e2c4b6e4", "fq_name": ["default-global-system-config", "device_import_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 1}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"additionalProperties\": false, \"properties\": {\"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported.\"}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:35.330 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_import_template'], 'oper': 'UPDATE', 'request-id': 'req-84b940d3-85ab-45d0-8c27-91a240bf9738', 'type': 'job_template', 'uuid': 'a2122660-c220-4993-82c1-9631e2c4b6e4'} 11/07/2024 02:24:35.430 7fe46df6a780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09e8b101-2b04-4c4b-8e57-55f15857d58d object_type = job_template identifier_name = default-global-system-config:fabric_config_template url = https://10.0.0.49:8082/job-template/09e8b101-2b04-4c4b-8e57-55f15857d58d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "fq_name": ["default-global-system-config", "fabric_config_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_config.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"device_management_ip\": {\"type\": \"string\", \"description\": \"Management IP of the Device\"}, \"device_abstract_config\": {\"type\": \"object\", \"description\": \"JSON string of the device abstract config derived from VNC data model\"}, \"additional_feature_params\": {\"type\": \"object\", \"additionalProperties\": false, \"description\": \"Additional feature specific parameters that are not defined in the VNC data model. These could be vendor specific parameters.\", \"properties\": {\"basic\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp_boot_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP Boot server\", \"examples\": [\"6.6.6.6\"]}}, \"ntp_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP server\", \"examples\": [\"8.8.8.8\"]}}, \"time_zone\": {\"type\": \"string\", \"title\": \"Time Zone\", \"examples\": [\"America/Los_Angeles\"]}}}, \"name_servers\": {\"type\": \"array\", \"additionalProperties\": false, \"items\": {\"type\": \"string\", \"Title\": \"Domain Name Server\", \"examples\": [\"10.1.1.2\", \"11.1.1.2\"]}}, \"domain_name\": {\"type\": \"string\", \"title\": \"Domain Name\", \"examples\": [\"company.net\"]}, \"snmp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"communities\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\"}, \"readonly\": {\"type\": \"boolean\", \"default\": true}}, \"required\": [\"name\"]}}}}, \"static_routes\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"subnets\", \"nexthop\"], \"properties\": {\"subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"Subnet\", \"examples\": [\"10.1.1.0/24\", \"10.1.2.0/24\"]}}, \"nexthop\": {\"type\": \"string\", \"title\": \"Next hop IP\", \"examples\": [\"10.1.1.254\"]}}}}}}, \"underlay_ip_clos\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"bgp_hold_time\": {\"type\": \"integer\", \"default\": 90}}}}}, \"is_delete\": {\"type\": \"boolean\", \"description\": \"Set to true for config delete operation\", \"default\": false}, \"manage_underlay\": {\"type\": \"boolean\", \"description\": \"Set to true to manage underlay config\", \"default\": true}, \"enterprise_style\": {\"type\": \"boolean\", \"description\": \"Set to true to if enterprise-style config\", \"default\": true}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Config Push"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:35.486 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_config_template'], 'oper': 'UPDATE', 'request-id': 'req-5022a844-4655-4f1b-a9c9-ab00ba0f8fa7', 'type': 'job_template', 'uuid': '09e8b101-2b04-4c4b-8e57-55f15857d58d'} 11/07/2024 02:24:35.583 7fe46ecc5e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = da4abe68-c499-47e7-bd1e-0aadb63f4899 object_type = job_template identifier_name = default-global-system-config:ztp_template url = https://10.0.0.49:8082/job-template/da4abe68-c499-47e7-bd1e-0aadb63f4899 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "da4abe68-c499-47e7-bd1e-0aadb63f4899", "fq_name": ["default-global-system-config", "ztp_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"device_count\": {\"$id\": \"/properties/input/properties/device_count\", \"type\": \"integer\", \"title\": \"The Device Count Schema\", \"description\": \"Number of devices to discover\", \"default\": 0, \"examples\": [1, 2, 3, 4, 5]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "ZTP"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:35.595 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ztp_template'], 'oper': 'UPDATE', 'request-id': 'req-70a0bdb5-4b86-4a9f-ba95-0a78ade81f1b', 'type': 'job_template', 'uuid': 'da4abe68-c499-47e7-bd1e-0aadb63f4899'} 11/07/2024 02:24:35.694 7fe46d923630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dc46fb63-6ab9-4a35-871c-4911abf6cdf3 object_type = job_template identifier_name = default-global-system-config:fabric_deletion_template url = https://10.0.0.49:8082/job-template/dc46fb63-6ab9-4a35-871c-4911abf6cdf3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "dc46fb63-6ab9-4a35-871c-4911abf6cdf3", "fq_name": ["default-global-system-config", "fabric_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:35.706 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-12db584c-1702-4383-aa7e-44336901285b', 'type': 'job_template', 'uuid': 'dc46fb63-6ab9-4a35-871c-4911abf6cdf3'} 11/07/2024 02:24:35.803 7fe46de30c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 48c89705-9c38-44ba-830b-ef34ceaf6a3a object_type = job_template identifier_name = default-global-system-config:device_deletion_template url = https://10.0.0.49:8082/job-template/48c89705-9c38-44ba-830b-ef34ceaf6a3a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "48c89705-9c38-44ba-830b-ef34ceaf6a3a", "fq_name": ["default-global-system-config", "device_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric_devices.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": 0}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"devices\": {\"type\": \"array\", \"description\": \"List of device names\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:35.816 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-15223829-8f25-470f-8b06-afe5808c54cd', 'type': 'job_template', 'uuid': '48c89705-9c38-44ba-830b-ef34ceaf6a3a'} 11/07/2024 02:24:35.912 7fe46ddce2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0668d848-ca60-414b-81aa-2da73b30f5e4 object_type = job_template identifier_name = default-global-system-config:role_assignment_template url = https://10.0.0.49:8082/job-template/0668d848-ca60-414b-81aa-2da73b30f5e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0668d848-ca60-414b-81aa-2da73b30f5e4", "fq_name": ["default-global-system-config", "role_assignment_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"role_assignments\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"role_assignments\": {\"type\": \"array\", \"minItems\": 0, \"description\": \"Fabric device role assignments\", \"items\": {\"type\": \"object\", \"properties\": {\"device_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"physical_role\": {\"type\": \"string\", \"enum\": [\"leaf\", \"spine\", \"pnf\", \"superspine\"]}, \"routing_switching_roles\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"enum\": [\"CRB\"]}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Role Assignment"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:35.923 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'role_assignment_template'], 'oper': 'UPDATE', 'request-id': 'req-bfc5ca34-8a01-4679-977f-297afe736272', 'type': 'job_template', 'uuid': '0668d848-ca60-414b-81aa-2da73b30f5e4'} 11/07/2024 02:24:36.022 7fe46d9dc198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a3babcfc-98a2-43ae-a722-0b7015b0f5cf object_type = job_template identifier_name = default-global-system-config:topology_discovery_template url = https://10.0.0.49:8082/job-template/a3babcfc-98a2-43ae-a722-0b7015b0f5cf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a3babcfc-98a2-43ae-a722-0b7015b0f5cf", "fq_name": ["default-global-system-config", "topology_discovery_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Topology Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:36.038 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'topology_discovery_template'], 'oper': 'UPDATE', 'request-id': 'req-d6632ba0-8258-4a3e-90af-5b028ad9b49e', 'type': 'job_template', 'uuid': 'a3babcfc-98a2-43ae-a722-0b7015b0f5cf'} 11/07/2024 02:24:36.064 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:36.142 7fe46d8f4d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d0d442c5-5d38-4aff-8a04-2f4583dbfbcd object_type = job_template identifier_name = default-global-system-config:fabric_onboard_template url = https://10.0.0.49:8082/job-template/d0d442c5-5d38-4aff-8a04-2f4583dbfbcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "d0d442c5-5d38-4aff-8a04-2f4583dbfbcd", "fq_name": ["default-global-system-config", "fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": true, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment_dfg.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 5}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 6}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 7}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 8}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 9}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 10}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"loopback_subnets\", \"fabric_subnets\", \"fabric_asn_pool\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\", \"gateway\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"root_password\"], \"properties\": {\"root_password\": {\"type\": \"string\"}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"ztp_timeout\": {\"title\": \"Value of ZTP timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of ZTP timeout in seconds\"}, \"retry_timeout\": {\"title\": \"Value of retry timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of retry timeout in seconds\"}, \"supplemental_day_0_cfg\": {\"title\": \"List of day 0 config that can be used to supplement the ZTP config\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"name\", \"cfg\"], \"properties\": {\"name\": {\"title\": \"name for the config\", \"type\": \"string\"}, \"cfg\": {\"title\": \"config blob that contains the supplemental day-0 config\", \"type\": \"string\"}}}}, \"device_to_ztp\": {\"title\": \"List of device serial numbers for the devices to be ZTPed\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"serial_number\", \"hostname\"], \"properties\": {\"serial_number\": {\"title\": \"Device serial number\", \"type\": \"string\"}, \"hostname\": {\"title\": \"Device hostname can be optionally specified.\", \"type\": \"string\", \"pattern\": \"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\\\-]*[a-zA-Z0-9])\\\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\\\-]*[A-Za-z0-9])$\"}, \"underlay_asn\": {\"title\": \"Underlay eBGP autonomous system number\", \"type\": [\"integer\", \"string\"]}, \"loopback_ip\": {\"title\": \"Loopback IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"mgmt_ip\": {\"title\": \"Management IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"to_ztp\": {\"title\": \"Include or ignore device in ZTP workflow\", \"type\": \"boolean\"}, \"supplemental_day_0_cfg\": {\"title\": \"Name(s) of the supplemental day-0 config(s) that can be optionally specified for this device\", \"type\": [\"string\", \"array\"], \"items\": {\"type\": \"string\"}}}}}, \"os_version\": {\"type\": \"string\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:36.239 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-5e26411c-3940-43be-9387-cfd51abff679', 'type': 'job_template', 'uuid': 'd0d442c5-5d38-4aff-8a04-2f4583dbfbcd'} 11/07/2024 02:24:36.344 7fe46e01eb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b6b09d5a-7192-4f83-be6e-9091dc953bbd object_type = job_template identifier_name = default-global-system-config:search_ip_mac_template url = https://10.0.0.49:8082/job-template/b6b09d5a-7192-4f83-be6e-9091dc953bbd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "b6b09d5a-7192-4f83-be6e-9091dc953bbd", "fq_name": ["default-global-system-config", "search_ip_mac_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ip_address\": {\"$id\": \"/properties/ip_address\", \"title\": \"IP Address\", \"pattern\": \"^\\\\s*(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\\\s*$\", \"type\": \"string\"}, \"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Search ip or mac schema command Playbook Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"interface_names\": {\"type\": \"array\", \"title\": \"Interfaces Name(s)\", \"description\": \"Display Interface Names that belong to this mac_address.\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface Name\", \"description\": \"Interface name\"}, \"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"Device name on which the interface was learnt\"}, \"loopback_ip\": {\"type\": \"string\", \"title\": \"Source Loopback IP\", \"description\": \"Originating source's loopback ip address\"}}, \"description\": \"Name of each interface that belongs under this mac_address\"}}}}}}}}}", "job_template_input_ui_schema": "{\"ip_address\": {\"ui:help\": \"Enter an IP Address. The field value must include a IPv4 address without subnet mask; for example, 192.168.3.120\", \"ui:placeholder\": \"Enter IP address\"}, \"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to locate an interface in a fabric given an IP or MAC", "display_name": "Search using IP or MAC"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:36.403 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'search_ip_mac_template'], 'oper': 'UPDATE', 'request-id': 'req-2bd89652-c21d-40c2-beb3-199df5f42f22', 'type': 'job_template', 'uuid': 'b6b09d5a-7192-4f83-be6e-9091dc953bbd'} 11/07/2024 02:24:36.498 7fe46d923390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 object_type = job_template identifier_name = default-global-system-config:show_interface_details_template url = https://10.0.0.49:8082/job-template/bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5", "fq_name": ["default-global-system-config", "show_interface_details_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"interface_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Interface Details\", \"type\": \"object\", \"properties\": {\"interface_type\": {\"type\": \"string\", \"title\": \"Interface Type\", \"enum\": [\"physical\", \"logical\"], \"default\": \"physical\"}}, \"required\": [\"interface_type\"]}, \"conditional\": {\"title\": \"Sub Operation Type\", \"$ref\": \"#/definitions/sub_command\"}}, \"definitions\": {\"sub_command\": {\"title\": \"Sub Operation Type\", \"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"Show runtime interfaces\", \"Show configured interfaces\", \"Show interfaces by names\"], \"default\": \"Show runtime interfaces\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"Show runtime interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show configured interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show interfaces by names\"]}, \"interface_names\": {\"$id\": \"/properties/interface_names\", \"title\": \"Interface Names\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_names/items\", \"type\": \"string\", \"pattern\": \"^([a-z]{1,}[0-9]{0,}(-[0-9]{1,}/[0-9]{1,}/[0-9]{1,})?(\\\\.[0-9]{1,})?)$\", \"title\": \"Interface Name\"}, \"examples\": [\"ge-0/0/1\", \"xe-0/0/0\"]}}, \"required\": [\"interface_names\"]}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show Interface Details Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces details sub-command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"oneOf\": [{\"properties\": {\"interface_stats_rt_phy\": {\"type\": \"array\", \"title\": \"Runtime Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"op_status\": {\"type\": \"string\", \"title\": \"Operational Status\", \"description\": \"Operational status of the interface\"}, \"admin_status\": {\"type\": \"string\", \"title\": \"Admin Status\", \"description\": \"Admin status of the interface\"}, \"input_rate\": {\"type\": \"string\", \"title\": \"InputRate (bps)\", \"description\": \"Input packets rate in bits per second if present\"}, \"output_rate\": {\"type\": \"string\", \"title\": \"OutputRate (bps)\", \"description\": \"Output packets rate in bits per second if present\"}}}}}}, {\"properties\": {\"interface_stats_log\": {\"type\": \"array\", \"title\": \"Logical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"address_family\": {\"type\": \"string\", \"title\": \"Address Family\", \"description\": \"Address family if present\"}}}}}}, {\"properties\": {\"interface_stats_cf_phy\": {\"type\": \"array\", \"title\": \"Configured Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}}}}}}]}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to get a list of physical or logical interfaces from a device and interfaces' other related information.", "display_name": "Show Interface Details"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:36.553 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_interface_details_template'], 'oper': 'UPDATE', 'request-id': 'req-f0596e21-5374-4a42-b3c8-e37cad078ad4', 'type': 'job_template', 'uuid': 'bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5'} 11/07/2024 02:24:36.652 7fe46d9dc240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c27b470e-3e18-424a-b245-34d699dda92f object_type = job_template identifier_name = default-global-system-config:show_config_template url = https://10.0.0.49:8082/job-template/c27b470e-3e18-424a-b245-34d699dda92f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c27b470e-3e18-424a-b245-34d699dda92f", "fq_name": ["default-global-system-config", "show_config_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"config_type\": {\"$id\": \"/properties/config_type\", \"title\": \"Configuration type\", \"type\": \"string\", \"enum\": [\"current\", \"rollback 1\", \"rollback 2\"], \"default\": \"current\"}, \"config_filter\": {\"$id\": \"/properties/config_filter\", \"title\": \"Configuration filter\", \"type\": \"string\", \"enum\": [\"all\", \"system\", \"system/login\", \"system/services\", \"system/syslog\", \"interfaces\", \"chassis\", \"services\", \"snmp\", \"forwarding-options\", \"event-options\", \"policy-options\", \"class-of-service\", \"firewall\", \"protocols\", \"routing-instances\", \"routing-options\", \"switch-options\", \"vlans\"], \"default\": \"all\"}, \"compare_configurations\": {\"$id\": \"/properties/compare_configurations\", \"title\": \"Compare selected configuration with current\", \"type\": \"boolean\", \"default\": false}}, \"required\": [\"config_type\", \"config_filter\", \"compare_configurations\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show configuration Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"config_type\": {\"ui:help\": \"Select one type at a time\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display current or previous configuration", "display_name": " Show current or rollback configuration"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:36.704 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_config_template'], 'oper': 'UPDATE', 'request-id': 'req-18a7bf4f-78ea-4c83-976c-ca199bed07db', 'type': 'job_template', 'uuid': 'c27b470e-3e18-424a-b245-34d699dda92f'} 11/07/2024 02:24:36.803 7fe46dea3eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4e70ac42-2920-48fa-988b-75162b19763c object_type = job_template identifier_name = default-global-system-config:test_overlay_connectivity_template url = https://10.0.0.49:8082/job-template/4e70ac42-2920-48fa-988b-75162b19763c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4e70ac42-2920-48fa-988b-75162b19763c", "fq_name": ["default-global-system-config", "test_overlay_connectivity_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"source_ip\": {\"$id\": \"/properties/source_ip\", \"title\": \"Source (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"destination_ip\": {\"$id\": \"/properties/destination_ip\", \"title\": \"Destination (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"vni\": {\"$id\": \"/properties/vni\", \"title\": \"VNI\", \"type\": \"integer\", \"default\": 100}, \"count\": {\"$id\": \"/properties/count\", \"title\": \"Packet count\", \"type\": \"integer\", \"default\": 5}}, \"required\": [\"source_ip\", \"destination_ip\", \"count\", \"vni\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show connectivity test report\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Each playbook's command_output for this specific command.\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Connectivity test report\", \"description\": \"Display connectivity test report\"}}}}}}}}", "job_template_input_ui_schema": "{\"destination_ip\": {\"ui:help\": \"\"}}", "job_template_output_ui_schema": "null", "job_template_description": "", "display_name": "Test overlay connectivity"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:36.860 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'test_overlay_connectivity_template'], 'oper': 'UPDATE', 'request-id': 'req-060065df-bba6-4495-b263-c38b5c824904', 'type': 'job_template', 'uuid': '4e70ac42-2920-48fa-988b-75162b19763c'} 11/07/2024 02:24:36.954 7fe46d923630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ba6135c7-8d0a-4b49-84c6-877567ff0b2b object_type = job_template identifier_name = default-global-system-config:show_ops_info_template url = https://10.0.0.49:8082/job-template/ba6135c7-8d0a-4b49-84c6-877567ff0b2b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "ba6135c7-8d0a-4b49-84c6-877567ff0b2b", "fq_name": ["default-global-system-config", "show_ops_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ops_type\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Operations commands\", \"type\": \"array\", \"minItems\": 1, \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"minProperties\": 1, \"additionalProperties\": false, \"properties\": {\"conditional\": {\"title\": \"Operation Command Type\", \"$ref\": \"#/definitions/sub_command\"}}}}}, \"definitions\": {\"sub_command\": {\"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"show chassis info\", \"show route info\", \"show bgp info\", \"show evpn info\", \"show lldp info\", \"show lacp info\", \"show vlan info\"], \"default\": \"show route info\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"show chassis info\"]}, \"command_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis alarms\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show route info\"]}, \"command_detail\": {\"$id\": \"/properties/route_detail\", \"title\": \"Route detail\", \"type\": \"string\", \"enum\": [\"route summary\"], \"default\": \"route summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show bgp info\"]}, \"command_detail\": {\"$id\": \"/properties/bgp_detail\", \"title\": \"BGP detail\", \"type\": \"string\", \"enum\": [\"bgp summary\", \"bgp neighbor\", \"bgp group\"], \"default\": \"bgp summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show evpn info\"]}, \"command_detail\": {\"$id\": \"/properties/evpn_detail\", \"title\": \"EVPN detail\", \"type\": \"string\", \"enum\": [\"evpn ip-prefix-database\", \"evpn instance extensive\", \"evpn instance designated-forwarder\", \"evpn instance backup-forwarder\", \"evpn database state default-gateway\"], \"default\": \"evpn ip-prefix-database\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lldp info\"]}, \"command_detail\": {\"$id\": \"/properties/lldp_detail\", \"title\": \"LLDP detail\", \"type\": \"string\", \"enum\": [\"lldp neighbors\"], \"default\": \"lldp neighbors\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lacp info\"]}, \"command_detail\": {\"$id\": \"/properties/lacp_detail\", \"title\": \"LACP detail\", \"type\": \"string\", \"enum\": [\"lacp interfaces extensive\", \"lacp statistics interfaces\"], \"default\": \"lacp interfaces extensive\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show vlan info\"]}, \"command_detail\": {\"$id\": \"/properties/vlan_detail\", \"title\": \"VLAN detail\", \"type\": \"string\", \"enum\": [\"vlans\"], \"default\": \"vlans\"}}}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display operational information", "display_name": "Show operations information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:37.012 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_ops_info_template'], 'oper': 'UPDATE', 'request-id': 'req-cc7d0702-efd1-4576-9afe-e54fc7383705', 'type': 'job_template', 'uuid': 'ba6135c7-8d0a-4b49-84c6-877567ff0b2b'} 11/07/2024 02:24:37.065 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:37.115 7fe46df29b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a0104f25-a1f9-4b1a-8dec-d44d354eebed object_type = job_template identifier_name = default-global-system-config:check_multicast_template url = https://10.0.0.49:8082/job-template/a0104f25-a1f9-4b1a-8dec-d44d354eebed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a0104f25-a1f9-4b1a-8dec-d44d354eebed", "fq_name": ["default-global-system-config", "check_multicast_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"warning_banner\": {\"$id\": \"/properties/warning_banner\", \"title\": \"This GDO gathers multicast statistics from the whole fabric and it might take a few minutes to complete.\", \"type\": \"object\", \"properties\": {\"warning_banner_2\": {\"$id\": \"/properties/warning_banner_2\", \"title\": \"It is assumed that:\", \"type\": \"object\", \"properties\": {\"warning_banner_3\": {\"$id\": \"/properties/warning_banner_3\", \"title\": \"(1) the traffic is coming from outside of the fabric (through device(s) with CRB-MCAST-Gateway role);\", \"type\": \"object\", \"properties\": {\"warning_banner_4\": {\"$id\": \"/properties/warning_banner_4\", \"title\": \"(2) the traffic is going to devices attached to server leaves (physical_router_role == 'leaf');\", \"type\": \"object\", \"properties\": {\"warning_banner_5\": {\"$id\": \"/properties/warning_banner_5\", \"title\": \"(3) PIM is enabled in the fabric.\", \"type\": \"object\", \"properties\": {}}}}}}}}}}, \"source\": {\"$id\": \"/properties/source\", \"title\": \"Source\", \"type\": \"string\", \"default\": \"\"}, \"group\": {\"$id\": \"/properties/group\", \"title\": \"Group\", \"type\": \"string\", \"default\": \"\"}}, \"required\": [\"source\", \"group\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Check multicast output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "Check multicast", "display_name": "Check incoming multicast traffic"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:37.170 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'check_multicast_template'], 'oper': 'UPDATE', 'request-id': 'req-0766998a-b5ee-4039-a1f2-c080cd8c0449', 'type': 'job_template', 'uuid': 'a0104f25-a1f9-4b1a-8dec-d44d354eebed'} 11/07/2024 02:24:37.267 7fe46dad8d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = beffdd8f-ab67-4478-9e35-e04f15334529 object_type = job_template identifier_name = default-global-system-config:existing_fabric_onboard_template url = https://10.0.0.49:8082/job-template/beffdd8f-ab67-4478-9e35-e04f15334529 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "beffdd8f-ab67-4478-9e35-e04f15334529", "fq_name": ["default-global-system-config", "existing_fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/existing_fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 40, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 5}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"username\", \"password\"], \"properties\": {\"username\": {\"type\": \"string\"}, \"password\": {\"type\": \"string\"}}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"manage_underlay\": {\"title\": \"Manage underlay networking\", \"type\": \"boolean\", \"description\": \"Set to true if need to configure underlay networking\", \"default\": false}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Existing Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:37.323 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'existing_fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-33d3780c-bb8c-417c-8c4d-18d49d3b1169', 'type': 'job_template', 'uuid': 'beffdd8f-ab67-4478-9e35-e04f15334529'} 11/07/2024 02:24:37.418 7fe46ddceb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42dc3d2b-40a5-4876-a519-62ca5dc6b79b object_type = job_template identifier_name = default-global-system-config:vcenter_import_template url = https://10.0.0.49:8082/job-template/42dc3d2b-40a5-4876-a519-62ca5dc6b79b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "42dc3d2b-40a5-4876-a519-62ca5dc6b79b", "fq_name": ["default-global-system-config", "vcenter_import_template"], "parent_type": "global-system-config", "job_template_type": "executable", "job_template_concurrency_level": "fabric", "job_template_executables": {"executable_info": [{"executable_path": "/opt/contrail/utils/vcenter-import", "executable_args": "", "job_completion_weightage": 100}]}, "job_template_input_schema": "{\"title\": \"vCenter Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"contrail_command\": {\"$id\": \"/properties/contrail_command\", \"description\": \"The Contrail Command details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/contrail_command/username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/contrail_command/password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/contrail_command/host\", \"description\": \"The Contrail Command IP and/or port\", \"type\": \"string\"}}}, \"vcenter\": {\"$id\": \"/properties/vcenter\", \"description\": \"vCenter details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/vcenter/username\", \"description\": \"Username of vCenter Server\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/vcenter/password\", \"description\": \"Password of vCenter Server\", \"type\": \"string\"}, \"datacenter\": {\"$id\": \"/properties/vcenter/datacenter\", \"description\": \"vCenter DataCenter name to Import ESXi Hosts\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/vcenter/host\", \"description\": \"vCenter Hostname/IP-Address including port\", \"type\": \"string\"}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "VCenter Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:37.472 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vcenter_import_template'], 'oper': 'UPDATE', 'request-id': 'req-46c58064-0d97-482f-92ef-b4b99ccdd215', 'type': 'job_template', 'uuid': '42dc3d2b-40a5-4876-a519-62ca5dc6b79b'} 11/07/2024 02:24:37.571 7fe46dfd8e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22a3dd9a-b9ea-45a3-af54-f6b92461694b object_type = job_template identifier_name = default-global-system-config:discover_server_template url = https://10.0.0.49:8082/job-template/22a3dd9a-b9ea-45a3-af54-f6b92461694b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "22a3dd9a-b9ea-45a3-af54-f6b92461694b", "fq_name": ["default-global-system-config", "discover_server_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_server.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"ipmi\": {\"$id\": \"/properties/ipmi\", \"type\": \"object\", \"required\": [\"ipmi_subnet_list\", \"ipmi_credentials\"], \"properties\": {\"ipmi_subnet_list\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list/items\", \"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"ipmi_credentials\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"description\": \"The IPMI user:password credentials\", \"type\": \"string\"}}, \"ipmi_port_ranges\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"type\": \"object\", \"required\": [\"port_range_start\", \"port_range_end\"], \"properties\": {\"port_range_start\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_start\", \"description\": \"Start of IPMI Port Range\", \"type\": \"integer\"}, \"port_range_end\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_end\", \"description\": \"End of IPMI Port Range\", \"type\": \"integer\"}}}}}}, \"ironic\": {\"$id\": \"/properties/ironic\", \"type\": \"object\", \"required\": [\"auth_url\", \"username\", \"password\"], \"properties\": {\"auth_url\": {\"$id\": \"/properties/ironic/properties/auth_url\", \"description\": \"The Ironic Auth URL\", \"type\": \"string\"}, \"username\": {\"$id\": \"/properties/ironic/properties/username\", \"description\": \"The Ironic Auth username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/ironic/properties/password\", \"description\": \"The Ironic Auth password\", \"type\": \"string\"}, \"introspection_flag\": {\"$id\": \"/properties/ironic/properties/introspection_flag\", \"description\": \"Flag to determine if introspection is needed\", \"type\": \"boolean\", \"default\": true}}}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:37.625 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_server_template'], 'oper': 'UPDATE', 'request-id': 'req-68c9a08a-3181-4c56-9bc1-b6f0f3f00b6f', 'type': 'job_template', 'uuid': '22a3dd9a-b9ea-45a3-af54-f6b92461694b'} 11/07/2024 02:24:37.722 7fe46dbf0a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 object_type = job_template identifier_name = default-global-system-config:server_import_template url = https://10.0.0.49:8082/job-template/9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "9f546e19-9ab0-42eb-8f69-cbfd24b6fd94", "fq_name": ["default-global-system-config", "server_import_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/server_import.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:37.735 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'server_import_template'], 'oper': 'UPDATE', 'request-id': 'req-a506161c-4178-4808-b274-6de130eb5eb9', 'type': 'job_template', 'uuid': '9f546e19-9ab0-42eb-8f69-cbfd24b6fd94'} 11/07/2024 02:24:37.834 7fe46dac4048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 81bdd21a-3c1d-440a-a882-c91aa6b508b0 object_type = job_template identifier_name = default-global-system-config:node_profile_template url = https://10.0.0.49:8082/job-template/81bdd21a-3c1d-440a-a882-c91aa6b508b0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "81bdd21a-3c1d-440a-a882-c91aa6b508b0", "fq_name": ["default-global-system-config", "node_profile_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/node_profile.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Node Profile Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command Hostname/IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Node Profile"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:37.843 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'node_profile_template'], 'oper': 'UPDATE', 'request-id': 'req-4b7e1708-57cc-42bf-8cdc-b4a59750d11d', 'type': 'job_template', 'uuid': '81bdd21a-3c1d-440a-a882-c91aa6b508b0'} 11/07/2024 02:24:37.938 7fe46df79828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 35a01d59-582a-4e7e-8993-09a7fb9ebd19 object_type = job_template identifier_name = default-global-system-config:show_mac_mob_template url = https://10.0.0.49:8082/job-template/35a01d59-582a-4e7e-8993-09a7fb9ebd19 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "35a01d59-582a-4e7e-8993-09a7fb9ebd19", "fq_name": ["default-global-system-config", "show_mac_mob_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"mac_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"MAC Details\", \"type\": \"object\", \"properties\": {\"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}, \"required\": [\"mac_address\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show MAC mobility Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"MAC History\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"mac_details\": {\"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display MAC address move or mobility", "display_name": "Show mac mobility"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:37.994 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_mac_mob_template'], 'oper': 'UPDATE', 'request-id': 'req-cadc3710-4ac9-4e4d-9e9e-67b0d276630f', 'type': 'job_template', 'uuid': '35a01d59-582a-4e7e-8993-09a7fb9ebd19'} 11/07/2024 02:24:38.067 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:38.099 7fe46da8dc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31ec2c1-89c8-4950-a756-b70565503fc6 object_type = job_template identifier_name = default-global-system-config:rma_activate_template url = https://10.0.0.49:8082/job-template/e31ec2c1-89c8-4950-a756-b70565503fc6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e31ec2c1-89c8-4950-a756-b70565503fc6", "fq_name": ["default-global-system-config", "rma_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/rma_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 3}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"RMA activate\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"rma_devices\": {\"type\": \"array\", \"items\": {\"title\": \"RMA Devices\", \"type\": \"object\", \"description\": \"List of devices and corresponding serial numbers to RMA\", \"additionalProperties\": false, \"properties\": {\"device_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}, \"serial_number\": {\"type\": \"string\"}}, \"required\": [\"device_uuid\", \"serial_number\"]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "RMA Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:38.115 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rma_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-8f8b36f8-d63b-4314-a449-bf1d9e2b9688', 'type': 'job_template', 'uuid': 'e31ec2c1-89c8-4950-a756-b70565503fc6'} 11/07/2024 02:24:38.206 7fe46df29d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096811dc-7f55-4763-8395-1f288d24bb6a object_type = job_template identifier_name = default-global-system-config:show_chassis_info_template url = https://10.0.0.49:8082/job-template/096811dc-7f55-4763-8395-1f288d24bb6a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "096811dc-7f55-4763-8395-1f288d24bb6a", "fq_name": ["default-global-system-config", "show_chassis_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"chassis\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Chassis information\", \"type\": \"object\", \"properties\": {\"chassis_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis hardware\"}}, \"required\": [\"chassis_detail\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display chassis information", "display_name": "Show chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:38.261 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_chassis_info_template'], 'oper': 'UPDATE', 'request-id': 'req-de2daa09-bc34-4280-ade9-e7f55bb9715a', 'type': 'job_template', 'uuid': '096811dc-7f55-4763-8395-1f288d24bb6a'} 11/07/2024 02:24:38.362 7fe46e01ee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1215737e-4ccc-4371-a28e-eb341d000a00 object_type = job_template identifier_name = default-global-system-config:hardware_inventory_template url = https://10.0.0.49:8082/job-template/1215737e-4ccc-4371-a28e-eb341d000a00 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1215737e-4ccc-4371-a28e-eb341d000a00", "fq_name": ["default-global-system-config", "hardware_inventory_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Hardware Inventory Information\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"minProperties\": 1}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to fetch hardware inventory information from the device", "display_name": "Fetch hardware chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:38.373 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hardware_inventory_template'], 'oper': 'UPDATE', 'request-id': 'req-ab7b4b46-3d5d-45a3-81e7-2f9df3fe5ae3', 'type': 'job_template', 'uuid': '1215737e-4ccc-4371-a28e-eb341d000a00'} 11/07/2024 02:24:38.471 7fe46df35198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a22fc3b2-62a5-4e31-97a4-e70c039e1019 object_type = config_properties identifier_name = default-global-system-config:config_property url = https://10.0.0.49:8082/config-properties/a22fc3b2-62a5-4e31-97a4-e70c039e1019 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"config-properties": {"uuid": "a22fc3b2-62a5-4e31-97a4-e70c039e1019", "fq_name": ["default-global-system-config", "config_property"], "parent_type": "global-system-config", "properties": {"key_value_pair": [{"key": "junos_commit_timeout", "value": "600"}, {"key": "total_retry_timeout", "value": "600"}, {"key": "device_command_timeout", "value": "600"}, {"key": "ztp_timeout", "value": "570"}]}, "display_name": "Config Property"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:38.479 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'config_property'], 'oper': 'UPDATE', 'request-id': 'req-05b8c6a9-2912-4850-99b8-677db427b4e0', 'type': 'config_properties', 'uuid': 'a22fc3b2-62a5-4e31-97a4-e70c039e1019'} 11/07/2024 02:24:38.911 7fe4713eab70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 object_type = global_system_config identifier_name = default-global-system-config url = https://10.0.0.49:8082/global-system-config/dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"global-system-config": {"uuid": "dfd9c1c8-eff8-4a11-805e-4845bcbc4be8", "fq_name": ["default-global-system-config"], "supported_device_families": {"device_family": ["junos", "junos-qfx"]}, "supported_vendor_hardwares": {"vendor_hardware": ["juniper-qfx10002-72q", "juniper-qfx10002-36q", "juniper-qfx10002-60c", "juniper-qfx10016", "juniper-qfx10008", "juniper-vqfx-10000", "juniper-qfx5100-48sh-afi", "juniper-qfx5100-48sh-afo", "juniper-qfx5100-48th-afi", "juniper-qfx5100-48th-afo", "juniper-qfx5100-48s-6q", "juniper-qfx5100-96s-8q", "juniper-qfx5100-48t", "juniper-qfx5100-48t-6q", "juniper-qfx5100-24q-2p", "juniper-qfx5100-24q-aa", "juniper-qfx5100e-48s-6q", "juniper-qfx5100e-96s-8q", "juniper-qfx5100e-48t-6q", "juniper-qfx5100e-24q-2p", "juniper-qfx5110-48s-4c", "juniper-qfx5110-32q", "juniper-qfx5120-48y-8c", "juniper-qfx5120-48t-6c", "juniper-qfx5120-32c", "juniper-qfx5220-32cd", "juniper-qfx5220-128c", "juniper-qfx5200-32c-32q", "juniper-qfx5200-48y", "juniper-qfx5210-64c", "juniper-vmx", "juniper-mx80", "juniper-mx80-48t", "juniper-mx204", "juniper-mx240", "juniper-mx480", "juniper-mx960", "juniper-mx2008", "juniper-mx2010", "juniper-mx2020", "juniper-mx10003", "juniper-jnp10008", "juniper-jnp10016", "juniper-srx5400", "juniper-srx5600", "juniper-srx4600", "juniper-srx4100", "juniper-srx1500", "juniper-srx240h-poe", "juniper-vsrx", "juniper-srx5800", "juniper-srx4200"]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:38.922 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config'], 'oper': 'UPDATE', 'request-id': 'req-42e8e36a-9847-4758-b182-1c8bde3eafa0', 'type': 'global_system_config', 'uuid': 'dfd9c1c8-eff8-4a11-805e-4845bcbc4be8'} 11/07/2024 02:24:39.022 7fe46d9194e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42087eae-1152-4e4b-8ebb-ac8bcdc13323 object_type = hardware identifier_name = juniper-qfx5100-48sh-afi url = https://10.0.0.49:8082/hardware/42087eae-1152-4e4b-8ebb-ac8bcdc13323 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "fq_name": ["juniper-qfx5100-48sh-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:39.030 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afi'], 'oper': 'UPDATE', 'request-id': 'req-74f33478-dd25-4f23-9508-10f4581a66f1', 'type': 'hardware', 'uuid': '42087eae-1152-4e4b-8ebb-ac8bcdc13323'} 11/07/2024 02:24:39.068 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:39.131 7fe46de58b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bb7beed3-60d7-49c5-9d84-49ac2a782218 object_type = hardware identifier_name = juniper-qfx5100-48sh-afo url = https://10.0.0.49:8082/hardware/bb7beed3-60d7-49c5-9d84-49ac2a782218 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "fq_name": ["juniper-qfx5100-48sh-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:39.139 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afo'], 'oper': 'UPDATE', 'request-id': 'req-74a6fae8-e070-4bbe-8dec-515e64b28e53', 'type': 'hardware', 'uuid': 'bb7beed3-60d7-49c5-9d84-49ac2a782218'} 11/07/2024 02:24:39.234 7fe46e01eac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6432d3f-ce9a-411f-8a75-9e22d185f2cd object_type = hardware identifier_name = juniper-qfx5100-48th-afi url = https://10.0.0.49:8082/hardware/c6432d3f-ce9a-411f-8a75-9e22d185f2cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "fq_name": ["juniper-qfx5100-48th-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:39.242 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afi'], 'oper': 'UPDATE', 'request-id': 'req-c22fe1a8-6a0f-4d0d-8255-05a11955b199', 'type': 'hardware', 'uuid': 'c6432d3f-ce9a-411f-8a75-9e22d185f2cd'} 11/07/2024 02:24:39.338 7fe46de854e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d1543237-89a0-4607-a0f5-40f0be645bcf object_type = hardware identifier_name = juniper-qfx5100-48th-afo url = https://10.0.0.49:8082/hardware/d1543237-89a0-4607-a0f5-40f0be645bcf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "fq_name": ["juniper-qfx5100-48th-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:39.346 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afo'], 'oper': 'UPDATE', 'request-id': 'req-475c121b-a44d-422b-8182-17bda4b6fba1', 'type': 'hardware', 'uuid': 'd1543237-89a0-4607-a0f5-40f0be645bcf'} 11/07/2024 02:24:39.442 7fe46df79240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09842293-1bb4-4536-9393-f26caa94be87 object_type = hardware identifier_name = juniper-qfx5100-48s-6q url = https://10.0.0.49:8082/hardware/09842293-1bb4-4536-9393-f26caa94be87 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "09842293-1bb4-4536-9393-f26caa94be87", "fq_name": ["juniper-qfx5100-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:39.451 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-3006682c-1fc6-4079-9359-4a5c2ccfab88', 'type': 'hardware', 'uuid': '09842293-1bb4-4536-9393-f26caa94be87'} 11/07/2024 02:24:39.551 7fe46ddce588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 659daa17-ae39-4641-b245-45c06a69b927 object_type = hardware identifier_name = juniper-qfx5100-96s-8q url = https://10.0.0.49:8082/hardware/659daa17-ae39-4641-b245-45c06a69b927 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "659daa17-ae39-4641-b245-45c06a69b927", "fq_name": ["juniper-qfx5100-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:39.561 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-9ecef1b1-5b1b-43de-802c-6d84393ecb10', 'type': 'hardware', 'uuid': '659daa17-ae39-4641-b245-45c06a69b927'} 11/07/2024 02:24:39.663 7fe46daf64e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9b18d69f-cfa6-47a6-9837-5886979b7d27 object_type = hardware identifier_name = juniper-qfx5100-48t url = https://10.0.0.49:8082/hardware/9b18d69f-cfa6-47a6-9837-5886979b7d27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "fq_name": ["juniper-qfx5100-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:39.671 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t'], 'oper': 'UPDATE', 'request-id': 'req-015edde7-58d7-4f0c-9529-6a93797e9ef4', 'type': 'hardware', 'uuid': '9b18d69f-cfa6-47a6-9837-5886979b7d27'} 11/07/2024 02:24:39.771 7fe46dea9048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fdd501e-e56b-45b5-9083-e8e81f459673 object_type = hardware identifier_name = juniper-qfx5100-48t-6q url = https://10.0.0.49:8082/hardware/0fdd501e-e56b-45b5-9083-e8e81f459673 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "fq_name": ["juniper-qfx5100-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:39.782 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-21dcb7ea-d639-428d-86cd-217272cc3792', 'type': 'hardware', 'uuid': '0fdd501e-e56b-45b5-9083-e8e81f459673'} 11/07/2024 02:24:39.878 7fe46de1b780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a415b5b6-e554-4e69-8ac8-100664a655bd object_type = hardware identifier_name = juniper-qfx5100-24q-2p url = https://10.0.0.49:8082/hardware/a415b5b6-e554-4e69-8ac8-100664a655bd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "fq_name": ["juniper-qfx5100-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:39.886 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-944274f0-607e-4ab5-a338-88a3c666715d', 'type': 'hardware', 'uuid': 'a415b5b6-e554-4e69-8ac8-100664a655bd'} 11/07/2024 02:24:39.986 7fe46df29198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ec46a0d-8b6e-4461-b351-ab3960b11966 object_type = hardware identifier_name = juniper-qfx5100-24q-aa url = https://10.0.0.49:8082/hardware/9ec46a0d-8b6e-4461-b351-ab3960b11966 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "fq_name": ["juniper-qfx5100-24q-aa"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:39.993 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-aa'], 'oper': 'UPDATE', 'request-id': 'req-91b1892c-9ccf-48e9-884a-f72f698da6d1', 'type': 'hardware', 'uuid': '9ec46a0d-8b6e-4461-b351-ab3960b11966'} 11/07/2024 02:24:40.069 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:40.091 7fe46d9f0198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc object_type = hardware identifier_name = juniper-qfx5100e-48s-6q url = https://10.0.0.49:8082/hardware/7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "fq_name": ["juniper-qfx5100e-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:40.098 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-f8111e50-afc0-41cc-8c6d-18b816dd8d56', 'type': 'hardware', 'uuid': '7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc'} 11/07/2024 02:24:40.194 7fe46e01e4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3be1a72-35aa-4778-a173-5986e8c2fae8 object_type = hardware identifier_name = juniper-qfx5100e-96s-8q url = https://10.0.0.49:8082/hardware/d3be1a72-35aa-4778-a173-5986e8c2fae8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "fq_name": ["juniper-qfx5100e-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:40.203 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-22021cfc-a40a-44ba-b7d1-1848243518f6', 'type': 'hardware', 'uuid': 'd3be1a72-35aa-4778-a173-5986e8c2fae8'} 11/07/2024 02:24:40.303 7fe46d9194e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 84d423a0-c168-4209-9a24-3b690f4332f8 object_type = hardware identifier_name = juniper-qfx5100e-48t-6q url = https://10.0.0.49:8082/hardware/84d423a0-c168-4209-9a24-3b690f4332f8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "fq_name": ["juniper-qfx5100e-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:40.332 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-a7108668-fdfc-424d-8957-175d940fb578', 'type': 'hardware', 'uuid': '84d423a0-c168-4209-9a24-3b690f4332f8'} 11/07/2024 02:24:40.426 7fe46d9f0630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b1493cca-8842-42f9-800a-753565a2d6b6 object_type = hardware identifier_name = juniper-qfx5100e-24q-2p url = https://10.0.0.49:8082/hardware/b1493cca-8842-42f9-800a-753565a2d6b6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "fq_name": ["juniper-qfx5100e-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:40.440 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-ad1eead3-0ea1-46fa-8021-8f69c7931122', 'type': 'hardware', 'uuid': 'b1493cca-8842-42f9-800a-753565a2d6b6'} 11/07/2024 02:24:40.530 7fe46e86c6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 403bdb63-2170-4014-9403-f80fba2de755 object_type = hardware identifier_name = juniper-qfx5110-48s-4c url = https://10.0.0.49:8082/hardware/403bdb63-2170-4014-9403-f80fba2de755 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "403bdb63-2170-4014-9403-f80fba2de755", "fq_name": ["juniper-qfx5110-48s-4c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:40.537 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-48s-4c'], 'oper': 'UPDATE', 'request-id': 'req-cd83f69f-2e18-4acd-b651-1a542fb32498', 'type': 'hardware', 'uuid': '403bdb63-2170-4014-9403-f80fba2de755'} 11/07/2024 02:24:40.638 7fe46d8de198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b5500813-1eb7-4e75-8a4c-674e0ba66461 object_type = hardware identifier_name = juniper-qfx5110-32q url = https://10.0.0.49:8082/hardware/b5500813-1eb7-4e75-8a4c-674e0ba66461 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "fq_name": ["juniper-qfx5110-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:40.647 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-32q'], 'oper': 'UPDATE', 'request-id': 'req-430ee773-d2f7-4a70-abcd-372a8732ca05', 'type': 'hardware', 'uuid': 'b5500813-1eb7-4e75-8a4c-674e0ba66461'} 11/07/2024 02:24:40.750 7fe46dd90630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b63324e2-273a-400b-9d59-0dec80d655d4 object_type = hardware identifier_name = juniper-qfx5120-48y-8c url = https://10.0.0.49:8082/hardware/b63324e2-273a-400b-9d59-0dec80d655d4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "fq_name": ["juniper-qfx5120-48y-8c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:40.758 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48y-8c'], 'oper': 'UPDATE', 'request-id': 'req-ff67e952-d7cb-49e1-b3fc-5fd200038fb2', 'type': 'hardware', 'uuid': 'b63324e2-273a-400b-9d59-0dec80d655d4'} 11/07/2024 02:24:40.858 7fe46de7d8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 object_type = hardware identifier_name = juniper-qfx5120-32c url = https://10.0.0.49:8082/hardware/017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "fq_name": ["juniper-qfx5120-32c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:40.866 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-32c'], 'oper': 'UPDATE', 'request-id': 'req-a5f08e30-3ae5-49d5-b84b-0f039e7f46a6', 'type': 'hardware', 'uuid': '017ec5ed-1b9e-47d0-9b3c-e2df68b376e7'} 11/07/2024 02:24:40.963 7fe46dbd1588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75328164-8eed-4868-b183-9bcbe27e276a object_type = hardware identifier_name = juniper-qfx5120-48t-6c url = https://10.0.0.49:8082/hardware/75328164-8eed-4868-b183-9bcbe27e276a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "fq_name": ["juniper-qfx5120-48t-6c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:40.972 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48t-6c'], 'oper': 'UPDATE', 'request-id': 'req-6dadfdc1-f60d-446a-854c-ba82441bf939', 'type': 'hardware', 'uuid': '75328164-8eed-4868-b183-9bcbe27e276a'} 11/07/2024 02:24:41.066 7fe46de58a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ac596c42-3f13-42e2-a6b1-be2b27e18331 object_type = hardware identifier_name = juniper-qfx5220-32cd url = https://10.0.0.49:8082/hardware/ac596c42-3f13-42e2-a6b1-be2b27e18331 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "fq_name": ["juniper-qfx5220-32cd"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:41.074 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-32cd'], 'oper': 'UPDATE', 'request-id': 'req-f511d2fd-5bff-4f06-999c-fce3345bdb3d', 'type': 'hardware', 'uuid': 'ac596c42-3f13-42e2-a6b1-be2b27e18331'} 11/07/2024 02:24:41.170 7fe46dfdd6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1c773810-104a-43e2-b78a-a0b3dac4dd7f object_type = hardware identifier_name = juniper-qfx5220-128c url = https://10.0.0.49:8082/hardware/1c773810-104a-43e2-b78a-a0b3dac4dd7f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "fq_name": ["juniper-qfx5220-128c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:41.179 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-128c'], 'oper': 'UPDATE', 'request-id': 'req-fecad7c2-d4f6-44f6-a0c4-3d1110f64fe3', 'type': 'hardware', 'uuid': '1c773810-104a-43e2-b78a-a0b3dac4dd7f'} 11/07/2024 02:24:41.274 7fe46deb2a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 922c08d7-1c72-4e46-b73b-c5cce20c7d4b object_type = hardware identifier_name = juniper-qfx5200-32c-32q url = https://10.0.0.49:8082/hardware/922c08d7-1c72-4e46-b73b-c5cce20c7d4b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "fq_name": ["juniper-qfx5200-32c-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:41.282 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-32c-32q'], 'oper': 'UPDATE', 'request-id': 'req-578a4b8d-f4eb-4c23-8e5d-bbfaa55a53f9', 'type': 'hardware', 'uuid': '922c08d7-1c72-4e46-b73b-c5cce20c7d4b'} 11/07/2024 02:24:41.382 7fe46d8e42e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 133f6aba-4d41-4450-9996-aef90d73b888 object_type = hardware identifier_name = juniper-qfx5200-48y url = https://10.0.0.49:8082/hardware/133f6aba-4d41-4450-9996-aef90d73b888 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "fq_name": ["juniper-qfx5200-48y"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:41.390 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-48y'], 'oper': 'UPDATE', 'request-id': 'req-40226368-07ca-4893-9e09-e63a550e2303', 'type': 'hardware', 'uuid': '133f6aba-4d41-4450-9996-aef90d73b888'} 11/07/2024 02:24:41.486 7fe46dc9bac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = db87e59b-96e1-49d8-a62c-1c2d89d684d9 object_type = hardware identifier_name = juniper-qfx5210-64c url = https://10.0.0.49:8082/hardware/db87e59b-96e1-49d8-a62c-1c2d89d684d9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "fq_name": ["juniper-qfx5210-64c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:41.496 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5210-64c'], 'oper': 'UPDATE', 'request-id': 'req-effd789f-a745-4937-9ec9-5751cae81671', 'type': 'hardware', 'uuid': 'db87e59b-96e1-49d8-a62c-1c2d89d684d9'} 11/07/2024 02:24:41.594 7fe46deb2780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 864af8d2-658f-4299-b31c-a18e657d786b object_type = hardware identifier_name = juniper-qfx10002-72q url = https://10.0.0.49:8082/hardware/864af8d2-658f-4299-b31c-a18e657d786b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "fq_name": ["juniper-qfx10002-72q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:41.603 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-72q'], 'oper': 'UPDATE', 'request-id': 'req-4372ddd7-80de-4baf-9224-caecedf68ecd', 'type': 'hardware', 'uuid': '864af8d2-658f-4299-b31c-a18e657d786b'} 11/07/2024 02:24:41.698 7fe46dece8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 object_type = hardware identifier_name = juniper-qfx10002-36q url = https://10.0.0.49:8082/hardware/8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "fq_name": ["juniper-qfx10002-36q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:41.705 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-36q'], 'oper': 'UPDATE', 'request-id': 'req-347f2936-c13b-49b8-8cfc-1fa881731b33', 'type': 'hardware', 'uuid': '8cc029e3-98bd-4b93-ae1b-3a1eb169fab4'} 11/07/2024 02:24:41.812 7fe470d73780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7d28fa02-7667-4bc7-bec6-01b08d00dd4d object_type = hardware identifier_name = juniper-qfx10002-60c url = https://10.0.0.49:8082/hardware/7d28fa02-7667-4bc7-bec6-01b08d00dd4d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "fq_name": ["juniper-qfx10002-60c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:41.820 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-60c'], 'oper': 'UPDATE', 'request-id': 'req-dcf79887-a2d5-4cb8-8f02-62e070bef7f0', 'type': 'hardware', 'uuid': '7d28fa02-7667-4bc7-bec6-01b08d00dd4d'} 11/07/2024 02:24:41.914 7fe46dbefd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c8d84e84-6056-4872-b06b-ae4bed62f7a2 object_type = hardware identifier_name = juniper-qfx10016 url = https://10.0.0.49:8082/hardware/c8d84e84-6056-4872-b06b-ae4bed62f7a2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "fq_name": ["juniper-qfx10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:41.923 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10016'], 'oper': 'UPDATE', 'request-id': 'req-f73fb007-6cc2-48ea-933b-fe154a58a40c', 'type': 'hardware', 'uuid': 'c8d84e84-6056-4872-b06b-ae4bed62f7a2'} 11/07/2024 02:24:42.022 7fe46de50e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e97d4f94-63fb-439d-a014-5b702068f369 object_type = hardware identifier_name = juniper-qfx10008 url = https://10.0.0.49:8082/hardware/e97d4f94-63fb-439d-a014-5b702068f369 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "fq_name": ["juniper-qfx10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:42.023 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:42.031 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10008'], 'oper': 'UPDATE', 'request-id': 'req-ce082cd8-7d34-400d-acff-b549c759179e', 'type': 'hardware', 'uuid': 'e97d4f94-63fb-439d-a014-5b702068f369'} 11/07/2024 02:24:42.127 7fe46de50828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 26af5cc4-535f-45fc-9202-3abfc9fe6c7b object_type = hardware identifier_name = juniper-vqfx-10000 url = https://10.0.0.49:8082/hardware/26af5cc4-535f-45fc-9202-3abfc9fe6c7b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "fq_name": ["juniper-vqfx-10000"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:42.136 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vqfx-10000'], 'oper': 'UPDATE', 'request-id': 'req-eaf04c19-1251-42c1-9322-f1812bd25506', 'type': 'hardware', 'uuid': '26af5cc4-535f-45fc-9202-3abfc9fe6c7b'} 11/07/2024 02:24:42.235 7fe46df7c2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0423f25b-c754-4b32-b220-de18f831b363 object_type = hardware identifier_name = juniper-mx80 url = https://10.0.0.49:8082/hardware/0423f25b-c754-4b32-b220-de18f831b363 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0423f25b-c754-4b32-b220-de18f831b363", "fq_name": ["juniper-mx80"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:42.244 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80'], 'oper': 'UPDATE', 'request-id': 'req-69d24ea8-c36e-42ef-9d09-2870345b54a6', 'type': 'hardware', 'uuid': '0423f25b-c754-4b32-b220-de18f831b363'} 11/07/2024 02:24:42.342 7fe46de30b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 68bfa83f-2753-461c-9dce-b9f3464c234c object_type = hardware identifier_name = juniper-mx80-48t url = https://10.0.0.49:8082/hardware/68bfa83f-2753-461c-9dce-b9f3464c234c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "fq_name": ["juniper-mx80-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:42.351 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80-48t'], 'oper': 'UPDATE', 'request-id': 'req-865dc19e-36d5-4eb7-85bf-480fb918b000', 'type': 'hardware', 'uuid': '68bfa83f-2753-461c-9dce-b9f3464c234c'} 11/07/2024 02:24:42.450 7fe46d9f06d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 33f16db1-08a6-4377-9060-f894b4aafda4 object_type = hardware identifier_name = juniper-mx204 url = https://10.0.0.49:8082/hardware/33f16db1-08a6-4377-9060-f894b4aafda4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "fq_name": ["juniper-mx204"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:42.459 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx204'], 'oper': 'UPDATE', 'request-id': 'req-82d3eda6-04ea-495f-9914-b9b8a797e8b7', 'type': 'hardware', 'uuid': '33f16db1-08a6-4377-9060-f894b4aafda4'} 11/07/2024 02:24:42.561 7fe46d8f4cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd25932c-6fe2-438c-96d7-998c27af28af object_type = hardware identifier_name = juniper-mx240 url = https://10.0.0.49:8082/hardware/fd25932c-6fe2-438c-96d7-998c27af28af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "fq_name": ["juniper-mx240"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:42.570 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx240'], 'oper': 'UPDATE', 'request-id': 'req-f6f90433-1fca-4df5-8ef1-294b0be18b65', 'type': 'hardware', 'uuid': 'fd25932c-6fe2-438c-96d7-998c27af28af'} 11/07/2024 02:24:42.665 7fe46dbefe10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0389f738-89c0-4f53-a7bd-56569482be43 object_type = hardware identifier_name = juniper-mx480 url = https://10.0.0.49:8082/hardware/0389f738-89c0-4f53-a7bd-56569482be43 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "fq_name": ["juniper-mx480"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:42.673 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx480'], 'oper': 'UPDATE', 'request-id': 'req-8b92b97b-a138-452a-9545-dbb403d9bfb9', 'type': 'hardware', 'uuid': '0389f738-89c0-4f53-a7bd-56569482be43'} 11/07/2024 02:24:42.773 7fe46d9f0198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9618fd20-e6e6-4d9c-b295-14b0316300af object_type = hardware identifier_name = juniper-mx960 url = https://10.0.0.49:8082/hardware/9618fd20-e6e6-4d9c-b295-14b0316300af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "fq_name": ["juniper-mx960"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:42.782 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx960'], 'oper': 'UPDATE', 'request-id': 'req-f7b47fa3-85c6-4f4a-8a56-3ca647123266', 'type': 'hardware', 'uuid': '9618fd20-e6e6-4d9c-b295-14b0316300af'} 11/07/2024 02:24:42.878 7fe46e926828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 object_type = hardware identifier_name = juniper-mx2008 url = https://10.0.0.49:8082/hardware/c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "fq_name": ["juniper-mx2008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:42.887 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2008'], 'oper': 'UPDATE', 'request-id': 'req-caefb4eb-276f-4201-84e3-222fe02c5b75', 'type': 'hardware', 'uuid': 'c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5'} 11/07/2024 02:24:42.982 7fe46dad8240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c7e966eb-8a0a-421b-b740-9f9df7ad1c77 object_type = hardware identifier_name = juniper-mx2010 url = https://10.0.0.49:8082/hardware/c7e966eb-8a0a-421b-b740-9f9df7ad1c77 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "fq_name": ["juniper-mx2010"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:42.989 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2010'], 'oper': 'UPDATE', 'request-id': 'req-7ed82343-711a-41eb-b3d8-35793ea0a1cc', 'type': 'hardware', 'uuid': 'c7e966eb-8a0a-421b-b740-9f9df7ad1c77'} 11/07/2024 02:24:43.024 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:43.085 7fe46e0350f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf0608bd-3a72-46c0-af0b-c272778c736c object_type = hardware identifier_name = juniper-mx2020 url = https://10.0.0.49:8082/hardware/bf0608bd-3a72-46c0-af0b-c272778c736c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "fq_name": ["juniper-mx2020"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:43.093 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2020'], 'oper': 'UPDATE', 'request-id': 'req-c2611640-5988-4610-b2b3-b81136cc0ea4', 'type': 'hardware', 'uuid': 'bf0608bd-3a72-46c0-af0b-c272778c736c'} 11/07/2024 02:24:43.191 7fe46daf6588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 object_type = hardware identifier_name = juniper-mx10003 url = https://10.0.0.49:8082/hardware/f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "fq_name": ["juniper-mx10003"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:43.203 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx10003'], 'oper': 'UPDATE', 'request-id': 'req-7b56473b-90d6-4ec9-a256-c83b25fb57a7', 'type': 'hardware', 'uuid': 'f234fa20-3dd5-4f22-bc86-4c1e2e279bd5'} 11/07/2024 02:24:43.299 7fe46eba3f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0cf56917-0fea-454e-84f2-cdf01c8bb067 object_type = hardware identifier_name = juniper-jnp10008 url = https://10.0.0.49:8082/hardware/0cf56917-0fea-454e-84f2-cdf01c8bb067 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "fq_name": ["juniper-jnp10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:43.308 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10008'], 'oper': 'UPDATE', 'request-id': 'req-c5c1d1e8-77ba-4946-9a5f-b8a54d339be8', 'type': 'hardware', 'uuid': '0cf56917-0fea-454e-84f2-cdf01c8bb067'} 11/07/2024 02:24:43.407 7fe46dbb1780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e3fc4483-abbe-451f-aa39-a4aff4476187 object_type = hardware identifier_name = juniper-jnp10016 url = https://10.0.0.49:8082/hardware/e3fc4483-abbe-451f-aa39-a4aff4476187 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "fq_name": ["juniper-jnp10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:43.415 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10016'], 'oper': 'UPDATE', 'request-id': 'req-608aa544-b0ea-4ab7-9145-18eac8ed1b32', 'type': 'hardware', 'uuid': 'e3fc4483-abbe-451f-aa39-a4aff4476187'} 11/07/2024 02:24:43.513 7fe46dece198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3973797-34d8-49d4-95b4-30df06256c6e object_type = hardware identifier_name = juniper-vmx url = https://10.0.0.49:8082/hardware/d3973797-34d8-49d4-95b4-30df06256c6e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "fq_name": ["juniper-vmx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:43.521 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vmx'], 'oper': 'UPDATE', 'request-id': 'req-fd903da3-c882-4237-ad8b-536c9a3bc7c4', 'type': 'hardware', 'uuid': 'd3973797-34d8-49d4-95b4-30df06256c6e'} 11/07/2024 02:24:43.623 7fe47584c2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb970d87-db82-4005-8700-962a40c2e31d object_type = hardware identifier_name = juniper-srx5400 url = https://10.0.0.49:8082/hardware/fb970d87-db82-4005-8700-962a40c2e31d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "fq_name": ["juniper-srx5400"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:43.631 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5400'], 'oper': 'UPDATE', 'request-id': 'req-4df7a19b-b7a4-4128-8573-5e4dfc514919', 'type': 'hardware', 'uuid': 'fb970d87-db82-4005-8700-962a40c2e31d'} 11/07/2024 02:24:43.726 7fe46dad8ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6457b9f7-51f0-430a-a150-5ae208362781 object_type = hardware identifier_name = juniper-srx5600 url = https://10.0.0.49:8082/hardware/6457b9f7-51f0-430a-a150-5ae208362781 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "fq_name": ["juniper-srx5600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:43.734 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5600'], 'oper': 'UPDATE', 'request-id': 'req-6512aa5b-2285-4a26-89ad-09dded4bfb85', 'type': 'hardware', 'uuid': '6457b9f7-51f0-430a-a150-5ae208362781'} 11/07/2024 02:24:43.838 7fe46dec74e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0a203d47-b5d7-48fc-af06-3571bddc0098 object_type = hardware identifier_name = juniper-srx4600 url = https://10.0.0.49:8082/hardware/0a203d47-b5d7-48fc-af06-3571bddc0098 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "fq_name": ["juniper-srx4600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:43.847 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4600'], 'oper': 'UPDATE', 'request-id': 'req-d3507346-a770-4217-972b-3dafb90fbaca', 'type': 'hardware', 'uuid': '0a203d47-b5d7-48fc-af06-3571bddc0098'} 11/07/2024 02:24:43.946 7fe46ddb3828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50ee3c64-e89c-47f1-bff1-80e448d9121b object_type = hardware identifier_name = juniper-srx4100 url = https://10.0.0.49:8082/hardware/50ee3c64-e89c-47f1-bff1-80e448d9121b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "fq_name": ["juniper-srx4100"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:43.955 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4100'], 'oper': 'UPDATE', 'request-id': 'req-2cfc5e89-6c3f-4674-9598-4f2fb932b159', 'type': 'hardware', 'uuid': '50ee3c64-e89c-47f1-bff1-80e448d9121b'} 11/07/2024 02:24:44.026 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:44.058 7fe46d9002e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0e56d147-d28a-4670-8703-2dac4ec219ef object_type = hardware identifier_name = juniper-srx1500 url = https://10.0.0.49:8082/hardware/0e56d147-d28a-4670-8703-2dac4ec219ef operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "fq_name": ["juniper-srx1500"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:44.066 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx1500'], 'oper': 'UPDATE', 'request-id': 'req-4b98450c-0a8e-452f-b474-15b0d3f7e0b3', 'type': 'hardware', 'uuid': '0e56d147-d28a-4670-8703-2dac4ec219ef'} 11/07/2024 02:24:44.167 7fe46d929cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5701a594-5475-4388-bc3d-5ffd8c2844cd object_type = hardware identifier_name = juniper-srx240h-poe url = https://10.0.0.49:8082/hardware/5701a594-5475-4388-bc3d-5ffd8c2844cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "fq_name": ["juniper-srx240h-poe"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:44.176 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx240h-poe'], 'oper': 'UPDATE', 'request-id': 'req-4704e516-a52c-4dea-87cc-d8c25834513c', 'type': 'hardware', 'uuid': '5701a594-5475-4388-bc3d-5ffd8c2844cd'} 11/07/2024 02:24:44.275 7fe46df7c048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 object_type = hardware identifier_name = juniper-srx5800 url = https://10.0.0.49:8082/hardware/6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "fq_name": ["juniper-srx5800"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:44.282 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5800'], 'oper': 'UPDATE', 'request-id': 'req-e09b7e28-0c25-4e10-8be6-fe487180d171', 'type': 'hardware', 'uuid': '6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2'} 11/07/2024 02:24:44.382 7fe46da0a828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89e593ec-fd30-4eb7-b5d6-eb5b76da460c object_type = hardware identifier_name = juniper-srx4200 url = https://10.0.0.49:8082/hardware/89e593ec-fd30-4eb7-b5d6-eb5b76da460c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "fq_name": ["juniper-srx4200"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:44.389 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4200'], 'oper': 'UPDATE', 'request-id': 'req-1112d804-99a1-4133-bfe8-879424431116', 'type': 'hardware', 'uuid': '89e593ec-fd30-4eb7-b5d6-eb5b76da460c'} 11/07/2024 02:24:44.497 7fe46de47b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5725d6f5-b9df-4efb-bb13-c34c205775a4 object_type = hardware identifier_name = juniper-vsrx url = https://10.0.0.49:8082/hardware/5725d6f5-b9df-4efb-bb13-c34c205775a4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "fq_name": ["juniper-vsrx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:44.505 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vsrx'], 'oper': 'UPDATE', 'request-id': 'req-5e110fba-e780-4a23-a0d3-deb6c6893327', 'type': 'hardware', 'uuid': '5725d6f5-b9df-4efb-bb13-c34c205775a4'} 11/07/2024 02:24:44.603 7fe46d8d6630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86eee787-5718-44dc-84cf-17ab0a275490 object_type = feature identifier_name = default-global-system-config:underlay-ip-clos url = https://10.0.0.49:8082/feature/86eee787-5718-44dc-84cf-17ab0a275490 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "fq_name": ["default-global-system-config", "underlay-ip-clos"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:44.613 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'underlay-ip-clos'], 'oper': 'UPDATE', 'request-id': 'req-461c9088-0dad-4d78-ab53-db43754bf7a9', 'type': 'feature', 'uuid': '86eee787-5718-44dc-84cf-17ab0a275490'} 11/07/2024 02:24:44.710 7fe46ef156d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb45a340-532e-471d-8f0a-291569282b15 object_type = feature identifier_name = default-global-system-config:overlay-bgp url = https://10.0.0.49:8082/feature/fb45a340-532e-471d-8f0a-291569282b15 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "fb45a340-532e-471d-8f0a-291569282b15", "fq_name": ["default-global-system-config", "overlay-bgp"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:44.721 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'overlay-bgp'], 'oper': 'UPDATE', 'request-id': 'req-e36c8768-3a7c-4d41-84d3-d4debfbb7d14', 'type': 'feature', 'uuid': 'fb45a340-532e-471d-8f0a-291569282b15'} 11/07/2024 02:24:44.816 7fe46da8deb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1de6e9e1-19ee-4a38-a94c-5cfc99246ded object_type = feature identifier_name = default-global-system-config:l2-gateway url = https://10.0.0.49:8082/feature/1de6e9e1-19ee-4a38-a94c-5cfc99246ded operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "fq_name": ["default-global-system-config", "l2-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:44.827 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l2-gateway'], 'oper': 'UPDATE', 'request-id': 'req-8e5fd4f0-103f-4b0e-8836-2cba2f69f3da', 'type': 'feature', 'uuid': '1de6e9e1-19ee-4a38-a94c-5cfc99246ded'} 11/07/2024 02:24:44.927 7fe46dbb18d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 object_type = feature identifier_name = default-global-system-config:l3-gateway url = https://10.0.0.49:8082/feature/e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "fq_name": ["default-global-system-config", "l3-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:44.939 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-8cbedd82-2ee2-41f1-93ae-085fba408252', 'type': 'feature', 'uuid': 'e86b957c-2c5b-4ea4-bb9d-5178bc8f8592'} 11/07/2024 02:24:45.028 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:45.033 7fe46df7cac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ce754582-8dee-462c-b557-c4829be74c27 object_type = feature identifier_name = default-global-system-config:vn-interconnect url = https://10.0.0.49:8082/feature/ce754582-8dee-462c-b557-c4829be74c27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ce754582-8dee-462c-b557-c4829be74c27", "fq_name": ["default-global-system-config", "vn-interconnect"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:45.041 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vn-interconnect'], 'oper': 'UPDATE', 'request-id': 'req-4b1ded7b-93cf-46c2-aef1-06d5323542c4', 'type': 'feature', 'uuid': 'ce754582-8dee-462c-b557-c4829be74c27'} 11/07/2024 02:24:45.142 7fe46df290f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75a756f7-6687-4306-a372-653b835b7a63 object_type = feature identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/feature/75a756f7-6687-4306-a372-653b835b7a63 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "75a756f7-6687-4306-a372-653b835b7a63", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:45.151 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-43b06802-5b8f-4790-86b3-62234084c910', 'type': 'feature', 'uuid': '75a756f7-6687-4306-a372-653b835b7a63'} 11/07/2024 02:24:45.255 7fe46dae64e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8d716e60-7319-4f9f-a0db-1f8fd86d6186 object_type = feature identifier_name = default-global-system-config:assisted-replicator url = https://10.0.0.49:8082/feature/8d716e60-7319-4f9f-a0db-1f8fd86d6186 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "fq_name": ["default-global-system-config", "assisted-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:45.267 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-164185d4-0d0d-4af7-b205-b8e9cc355a7a', 'type': 'feature', 'uuid': '8d716e60-7319-4f9f-a0db-1f8fd86d6186'} 11/07/2024 02:24:45.367 7fe46de30cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5b262e15-6ed7-4a11-8a7d-e371f26caf53 object_type = feature identifier_name = default-global-system-config:port-profile url = https://10.0.0.49:8082/feature/5b262e15-6ed7-4a11-8a7d-e371f26caf53 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "fq_name": ["default-global-system-config", "port-profile"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:45.376 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'port-profile'], 'oper': 'UPDATE', 'request-id': 'req-3c4ec646-950b-4001-a1e4-2980db7bcc87', 'type': 'feature', 'uuid': '5b262e15-6ed7-4a11-8a7d-e371f26caf53'} 11/07/2024 02:24:45.471 7fe46d8f48d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ccbfbdbc-d047-4336-a621-25f8b481bd0d object_type = feature identifier_name = default-global-system-config:telemetry url = https://10.0.0.49:8082/feature/ccbfbdbc-d047-4336-a621-25f8b481bd0d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "fq_name": ["default-global-system-config", "telemetry"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:45.480 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'telemetry'], 'oper': 'UPDATE', 'request-id': 'req-e1ba4a0c-19ce-4ba3-9fcf-b12f88c1ff24', 'type': 'feature', 'uuid': 'ccbfbdbc-d047-4336-a621-25f8b481bd0d'} 11/07/2024 02:24:45.574 7fe46dbf0a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eeea45e9-bfe3-40ce-895c-3f47710c1d81 object_type = feature identifier_name = default-global-system-config:firewall url = https://10.0.0.49:8082/feature/eeea45e9-bfe3-40ce-895c-3f47710c1d81 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "fq_name": ["default-global-system-config", "firewall"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:45.582 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'firewall'], 'oper': 'UPDATE', 'request-id': 'req-19e5d52a-80c4-4430-81a2-422808617954', 'type': 'feature', 'uuid': 'eeea45e9-bfe3-40ce-895c-3f47710c1d81'} 11/07/2024 02:24:45.682 7fe46ed220f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1a62bd7d-9bf9-4de3-8861-9421862d8b83 object_type = feature identifier_name = default-global-system-config:infra-bms-access url = https://10.0.0.49:8082/feature/1a62bd7d-9bf9-4de3-8861-9421862d8b83 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "fq_name": ["default-global-system-config", "infra-bms-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:45.692 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'infra-bms-access'], 'oper': 'UPDATE', 'request-id': 'req-a2f3e473-313a-45bd-b4e4-a1fb47952340', 'type': 'feature', 'uuid': '1a62bd7d-9bf9-4de3-8861-9421862d8b83'} 11/07/2024 02:24:45.791 7fe46d8f4eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86490f57-fc6b-4c66-8c9e-b8ab56611249 object_type = feature identifier_name = default-global-system-config:pnf-service-chaining url = https://10.0.0.49:8082/feature/86490f57-fc6b-4c66-8c9e-b8ab56611249 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "fq_name": ["default-global-system-config", "pnf-service-chaining"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:45.799 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-service-chaining'], 'oper': 'UPDATE', 'request-id': 'req-69f037f6-16c3-4fed-85ce-48e24d7ee040', 'type': 'feature', 'uuid': '86490f57-fc6b-4c66-8c9e-b8ab56611249'} 11/07/2024 02:24:45.894 7fe46d9f0390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a74dd4b0-ec84-40de-89b8-037c2bad424e object_type = physical_role identifier_name = default-global-system-config:leaf url = https://10.0.0.49:8082/physical-role/a74dd4b0-ec84-40de-89b8-037c2bad424e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "fq_name": ["default-global-system-config", "leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:45.903 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'leaf'], 'oper': 'UPDATE', 'request-id': 'req-2d60975f-db55-4b53-86ec-f34122f73794', 'type': 'physical_role', 'uuid': 'a74dd4b0-ec84-40de-89b8-037c2bad424e'} 11/07/2024 02:24:45.998 7fe46e870048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e848e994-4f62-4c2f-9140-8d66298c2a16 object_type = physical_role identifier_name = default-global-system-config:spine url = https://10.0.0.49:8082/physical-role/e848e994-4f62-4c2f-9140-8d66298c2a16 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "fq_name": ["default-global-system-config", "spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:46.008 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'spine'], 'oper': 'UPDATE', 'request-id': 'req-53a7a80e-be8b-4123-b3eb-39768fa06ef3', 'type': 'physical_role', 'uuid': 'e848e994-4f62-4c2f-9140-8d66298c2a16'} 11/07/2024 02:24:46.029 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:46.102 7fe46dbefb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 165fc8b2-b498-425c-b9ca-c497dfb8ecb8 object_type = physical_role identifier_name = default-global-system-config:superspine url = https://10.0.0.49:8082/physical-role/165fc8b2-b498-425c-b9ca-c497dfb8ecb8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "fq_name": ["default-global-system-config", "superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:46.110 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'superspine'], 'oper': 'UPDATE', 'request-id': 'req-d41fa95a-1018-4531-adde-b434192593c7', 'type': 'physical_role', 'uuid': '165fc8b2-b498-425c-b9ca-c497dfb8ecb8'} 11/07/2024 02:24:46.206 7fe46dbe4048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 object_type = physical_role identifier_name = default-global-system-config:pnf url = https://10.0.0.49:8082/physical-role/50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "fq_name": ["default-global-system-config", "pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:46.214 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf'], 'oper': 'UPDATE', 'request-id': 'req-c4473d12-4ff4-4ff1-9773-264955df8ae1', 'type': 'physical_role', 'uuid': '50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441'} 11/07/2024 02:24:46.310 7fe46df49048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3f7f21d-5131-42c5-902a-2870b9f2a440 object_type = overlay_role identifier_name = default-global-system-config:erb-ucast-gateway url = https://10.0.0.49:8082/overlay-role/d3f7f21d-5131-42c5-902a-2870b9f2a440 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "fq_name": ["default-global-system-config", "erb-ucast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:46.319 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-ucast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-56928eb9-88f0-4eb9-8020-cea0556c82c3', 'type': 'overlay_role', 'uuid': 'd3f7f21d-5131-42c5-902a-2870b9f2a440'} 11/07/2024 02:24:46.418 7fe46da5bd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 63cfa342-76cd-4a56-8157-14c328560d48 object_type = overlay_role identifier_name = default-global-system-config:crb-access url = https://10.0.0.49:8082/overlay-role/63cfa342-76cd-4a56-8157-14c328560d48 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "fq_name": ["default-global-system-config", "crb-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:46.426 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access'], 'oper': 'UPDATE', 'request-id': 'req-96527943-d326-44b5-a29f-defc0879b712', 'type': 'overlay_role', 'uuid': '63cfa342-76cd-4a56-8157-14c328560d48'} 11/07/2024 02:24:46.526 7fe46de68eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:46.535 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-059634db-fbe7-4025-a430-a0937ea52d61', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:24:46.630 7fe46de7d048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22353762-4f58-4a71-b3b7-a794e3f85f0c object_type = overlay_role identifier_name = default-global-system-config:crb-gateway url = https://10.0.0.49:8082/overlay-role/22353762-4f58-4a71-b3b7-a794e3f85f0c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "fq_name": ["default-global-system-config", "crb-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:46.638 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway'], 'oper': 'UPDATE', 'request-id': 'req-4806641f-afce-40f8-81d6-9cf5272b9939', 'type': 'overlay_role', 'uuid': '22353762-4f58-4a71-b3b7-a794e3f85f0c'} 11/07/2024 02:24:46.734 7fe46da8d048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b378a518-ae07-482d-a546-abc7a34ff5ed object_type = overlay_role identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/overlay-role/b378a518-ae07-482d-a546-abc7a34ff5ed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:46.742 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-6822d42a-bb67-4e14-ad7b-49456b1fe192', 'type': 'overlay_role', 'uuid': 'b378a518-ae07-482d-a546-abc7a34ff5ed'} 11/07/2024 02:24:46.838 7fe46de7d2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:46.849 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-957c5ed1-72a1-4428-8717-7afb90e667bf', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:24:46.946 7fe46e870048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc804de-3a25-4176-a505-11fd99f99b89 object_type = overlay_role identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/overlay-role/7fc804de-3a25-4176-a505-11fd99f99b89 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:46.954 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-48ec2eae-ddfe-4dc5-8cbe-95fc669e52de', 'type': 'overlay_role', 'uuid': '7fc804de-3a25-4176-a505-11fd99f99b89'} 11/07/2024 02:24:47.030 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:47.049 7fe46da8d6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f46a292-5727-44c4-b5cc-dbb399d63dc0 object_type = overlay_role identifier_name = default-global-system-config:dci-gateway url = https://10.0.0.49:8082/overlay-role/3f46a292-5727-44c4-b5cc-dbb399d63dc0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "fq_name": ["default-global-system-config", "dci-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:47.057 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway'], 'oper': 'UPDATE', 'request-id': 'req-aedd8684-a453-4c0b-b9f9-7a37b3a81029', 'type': 'overlay_role', 'uuid': '3f46a292-5727-44c4-b5cc-dbb399d63dc0'} 11/07/2024 02:24:47.159 7fe470c28eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c288d8d5-0400-434c-9648-973298c28dd2 object_type = overlay_role identifier_name = default-global-system-config:ar-client url = https://10.0.0.49:8082/overlay-role/c288d8d5-0400-434c-9648-973298c28dd2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "fq_name": ["default-global-system-config", "ar-client"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:47.167 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client'], 'oper': 'UPDATE', 'request-id': 'req-8c921d40-cadd-4fa7-9583-fdf4dcb85ab0', 'type': 'overlay_role', 'uuid': 'c288d8d5-0400-434c-9648-973298c28dd2'} 11/07/2024 02:24:47.262 7fe46ed10780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6aae65f-b0d6-44b6-b1f5-b2adbff6debe object_type = overlay_role identifier_name = default-global-system-config:ar-replicator url = https://10.0.0.49:8082/overlay-role/c6aae65f-b0d6-44b6-b1f5-b2adbff6debe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "fq_name": ["default-global-system-config", "ar-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:47.270 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator'], 'oper': 'UPDATE', 'request-id': 'req-fe4eaf15-4dea-44e2-bacc-9747a823150a', 'type': 'overlay_role', 'uuid': 'c6aae65f-b0d6-44b6-b1f5-b2adbff6debe'} 11/07/2024 02:24:47.366 7fe46ef158d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c24f6c68-2b22-4d05-9215-bd5f4e97144e object_type = overlay_role identifier_name = default-global-system-config:route-reflector url = https://10.0.0.49:8082/overlay-role/c24f6c68-2b22-4d05-9215-bd5f4e97144e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "fq_name": ["default-global-system-config", "route-reflector"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:47.376 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'route-reflector'], 'oper': 'UPDATE', 'request-id': 'req-fa36c1a0-aa76-4889-81f6-c6841ed57af7', 'type': 'overlay_role', 'uuid': 'c24f6c68-2b22-4d05-9215-bd5f4e97144e'} 11/07/2024 02:24:47.475 7fe46e01e630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d04e3467-16c7-4d34-8a16-54db9f2dbd6d object_type = overlay_role identifier_name = default-global-system-config:lean url = https://10.0.0.49:8082/overlay-role/d04e3467-16c7-4d34-8a16-54db9f2dbd6d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "fq_name": ["default-global-system-config", "lean"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:47.484 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean'], 'oper': 'UPDATE', 'request-id': 'req-41317ce2-1eae-43b6-a0db-25421bd2d933', 'type': 'overlay_role', 'uuid': 'd04e3467-16c7-4d34-8a16-54db9f2dbd6d'} 11/07/2024 02:24:47.584 7fe4714d9780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7c98b4ba-9792-4adc-bbe5-814de08ee193 object_type = overlay_role identifier_name = default-global-system-config:pnf-servicechain url = https://10.0.0.49:8082/overlay-role/7c98b4ba-9792-4adc-bbe5-814de08ee193 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "fq_name": ["default-global-system-config", "pnf-servicechain"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:47.593 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain'], 'oper': 'UPDATE', 'request-id': 'req-c273e63a-0040-4612-b4ca-b4243cf38dc3', 'type': 'overlay_role', 'uuid': '7c98b4ba-9792-4adc-bbe5-814de08ee193'} 11/07/2024 02:24:47.691 7fe46e035240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/role-definition/7fc7bdca-a972-42e0-b02b-f14221ab24ff operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "fq_name": ["default-global-system-config", "erb-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:47.698 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-93c80d34-c896-4242-8c04-b418990738af', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:24:47.798 7fe46dbe44e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/role-definition/6d675ed2-da72-4f70-b970-60c581a40246 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "fq_name": ["default-global-system-config", "crb-access-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:47.808 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f6c394ee-df81-4dea-bca8-146013bd7df5', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:24:47.907 7fe46ded94e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/role-definition/12313f49-601a-4c77-a56c-14c5faa0a0f7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "fq_name": ["default-global-system-config", "crb-access-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:47.917 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-b0d7a4ba-630a-4557-ae9a-cfa9966dca25', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:24:48.011 7fe46de502e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/role-definition/3e74d541-ffa4-4b60-a80c-f7d30e81267e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "fq_name": ["default-global-system-config", "crb-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:48.019 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-303ff837-6eb3-435a-ae98-a3f1a6396213', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:24:48.031 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:48.118 7fe46de7d8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/role-definition/8713bf0b-c920-4bfc-b102-24ff9e8a9a56 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "fq_name": ["default-global-system-config", "crb-mcast-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:48.125 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-4c1f1771-436d-430b-8628-efad02f03256', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:24:48.226 7fe46de60978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/role-definition/3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:48.235 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-a27f7fd9-72ad-4aaf-bf94-85dced6cdb5b', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:24:48.331 7fe46dbe4630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/role-definition/9ed12178-e668-406f-ae82-6504f36818d2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "fq_name": ["default-global-system-config", "dc-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:48.338 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-d6b5cd15-ff5e-406a-aa32-08d2a6e4a39a', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:24:48.434 7fe46de7d198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/role-definition/cf632c77-302b-45f8-8a3b-d2c6bdc298dd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "fq_name": ["default-global-system-config", "dci-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:48.442 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-6c0721da-2582-4be0-abf0-1c5a163827b1', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:24:48.538 7fe46db9d2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/role-definition/a17e9751-f0f6-45fd-b3cd-99d3deac46c3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "fq_name": ["default-global-system-config", "crb-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:48.547 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-975d7294-2550-4d3e-aa4f-9fb9ac489966', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:24:48.647 7fe46dad8198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/role-definition/2c3ab7f0-4324-4cf5-8453-7f3e989086e1 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "fq_name": ["default-global-system-config", "crb-mcast-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:48.655 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c2489602-398b-4a77-9cf4-65ac35e7f0b2', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:24:48.751 7fe46daf6e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/role-definition/89eb9636-66e1-4865-b82c-0b460ab6c686 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "fq_name": ["default-global-system-config", "dc-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:48.760 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-493b92df-6e4d-4fe6-98ce-fd5d0b07ae57', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:24:48.858 7fe46dea3048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/role-definition/8daef5e4-651d-4fd2-adcc-93dc9b88931e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "fq_name": ["default-global-system-config", "dci-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:48.867 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e62f403e-aef2-4a30-814b-be217c338ac1', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:24:48.966 7fe46d8dea20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/role-definition/53bde039-5adb-4b1a-9c0f-03b8c73e978b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "fq_name": ["default-global-system-config", "ar-client-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:48.973 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f1bec0a9-0c01-46a2-863a-ac30c291d6ce', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:24:49.033 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:49.075 7fe46d8f4d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/role-definition/fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "fq_name": ["default-global-system-config", "ar-client-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:49.083 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-5e6be456-2f14-4fce-b354-ae64013bc8f5', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:24:49.178 7fe46dbf0240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/role-definition/b3a5a11a-9058-47cc-bbca-b92e18e00063 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "fq_name": ["default-global-system-config", "ar-replicator-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:49.188 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e04b770b-2afb-428c-bcc8-eb62ef44bf34', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:24:49.291 7fe46e0034e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/role-definition/700f730d-b72d-4b6a-914f-f46880b46dbf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "fq_name": ["default-global-system-config", "ar-replicator-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:49.300 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-65032f0a-a5fb-4b07-999f-a739c179b75c', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:24:49.399 7fe46dea9048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/role-definition/a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "fq_name": ["default-global-system-config", "rr-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:49.407 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-a7065547-1435-4e20-a33f-628dc06db45d', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:24:49.508 7fe46ddb3588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/role-definition/337a1ec4-253f-4efd-8e31-d650bdfab64e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "fq_name": ["default-global-system-config", "rr-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:49.518 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-a48cf6da-1589-404f-8a21-0a9e748cf15a', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:24:49.615 7fe46df3b8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/role-definition/05c8ab04-e527-47bf-bd06-cfc7e4f72383 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "fq_name": ["default-global-system-config", "rr-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:49.625 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e5ad5aad-ae61-487f-b6bb-a66a5b011dd6', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:24:49.722 7fe46da3d240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/role-definition/c3369dc6-8fd8-476e-920f-39bfe42b1a18 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "fq_name": ["default-global-system-config", "lean-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:49.731 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-0adb0957-5485-44f7-83a1-5730969d567a', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:24:49.832 7fe46dae6240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/role-definition/887c905f-12cf-4707-abe5-25641ff7994a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "fq_name": ["default-global-system-config", "lean-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:49.841 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-8a4dc602-ac20-4659-ab5f-2e3235e78e6c', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:24:49.942 7fe46df35438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/role-definition/eae130b1-c96e-47dc-a63a-0b04d4515815 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "fq_name": ["default-global-system-config", "pnf-servicechain-pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:49.951 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-e1a5c36f-767e-45ec-9b7b-09303eeecf9a', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:24:50.034 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:50.046 7fe46de68630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/role-definition/c0916b85-cd5b-435c-a8c9-02a9a6f51769 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "fq_name": ["default-global-system-config", "pnf-servicechain-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:50.055 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-33b08cef-1c72-4990-b80a-0b32030b0693', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:24:50.155 7fe46df3b8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/role-definition/0fab1b56-dc54-446c-9c4a-a2017c20792f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "fq_name": ["default-global-system-config", "pnf-servicechain-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:50.164 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-aaf13910-c22a-4b50-a98d-8117ba5220e7', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:24:50.263 7fe46e01ac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 71100362-52d5-49e1-a5ec-dc34d5fd4103 object_type = feature_config identifier_name = default-global-system-config:erb-leaf:l3-gateway url = https://10.0.0.49:8082/feature-config/71100362-52d5-49e1-a5ec-dc34d5fd4103 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "71100362-52d5-49e1-a5ec-dc34d5fd4103", "fq_name": ["default-global-system-config", "erb-leaf", "l3-gateway"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "use_gateway_ip", "value": "True"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:50.272 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-5d3891c2-e52b-4ed5-9a71-e350ece3c08b', 'type': 'feature_config', 'uuid': '71100362-52d5-49e1-a5ec-dc34d5fd4103'} 11/07/2024 02:24:50.370 7fe46df3b438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 998f5f5b-dac6-428e-afc9-e111ce9c84e2 object_type = feature_config identifier_name = default-global-system-config:ar-client-spine:assisted-replicator url = https://10.0.0.49:8082/feature-config/998f5f5b-dac6-428e-afc9-e111ce9c84e2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "998f5f5b-dac6-428e-afc9-e111ce9c84e2", "fq_name": ["default-global-system-config", "ar-client-spine", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:50.377 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-e03cb7af-12fd-4962-8100-837b098fdb46', 'type': 'feature_config', 'uuid': '998f5f5b-dac6-428e-afc9-e111ce9c84e2'} 11/07/2024 02:24:50.475 7fe46da8dac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0867534b-2dea-408b-9d48-f35498eb53fa object_type = feature_config identifier_name = default-global-system-config:ar-client-leaf:assisted-replicator url = https://10.0.0.49:8082/feature-config/0867534b-2dea-408b-9d48-f35498eb53fa operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "0867534b-2dea-408b-9d48-f35498eb53fa", "fq_name": ["default-global-system-config", "ar-client-leaf", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:50.484 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-b823252c-9c55-4e28-ac5d-efddf71b5b46', 'type': 'feature_config', 'uuid': '0867534b-2dea-408b-9d48-f35498eb53fa'} 11/07/2024 02:24:50.582 7fe46ddce588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/node-profile/edd9d036-a7db-418b-9e5f-80c0fc6adf9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:50.591 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-7a3204ad-557e-48e9-b15c-de88cb5e52cd', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:24:50.687 7fe46ddcea20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/node-profile/dda2834b-74c3-40b2-ae88-30651406dace operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "fq_name": ["default-global-system-config", "juniper-qfx5k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:50.695 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-9d927b19-de89-4cc8-b2cf-1309bd61cda5', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:24:50.794 7fe46da3d978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/node-profile/134314c5-c9a5-480a-8822-b05c25e74d1b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["Route-Reflector", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector", "AR-Client", "AR-Replicator"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:50.803 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-32ec05ec-1b36-48cc-b0c3-e0801fe4eb8e', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:24:50.904 7fe46def2780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/node-profile/5c345570-baa6-4cca-aadb-a909315de17a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "fq_name": ["default-global-system-config", "juniper-qfx5120"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector", "AR-Client", "ERB-UCAST-Gateway", "CRB-Gateway", "PNF-Servicechain"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "Route-Reflector", "PNF-Servicechain", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:50.912 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-b13d4765-693b-4742-86bf-9be5a085824d', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:24:51.013 7fe46df18cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/node-profile/4b759c70-b6f4-41cc-9597-4b44bc8e1cbb operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "fq_name": ["default-global-system-config", "juniper-qfx5220"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:51.022 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-295a60ca-2c60-48c6-a5c6-71b471de82ef', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:24:51.035 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:51.122 7fe46dc9b438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/node-profile/f5d47ce2-0539-4c22-a861-529351f95857 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "fq_name": ["default-global-system-config", "juniper-qfx10k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:51.132 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-4743cd70-53c7-49e3-b852-9b12a9915082', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:24:51.233 7fe46d9f0630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/node-profile/fe87400f-2ffc-41ed-88dc-afd60e9b609b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "fq_name": ["default-global-system-config", "juniper-mx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:51.244 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-b85cb2dc-3a36-4842-8b92-a7c6dfa260c3', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:24:51.345 7fe46de73e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/node-profile/096a2735-e7c1-4b17-a7a3-a7bb6faa62af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "fq_name": ["default-global-system-config", "juniper-srx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": false, "node_profile_roles": {"role_mappings": [{"physical_role": "pnf", "rb_roles": ["PNF-Servicechain"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:51.354 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-a9bfd6e4-23e8-4fdc-8faf-ae531d061099', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:24:51.451 7fe46dfe68d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = abf711ba-5e89-49e5-abbb-67e23053d2e9 object_type = node_profile identifier_name = default-global-system-config:device-functional-group url = https://10.0.0.49:8082/node-profile/abf711ba-5e89-49e5-abbb-67e23053d2e9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "abf711ba-5e89-49e5-abbb-67e23053d2e9", "fq_name": ["default-global-system-config", "device-functional-group"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "ERB-UCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:51.461 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device-functional-group'], 'oper': 'UPDATE', 'request-id': 'req-8f1199b7-129b-48dc-92d6-b7c6c1143013', 'type': 'node_profile', 'uuid': 'abf711ba-5e89-49e5-abbb-67e23053d2e9'} 11/07/2024 02:24:52.036 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:52.927 7fe46d90aac8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:24:52.927 7fe46d90aac8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:24:53.001 7fe46de73eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b46dc25a-d8d5-4fb8-92c9-000b4a174622 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k-lean:basic url = https://10.0.0.49:8082/role-config/b46dc25a-d8d5-4fb8-92c9-000b4a174622 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "b46dc25a-d8d5-4fb8-92c9-000b4a174622", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:53.032 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-36634114-5561-4fe3-a7fd-d8d85791d1bc', 'type': 'role_config', 'uuid': 'b46dc25a-d8d5-4fb8-92c9-000b4a174622'} 11/07/2024 02:24:53.042 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:53.164 7fe46d90aac8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:24:53.165 7fe46d90aac8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:24:53.230 7fe46de73438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3bba2573-3fa7-4605-be62-08129fd192f3 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k:basic url = https://10.0.0.49:8082/role-config/3bba2573-3fa7-4605-be62-08129fd192f3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "3bba2573-3fa7-4605-be62-08129fd192f3", "fq_name": ["default-global-system-config", "juniper-qfx5k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:53.283 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-41595495-361f-45c9-8371-304ea9363ef9', 'type': 'role_config', 'uuid': '3bba2573-3fa7-4605-be62-08129fd192f3'} 11/07/2024 02:24:53.365 7fe46d90aac8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:24:53.366 7fe46d90aac8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:24:53.460 7fe46d8d6048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ca9bfca3-df36-4b18-8818-e83e82bdbcf0 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5120:basic url = https://10.0.0.49:8082/role-config/ca9bfca3-df36-4b18-8818-e83e82bdbcf0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "ca9bfca3-df36-4b18-8818-e83e82bdbcf0", "fq_name": ["default-global-system-config", "juniper-qfx5120", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:53.552 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-62baf815-1c3d-4be9-b45a-52fa3d80a861', 'type': 'role_config', 'uuid': 'ca9bfca3-df36-4b18-8818-e83e82bdbcf0'} 11/07/2024 02:24:53.730 7fe46d90aac8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:24:53.730 7fe46d90aac8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:24:53.853 7fe46df3b978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9075c3e4-8eaf-49c6-a27e-c08153b72693 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5220:basic url = https://10.0.0.49:8082/role-config/9075c3e4-8eaf-49c6-a27e-c08153b72693 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "9075c3e4-8eaf-49c6-a27e-c08153b72693", "fq_name": ["default-global-system-config", "juniper-qfx5220", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:53.931 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-f54b9a1e-983f-4e07-ac1e-e38f578faf5b', 'type': 'role_config', 'uuid': '9075c3e4-8eaf-49c6-a27e-c08153b72693'} 11/07/2024 02:24:54.015 7fe46d90aac8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:24:54.015 7fe46d90aac8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:24:54.045 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:54.081 7fe46df46390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 00197742-a3bb-478e-a360-a359ebe4dbfe object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k-lean:basic url = https://10.0.0.49:8082/role-config/00197742-a3bb-478e-a360-a359ebe4dbfe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "00197742-a3bb-478e-a360-a359ebe4dbfe", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:54.136 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-e0ce6a0b-efe6-45f2-bd51-997e85734c81', 'type': 'role_config', 'uuid': '00197742-a3bb-478e-a360-a359ebe4dbfe'} 11/07/2024 02:24:54.249 7fe46d90aac8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:24:54.250 7fe46d90aac8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:24:54.303 7fe46e0034e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0d823831-a334-484f-8088-9128f0681d36 object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k:basic url = https://10.0.0.49:8082/role-config/0d823831-a334-484f-8088-9128f0681d36 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "0d823831-a334-484f-8088-9128f0681d36", "fq_name": ["default-global-system-config", "juniper-qfx10k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:54.314 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-5a2e12b9-60eb-453d-b928-5e9759c03ef7', 'type': 'role_config', 'uuid': '0d823831-a334-484f-8088-9128f0681d36'} 11/07/2024 02:24:54.443 7fe46d90aac8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:24:54.443 7fe46d90aac8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:24:54.495 7fe46df3bcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d object_type = role_config identifier_name = default-global-system-config:juniper-mx:basic url = https://10.0.0.49:8082/role-config/2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d", "fq_name": ["default-global-system-config", "juniper-mx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:54.511 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-56f90571-1e36-4307-b166-0fb8ca8e58d1', 'type': 'role_config', 'uuid': '2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d'} 11/07/2024 02:24:54.612 7fe46d90aac8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:24:54.612 7fe46d90aac8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:24:54.666 7fe46decee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6b3d4a3-1a6f-4687-a0bd-5077da20deba object_type = role_config identifier_name = default-global-system-config:juniper-srx:basic url = https://10.0.0.49:8082/role-config/c6b3d4a3-1a6f-4687-a0bd-5077da20deba operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "c6b3d4a3-1a6f-4687-a0bd-5077da20deba", "fq_name": ["default-global-system-config", "juniper-srx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:54.692 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-43d2d46b-38be-44f5-8e63-8e2dc19554cd', 'type': 'role_config', 'uuid': 'c6b3d4a3-1a6f-4687-a0bd-5077da20deba'} 11/07/2024 02:24:54.897 7fe46df18ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:55.008 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-70d4eb0d-bc68-4ae7-9f3c-e43627702f80', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:24:55.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:55.190 7fe46da8db70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:55.252 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9f25c05e-4a88-4f8a-9b1f-6c2a2d0cd7ee', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:24:55.445 7fe46da8db70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:55.476 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ba62a463-c5bd-47c2-ac1b-9c33fa4d1641', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:24:55.681 7fe46dbb1eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:55.780 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-445a36c3-319b-4be8-b581-124cb3437036', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:24:55.935 7fe46df270f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:56.032 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-04f987a2-c3c3-4e06-a1d3-87bddb7ff5fd', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:24:56.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:56.243 7fe46de58048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:56.335 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-59d2cbc2-16d8-4c1b-b2e0-4c435b399a77', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:24:56.499 7fe46df14978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:56.524 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c1281c71-1241-40fd-abf8-33ee7114f2de', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:24:56.692 7fe46df68048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:56.715 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-747409d4-2a4f-4808-98c8-7da4d2d8396c', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:24:56.878 7fe46ecf78d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:56.892 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-aca6a0f1-eec3-41ff-87d7-04c9cf739c38', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:24:57.072 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:57.083 7fe46defe630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:57.108 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-793a28ab-63e8-4e20-9d03-19d8e314e08e', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:24:57.265 7fe46df27438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:57.279 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d7ee487c-431e-4779-9872-e2f47737e4e7', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:24:57.430 7fe46dbb3390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:57.497 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-387ea87f-237c-464b-b2dc-244d737a8489', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:24:57.712 7fe46da36b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:57.743 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b5866c32-dab1-4ca0-a1ad-cceecaf72092', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:24:57.941 7fe46ddd0438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:57.963 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6c425da6-6032-4272-9a09-e9c6187d35e5', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:24:58.075 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:58.163 7fe46ddcb0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:58.192 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0c8fcfda-f0e7-42d6-9c4b-ce759775089a', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:24:58.398 7fe46dd3ef60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:58.417 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f3e71fde-832f-4bdb-9954-7145cc0566bc', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:24:58.567 7fe46df29630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:58.577 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-73818ef1-2a02-4617-bd98-d12447d5a995', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:24:58.730 7fe46defe0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:58.781 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0bcb00b4-92e6-4be2-8fd2-b64395be714e', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:24:58.916 7fe46df18780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:58.925 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-7571653e-e2ed-481b-99bd-769373f0e4f8', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:24:59.077 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:24:59.081 7fe46defe780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:59.089 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-08d64de9-6d02-45b4-9221-6b41770e695e', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:24:59.263 7fe46de43240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:59.280 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-739bb035-1c8c-45ed-a1e6-e01f0a9b1aa7', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:24:59.426 7fe46d9d1eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:59.450 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-ec65ccb9-2dc2-4632-9ba2-aef04f6178a5', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:24:59.609 7fe46ddcb198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:59.637 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-88f6d0bb-38a9-4937-8a27-04c48e7049e5', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:24:59.798 7fe46dfeceb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:59.808 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-e84b0996-4657-4dd8-b0db-8ae258e39d5e', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:24:59.960 7fe46d925f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:24:59.995 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-4c39b59a-83c4-4dbc-96d1-390f8312e3c5', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:25:00.078 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:00.128 7fe46dac2048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:00.142 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-5c683c46-644c-4e50-b4f2-45e98cf45ad9', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:25:00.291 7fe46d9dc198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:00.307 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-3b723fe2-2f64-4ee0-91ab-c04762a3926d', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:25:00.469 7fe46d925cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:00.479 7fe46d925cc0 [contrail-api] [DEBUG]: send sync_uve in the [none:ConfigApiWorkerTrace] map 11/07/2024 02:25:00.489 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-96b768fd-87b2-4286-855f-968a764ebc8f', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:25:00.539 7fe46dd3e048 [contrail-api] [DEBUG]: send sync_uve in the [ObjectConfigNode:NodeStatusUVE] map 11/07/2024 02:25:00.653 7fe46df46ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:00.686 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-475acb0c-d0b7-41d4-b587-ce524b2cefd6', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:25:00.842 7fe46ddf7cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:00.875 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-2fa01c16-94ca-4920-a0a9-4456c0d4841d', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:25:01.023 7fe46dac4390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:01.036 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-5facd065-5c93-43ae-b52f-cc9b50e44b89', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:25:01.080 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:01.203 7fe46dbf0978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:01.225 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-6f506c23-edb2-4766-8e22-a2437584462e', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:25:01.375 7fe46ddf7828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:01.417 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-62ed1182-6053-4047-9b5c-313cdb30d420', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:25:01.558 7fe46df35630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:01.585 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-d0adc2b1-e74b-4dcb-99f7-0448e0f5cd7f', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:25:01.738 7fe46ddcb630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:01.762 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-147fa138-a548-4175-a033-2a9bb9c3240a', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:25:01.897 7fe46d9f0048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:01.954 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d764566e-e79b-4ce3-8af0-7f28225a704d', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:25:02.082 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:02.110 7fe46dae6d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:02.134 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1edd33b3-7a54-4fa7-85e0-b61d22eb18b2', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:25:02.269 7fe46dd3ee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:02.278 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ece8de7f-908d-45cd-998f-93b7498331a1', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:25:02.435 7fe46d8d6d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:02.444 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a5ac7f46-ec65-45bf-955a-911267ebd70f', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:25:02.599 7fe46ddcb0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:02.614 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5c349786-dd3f-4151-8886-167819ff9002', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:25:02.762 7fe46dae6630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:02.769 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ab31e4b8-424f-43c7-8ea6-ee5c51cb9ed9', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:25:02.922 7fe46de53c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:02.936 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-511e4c95-f546-4098-b3c1-6c0082eddc25', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:25:03.090 7fe46df35d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:03.105 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:03.113 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-61ca32b4-8733-4a36-8d40-f6b940d3778f', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:25:03.275 7fe46dbf0b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:03.286 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-43f218d2-7475-4b97-a4f5-b14bb769bec6', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:25:03.439 7fe46d922438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:03.462 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-04d222b1-dd9d-4eaa-8a67-63ef95a8d764', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:25:03.607 7fe46dbf0240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:03.618 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-b3bc0ce9-0632-46c2-928d-a89092007c77', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:25:03.775 7fe46d8e7ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:03.786 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-8721be9d-32c1-4720-84a8-688580f519c1', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:25:03.932 7fe46df350f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "overlay-role", "ref-uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "ref-fq-name": ["default-global-system-config", "crb-mcast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:03.957 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-0a317b1a-8309-4a7d-817f-7ab07e3865d3', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:25:04.113 7fe46da3d4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:04.120 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:04.131 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e802bab0-c494-4939-bf7d-36f7b5664aa0', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:25:04.278 7fe46da8d4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:04.290 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c3fac51a-f772-4270-8fa3-69902d09ac52', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:25:04.438 7fe46df22198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:04.463 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5c47888f-6942-4b22-a033-171a554fcb94', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:25:04.603 7fe46d8e76d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:04.618 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-bd3971e0-510e-4e16-a312-261a6cd4237c', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:25:04.772 7fe46d8d66d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:04.786 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c505c9a0-f3ab-4c52-9453-3745de43f59d', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:25:04.932 7fe46df66048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:04.940 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c453079d-b3b3-48cc-8bbe-314c3f8d920d', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:25:05.094 7fe46d8d6cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "overlay-role", "ref-uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "ref-fq-name": ["default-global-system-config", "crb-mcast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:05.105 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d088a15a-a0ea-436b-bfcd-35213bba14a4', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:25:05.121 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:05.246 7fe46d8e76d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:05.259 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4cc2611a-cb6f-46fe-8f17-f87516d39653', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:25:05.415 7fe46d8e7240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:05.433 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-6f6435ba-b0f0-44e4-8ba8-74e350f2de4a', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:25:05.569 7fe46dae6cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:05.582 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-0642ebbc-c597-4bb0-9d99-196f038caff1', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:25:05.727 7fe46dac48d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:05.737 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-8a71e413-47e8-4fd0-b295-a2ece905eefb', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:25:05.888 7fe46d8d6588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:05.906 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-57cdf971-e844-4dab-9a32-449e46830fc5', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:25:06.049 7fe46dac4588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:06.063 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-605d78af-1392-4e74-8031-cc2490f7b4af', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:25:06.122 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:06.211 7fe46de16f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:06.219 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-d477420b-4a68-485d-a696-707b8544331e', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:25:06.368 7fe46dae68d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:06.383 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-f75f5d22-1344-49ad-ad44-910e51dbe626', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:25:06.532 7fe46db1df60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "overlay-role", "ref-uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:06.555 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-bbc10549-1930-4814-848f-f3724fbf2474', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:25:06.691 7fe46dae6f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:06.708 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-81ced388-9be2-489c-b720-87b2992eef18', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:25:06.858 7fe46de34e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "physical-role", "ref-uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "ref-fq-name": ["default-global-system-config", "superspine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:06.870 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-f3c4dc47-2f7a-48ef-9534-957ca3cd4bbf', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:25:07.018 7fe46de30ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "overlay-role", "ref-uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "ref-fq-name": ["default-global-system-config", "lean"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:07.027 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-5cdcd891-2d4a-4532-9d93-a8dbef7c15af', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:25:07.123 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:07.183 7fe46deceeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:07.193 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-89978159-6f42-4bac-ac33-3e7f44c32b04', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:25:07.343 7fe46d913b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:07.352 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-983b795c-874e-4c9b-a858-4524733ab431', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:25:07.499 7fe46dae64e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:07.509 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-0d2e822c-9f3e-4dc4-8ac0-8f881f27d0e7', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:25:07.655 7fe46de30b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "overlay-role", "ref-uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "ref-fq-name": ["default-global-system-config", "lean"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:07.672 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-da744112-b835-46c5-a558-39a06a7bda6d', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:25:07.820 7fe46e01ac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:07.833 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-0131235c-5568-4dbf-aebe-5c122d1f37e3', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:25:07.981 7fe46ddcb390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:08.010 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-a679dad5-7d56-4251-8b6b-e82bd72ba4ef', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:25:08.125 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:08.143 7fe46de684e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:08.155 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b92d8f6e-1b8d-455e-891c-57dcb2e7054f', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:25:08.314 7fe46df186d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:08.328 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-032909d9-2f8a-4f3a-8e19-268548bd143d', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:25:08.470 7fe46de68978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:08.478 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5aa9889b-c7e3-4455-8b2b-e8f9cbf0884a', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:25:08.633 7fe46dfec630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:08.648 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-21ec7399-4f52-484b-9fa7-ffe1ab3dd496', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:25:08.795 7fe46dac2978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:08.806 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9f51670f-c379-47d9-b30c-8a64e4a8d4f0', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:25:08.955 7fe46d9d1390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:08.966 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ccc4daff-349b-480e-b41c-d0372f08af8c', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:25:09.123 7fe46df180f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:09.126 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:09.132 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f50852b0-8716-4cc2-be2f-e427d33517a3', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:25:09.287 7fe46df148d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "overlay-role", "ref-uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:09.300 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-34efd931-e344-4432-a0e1-982e71fea61b', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:25:09.444 7fe46df62240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:09.461 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-639a1180-9033-4b3f-8357-f674b2c982bc', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:25:09.608 7fe46de854e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:09.623 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-772689f9-8a29-413e-9861-f8147fd56933', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:25:09.783 7fe46da3d240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:09.796 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-13074041-053f-414e-86f6-8cbf30d8ef27', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:25:09.943 7fe46dac2630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:09.955 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-3e986bd5-e836-4324-88c5-6bbe1e67d356', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:25:10.107 7fe46dbd1240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:10.123 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-7d4051d7-811e-4a16-9d5c-afe3a3a607df', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:25:10.127 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:10.271 7fe46d925828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:10.282 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-7c6a0ff6-1551-43a3-9d4b-de470f1a948f', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:25:10.431 7fe46dea2198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:10.443 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-c81207b4-cbbe-44bb-a978-48ccc69255c8', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:25:10.593 7fe46d9b1588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:10.608 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-2c1d02ba-6e60-4fab-9e51-cc59d59dae4c', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:25:10.766 7fe46da8dcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "overlay-role", "ref-uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "ref-fq-name": ["default-global-system-config", "dci-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:10.775 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-99119d78-f19f-431a-b2ae-9d0f2a55a98d', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:25:10.933 7fe46df22eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:10.955 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-831cfce6-8203-4135-8c83-54484b9f3ac0', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:25:11.096 7fe46df6a630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:11.116 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7f7c477e-4651-46ae-b435-fa6678f40189', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:25:11.259 7fe46d913390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:11.270 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4c5c498b-65c8-46a1-b961-37deb3413fee', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:25:11.412 7fe46d9b1780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:11.429 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-eaf2dd55-824d-4783-93bd-3dc457292653', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:25:11.578 7fe46dece4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:11.589 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-91b5da31-f310-4797-b86f-ad39850bf68c', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:25:11.734 7fe46df6aeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:11.747 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8456fdb4-528f-413a-b910-c6db1e08da8a', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:25:11.893 7fe46df62b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:11.908 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-908e9457-9ed4-469c-a713-06e54185684b', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:25:12.033 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:12.057 7fe46decee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:12.078 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8268226e-4b92-435d-8850-313f9c899b49', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:25:12.211 7fe46dd3e6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "overlay-role", "ref-uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "ref-fq-name": ["default-global-system-config", "dci-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:12.225 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2181bd08-8a1a-4182-963b-ef56a55d61a1', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:25:12.375 7fe46deae8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:12.390 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-740400dc-0d12-4818-a90d-8cd68db91620', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:25:12.531 7fe46dd3e0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:12.544 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-588b55d1-ecfa-4e69-bfba-816b4e8433eb', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:25:12.699 7fe46df35828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:12.714 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b36a1776-78ce-48df-9868-0cb7a01b78da', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:25:12.850 7fe46d9f0ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:12.864 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3c2c400c-7ca0-491f-92b1-062e0ecece51', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:25:13.009 7fe46de50e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:13.017 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5204b839-cb7c-4a84-970c-9a83ae0e079d', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:25:13.034 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:13.168 7fe46d9f0198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:13.176 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-21a7aaab-6d23-4f23-8300-328dd16293d2', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:25:13.323 7fe46db392e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:13.331 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-d295919e-a7f2-4fc6-b4ea-e97e99985d96', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:25:13.499 7fe46ddd04e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:13.507 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-3841812c-121c-41d7-ae9f-98b2b470b9ac', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:25:13.655 7fe46df64b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:13.663 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ccb6e900-1d7e-4ee1-b0c2-630b3fb12eaa', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:25:13.815 7fe46ddf7438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:13.823 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-52341e73-7f9e-4f7d-87e5-1862c136e40b', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:25:13.974 7fe46df64d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:13.981 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-3dcf27bf-f63e-487d-a6eb-8f59ec1b9906', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:25:14.035 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:14.139 7fe46ddd0cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:14.146 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-10ca418c-ece6-472e-a12b-3bf34ee416ca', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:25:14.293 7fe46ef0d0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:14.300 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d83b684d-a2a1-4f58-9782-81445051a089', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:25:14.455 7fe46deaeeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "overlay-role", "ref-uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "ref-fq-name": ["default-global-system-config", "ar-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:14.467 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a4e50b5f-57d5-43fe-b9f3-321125c293bb', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:25:14.623 7fe46db138d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:14.631 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-92a4b787-5369-4d58-848a-ea2dcb038d38', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:25:14.783 7fe46deae828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "overlay-role", "ref-uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "ref-fq-name": ["default-global-system-config", "ar-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:14.789 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-50c7b33e-8bf7-4f63-b28c-e65cbd488a7d', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:25:14.939 7fe46ddd0978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:14.947 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a5e1da57-c21a-4030-b76c-596d94523c9b', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:25:15.037 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:15.098 7fe46d8d6630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "overlay-role", "ref-uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "ref-fq-name": ["default-global-system-config", "ar-client"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:15.106 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-68feb667-a42b-403a-b405-030ab6bef56f', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:25:15.254 7fe46deceb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:15.261 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-22723e86-bbbd-4e67-ad2d-c9631711a4d6', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:25:15.419 7fe46dbb30f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:15.426 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-2312f80b-de11-45de-a2fc-618df268b34a', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:25:15.574 7fe46df64828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "physical-role", "ref-uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "ref-fq-name": ["default-global-system-config", "superspine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:15.582 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-f4cbcb3c-6c59-45f8-b32c-1ef283c2cc17', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:25:15.732 7fe46df682e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:15.740 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-198ee523-b1c4-440e-90b6-3169758055ad', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:25:15.886 7fe46de854e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "overlay-role", "ref-uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "ref-fq-name": ["default-global-system-config", "ar-client"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:15.893 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-21869244-4318-450e-bad8-ff6213c3ae56', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:25:16.039 7fe46df64f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:16.040 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:16.045 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-7e9997f4-30ec-43c1-a132-2c3269095694', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:25:16.195 7fe46e01d0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:16.202 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-517fc99c-ca8e-426b-8789-0bba7a36b58d', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:25:16.346 7fe46dc9bac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:16.356 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-8dce426c-f6dd-4bce-b2c9-642ce62808ff', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:25:16.506 7fe46df27828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:16.513 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-088c687d-af2a-4550-b98f-819108b216ff', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:25:16.662 7fe46defee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:16.669 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-e1e24955-5444-445e-a8d8-99143ee0bfb6', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:25:16.818 7fe46dece198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:16.826 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-933590d1-84ea-4357-9cf7-853b8f7fc501', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:25:16.971 7fe46d8e7390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:16.978 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-29ef0455-9f81-424b-974f-449ffa776478', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:25:17.040 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:17.131 7fe46dece198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:17.137 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-934a446c-a4ef-49c7-8e5a-af0cdce905bb', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:25:17.286 7fe46d8e7f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:17.293 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-3998e13b-89a2-4dc9-8f8e-5e83310fea4e', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:25:17.438 7fe46ddcb2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:17.446 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f8c25b03-cf7a-45a0-ba5b-dad7134b14f9', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:25:17.594 7fe46de34588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:17.602 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-45db528b-7fb5-4997-b7a6-08d3c555e678', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:25:17.746 7fe46dac2ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:17.755 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7007d0a3-3013-400b-9797-9ed946053c94', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:25:17.904 7fe46de342e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:17.911 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6642ad13-33dc-4c56-af3d-523de79f6ce2', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:25:18.042 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:18.059 7fe46db1d0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:18.066 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0e3dfe0f-069d-4f57-920e-ece7e4ac10d1', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:25:18.222 7fe46ded94e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:18.230 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-67a2bbe0-e271-4b61-999e-85155d984a9e', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:25:18.382 7fe46e035240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:18.414 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-78e9cc33-5379-461e-92f3-a0d9731c0f61', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:25:18.564 7fe46dbb3390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:18.578 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-5b645901-9420-4b00-8e14-f4d983b66da4', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:25:18.725 7fe46de348d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:18.734 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-686e0845-b745-4d5e-afaa-379dea05cb09', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:25:18.886 7fe46dec74e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:18.894 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-94e3a4b3-875f-4cf7-86ed-d6bf34820995', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:25:19.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:19.047 7fe46d8d6eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:19.055 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-3fc7797b-b926-4bd8-8cb0-a8edbf149f18', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:25:19.205 7fe46de34c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:19.213 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-43785011-6073-460a-aa36-e47e2a509d38', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:25:19.354 7fe46ddf7588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:19.361 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3cf64d03-6fee-4434-8925-88b6ab023ce3', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:25:19.515 7fe46d8e76d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:19.523 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ee11c1c6-e2df-44b5-b5c3-0991bcbde727', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:25:19.666 7fe46ddf7198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:19.674 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-abb1e6f0-ddb1-4b4e-a285-bf235ad51103', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:25:19.828 7fe46df684e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:19.836 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f16829ed-8f0b-419d-96df-73514b86d830', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:25:19.986 7fe46d8e7390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:19.993 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-527c2c52-624e-4a9e-ab95-efcd66539a9f', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:25:20.046 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:20.149 7fe46df35e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:20.151 7fe46d9258d0 [contrail-api] [DEBUG]: send sync_uve in the [none:ConfigApiWorkerTrace] map 11/07/2024 02:25:20.158 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9219fcb6-2047-4f11-8c2e-bcf6a55dbd40', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:25:20.205 7fe46dbb14e0 [contrail-api] [DEBUG]: send sync_uve in the [ObjectConfigNode:NodeStatusUVE] map 11/07/2024 02:25:20.312 7fe46d9b1588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:20.321 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-ed510c81-f69a-45d0-a995-3fc59e6bd0c0', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:25:20.462 7fe46df686d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:20.470 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-c67ab62a-c911-4f7f-95a5-1c475242f2ad', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:25:20.626 7fe46deceeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:20.632 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ba20519b-a7da-4972-9f28-514d3a055b86', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:25:20.780 7fe46d8e72e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:20.787 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-deb0f5d3-8adc-4f41-9ecf-c31d62e3bd46', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:25:20.935 7fe46d8e42e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:20.950 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-61df4cad-b4ee-4bab-aa06-7abb65fcb40a', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:25:21.046 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:21.087 7fe46d8e7048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:21.095 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-fd9c3929-c52c-4546-a97a-a74640df4126', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:25:21.243 7fe46d8e4c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:21.250 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9edfd79b-d32f-4dd6-9790-dd8b6db5a10a', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:25:21.407 7fe46df640f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:21.415 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d26c20fe-2a28-4e94-aa4d-491437e06d13', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:25:21.562 7fe46d8e7390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:21.570 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-d3848b1b-adaf-4364-89b3-5dc33024248f', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:25:21.719 7fe46dbd18d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:21.725 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-210ae420-56e1-440f-bdc4-faac3f4fcf52', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:25:21.871 7fe46df29630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:21.878 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9f4b19e1-a042-4f86-8832-91d0ad23d6d2', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:25:22.027 7fe46ddd0c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:22.036 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7b8e78d6-bcdf-4b5f-85a7-a08b72b92d3a', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:25:22.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:22.183 7fe46d9f0978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:22.191 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-11a97e33-a1f2-42a8-910c-d3b6347eba9d', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:25:22.338 7fe46d9dcac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:22.345 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-49cc99b1-af39-4b28-b1b1-35d3e4104632', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:25:22.497 7fe46de50cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:22.505 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-f2b3d53e-a1e6-4428-93d0-7d3ee9ad1aae', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:25:22.650 7fe46d9dceb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:22.657 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-1703daad-b520-4104-a586-b50bba2b452c', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:25:22.802 7fe46da3d2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:22.809 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-e1f328a6-e169-43aa-80e2-9d2994828046', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:25:22.959 7fe46d9f0ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:22.967 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-e72d77f8-57f0-45b0-a770-f654dad5c251', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:25:23.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:23.114 7fe46d9dcac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:23.120 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-927c7801-8d52-4e53-a01b-e92f50178b41', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:25:23.278 7fe46d900048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:23.286 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-2dcf76f4-437d-4d14-b6a0-5bacb14767e4', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:25:23.431 7fe46d9dcac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:23.441 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-0ac7f44a-522d-45af-8d16-7da04939ddce', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:25:23.590 7fe46dea2cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:23.598 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-438cf2aa-c4ed-4e5a-96de-55846f4310cd', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:25:23.747 7fe46ded94e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "overlay-role", "ref-uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "ref-fq-name": ["default-global-system-config", "collapsed-spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:23.759 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-b9a5619a-d820-4a45-a441-49eb14e3aa26', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:25:23.903 7fe46d9b1780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:23.914 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-db53e6c5-9d2a-4017-b246-283dd9d63a38', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:25:24.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:24.062 7fe46dea2048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:24.070 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-734c1115-9d94-4d5a-9e08-6d29648ccf41', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:25:24.219 7fe46d9b1048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:24.226 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-c3628e04-efcd-4f82-9ccb-1a15d91cd34c', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:25:24.370 7fe46d8e78d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:24.377 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a02ab68e-332b-4472-b6d5-752fcc88225b', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:25:24.527 7fe46e01e240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "physical-role", "ref-uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "ref-fq-name": ["default-global-system-config", "pnf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:24.534 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-1b4b9973-5f93-42cc-8510-5fa59161b29c', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:25:24.679 7fe46ecf7a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:24.686 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-0e3570cf-0f10-4990-892d-605b0f4d0b1d', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:25:24.835 7fe46d8d6a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:24.842 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-08c8d035-6ee6-46b0-a29e-3ce4ec1308dc', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:25:24.986 7fe46ecf7a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:24.993 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-f5a176f3-6a7e-441b-851f-ee7b57a01b60', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:25:25.052 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:25.138 7fe46dd3e438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:25.144 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-3658d7e7-4f98-436a-ad79-99a8676cd32c', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:25:25.294 7fe46dac44e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:25.301 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-768b8a52-5a96-40d1-a552-185c72d0de9a', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:25:25.449 7fe46de1b198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "ref-fq-name": ["juniper-qfx5100-48sh-afi"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:25.456 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-2d4444f1-56de-4284-a585-bc7b521dc29f', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:25.603 7fe46d922390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "ref-fq-name": ["juniper-qfx5100-48sh-afo"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:25.612 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-a936d676-b4f5-476d-93a8-04a6f31a0b1e', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:25.759 7fe46d9b10f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "ref-fq-name": ["juniper-qfx5100-48th-afi"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:25.767 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-deb8bd21-087a-4fcd-9640-48ed0c02dd61', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:25.915 7fe46db1d0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "ref-fq-name": ["juniper-qfx5100-48th-afo"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:25.921 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-39ae51e5-1da4-4c53-bd9a-f45de8e199ee', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:26.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:26.071 7fe46db1d0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "09842293-1bb4-4536-9393-f26caa94be87", "ref-fq-name": ["juniper-qfx5100-48s-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:26.079 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-468cb25a-2335-4591-90f4-6b5c287daf89', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:26.226 7fe46d9b1780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "659daa17-ae39-4641-b245-45c06a69b927", "ref-fq-name": ["juniper-qfx5100-96s-8q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:26.235 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-dd2f7f5e-f3c8-49df-b17e-0a9ec110ca92', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:26.383 7fe46de34c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "ref-fq-name": ["juniper-qfx5100-48t"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:26.390 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-5e6f0e88-9f7e-4ec5-92db-cffb92e22c77', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:26.538 7fe46ddf7630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "ref-fq-name": ["juniper-qfx5100-48t-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:26.545 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-dbf8949c-5183-4a39-b27f-b1a699c3588e', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:26.695 7fe46de34d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "ref-fq-name": ["juniper-qfx5100-24q-2p"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:26.704 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-9573bf8f-87bb-4e1d-bbee-dbcf36311dee', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:26.863 7fe46dbf0630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "ref-fq-name": ["juniper-qfx5100-24q-aa"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:26.871 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-adec889a-33c4-4943-9c97-f2812f0a2f4b', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:27.023 7fe46d9d1240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "ref-fq-name": ["juniper-qfx5100e-48s-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:27.031 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-ebcab5b2-6a14-4355-acec-271bd2152549', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:27.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:27.175 7fe46df18c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "ref-fq-name": ["juniper-qfx5100e-96s-8q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:27.181 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-26d8e9f4-46c5-48cc-9d41-fce9759c292d', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:27.331 7fe46de340f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "ref-fq-name": ["juniper-qfx5100e-48t-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:27.338 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-eb4035b9-b4db-4422-be6c-617d0d9359e2', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:27.482 7fe46db1dc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "ref-fq-name": ["juniper-qfx5100e-24q-2p"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:27.488 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-b6227f09-43fe-4adc-8583-fdf1dcf724ce', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:27.646 7fe46dbb14e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "hardware", "ref-uuid": "403bdb63-2170-4014-9403-f80fba2de755", "ref-fq-name": ["juniper-qfx5110-48s-4c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:27.653 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-3f2f1c4e-3bfc-4126-8c46-09f5046e405a', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:25:27.802 7fe46deb2ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "hardware", "ref-uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "ref-fq-name": ["juniper-qfx5110-32q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:27.809 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-d4318a99-5deb-4a19-a451-f9ddb0f88bdd', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:25:27.962 7fe46deae780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "ref-fq-name": ["juniper-qfx5120-48y-8c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:27.969 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-08656eb6-9135-4801-8634-f4ab1fdbff98', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:25:28.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:28.118 7fe46df666d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "ref-fq-name": ["juniper-qfx5120-32c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:28.125 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-23dcb8db-1699-4476-b239-7068e9820fc1', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:25:28.271 7fe46dbf0f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "ref-fq-name": ["juniper-qfx5120-48t-6c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:28.278 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-da396383-d542-429d-805d-11e0b2833a62', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:25:28.430 7fe46dbf0978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "ref-fq-name": ["juniper-qfx5200-32c-32q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:28.437 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-160369bf-b822-4120-bd9c-b73481c2d4b9', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:28.588 7fe46d9d1f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "ref-fq-name": ["juniper-qfx5200-48y"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:28.595 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-07d8dcee-9904-4110-a0ca-583be084b193', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:28.743 7fe46dea2048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "ref-fq-name": ["juniper-qfx5210-64c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:28.751 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-910a6c66-d859-4cab-b3a4-6582d30d35a6', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:28.895 7fe46df66390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "hardware", "ref-uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "ref-fq-name": ["juniper-qfx5220-32cd"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:28.903 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-fd7db460-6432-4341-a198-079abc7edd48', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:25:29.046 7fe46df146d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "hardware", "ref-uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "ref-fq-name": ["juniper-qfx5220-128c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:29.055 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-a42e5cdb-16f6-4cc7-bb57-05ab6a93dc46', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:25:29.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:29.202 7fe46dd3eac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "ref-fq-name": ["juniper-qfx10002-72q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:29.216 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-9796cab9-3308-4ba4-93c6-ab90537ed2a6', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:25:29.358 7fe46de1b780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "ref-fq-name": ["juniper-qfx10002-36q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:29.367 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-013d1c00-e4f6-496f-8bce-46c81a81bd77', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:25:29.520 7fe46d9f0ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "ref-fq-name": ["juniper-qfx10002-60c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:29.528 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-561f7363-b57f-48e6-ad03-64aa86e066b0', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:25:29.672 7fe46de164e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "ref-fq-name": ["juniper-qfx10016"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:29.679 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-1b57adab-9623-44fa-a3d0-db00723e3fb4', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:25:29.822 7fe46dd3e438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "ref-fq-name": ["juniper-qfx10008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:29.829 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-470bf020-c650-4cd7-8fcf-7e94d441141d', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:25:29.974 7fe46dbe4630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "ref-fq-name": ["juniper-vqfx-10000"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:29.981 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-0f677e14-b171-4a94-a6ca-771106ac813f', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:25:30.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:30.126 7fe46df666d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0423f25b-c754-4b32-b220-de18f831b363", "ref-fq-name": ["juniper-mx80"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:30.133 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-a1041956-df6f-4be9-bafe-9b1e20b99678', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:25:30.283 7fe46ddd0048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "ref-fq-name": ["juniper-mx80-48t"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:30.290 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-49a57d89-2c93-4490-a1f5-b089dfbda067', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:25:30.442 7fe46df66e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "ref-fq-name": ["juniper-mx204"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:30.449 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-bfb0426b-9202-484b-8c2c-0e27fc9a816a', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:25:30.595 7fe46ddd04e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "ref-fq-name": ["juniper-mx240"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:30.602 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-d35c60d6-1d5f-4515-8270-b566370ab747', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:25:30.746 7fe46da0a780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "ref-fq-name": ["juniper-mx480"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:30.754 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-0f6d4df1-9c74-4eb8-bd10-73a3f451d3c5', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:25:30.904 7fe46d9d16d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "ref-fq-name": ["juniper-mx960"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:30.911 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-7772eddc-6dd0-45aa-b165-62c7447e711b', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:25:31.055 7fe46df3b8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "ref-fq-name": ["juniper-mx2008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:31.059 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:31.062 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-e11f4139-3086-44ac-8cee-ef32c49dcfec', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:25:31.214 7fe46d9d1240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "ref-fq-name": ["juniper-mx2010"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:31.224 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-ac315ab7-69b5-4283-b60f-8f867604328b', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:25:31.374 7fe46dfe48d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "ref-fq-name": ["juniper-mx2020"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:31.381 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-eceb9d5c-b07a-41ab-ae05-4a28adb9f20b', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:25:31.539 7fe46de43240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "ref-fq-name": ["juniper-mx10003"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:31.550 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-db289944-b34d-42fb-bc08-fb582e5d9b70', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:25:31.691 7fe46d8c3eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "ref-fq-name": ["juniper-jnp10008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:31.702 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-b1b92218-d98f-45a1-ba4b-4ae568500dc8', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:25:31.849 7fe46ddf7198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "ref-fq-name": ["juniper-jnp10016"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:31.858 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-01395c8d-0a76-4a36-84d7-7dd237d28b7a', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:25:32.010 7fe46df3b048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "ref-fq-name": ["juniper-vmx"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:32.017 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-d4cbc85d-93f9-4745-858d-378d8967d97c', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:25:32.063 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:32.171 7fe46ddd0630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "ref-fq-name": ["juniper-srx5400"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:32.179 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-bdc08e55-c778-45d0-b1b3-f3dd235f92a5', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:25:32.328 7fe46dae6978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "ref-fq-name": ["juniper-srx5600"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:32.336 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-94083756-08c2-46f1-8e8e-3fa790107490', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:25:32.488 7fe46dd3e390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "ref-fq-name": ["juniper-srx4600"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:32.495 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-5a04145a-94c2-40cb-ab77-97960aae843e', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:25:32.643 7fe46dae68d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "ref-fq-name": ["juniper-srx4100"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:32.650 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-37cd0ca2-8c99-4d8a-9909-2069f0f6f43e', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:25:32.799 7fe46dd3ea20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "ref-fq-name": ["juniper-srx1500"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:32.805 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-66463f5a-7d61-412b-a34b-6eccfb54d139', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:25:32.954 7fe46d8e44e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "ref-fq-name": ["juniper-srx240h-poe"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:32.962 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-dfb4d459-0b70-4a9f-b3ca-dedecf1b90a4', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:25:33.064 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:33.107 7fe46dae6978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "ref-fq-name": ["juniper-vsrx"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:33.114 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-dcd5a3e5-62f2-4167-ad06-964fc3da148e', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:25:33.266 7fe46df180f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "ref-fq-name": ["juniper-srx5800"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:33.274 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-1f6b1e72-2faf-4961-abd1-b58f91b3f13e', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:25:33.423 7fe46df688d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "ref-fq-name": ["juniper-srx4200"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:33.429 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-ae089974-9e41-4b56-88b5-17bb8cb24057', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:25:33.579 7fe46df35390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:33.586 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-e15a4cf8-ad09-4f4b-8994-f84adddce689', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:25:33.734 7fe46db1d2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:33.740 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-15cd8242-aaf6-4321-9935-4f0947333430', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:25:33.890 7fe46dae6438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:33.897 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-b5f8859b-e672-4277-82d0-383cd2b49ee6', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:25:34.043 7fe46dbf06d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:34.050 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-48268fb0-b70c-43f9-9615-f30cd259a84d', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:25:34.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:34.198 7fe46dae6630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:34.206 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-3260b1d0-1e9d-4555-b85b-2ca79cd67abb', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:25:34.354 7fe46dbf0780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:34.362 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-95ca6d26-ef90-4fc3-8462-67204ad087b1', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:25:34.510 7fe46dbb3828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:34.517 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-92f7c112-d778-41d5-9665-35f0eae1be1f', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:25:34.674 7fe46df29828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:34.681 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-b4ab3cd1-72b3-455c-b4ba-c635ed822f3e', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:25:34.831 7fe46de95b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:34.838 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-5eb85622-6730-4ddb-baf6-89cd13a5d382', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:25:34.986 7fe46d925630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:34.993 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-a2d7ccd5-5e3f-4747-886f-b0ae26da016c', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:25:35.067 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:35.142 7fe46dbb3630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:35.148 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-585a29e1-c71a-4fd1-85df-dd753d6d77b4', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:25:35.303 7fe46d9f0978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 882a33c9-d198-4db3-ae3c-a0b9d312ce0f object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-1 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "882a33c9-d198-4db3-ae3c-a0b9d312ce0f", "ref-type": "sflow-profile", "ref-uuid": "81b31418-5de7-49a0-825d-dc3ebbc05ef7", "ref-fq-name": ["default-domain", "default-project", "sflow-all-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:35.312 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-1'], 'oper': 'UPDATE', 'request-id': 'req-4c6cfc5e-1a21-413d-b75a-c92d4f68d592', 'type': 'telemetry_profile', 'uuid': '882a33c9-d198-4db3-ae3c-a0b9d312ce0f'} 11/07/2024 02:25:35.467 7fe46dbb16d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e7d329dc-4e3c-4672-94ba-f5904c9b60dc object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-2 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "e7d329dc-4e3c-4672-94ba-f5904c9b60dc", "ref-type": "sflow-profile", "ref-uuid": "87251866-fa54-49c3-8fab-e1bd19228b49", "ref-fq-name": ["default-domain", "default-project", "sflow-fabric-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:35.476 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-2'], 'oper': 'UPDATE', 'request-id': 'req-7be97ac9-99c4-4021-925d-9921383bde4e', 'type': 'telemetry_profile', 'uuid': 'e7d329dc-4e3c-4672-94ba-f5904c9b60dc'} 11/07/2024 02:25:35.626 7fe46dd122e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 94d92b3a-86de-475f-a0cd-ceeecf0313d2 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-3 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "94d92b3a-86de-475f-a0cd-ceeecf0313d2", "ref-type": "sflow-profile", "ref-uuid": "708a015d-79d2-49bf-a3ad-d72ab771802f", "ref-fq-name": ["default-domain", "default-project", "sflow-access-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:35.634 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-3'], 'oper': 'UPDATE', 'request-id': 'req-e10c9b1c-5070-4a74-b2e2-87b7b2621b12', 'type': 'telemetry_profile', 'uuid': '94d92b3a-86de-475f-a0cd-ceeecf0313d2'} 11/07/2024 02:25:35.778 7fe46d925630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6054127a-bd7f-4371-b222-fa30e83f7120 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-4 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "6054127a-bd7f-4371-b222-fa30e83f7120", "ref-type": "grpc-profile", "ref-uuid": "2ac02ef5-1294-48a7-8e45-b906b9183f1c", "ref-fq-name": ["default-domain", "default-project", "grpc-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:35.786 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-4'], 'oper': 'UPDATE', 'request-id': 'req-c4971986-c3df-4bdf-b712-68157d648af5', 'type': 'telemetry_profile', 'uuid': '6054127a-bd7f-4371-b222-fa30e83f7120'} 11/07/2024 02:25:35.935 7fe46dbb3d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7a385651-45f1-4f1f-9a2c-911abbe94fb5 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-5 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "7a385651-45f1-4f1f-9a2c-911abbe94fb5", "ref-type": "snmp-profile", "ref-uuid": "5391c70a-7089-4832-b774-f0387b8a6049", "ref-fq-name": ["default-domain", "default-project", "snmp-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:35.951 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-5'], 'oper': 'UPDATE', 'request-id': 'req-16b7a409-d075-43c1-bbb7-6a443b98d083', 'type': 'telemetry_profile', 'uuid': '7a385651-45f1-4f1f-9a2c-911abbe94fb5'} 11/07/2024 02:25:36.068 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:36.094 7fe46dc90240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c2fd53f7-ec96-4263-b0c7-414ed1607727 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-6 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "c2fd53f7-ec96-4263-b0c7-414ed1607727", "ref-type": "netconf-profile", "ref-uuid": "07bd5e10-fd85-4684-a77a-f33dfe16b40b", "ref-fq-name": ["default-domain", "default-project", "netconf-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:36.102 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-6'], 'oper': 'UPDATE', 'request-id': 'req-9a60b31e-72d5-4cde-b981-050718c8e6f1', 'type': 'telemetry_profile', 'uuid': 'c2fd53f7-ec96-4263-b0c7-414ed1607727'} 11/07/2024 02:25:36.254 7fe474c8beb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c9fc589d-301b-413c-a508-4371891d1c8b object_type = device_functional_group identifier_name = default-domain:default-project:L2-Server-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "c9fc589d-301b-413c-a508-4371891d1c8b", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:36.264 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L2-Server-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-78376c96-fb45-4a58-86d9-20101f65bb96', 'type': 'device_functional_group', 'uuid': 'c9fc589d-301b-413c-a508-4371891d1c8b'} 11/07/2024 02:25:36.415 7fe46ddd0978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0aa198b9-17b7-4c2d-8929-3a636f32faf0 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Storage-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "0aa198b9-17b7-4c2d-8929-3a636f32faf0", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:36.423 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Storage-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-29bfb0eb-ec8d-44f0-b1d9-fbb1087cba11', 'type': 'device_functional_group', 'uuid': '0aa198b9-17b7-4c2d-8929-3a636f32faf0'} 11/07/2024 02:25:36.570 7fe46dbf0978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 015b6dbf-ffa1-4c4e-a50f-5df18225850e object_type = device_functional_group identifier_name = default-domain:default-project:L3-Gateway-Spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "015b6dbf-ffa1-4c4e-a50f-5df18225850e", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:36.577 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Gateway-Spine'], 'oper': 'UPDATE', 'request-id': 'req-4c37aeec-8126-4758-b309-9a380be3f98b', 'type': 'device_functional_group', 'uuid': '015b6dbf-ffa1-4c4e-a50f-5df18225850e'} 11/07/2024 02:25:36.727 7fe46dfe40f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5ff1a60d-ecde-4523-991c-15dd380ad437 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Server-Leaf-with-Optimized-Multicast url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "5ff1a60d-ecde-4523-991c-15dd380ad437", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:36.734 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Server-Leaf-with-Optimized-Multicast'], 'oper': 'UPDATE', 'request-id': 'req-0c352f99-70cc-40f7-99c6-1c45283125ff', 'type': 'device_functional_group', 'uuid': '5ff1a60d-ecde-4523-991c-15dd380ad437'} 11/07/2024 02:25:36.894 7fe46d9b1198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8233e863-0b9b-4188-aece-da07380f9de3 object_type = device_functional_group identifier_name = default-domain:default-project:Centrally-Routed-Border-Spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "8233e863-0b9b-4188-aece-da07380f9de3", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:36.923 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Centrally-Routed-Border-Spine'], 'oper': 'UPDATE', 'request-id': 'req-874185a3-d6da-4584-91c3-b15223ea44c3', 'type': 'device_functional_group', 'uuid': '8233e863-0b9b-4188-aece-da07380f9de3'} 11/07/2024 02:25:37.071 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:37.074 7fe46df352e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f1b67a57-1172-4a59-9df3-16d3f27e6ea9 object_type = device_functional_group identifier_name = default-domain:default-project:Centrally-Routed-Border-Spine-With-Optimized-Multicast url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "f1b67a57-1172-4a59-9df3-16d3f27e6ea9", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:37.081 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Centrally-Routed-Border-Spine-With-Optimized-Multicast'], 'oper': 'UPDATE', 'request-id': 'req-cec0046b-efda-4c32-8964-b656ebd9f8d4', 'type': 'device_functional_group', 'uuid': 'f1b67a57-1172-4a59-9df3-16d3f27e6ea9'} 11/07/2024 02:25:37.231 7fe46dd3e588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 20e38b8e-031d-4eb2-88d9-21d2e652ee3f object_type = device_functional_group identifier_name = default-domain:default-project:Border-Spine-in-Edge-Routed url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "20e38b8e-031d-4eb2-88d9-21d2e652ee3f", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:37.241 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Border-Spine-in-Edge-Routed'], 'oper': 'UPDATE', 'request-id': 'req-5110bd00-095e-43af-869a-ec2b6dcb85a9', 'type': 'device_functional_group', 'uuid': '20e38b8e-031d-4eb2-88d9-21d2e652ee3f'} 11/07/2024 02:25:37.382 7fe46df352e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9874aaba-d235-47b5-8ed2-b72efbbdd40e object_type = device_functional_group identifier_name = default-domain:default-project:Border-Leaf-in-Edge-Routed url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "9874aaba-d235-47b5-8ed2-b72efbbdd40e", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:37.390 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Border-Leaf-in-Edge-Routed'], 'oper': 'UPDATE', 'request-id': 'req-13d1484a-aa58-477a-8e3d-eb772a4e1154', 'type': 'device_functional_group', 'uuid': '9874aaba-d235-47b5-8ed2-b72efbbdd40e'} 11/07/2024 02:25:37.534 7fe46d8d6a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31a7b75-897f-4f24-9e39-e3711c27e0e8 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Server-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "e31a7b75-897f-4f24-9e39-e3711c27e0e8", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:37.544 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Server-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-d5deb9dd-b67e-4c18-8081-f0fb4f24f3a2', 'type': 'device_functional_group', 'uuid': 'e31a7b75-897f-4f24-9e39-e3711c27e0e8'} 11/07/2024 02:25:37.691 7fe46d8e40f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c03d6915-68c7-48fb-bacb-354eaf682ee1 object_type = device_functional_group identifier_name = default-domain:default-project:Lean-Spine-with-Route-Reflector url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "c03d6915-68c7-48fb-bacb-354eaf682ee1", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:37.700 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Lean-Spine-with-Route-Reflector'], 'oper': 'UPDATE', 'request-id': 'req-e8b35224-c83c-484a-b1c2-96753bc80b85', 'type': 'device_functional_group', 'uuid': 'c03d6915-68c7-48fb-bacb-354eaf682ee1'} 11/07/2024 02:25:37.842 7fe46de688d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6e0b5675-48c4-4601-8109-29a4fe719109 object_type = network_ipam identifier_name = default-domain:default-project:_internal_ipam_ipv6_link_local url = https://10.0.0.49:8082/network-ipam/6e0b5675-48c4-4601-8109-29a4fe719109 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"network-ipam": {"uuid": "6e0b5675-48c4-4601-8109-29a4fe719109", "fq_name": ["default-domain", "default-project", "_internal_ipam_ipv6_link_local"], "parent_type": "project", "ipam_subnet_method": "user-defined-subnet"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:37.853 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', '_internal_ipam_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-e3af3fff-94ab-4b3f-8295-a4185ad25d62', 'type': 'network_ipam', 'uuid': '6e0b5675-48c4-4601-8109-29a4fe719109'} 11/07/2024 02:25:38.011 7fe46ecee438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 148948cb-661d-4b2a-985d-a3daef86734f object_type = virtual_network identifier_name = default-domain:default-project:_internal_vn_ipv6_link_local url = https://10.0.0.49:8082/virtual-network/148948cb-661d-4b2a-985d-a3daef86734f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"virtual-network": {"uuid": "148948cb-661d-4b2a-985d-a3daef86734f", "fq_name": ["default-domain", "default-project", "_internal_vn_ipv6_link_local"], "parent_type": "project", "address_allocation_mode": "user-defined-subnet-only", "network_ipam_refs": [{"to": ["default-domain", "default-project", "_internal_ipam_ipv6_link_local"], "attr": {"ipam_subnets": [{"subnet": {"ip_prefix": "fe80::", "ip_prefix_len": 64}, "default_gateway": "fe80::1", "dns_server_address": null, "subnet_uuid": "935df46e-9caf-11ef-9b62-76fafadcd1c7", "enable_dhcp": true, "dns_nameservers": [], "allocation_pools": [], "addr_from_start": true, "dhcp_option_list": null, "host_routes": null, "subnet_name": null, "alloc_unit": 1, "created": null, "last_modified": null, "subscriber_tag": null, "vlan_tag": null, "dhcp_relay_server": []}], "host_routes": null}, "uuid": "6e0b5675-48c4-4601-8109-29a4fe719109"}]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:25:38.047 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'extra_dict': {'deallocated_vxlan_network_identifier': None}, 'fq_name': ['default-domain', 'default-project', '_internal_vn_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-4ff8b9a3-ce8c-470c-aee3-b31b91e699d3', 'type': 'virtual_network', 'uuid': '148948cb-661d-4b2a-985d-a3daef86734f'} 11/07/2024 02:25:38.057 7fe46de626d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f987b1ce-85a0-4266-93aa-c0976e807b4e object_type = routing_instance identifier_name = default-domain:default-project:_internal_vn_ipv6_link_local:_internal_vn_ipv6_link_local url = http://127.0.0.1/routing-instances operation = http_put domain = default-domain >> 11/07/2024 02:25:38.069 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', '_internal_vn_ipv6_link_local', '_internal_vn_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-4ff8b9a3-ce8c-470c-aee3-b31b91e699d3', 'type': 'routing_instance', 'uuid': 'f987b1ce-85a0-4266-93aa-c0976e807b4e'} 11/07/2024 02:25:38.073 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:38.623 7fe46d90aac8 [contrail-api] [DEBUG]: send sync_uve in the [none:ConfigApiWorkerTrace] map 11/07/2024 02:25:38.680 7fe46d90aac8 [contrail-api] [DEBUG]: send sync_uve in the [ObjectConfigNode:NodeStatusUVE] map 11/07/2024 02:25:39.074 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:40.076 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:42.034 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:43.036 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:43.912 7fe46d90aac8 [contrail-api] [DEBUG]: send sync_uve in the [none:ConfigApiWorkerTrace] map 11/07/2024 02:25:43.962 7fe46d90aac8 [contrail-api] [DEBUG]: send sync_uve in the [ObjectConfigNode:NodeStatusUVE] map 11/07/2024 02:25:44.037 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:45.039 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:46.040 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:47.042 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:48.043 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:49.045 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:50.047 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:51.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:52.050 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:53.052 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:54.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:55.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:56.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:57.058 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:58.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:25:59.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:00.063 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:01.065 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:02.067 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:03.069 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:04.070 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:05.072 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:06.074 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:07.075 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:08.077 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:09.079 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:10.081 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:12.035 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:13.037 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:14.039 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:15.040 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:16.042 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:17.043 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:18.045 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:19.046 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:20.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:20.157 7fe46d8e7ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 17ed9a02-475a-4f2c-8279-e8594e0cd48f object_type = job_template identifier_name = default-global-system-config:image_upgrade_template url = https://10.0.0.49:8082/job-template/17ed9a02-475a-4f2c-8279-e8594e0cd48f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "17ed9a02-475a-4f2c-8279-e8594e0cd48f", "fq_name": ["default-global-system-config", "image_upgrade_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/image_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Image upgrade input\", \"type\": \"object\", \"properties\": {\"image_uuid\": {\"type\": \"string\"}}, \"required\": [\"image_uuid\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:20.170 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'image_upgrade_template'], 'oper': 'UPDATE', 'request-id': 'req-87fa9bc3-436b-446a-be0d-424e21d42237', 'type': 'job_template', 'uuid': '17ed9a02-475a-4f2c-8279-e8594e0cd48f'} 11/07/2024 02:26:20.270 7fe46df222e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c5aacf75-83cc-4403-9f0e-a102f04c1ad3 object_type = job_template identifier_name = default-global-system-config:container_cleanup_template url = https://10.0.0.49:8082/job-template/c5aacf75-83cc-4403-9f0e-a102f04c1ad3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c5aacf75-83cc-4403-9f0e-a102f04c1ad3", "fq_name": ["default-global-system-config", "container_cleanup_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/container_cleanup.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Container cleanup input\", \"type\": \"object\", \"required\": [\"fabric_fq_name\", \"container_name\"], \"properties\": {\"container_name\": {\"type\": \"string\"}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Container cleanup output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Container Cleanup"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:20.282 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'container_cleanup_template'], 'oper': 'UPDATE', 'request-id': 'req-3913076d-e2bb-4dd1-baa2-56a798b71f43', 'type': 'job_template', 'uuid': 'c5aacf75-83cc-4403-9f0e-a102f04c1ad3'} 11/07/2024 02:26:20.379 7fe46ddf7cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 66e48199-4b13-4cf3-845b-b90b3cc18530 object_type = job_template identifier_name = default-global-system-config:cli_sync_template url = https://10.0.0.49:8082/job-template/66e48199-4b13-4cf3-845b-b90b3cc18530 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "66e48199-4b13-4cf3-845b-b90b3cc18530", "fq_name": ["default-global-system-config", "cli_sync_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/cli_sync.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"CLI sync input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"devices_cli\": {\"type\": \"array\", \"items\": {\"title\": \"Devices CLI Items\", \"type\": \"object\", \"description\": \"Dictionaries of device details\", \"additionalProperties\": false, \"required\": [\"device_uuid\", \"cli_objects\"], \"properties\": {\"device_uuid\": {\"type\": \"string\", \"title\": \"UUIDs of the device\"}, \"cli_objects\": {\"type\": \"array\", \"title\": \"cli objects for that device\", \"items\": {\"type\": \"object\", \"required\": [\"time\", \"status\"], \"properties\": {\"time\": {\"type\": \"string\", \"title\": \"Timestamp of the cli change\"}, \"status\": {\"type\": \"string\", \"title\": \"Accept or Reject the commit\"}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Sync cli config with Contrail"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:20.390 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'cli_sync_template'], 'oper': 'UPDATE', 'request-id': 'req-030e6447-b5c6-4003-84d3-89d95f496a79', 'type': 'job_template', 'uuid': '66e48199-4b13-4cf3-845b-b90b3cc18530'} 11/07/2024 02:26:20.495 7fe46ecf7ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1bccc463-23c9-412e-9dcb-468e27fde6e7 object_type = job_template identifier_name = default-global-system-config:hitless_upgrade_strategy_template url = https://10.0.0.49:8082/job-template/1bccc463-23c9-412e-9dcb-468e27fde6e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1bccc463-23c9-412e-9dcb-468e27fde6e7", "fq_name": ["default-global-system-config", "hitless_upgrade_strategy_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade_strategy.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 90, "sequence_no": 1}]}, "job_template_input_schema": "{\"title\": \"Image upgrade strategy input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"upgrade_mode\": {\"enum\": [\"test_run\", \"dry_run\", \"upgrade\"], \"description\": \"Mode in which to run workflow\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}, \"image_devices\": {\"type\": \"array\", \"items\": {\"title\": \"Image Devices\", \"type\": \"object\", \"description\": \"List of images and corresponding devices to upgrade\", \"additionalProperties\": false, \"properties\": {\"image_uuid\": {\"type\": \"string\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded with this image\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}}, \"required\": [\"image_uuid\", \"device_list\"]}}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable local interface down check\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable peer interface down check\", \"default\": true}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Hitless Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:20.548 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hitless_upgrade_strategy_template'], 'oper': 'UPDATE', 'request-id': 'req-fb14cef2-9cd2-4f96-853c-561e06c01ddd', 'type': 'job_template', 'uuid': '1bccc463-23c9-412e-9dcb-468e27fde6e7'} 11/07/2024 02:26:20.647 7fe46d8e70f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 791a710b-46ed-4ecb-ac2b-c51f60837bcd object_type = job_template identifier_name = default-global-system-config:maintenance_mode_activate_template url = https://10.0.0.49:8082/job-template/791a710b-46ed-4ecb-ac2b-c51f60837bcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "791a710b-46ed-4ecb-ac2b-c51f60837bcd", "fq_name": ["default-global-system-config", "maintenance_mode_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Activate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to enter maintenance mode\"}, \"mode\": {\"enum\": [\"test_run\", \"activate\"], \"description\": \"Mode in which to run workflow\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"validate_critical_roles\": {\"type\": \"boolean\", \"description\": \"Enable/disable critical role validation\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Activate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:20.701 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-b9693453-8016-4483-89cf-67ac8aa1873e', 'type': 'job_template', 'uuid': '791a710b-46ed-4ecb-ac2b-c51f60837bcd'} 11/07/2024 02:26:20.800 7fe46de1b198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fb78001-e973-4b89-960d-08ea5bc15897 object_type = job_template identifier_name = default-global-system-config:maintenance_mode_deactivate_template url = https://10.0.0.49:8082/job-template/0fb78001-e973-4b89-960d-08ea5bc15897 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0fb78001-e973-4b89-960d-08ea5bc15897", "fq_name": ["default-global-system-config", "maintenance_mode_deactivate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_deactivate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Deactivate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to exit maintenance mode\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Deactivate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Deactivation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:20.857 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_deactivate_template'], 'oper': 'UPDATE', 'request-id': 'req-3b73b99a-08e4-4ed0-b141-dffbcd65c076', 'type': 'job_template', 'uuid': '0fb78001-e973-4b89-960d-08ea5bc15897'} 11/07/2024 02:26:20.960 7fe46de16780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e5daca80-1dfb-4f46-b252-cf30baf7be85 object_type = job_template identifier_name = default-global-system-config:discover_device_template url = https://10.0.0.49:8082/job-template/e5daca80-1dfb-4f46-b252-cf30baf7be85 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e5daca80-1dfb-4f46-b252-cf30baf7be85", "fq_name": ["default-global-system-config", "discover_device_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 1, \"maxProperties\": 1, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Device"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:21.018 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_device_template'], 'oper': 'UPDATE', 'request-id': 'req-0809bba2-59c4-43a4-bd62-4cc506b7c249', 'type': 'job_template', 'uuid': 'e5daca80-1dfb-4f46-b252-cf30baf7be85'} 11/07/2024 02:26:21.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:21.115 7fe46ecf7eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fffd7bd4-78d6-432f-a85f-9864492f78f6 object_type = job_template identifier_name = default-global-system-config:discover_os_computes_template url = https://10.0.0.49:8082/job-template/fffd7bd4-78d6-432f-a85f-9864492f78f6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "fffd7bd4-78d6-432f-a85f-9864492f78f6", "fq_name": ["default-global-system-config", "discover_os_computes_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_os_computes_template.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 2, \"maxProperties\": 5, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"contrail_command_host\": {\"$id\": \"/properties/input/properties/contrail_command_host\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"10.10.10.10:9091\"]}, \"cc_username\": {\"$id\": \"/properties/input/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/input/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover OS Computes"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:21.169 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_os_computes_template'], 'oper': 'UPDATE', 'request-id': 'req-845071d6-5945-40a4-b758-326703e541ef', 'type': 'job_template', 'uuid': 'fffd7bd4-78d6-432f-a85f-9864492f78f6'} 11/07/2024 02:26:21.266 7fe46dbb86d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4ae88703-348c-4774-829b-423f5d95bfd7 object_type = job_template identifier_name = default-global-system-config:discover_role_template url = https://10.0.0.49:8082/job-template/4ae88703-348c-4774-829b-423f5d95bfd7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4ae88703-348c-4774-829b-423f5d95bfd7", "fq_name": ["default-global-system-config", "discover_role_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Role"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:21.278 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_role_template'], 'oper': 'UPDATE', 'request-id': 'req-43264fc9-ba6e-4101-bc05-bcf6aba58050', 'type': 'job_template', 'uuid': '4ae88703-348c-4774-829b-423f5d95bfd7'} 11/07/2024 02:26:21.370 7fe46e019588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a2122660-c220-4993-82c1-9631e2c4b6e4 object_type = job_template identifier_name = default-global-system-config:device_import_template url = https://10.0.0.49:8082/job-template/a2122660-c220-4993-82c1-9631e2c4b6e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a2122660-c220-4993-82c1-9631e2c4b6e4", "fq_name": ["default-global-system-config", "device_import_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 1}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"additionalProperties\": false, \"properties\": {\"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported.\"}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:21.382 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_import_template'], 'oper': 'UPDATE', 'request-id': 'req-528a1dbe-d4a0-4458-8daf-eb9c4106fa2a', 'type': 'job_template', 'uuid': 'a2122660-c220-4993-82c1-9631e2c4b6e4'} 11/07/2024 02:26:21.479 7fe46df6a630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09e8b101-2b04-4c4b-8e57-55f15857d58d object_type = job_template identifier_name = default-global-system-config:fabric_config_template url = https://10.0.0.49:8082/job-template/09e8b101-2b04-4c4b-8e57-55f15857d58d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "fq_name": ["default-global-system-config", "fabric_config_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_config.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"device_management_ip\": {\"type\": \"string\", \"description\": \"Management IP of the Device\"}, \"device_abstract_config\": {\"type\": \"object\", \"description\": \"JSON string of the device abstract config derived from VNC data model\"}, \"additional_feature_params\": {\"type\": \"object\", \"additionalProperties\": false, \"description\": \"Additional feature specific parameters that are not defined in the VNC data model. These could be vendor specific parameters.\", \"properties\": {\"basic\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp_boot_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP Boot server\", \"examples\": [\"6.6.6.6\"]}}, \"ntp_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP server\", \"examples\": [\"8.8.8.8\"]}}, \"time_zone\": {\"type\": \"string\", \"title\": \"Time Zone\", \"examples\": [\"America/Los_Angeles\"]}}}, \"name_servers\": {\"type\": \"array\", \"additionalProperties\": false, \"items\": {\"type\": \"string\", \"Title\": \"Domain Name Server\", \"examples\": [\"10.1.1.2\", \"11.1.1.2\"]}}, \"domain_name\": {\"type\": \"string\", \"title\": \"Domain Name\", \"examples\": [\"company.net\"]}, \"snmp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"communities\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\"}, \"readonly\": {\"type\": \"boolean\", \"default\": true}}, \"required\": [\"name\"]}}}}, \"static_routes\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"subnets\", \"nexthop\"], \"properties\": {\"subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"Subnet\", \"examples\": [\"10.1.1.0/24\", \"10.1.2.0/24\"]}}, \"nexthop\": {\"type\": \"string\", \"title\": \"Next hop IP\", \"examples\": [\"10.1.1.254\"]}}}}}}, \"underlay_ip_clos\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"bgp_hold_time\": {\"type\": \"integer\", \"default\": 90}}}}}, \"is_delete\": {\"type\": \"boolean\", \"description\": \"Set to true for config delete operation\", \"default\": false}, \"manage_underlay\": {\"type\": \"boolean\", \"description\": \"Set to true to manage underlay config\", \"default\": true}, \"enterprise_style\": {\"type\": \"boolean\", \"description\": \"Set to true to if enterprise-style config\", \"default\": true}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Config Push"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:21.534 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_config_template'], 'oper': 'UPDATE', 'request-id': 'req-d6a7d148-4e69-4b6d-809b-1a56d390e0ae', 'type': 'job_template', 'uuid': '09e8b101-2b04-4c4b-8e57-55f15857d58d'} 11/07/2024 02:26:21.633 7fe46de50ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = da4abe68-c499-47e7-bd1e-0aadb63f4899 object_type = job_template identifier_name = default-global-system-config:ztp_template url = https://10.0.0.49:8082/job-template/da4abe68-c499-47e7-bd1e-0aadb63f4899 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "da4abe68-c499-47e7-bd1e-0aadb63f4899", "fq_name": ["default-global-system-config", "ztp_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"device_count\": {\"$id\": \"/properties/input/properties/device_count\", \"type\": \"integer\", \"title\": \"The Device Count Schema\", \"description\": \"Number of devices to discover\", \"default\": 0, \"examples\": [1, 2, 3, 4, 5]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "ZTP"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:21.646 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ztp_template'], 'oper': 'UPDATE', 'request-id': 'req-64a107e9-7f71-487b-b312-3cf519884b6f', 'type': 'job_template', 'uuid': 'da4abe68-c499-47e7-bd1e-0aadb63f4899'} 11/07/2024 02:26:21.744 7fe46e01e4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dc46fb63-6ab9-4a35-871c-4911abf6cdf3 object_type = job_template identifier_name = default-global-system-config:fabric_deletion_template url = https://10.0.0.49:8082/job-template/dc46fb63-6ab9-4a35-871c-4911abf6cdf3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "dc46fb63-6ab9-4a35-871c-4911abf6cdf3", "fq_name": ["default-global-system-config", "fabric_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:21.759 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-5576ff35-e398-445f-a301-953fb47277f9', 'type': 'job_template', 'uuid': 'dc46fb63-6ab9-4a35-871c-4911abf6cdf3'} 11/07/2024 02:26:21.851 7fe46da364e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 48c89705-9c38-44ba-830b-ef34ceaf6a3a object_type = job_template identifier_name = default-global-system-config:device_deletion_template url = https://10.0.0.49:8082/job-template/48c89705-9c38-44ba-830b-ef34ceaf6a3a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "48c89705-9c38-44ba-830b-ef34ceaf6a3a", "fq_name": ["default-global-system-config", "device_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric_devices.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": 0}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"devices\": {\"type\": \"array\", \"description\": \"List of device names\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:21.861 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-5c617380-8093-4322-9a07-b36774851642', 'type': 'job_template', 'uuid': '48c89705-9c38-44ba-830b-ef34ceaf6a3a'} 11/07/2024 02:26:21.959 7fe46dfe48d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0668d848-ca60-414b-81aa-2da73b30f5e4 object_type = job_template identifier_name = default-global-system-config:role_assignment_template url = https://10.0.0.49:8082/job-template/0668d848-ca60-414b-81aa-2da73b30f5e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0668d848-ca60-414b-81aa-2da73b30f5e4", "fq_name": ["default-global-system-config", "role_assignment_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"role_assignments\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"role_assignments\": {\"type\": \"array\", \"minItems\": 0, \"description\": \"Fabric device role assignments\", \"items\": {\"type\": \"object\", \"properties\": {\"device_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"physical_role\": {\"type\": \"string\", \"enum\": [\"leaf\", \"spine\", \"pnf\", \"superspine\"]}, \"routing_switching_roles\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"enum\": [\"CRB\"]}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Role Assignment"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:21.972 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'role_assignment_template'], 'oper': 'UPDATE', 'request-id': 'req-4c381819-4cdd-40fa-b13c-a44f39430f81', 'type': 'job_template', 'uuid': '0668d848-ca60-414b-81aa-2da73b30f5e4'} 11/07/2024 02:26:22.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:22.072 7fe46ecee438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a3babcfc-98a2-43ae-a722-0b7015b0f5cf object_type = job_template identifier_name = default-global-system-config:topology_discovery_template url = https://10.0.0.49:8082/job-template/a3babcfc-98a2-43ae-a722-0b7015b0f5cf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a3babcfc-98a2-43ae-a722-0b7015b0f5cf", "fq_name": ["default-global-system-config", "topology_discovery_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Topology Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:22.084 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'topology_discovery_template'], 'oper': 'UPDATE', 'request-id': 'req-5585c4a7-a7d8-4214-89bf-502623980e33', 'type': 'job_template', 'uuid': 'a3babcfc-98a2-43ae-a722-0b7015b0f5cf'} 11/07/2024 02:26:22.179 7fe46df6a240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d0d442c5-5d38-4aff-8a04-2f4583dbfbcd object_type = job_template identifier_name = default-global-system-config:fabric_onboard_template url = https://10.0.0.49:8082/job-template/d0d442c5-5d38-4aff-8a04-2f4583dbfbcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "d0d442c5-5d38-4aff-8a04-2f4583dbfbcd", "fq_name": ["default-global-system-config", "fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": true, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment_dfg.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 5}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 6}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 7}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 8}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 9}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 10}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"loopback_subnets\", \"fabric_subnets\", \"fabric_asn_pool\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\", \"gateway\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"root_password\"], \"properties\": {\"root_password\": {\"type\": \"string\"}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"ztp_timeout\": {\"title\": \"Value of ZTP timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of ZTP timeout in seconds\"}, \"retry_timeout\": {\"title\": \"Value of retry timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of retry timeout in seconds\"}, \"supplemental_day_0_cfg\": {\"title\": \"List of day 0 config that can be used to supplement the ZTP config\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"name\", \"cfg\"], \"properties\": {\"name\": {\"title\": \"name for the config\", \"type\": \"string\"}, \"cfg\": {\"title\": \"config blob that contains the supplemental day-0 config\", \"type\": \"string\"}}}}, \"device_to_ztp\": {\"title\": \"List of device serial numbers for the devices to be ZTPed\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"serial_number\", \"hostname\"], \"properties\": {\"serial_number\": {\"title\": \"Device serial number\", \"type\": \"string\"}, \"hostname\": {\"title\": \"Device hostname can be optionally specified.\", \"type\": \"string\", \"pattern\": \"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\\\-]*[a-zA-Z0-9])\\\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\\\-]*[A-Za-z0-9])$\"}, \"underlay_asn\": {\"title\": \"Underlay eBGP autonomous system number\", \"type\": [\"integer\", \"string\"]}, \"loopback_ip\": {\"title\": \"Loopback IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"mgmt_ip\": {\"title\": \"Management IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"to_ztp\": {\"title\": \"Include or ignore device in ZTP workflow\", \"type\": \"boolean\"}, \"supplemental_day_0_cfg\": {\"title\": \"Name(s) of the supplemental day-0 config(s) that can be optionally specified for this device\", \"type\": [\"string\", \"array\"], \"items\": {\"type\": \"string\"}}}}}, \"os_version\": {\"type\": \"string\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:22.278 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-65b407c7-9cd7-4cf9-a943-f59866ac8269', 'type': 'job_template', 'uuid': 'd0d442c5-5d38-4aff-8a04-2f4583dbfbcd'} 11/07/2024 02:26:22.383 7fe46da360f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b6b09d5a-7192-4f83-be6e-9091dc953bbd object_type = job_template identifier_name = default-global-system-config:search_ip_mac_template url = https://10.0.0.49:8082/job-template/b6b09d5a-7192-4f83-be6e-9091dc953bbd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "b6b09d5a-7192-4f83-be6e-9091dc953bbd", "fq_name": ["default-global-system-config", "search_ip_mac_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ip_address\": {\"$id\": \"/properties/ip_address\", \"title\": \"IP Address\", \"pattern\": \"^\\\\s*(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\\\s*$\", \"type\": \"string\"}, \"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Search ip or mac schema command Playbook Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"interface_names\": {\"type\": \"array\", \"title\": \"Interfaces Name(s)\", \"description\": \"Display Interface Names that belong to this mac_address.\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface Name\", \"description\": \"Interface name\"}, \"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"Device name on which the interface was learnt\"}, \"loopback_ip\": {\"type\": \"string\", \"title\": \"Source Loopback IP\", \"description\": \"Originating source's loopback ip address\"}}, \"description\": \"Name of each interface that belongs under this mac_address\"}}}}}}}}}", "job_template_input_ui_schema": "{\"ip_address\": {\"ui:help\": \"Enter an IP Address. The field value must include a IPv4 address without subnet mask; for example, 192.168.3.120\", \"ui:placeholder\": \"Enter IP address\"}, \"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to locate an interface in a fabric given an IP or MAC", "display_name": "Search using IP or MAC"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:22.439 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'search_ip_mac_template'], 'oper': 'UPDATE', 'request-id': 'req-7955d9cf-0faf-4414-ad01-d34f6803018b', 'type': 'job_template', 'uuid': 'b6b09d5a-7192-4f83-be6e-9091dc953bbd'} 11/07/2024 02:26:22.535 7fe46df6a198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 object_type = job_template identifier_name = default-global-system-config:show_interface_details_template url = https://10.0.0.49:8082/job-template/bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5", "fq_name": ["default-global-system-config", "show_interface_details_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"interface_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Interface Details\", \"type\": \"object\", \"properties\": {\"interface_type\": {\"type\": \"string\", \"title\": \"Interface Type\", \"enum\": [\"physical\", \"logical\"], \"default\": \"physical\"}}, \"required\": [\"interface_type\"]}, \"conditional\": {\"title\": \"Sub Operation Type\", \"$ref\": \"#/definitions/sub_command\"}}, \"definitions\": {\"sub_command\": {\"title\": \"Sub Operation Type\", \"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"Show runtime interfaces\", \"Show configured interfaces\", \"Show interfaces by names\"], \"default\": \"Show runtime interfaces\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"Show runtime interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show configured interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show interfaces by names\"]}, \"interface_names\": {\"$id\": \"/properties/interface_names\", \"title\": \"Interface Names\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_names/items\", \"type\": \"string\", \"pattern\": \"^([a-z]{1,}[0-9]{0,}(-[0-9]{1,}/[0-9]{1,}/[0-9]{1,})?(\\\\.[0-9]{1,})?)$\", \"title\": \"Interface Name\"}, \"examples\": [\"ge-0/0/1\", \"xe-0/0/0\"]}}, \"required\": [\"interface_names\"]}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show Interface Details Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces details sub-command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"oneOf\": [{\"properties\": {\"interface_stats_rt_phy\": {\"type\": \"array\", \"title\": \"Runtime Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"op_status\": {\"type\": \"string\", \"title\": \"Operational Status\", \"description\": \"Operational status of the interface\"}, \"admin_status\": {\"type\": \"string\", \"title\": \"Admin Status\", \"description\": \"Admin status of the interface\"}, \"input_rate\": {\"type\": \"string\", \"title\": \"InputRate (bps)\", \"description\": \"Input packets rate in bits per second if present\"}, \"output_rate\": {\"type\": \"string\", \"title\": \"OutputRate (bps)\", \"description\": \"Output packets rate in bits per second if present\"}}}}}}, {\"properties\": {\"interface_stats_log\": {\"type\": \"array\", \"title\": \"Logical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"address_family\": {\"type\": \"string\", \"title\": \"Address Family\", \"description\": \"Address family if present\"}}}}}}, {\"properties\": {\"interface_stats_cf_phy\": {\"type\": \"array\", \"title\": \"Configured Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}}}}}}]}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to get a list of physical or logical interfaces from a device and interfaces' other related information.", "display_name": "Show Interface Details"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:22.589 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_interface_details_template'], 'oper': 'UPDATE', 'request-id': 'req-bf44cadd-306d-4c16-b4b8-e6669e99ca9d', 'type': 'job_template', 'uuid': 'bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5'} 11/07/2024 02:26:22.688 7fe46de626d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c27b470e-3e18-424a-b245-34d699dda92f object_type = job_template identifier_name = default-global-system-config:show_config_template url = https://10.0.0.49:8082/job-template/c27b470e-3e18-424a-b245-34d699dda92f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c27b470e-3e18-424a-b245-34d699dda92f", "fq_name": ["default-global-system-config", "show_config_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"config_type\": {\"$id\": \"/properties/config_type\", \"title\": \"Configuration type\", \"type\": \"string\", \"enum\": [\"current\", \"rollback 1\", \"rollback 2\"], \"default\": \"current\"}, \"config_filter\": {\"$id\": \"/properties/config_filter\", \"title\": \"Configuration filter\", \"type\": \"string\", \"enum\": [\"all\", \"system\", \"system/login\", \"system/services\", \"system/syslog\", \"interfaces\", \"chassis\", \"services\", \"snmp\", \"forwarding-options\", \"event-options\", \"policy-options\", \"class-of-service\", \"firewall\", \"protocols\", \"routing-instances\", \"routing-options\", \"switch-options\", \"vlans\"], \"default\": \"all\"}, \"compare_configurations\": {\"$id\": \"/properties/compare_configurations\", \"title\": \"Compare selected configuration with current\", \"type\": \"boolean\", \"default\": false}}, \"required\": [\"config_type\", \"config_filter\", \"compare_configurations\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show configuration Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"config_type\": {\"ui:help\": \"Select one type at a time\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display current or previous configuration", "display_name": " Show current or rollback configuration"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:22.741 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_config_template'], 'oper': 'UPDATE', 'request-id': 'req-c1db517b-976b-41c1-ad6f-010c19f84f51', 'type': 'job_template', 'uuid': 'c27b470e-3e18-424a-b245-34d699dda92f'} 11/07/2024 02:26:22.838 7fe46ddf7780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4e70ac42-2920-48fa-988b-75162b19763c object_type = job_template identifier_name = default-global-system-config:test_overlay_connectivity_template url = https://10.0.0.49:8082/job-template/4e70ac42-2920-48fa-988b-75162b19763c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4e70ac42-2920-48fa-988b-75162b19763c", "fq_name": ["default-global-system-config", "test_overlay_connectivity_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"source_ip\": {\"$id\": \"/properties/source_ip\", \"title\": \"Source (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"destination_ip\": {\"$id\": \"/properties/destination_ip\", \"title\": \"Destination (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"vni\": {\"$id\": \"/properties/vni\", \"title\": \"VNI\", \"type\": \"integer\", \"default\": 100}, \"count\": {\"$id\": \"/properties/count\", \"title\": \"Packet count\", \"type\": \"integer\", \"default\": 5}}, \"required\": [\"source_ip\", \"destination_ip\", \"count\", \"vni\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show connectivity test report\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Each playbook's command_output for this specific command.\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Connectivity test report\", \"description\": \"Display connectivity test report\"}}}}}}}}", "job_template_input_ui_schema": "{\"destination_ip\": {\"ui:help\": \"\"}}", "job_template_output_ui_schema": "null", "job_template_description": "", "display_name": "Test overlay connectivity"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:22.892 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'test_overlay_connectivity_template'], 'oper': 'UPDATE', 'request-id': 'req-7f33409b-fb9d-4148-bec4-1266dedab13d', 'type': 'job_template', 'uuid': '4e70ac42-2920-48fa-988b-75162b19763c'} 11/07/2024 02:26:22.991 7fe46dbd1240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ba6135c7-8d0a-4b49-84c6-877567ff0b2b object_type = job_template identifier_name = default-global-system-config:show_ops_info_template url = https://10.0.0.49:8082/job-template/ba6135c7-8d0a-4b49-84c6-877567ff0b2b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "ba6135c7-8d0a-4b49-84c6-877567ff0b2b", "fq_name": ["default-global-system-config", "show_ops_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ops_type\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Operations commands\", \"type\": \"array\", \"minItems\": 1, \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"minProperties\": 1, \"additionalProperties\": false, \"properties\": {\"conditional\": {\"title\": \"Operation Command Type\", \"$ref\": \"#/definitions/sub_command\"}}}}}, \"definitions\": {\"sub_command\": {\"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"show chassis info\", \"show route info\", \"show bgp info\", \"show evpn info\", \"show lldp info\", \"show lacp info\", \"show vlan info\"], \"default\": \"show route info\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"show chassis info\"]}, \"command_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis alarms\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show route info\"]}, \"command_detail\": {\"$id\": \"/properties/route_detail\", \"title\": \"Route detail\", \"type\": \"string\", \"enum\": [\"route summary\"], \"default\": \"route summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show bgp info\"]}, \"command_detail\": {\"$id\": \"/properties/bgp_detail\", \"title\": \"BGP detail\", \"type\": \"string\", \"enum\": [\"bgp summary\", \"bgp neighbor\", \"bgp group\"], \"default\": \"bgp summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show evpn info\"]}, \"command_detail\": {\"$id\": \"/properties/evpn_detail\", \"title\": \"EVPN detail\", \"type\": \"string\", \"enum\": [\"evpn ip-prefix-database\", \"evpn instance extensive\", \"evpn instance designated-forwarder\", \"evpn instance backup-forwarder\", \"evpn database state default-gateway\"], \"default\": \"evpn ip-prefix-database\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lldp info\"]}, \"command_detail\": {\"$id\": \"/properties/lldp_detail\", \"title\": \"LLDP detail\", \"type\": \"string\", \"enum\": [\"lldp neighbors\"], \"default\": \"lldp neighbors\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lacp info\"]}, \"command_detail\": {\"$id\": \"/properties/lacp_detail\", \"title\": \"LACP detail\", \"type\": \"string\", \"enum\": [\"lacp interfaces extensive\", \"lacp statistics interfaces\"], \"default\": \"lacp interfaces extensive\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show vlan info\"]}, \"command_detail\": {\"$id\": \"/properties/vlan_detail\", \"title\": \"VLAN detail\", \"type\": \"string\", \"enum\": [\"vlans\"], \"default\": \"vlans\"}}}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display operational information", "display_name": "Show operations information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:23.048 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_ops_info_template'], 'oper': 'UPDATE', 'request-id': 'req-7e0f87db-8acd-4ed0-bae9-0ffd07c9364c', 'type': 'job_template', 'uuid': 'ba6135c7-8d0a-4b49-84c6-877567ff0b2b'} 11/07/2024 02:26:23.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:23.151 7fe46ded94e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a0104f25-a1f9-4b1a-8dec-d44d354eebed object_type = job_template identifier_name = default-global-system-config:check_multicast_template url = https://10.0.0.49:8082/job-template/a0104f25-a1f9-4b1a-8dec-d44d354eebed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a0104f25-a1f9-4b1a-8dec-d44d354eebed", "fq_name": ["default-global-system-config", "check_multicast_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"warning_banner\": {\"$id\": \"/properties/warning_banner\", \"title\": \"This GDO gathers multicast statistics from the whole fabric and it might take a few minutes to complete.\", \"type\": \"object\", \"properties\": {\"warning_banner_2\": {\"$id\": \"/properties/warning_banner_2\", \"title\": \"It is assumed that:\", \"type\": \"object\", \"properties\": {\"warning_banner_3\": {\"$id\": \"/properties/warning_banner_3\", \"title\": \"(1) the traffic is coming from outside of the fabric (through device(s) with CRB-MCAST-Gateway role);\", \"type\": \"object\", \"properties\": {\"warning_banner_4\": {\"$id\": \"/properties/warning_banner_4\", \"title\": \"(2) the traffic is going to devices attached to server leaves (physical_router_role == 'leaf');\", \"type\": \"object\", \"properties\": {\"warning_banner_5\": {\"$id\": \"/properties/warning_banner_5\", \"title\": \"(3) PIM is enabled in the fabric.\", \"type\": \"object\", \"properties\": {}}}}}}}}}}, \"source\": {\"$id\": \"/properties/source\", \"title\": \"Source\", \"type\": \"string\", \"default\": \"\"}, \"group\": {\"$id\": \"/properties/group\", \"title\": \"Group\", \"type\": \"string\", \"default\": \"\"}}, \"required\": [\"source\", \"group\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Check multicast output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "Check multicast", "display_name": "Check incoming multicast traffic"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:23.205 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'check_multicast_template'], 'oper': 'UPDATE', 'request-id': 'req-83cc8743-5834-4d86-bf3f-4e3813f0d064', 'type': 'job_template', 'uuid': 'a0104f25-a1f9-4b1a-8dec-d44d354eebed'} 11/07/2024 02:26:23.305 7fe46d9132e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = beffdd8f-ab67-4478-9e35-e04f15334529 object_type = job_template identifier_name = default-global-system-config:existing_fabric_onboard_template url = https://10.0.0.49:8082/job-template/beffdd8f-ab67-4478-9e35-e04f15334529 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "beffdd8f-ab67-4478-9e35-e04f15334529", "fq_name": ["default-global-system-config", "existing_fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/existing_fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 40, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 5}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"username\", \"password\"], \"properties\": {\"username\": {\"type\": \"string\"}, \"password\": {\"type\": \"string\"}}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"manage_underlay\": {\"title\": \"Manage underlay networking\", \"type\": \"boolean\", \"description\": \"Set to true if need to configure underlay networking\", \"default\": false}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Existing Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:23.362 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'existing_fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-4d07b727-3ab5-4033-9c00-8e523b863c52', 'type': 'job_template', 'uuid': 'beffdd8f-ab67-4478-9e35-e04f15334529'} 11/07/2024 02:26:23.462 7fe46df290f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42dc3d2b-40a5-4876-a519-62ca5dc6b79b object_type = job_template identifier_name = default-global-system-config:vcenter_import_template url = https://10.0.0.49:8082/job-template/42dc3d2b-40a5-4876-a519-62ca5dc6b79b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "42dc3d2b-40a5-4876-a519-62ca5dc6b79b", "fq_name": ["default-global-system-config", "vcenter_import_template"], "parent_type": "global-system-config", "job_template_type": "executable", "job_template_concurrency_level": "fabric", "job_template_executables": {"executable_info": [{"executable_path": "/opt/contrail/utils/vcenter-import", "executable_args": "", "job_completion_weightage": 100}]}, "job_template_input_schema": "{\"title\": \"vCenter Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"contrail_command\": {\"$id\": \"/properties/contrail_command\", \"description\": \"The Contrail Command details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/contrail_command/username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/contrail_command/password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/contrail_command/host\", \"description\": \"The Contrail Command IP and/or port\", \"type\": \"string\"}}}, \"vcenter\": {\"$id\": \"/properties/vcenter\", \"description\": \"vCenter details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/vcenter/username\", \"description\": \"Username of vCenter Server\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/vcenter/password\", \"description\": \"Password of vCenter Server\", \"type\": \"string\"}, \"datacenter\": {\"$id\": \"/properties/vcenter/datacenter\", \"description\": \"vCenter DataCenter name to Import ESXi Hosts\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/vcenter/host\", \"description\": \"vCenter Hostname/IP-Address including port\", \"type\": \"string\"}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "VCenter Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:23.520 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vcenter_import_template'], 'oper': 'UPDATE', 'request-id': 'req-580f42de-7efa-4e97-8648-e68fe5dfd658', 'type': 'job_template', 'uuid': '42dc3d2b-40a5-4876-a519-62ca5dc6b79b'} 11/07/2024 02:26:23.619 7fe46de34240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22a3dd9a-b9ea-45a3-af54-f6b92461694b object_type = job_template identifier_name = default-global-system-config:discover_server_template url = https://10.0.0.49:8082/job-template/22a3dd9a-b9ea-45a3-af54-f6b92461694b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "22a3dd9a-b9ea-45a3-af54-f6b92461694b", "fq_name": ["default-global-system-config", "discover_server_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_server.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"ipmi\": {\"$id\": \"/properties/ipmi\", \"type\": \"object\", \"required\": [\"ipmi_subnet_list\", \"ipmi_credentials\"], \"properties\": {\"ipmi_subnet_list\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list/items\", \"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"ipmi_credentials\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"description\": \"The IPMI user:password credentials\", \"type\": \"string\"}}, \"ipmi_port_ranges\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"type\": \"object\", \"required\": [\"port_range_start\", \"port_range_end\"], \"properties\": {\"port_range_start\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_start\", \"description\": \"Start of IPMI Port Range\", \"type\": \"integer\"}, \"port_range_end\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_end\", \"description\": \"End of IPMI Port Range\", \"type\": \"integer\"}}}}}}, \"ironic\": {\"$id\": \"/properties/ironic\", \"type\": \"object\", \"required\": [\"auth_url\", \"username\", \"password\"], \"properties\": {\"auth_url\": {\"$id\": \"/properties/ironic/properties/auth_url\", \"description\": \"The Ironic Auth URL\", \"type\": \"string\"}, \"username\": {\"$id\": \"/properties/ironic/properties/username\", \"description\": \"The Ironic Auth username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/ironic/properties/password\", \"description\": \"The Ironic Auth password\", \"type\": \"string\"}, \"introspection_flag\": {\"$id\": \"/properties/ironic/properties/introspection_flag\", \"description\": \"Flag to determine if introspection is needed\", \"type\": \"boolean\", \"default\": true}}}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:23.676 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_server_template'], 'oper': 'UPDATE', 'request-id': 'req-4a4b9690-f5a0-4b33-9aab-264898a36d68', 'type': 'job_template', 'uuid': '22a3dd9a-b9ea-45a3-af54-f6b92461694b'} 11/07/2024 02:26:23.771 7fe46dbbac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 object_type = job_template identifier_name = default-global-system-config:server_import_template url = https://10.0.0.49:8082/job-template/9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "9f546e19-9ab0-42eb-8f69-cbfd24b6fd94", "fq_name": ["default-global-system-config", "server_import_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/server_import.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:23.782 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'server_import_template'], 'oper': 'UPDATE', 'request-id': 'req-2a285473-27c9-4272-9b53-3ff93a63951d', 'type': 'job_template', 'uuid': '9f546e19-9ab0-42eb-8f69-cbfd24b6fd94'} 11/07/2024 02:26:23.887 7fe46ddf7a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 81bdd21a-3c1d-440a-a882-c91aa6b508b0 object_type = job_template identifier_name = default-global-system-config:node_profile_template url = https://10.0.0.49:8082/job-template/81bdd21a-3c1d-440a-a882-c91aa6b508b0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "81bdd21a-3c1d-440a-a882-c91aa6b508b0", "fq_name": ["default-global-system-config", "node_profile_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/node_profile.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Node Profile Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command Hostname/IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Node Profile"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:23.899 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'node_profile_template'], 'oper': 'UPDATE', 'request-id': 'req-47570a59-a6ac-4c09-ba59-9e2b3e3af396', 'type': 'job_template', 'uuid': '81bdd21a-3c1d-440a-a882-c91aa6b508b0'} 11/07/2024 02:26:24.000 7fe46dea9048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 35a01d59-582a-4e7e-8993-09a7fb9ebd19 object_type = job_template identifier_name = default-global-system-config:show_mac_mob_template url = https://10.0.0.49:8082/job-template/35a01d59-582a-4e7e-8993-09a7fb9ebd19 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "35a01d59-582a-4e7e-8993-09a7fb9ebd19", "fq_name": ["default-global-system-config", "show_mac_mob_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"mac_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"MAC Details\", \"type\": \"object\", \"properties\": {\"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}, \"required\": [\"mac_address\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show MAC mobility Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"MAC History\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"mac_details\": {\"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display MAC address move or mobility", "display_name": "Show mac mobility"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:24.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:24.056 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_mac_mob_template'], 'oper': 'UPDATE', 'request-id': 'req-3ecfe3d1-5f68-4ae5-bc4c-1995bc979656', 'type': 'job_template', 'uuid': '35a01d59-582a-4e7e-8993-09a7fb9ebd19'} 11/07/2024 02:26:24.156 7fe46e01d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31ec2c1-89c8-4950-a756-b70565503fc6 object_type = job_template identifier_name = default-global-system-config:rma_activate_template url = https://10.0.0.49:8082/job-template/e31ec2c1-89c8-4950-a756-b70565503fc6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e31ec2c1-89c8-4950-a756-b70565503fc6", "fq_name": ["default-global-system-config", "rma_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/rma_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 3}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"RMA activate\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"rma_devices\": {\"type\": \"array\", \"items\": {\"title\": \"RMA Devices\", \"type\": \"object\", \"description\": \"List of devices and corresponding serial numbers to RMA\", \"additionalProperties\": false, \"properties\": {\"device_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}, \"serial_number\": {\"type\": \"string\"}}, \"required\": [\"device_uuid\", \"serial_number\"]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "RMA Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:24.170 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rma_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-f0db126f-c10d-4ec8-9a40-7ea24c0a8282', 'type': 'job_template', 'uuid': 'e31ec2c1-89c8-4950-a756-b70565503fc6'} 11/07/2024 02:26:24.262 7fe46eed3b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096811dc-7f55-4763-8395-1f288d24bb6a object_type = job_template identifier_name = default-global-system-config:show_chassis_info_template url = https://10.0.0.49:8082/job-template/096811dc-7f55-4763-8395-1f288d24bb6a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "096811dc-7f55-4763-8395-1f288d24bb6a", "fq_name": ["default-global-system-config", "show_chassis_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"chassis\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Chassis information\", \"type\": \"object\", \"properties\": {\"chassis_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis hardware\"}}, \"required\": [\"chassis_detail\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display chassis information", "display_name": "Show chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:24.318 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_chassis_info_template'], 'oper': 'UPDATE', 'request-id': 'req-e5837b38-9060-4721-a156-bd1f550ebb85', 'type': 'job_template', 'uuid': '096811dc-7f55-4763-8395-1f288d24bb6a'} 11/07/2024 02:26:24.422 7fe46ddf7630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1215737e-4ccc-4371-a28e-eb341d000a00 object_type = job_template identifier_name = default-global-system-config:hardware_inventory_template url = https://10.0.0.49:8082/job-template/1215737e-4ccc-4371-a28e-eb341d000a00 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1215737e-4ccc-4371-a28e-eb341d000a00", "fq_name": ["default-global-system-config", "hardware_inventory_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Hardware Inventory Information\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"minProperties\": 1}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to fetch hardware inventory information from the device", "display_name": "Fetch hardware chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:24.432 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hardware_inventory_template'], 'oper': 'UPDATE', 'request-id': 'req-62b39311-aa11-46a2-bdbf-3294c652b958', 'type': 'job_template', 'uuid': '1215737e-4ccc-4371-a28e-eb341d000a00'} 11/07/2024 02:26:24.527 7fe46dd3ed68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a22fc3b2-62a5-4e31-97a4-e70c039e1019 object_type = config_properties identifier_name = default-global-system-config:config_property url = https://10.0.0.49:8082/config-properties/a22fc3b2-62a5-4e31-97a4-e70c039e1019 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"config-properties": {"uuid": "a22fc3b2-62a5-4e31-97a4-e70c039e1019", "fq_name": ["default-global-system-config", "config_property"], "parent_type": "global-system-config", "properties": {"key_value_pair": [{"key": "junos_commit_timeout", "value": "600"}, {"key": "total_retry_timeout", "value": "600"}, {"key": "device_command_timeout", "value": "600"}, {"key": "ztp_timeout", "value": "570"}]}, "display_name": "Config Property"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:24.534 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'config_property'], 'oper': 'UPDATE', 'request-id': 'req-7328c274-141f-4814-b006-74df3e6bccf2', 'type': 'config_properties', 'uuid': 'a22fc3b2-62a5-4e31-97a4-e70c039e1019'} 11/07/2024 02:26:24.987 7fe46df64630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 object_type = global_system_config identifier_name = default-global-system-config url = https://10.0.0.49:8082/global-system-config/dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"global-system-config": {"uuid": "dfd9c1c8-eff8-4a11-805e-4845bcbc4be8", "fq_name": ["default-global-system-config"], "supported_device_families": {"device_family": ["junos", "junos-qfx"]}, "supported_vendor_hardwares": {"vendor_hardware": ["juniper-qfx10002-72q", "juniper-qfx10002-36q", "juniper-qfx10002-60c", "juniper-qfx10016", "juniper-qfx10008", "juniper-vqfx-10000", "juniper-qfx5100-48sh-afi", "juniper-qfx5100-48sh-afo", "juniper-qfx5100-48th-afi", "juniper-qfx5100-48th-afo", "juniper-qfx5100-48s-6q", "juniper-qfx5100-96s-8q", "juniper-qfx5100-48t", "juniper-qfx5100-48t-6q", "juniper-qfx5100-24q-2p", "juniper-qfx5100-24q-aa", "juniper-qfx5100e-48s-6q", "juniper-qfx5100e-96s-8q", "juniper-qfx5100e-48t-6q", "juniper-qfx5100e-24q-2p", "juniper-qfx5110-48s-4c", "juniper-qfx5110-32q", "juniper-qfx5120-48y-8c", "juniper-qfx5120-48t-6c", "juniper-qfx5120-32c", "juniper-qfx5220-32cd", "juniper-qfx5220-128c", "juniper-qfx5200-32c-32q", "juniper-qfx5200-48y", "juniper-qfx5210-64c", "juniper-vmx", "juniper-mx80", "juniper-mx80-48t", "juniper-mx204", "juniper-mx240", "juniper-mx480", "juniper-mx960", "juniper-mx2008", "juniper-mx2010", "juniper-mx2020", "juniper-mx10003", "juniper-jnp10008", "juniper-jnp10016", "juniper-srx5400", "juniper-srx5600", "juniper-srx4600", "juniper-srx4100", "juniper-srx1500", "juniper-srx240h-poe", "juniper-vsrx", "juniper-srx5800", "juniper-srx4200"]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:24.996 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config'], 'oper': 'UPDATE', 'request-id': 'req-aed5d368-282f-4e1d-8724-b92f95a41744', 'type': 'global_system_config', 'uuid': 'dfd9c1c8-eff8-4a11-805e-4845bcbc4be8'} 11/07/2024 02:26:25.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:25.098 7fe46deb2438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42087eae-1152-4e4b-8ebb-ac8bcdc13323 object_type = hardware identifier_name = juniper-qfx5100-48sh-afi url = https://10.0.0.49:8082/hardware/42087eae-1152-4e4b-8ebb-ac8bcdc13323 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "fq_name": ["juniper-qfx5100-48sh-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:25.109 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afi'], 'oper': 'UPDATE', 'request-id': 'req-93c3b5cd-e5e8-4972-a5be-47d2e515ae80', 'type': 'hardware', 'uuid': '42087eae-1152-4e4b-8ebb-ac8bcdc13323'} 11/07/2024 02:26:25.204 7fe46dcb7390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bb7beed3-60d7-49c5-9d84-49ac2a782218 object_type = hardware identifier_name = juniper-qfx5100-48sh-afo url = https://10.0.0.49:8082/hardware/bb7beed3-60d7-49c5-9d84-49ac2a782218 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "fq_name": ["juniper-qfx5100-48sh-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:25.212 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afo'], 'oper': 'UPDATE', 'request-id': 'req-3ce6bca1-71d0-4a8b-bcad-eed58b0a0b59', 'type': 'hardware', 'uuid': 'bb7beed3-60d7-49c5-9d84-49ac2a782218'} 11/07/2024 02:26:25.319 7fe46d925630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6432d3f-ce9a-411f-8a75-9e22d185f2cd object_type = hardware identifier_name = juniper-qfx5100-48th-afi url = https://10.0.0.49:8082/hardware/c6432d3f-ce9a-411f-8a75-9e22d185f2cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "fq_name": ["juniper-qfx5100-48th-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:25.327 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afi'], 'oper': 'UPDATE', 'request-id': 'req-b8120625-8823-4400-89f2-09f6ba050f5e', 'type': 'hardware', 'uuid': 'c6432d3f-ce9a-411f-8a75-9e22d185f2cd'} 11/07/2024 02:26:25.423 7fe46ef15390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d1543237-89a0-4607-a0f5-40f0be645bcf object_type = hardware identifier_name = juniper-qfx5100-48th-afo url = https://10.0.0.49:8082/hardware/d1543237-89a0-4607-a0f5-40f0be645bcf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "fq_name": ["juniper-qfx5100-48th-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:25.431 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afo'], 'oper': 'UPDATE', 'request-id': 'req-5d35eaf0-6059-4471-b222-279b1e0bfe9b', 'type': 'hardware', 'uuid': 'd1543237-89a0-4607-a0f5-40f0be645bcf'} 11/07/2024 02:26:25.531 7fe46d9f0e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09842293-1bb4-4536-9393-f26caa94be87 object_type = hardware identifier_name = juniper-qfx5100-48s-6q url = https://10.0.0.49:8082/hardware/09842293-1bb4-4536-9393-f26caa94be87 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "09842293-1bb4-4536-9393-f26caa94be87", "fq_name": ["juniper-qfx5100-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:25.542 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-ee20ed1e-450b-4ca2-b26e-4029308fb04c', 'type': 'hardware', 'uuid': '09842293-1bb4-4536-9393-f26caa94be87'} 11/07/2024 02:26:25.642 7fe46de1b048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 659daa17-ae39-4641-b245-45c06a69b927 object_type = hardware identifier_name = juniper-qfx5100-96s-8q url = https://10.0.0.49:8082/hardware/659daa17-ae39-4641-b245-45c06a69b927 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "659daa17-ae39-4641-b245-45c06a69b927", "fq_name": ["juniper-qfx5100-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:25.652 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-cd07a00c-fd2d-4c95-9fcc-fd0f514f99ba', 'type': 'hardware', 'uuid': '659daa17-ae39-4641-b245-45c06a69b927'} 11/07/2024 02:26:25.746 7fe46ddd0048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9b18d69f-cfa6-47a6-9837-5886979b7d27 object_type = hardware identifier_name = juniper-qfx5100-48t url = https://10.0.0.49:8082/hardware/9b18d69f-cfa6-47a6-9837-5886979b7d27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "fq_name": ["juniper-qfx5100-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:25.754 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t'], 'oper': 'UPDATE', 'request-id': 'req-a87e8f3d-f20a-4685-a8cd-8bbd2ea8250b', 'type': 'hardware', 'uuid': '9b18d69f-cfa6-47a6-9837-5886979b7d27'} 11/07/2024 02:26:25.854 7fe474c8beb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fdd501e-e56b-45b5-9083-e8e81f459673 object_type = hardware identifier_name = juniper-qfx5100-48t-6q url = https://10.0.0.49:8082/hardware/0fdd501e-e56b-45b5-9083-e8e81f459673 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "fq_name": ["juniper-qfx5100-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:25.864 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-aa66d765-ca7e-49a1-afce-ffeae4ed9ca6', 'type': 'hardware', 'uuid': '0fdd501e-e56b-45b5-9083-e8e81f459673'} 11/07/2024 02:26:25.962 7fe46d8e7780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a415b5b6-e554-4e69-8ac8-100664a655bd object_type = hardware identifier_name = juniper-qfx5100-24q-2p url = https://10.0.0.49:8082/hardware/a415b5b6-e554-4e69-8ac8-100664a655bd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "fq_name": ["juniper-qfx5100-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:25.970 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-24978b90-62db-4ff6-a22b-9b0354bf15b7', 'type': 'hardware', 'uuid': 'a415b5b6-e554-4e69-8ac8-100664a655bd'} 11/07/2024 02:26:26.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:26.070 7fe46d9f0780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ec46a0d-8b6e-4461-b351-ab3960b11966 object_type = hardware identifier_name = juniper-qfx5100-24q-aa url = https://10.0.0.49:8082/hardware/9ec46a0d-8b6e-4461-b351-ab3960b11966 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "fq_name": ["juniper-qfx5100-24q-aa"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:26.078 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-aa'], 'oper': 'UPDATE', 'request-id': 'req-9f244f89-8301-4ec6-9dcf-a831f42459b5', 'type': 'hardware', 'uuid': '9ec46a0d-8b6e-4461-b351-ab3960b11966'} 11/07/2024 02:26:26.178 7fe46ddcb630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc object_type = hardware identifier_name = juniper-qfx5100e-48s-6q url = https://10.0.0.49:8082/hardware/7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "fq_name": ["juniper-qfx5100e-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:26.186 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-f4bef3e6-14f3-45a7-b38b-6243f89c8bf4', 'type': 'hardware', 'uuid': '7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc'} 11/07/2024 02:26:26.287 7fe46d9f0630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3be1a72-35aa-4778-a173-5986e8c2fae8 object_type = hardware identifier_name = juniper-qfx5100e-96s-8q url = https://10.0.0.49:8082/hardware/d3be1a72-35aa-4778-a173-5986e8c2fae8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "fq_name": ["juniper-qfx5100e-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:26.295 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-ff86137a-c01a-424d-bcaa-fc72557a6c0f', 'type': 'hardware', 'uuid': 'd3be1a72-35aa-4778-a173-5986e8c2fae8'} 11/07/2024 02:26:26.390 7fe46d8e78d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 84d423a0-c168-4209-9a24-3b690f4332f8 object_type = hardware identifier_name = juniper-qfx5100e-48t-6q url = https://10.0.0.49:8082/hardware/84d423a0-c168-4209-9a24-3b690f4332f8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "fq_name": ["juniper-qfx5100e-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:26.401 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-5b8262df-2642-4fc1-94b2-57dfaa0c36be', 'type': 'hardware', 'uuid': '84d423a0-c168-4209-9a24-3b690f4332f8'} 11/07/2024 02:26:26.503 7fe46ddcb438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b1493cca-8842-42f9-800a-753565a2d6b6 object_type = hardware identifier_name = juniper-qfx5100e-24q-2p url = https://10.0.0.49:8082/hardware/b1493cca-8842-42f9-800a-753565a2d6b6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "fq_name": ["juniper-qfx5100e-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:26.512 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-8bf90739-8670-44ae-8fe3-82bae615e764', 'type': 'hardware', 'uuid': 'b1493cca-8842-42f9-800a-753565a2d6b6'} 11/07/2024 02:26:26.616 7fe46dbe4048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 403bdb63-2170-4014-9403-f80fba2de755 object_type = hardware identifier_name = juniper-qfx5110-48s-4c url = https://10.0.0.49:8082/hardware/403bdb63-2170-4014-9403-f80fba2de755 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "403bdb63-2170-4014-9403-f80fba2de755", "fq_name": ["juniper-qfx5110-48s-4c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:26.627 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-48s-4c'], 'oper': 'UPDATE', 'request-id': 'req-bc49f60a-4d6a-4850-89c5-2d7a9a066a28', 'type': 'hardware', 'uuid': '403bdb63-2170-4014-9403-f80fba2de755'} 11/07/2024 02:26:26.727 7fe46de95e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b5500813-1eb7-4e75-8a4c-674e0ba66461 object_type = hardware identifier_name = juniper-qfx5110-32q url = https://10.0.0.49:8082/hardware/b5500813-1eb7-4e75-8a4c-674e0ba66461 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "fq_name": ["juniper-qfx5110-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:26.735 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-32q'], 'oper': 'UPDATE', 'request-id': 'req-a5ad1497-7d51-4507-8c37-e57a7b24c310', 'type': 'hardware', 'uuid': 'b5500813-1eb7-4e75-8a4c-674e0ba66461'} 11/07/2024 02:26:26.836 7fe46dbf0eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b63324e2-273a-400b-9d59-0dec80d655d4 object_type = hardware identifier_name = juniper-qfx5120-48y-8c url = https://10.0.0.49:8082/hardware/b63324e2-273a-400b-9d59-0dec80d655d4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "fq_name": ["juniper-qfx5120-48y-8c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:26.846 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48y-8c'], 'oper': 'UPDATE', 'request-id': 'req-5a4d4878-505c-411f-a4df-6045ae0c9a2b', 'type': 'hardware', 'uuid': 'b63324e2-273a-400b-9d59-0dec80d655d4'} 11/07/2024 02:26:26.946 7fe46db01048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 object_type = hardware identifier_name = juniper-qfx5120-32c url = https://10.0.0.49:8082/hardware/017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "fq_name": ["juniper-qfx5120-32c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:26.955 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-32c'], 'oper': 'UPDATE', 'request-id': 'req-12899ae7-f131-42b8-ac29-6c61e7cbfcd4', 'type': 'hardware', 'uuid': '017ec5ed-1b9e-47d0-9b3c-e2df68b376e7'} 11/07/2024 02:26:27.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:27.063 7fe46db38eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75328164-8eed-4868-b183-9bcbe27e276a object_type = hardware identifier_name = juniper-qfx5120-48t-6c url = https://10.0.0.49:8082/hardware/75328164-8eed-4868-b183-9bcbe27e276a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "fq_name": ["juniper-qfx5120-48t-6c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:27.073 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48t-6c'], 'oper': 'UPDATE', 'request-id': 'req-ec74520f-eb7f-46c4-b2c5-962d87cc8d77', 'type': 'hardware', 'uuid': '75328164-8eed-4868-b183-9bcbe27e276a'} 11/07/2024 02:26:27.170 7fe46df27cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ac596c42-3f13-42e2-a6b1-be2b27e18331 object_type = hardware identifier_name = juniper-qfx5220-32cd url = https://10.0.0.49:8082/hardware/ac596c42-3f13-42e2-a6b1-be2b27e18331 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "fq_name": ["juniper-qfx5220-32cd"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:27.179 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-32cd'], 'oper': 'UPDATE', 'request-id': 'req-12dcdebc-0565-46b2-9162-4292e4a0179b', 'type': 'hardware', 'uuid': 'ac596c42-3f13-42e2-a6b1-be2b27e18331'} 11/07/2024 02:26:27.273 7fe46df01978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1c773810-104a-43e2-b78a-a0b3dac4dd7f object_type = hardware identifier_name = juniper-qfx5220-128c url = https://10.0.0.49:8082/hardware/1c773810-104a-43e2-b78a-a0b3dac4dd7f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "fq_name": ["juniper-qfx5220-128c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:27.281 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-128c'], 'oper': 'UPDATE', 'request-id': 'req-cab0ff8c-8eaf-4c24-b57a-808085a6bde1', 'type': 'hardware', 'uuid': '1c773810-104a-43e2-b78a-a0b3dac4dd7f'} 11/07/2024 02:26:27.383 7fe46e870048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 922c08d7-1c72-4e46-b73b-c5cce20c7d4b object_type = hardware identifier_name = juniper-qfx5200-32c-32q url = https://10.0.0.49:8082/hardware/922c08d7-1c72-4e46-b73b-c5cce20c7d4b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "fq_name": ["juniper-qfx5200-32c-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:27.391 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-32c-32q'], 'oper': 'UPDATE', 'request-id': 'req-50ad0e5b-edaf-4fe7-9528-f42bd916d70b', 'type': 'hardware', 'uuid': '922c08d7-1c72-4e46-b73b-c5cce20c7d4b'} 11/07/2024 02:26:27.490 7fe46df112e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 133f6aba-4d41-4450-9996-aef90d73b888 object_type = hardware identifier_name = juniper-qfx5200-48y url = https://10.0.0.49:8082/hardware/133f6aba-4d41-4450-9996-aef90d73b888 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "fq_name": ["juniper-qfx5200-48y"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:27.502 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-48y'], 'oper': 'UPDATE', 'request-id': 'req-ac3bec6b-fc45-44fc-96df-6ef32818733c', 'type': 'hardware', 'uuid': '133f6aba-4d41-4450-9996-aef90d73b888'} 11/07/2024 02:26:27.598 7fe46db1a240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = db87e59b-96e1-49d8-a62c-1c2d89d684d9 object_type = hardware identifier_name = juniper-qfx5210-64c url = https://10.0.0.49:8082/hardware/db87e59b-96e1-49d8-a62c-1c2d89d684d9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "fq_name": ["juniper-qfx5210-64c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:27.606 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5210-64c'], 'oper': 'UPDATE', 'request-id': 'req-8b106e05-dec8-4757-8bed-5bf415f8d16f', 'type': 'hardware', 'uuid': 'db87e59b-96e1-49d8-a62c-1c2d89d684d9'} 11/07/2024 02:26:27.711 7fe46dcb7e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 864af8d2-658f-4299-b31c-a18e657d786b object_type = hardware identifier_name = juniper-qfx10002-72q url = https://10.0.0.49:8082/hardware/864af8d2-658f-4299-b31c-a18e657d786b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "fq_name": ["juniper-qfx10002-72q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:27.719 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-72q'], 'oper': 'UPDATE', 'request-id': 'req-40b59203-cdc3-41a4-88d9-af4e7756d86a', 'type': 'hardware', 'uuid': '864af8d2-658f-4299-b31c-a18e657d786b'} 11/07/2024 02:26:27.816 7fe46d8f4cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 object_type = hardware identifier_name = juniper-qfx10002-36q url = https://10.0.0.49:8082/hardware/8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "fq_name": ["juniper-qfx10002-36q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:27.824 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-36q'], 'oper': 'UPDATE', 'request-id': 'req-7e96cae8-e4e6-4ac2-a05b-3838f6231d18', 'type': 'hardware', 'uuid': '8cc029e3-98bd-4b93-ae1b-3a1eb169fab4'} 11/07/2024 02:26:27.923 7fe46deb22e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7d28fa02-7667-4bc7-bec6-01b08d00dd4d object_type = hardware identifier_name = juniper-qfx10002-60c url = https://10.0.0.49:8082/hardware/7d28fa02-7667-4bc7-bec6-01b08d00dd4d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "fq_name": ["juniper-qfx10002-60c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:27.932 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-60c'], 'oper': 'UPDATE', 'request-id': 'req-6b292fda-114a-4d42-9d09-a90dd80c63cb', 'type': 'hardware', 'uuid': '7d28fa02-7667-4bc7-bec6-01b08d00dd4d'} 11/07/2024 02:26:28.030 7fe470c28eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c8d84e84-6056-4872-b06b-ae4bed62f7a2 object_type = hardware identifier_name = juniper-qfx10016 url = https://10.0.0.49:8082/hardware/c8d84e84-6056-4872-b06b-ae4bed62f7a2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "fq_name": ["juniper-qfx10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:28.039 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10016'], 'oper': 'UPDATE', 'request-id': 'req-5d9ca818-835b-4238-9a81-a11d8dcd5d9a', 'type': 'hardware', 'uuid': 'c8d84e84-6056-4872-b06b-ae4bed62f7a2'} 11/07/2024 02:26:28.059 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:28.138 7fe46de95240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e97d4f94-63fb-439d-a014-5b702068f369 object_type = hardware identifier_name = juniper-qfx10008 url = https://10.0.0.49:8082/hardware/e97d4f94-63fb-439d-a014-5b702068f369 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "fq_name": ["juniper-qfx10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:28.150 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10008'], 'oper': 'UPDATE', 'request-id': 'req-2dca4e53-afee-4016-bb70-cfe211406f1a', 'type': 'hardware', 'uuid': 'e97d4f94-63fb-439d-a014-5b702068f369'} 11/07/2024 02:26:28.246 7fe46dfdd0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 26af5cc4-535f-45fc-9202-3abfc9fe6c7b object_type = hardware identifier_name = juniper-vqfx-10000 url = https://10.0.0.49:8082/hardware/26af5cc4-535f-45fc-9202-3abfc9fe6c7b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "fq_name": ["juniper-vqfx-10000"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:28.254 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vqfx-10000'], 'oper': 'UPDATE', 'request-id': 'req-fac7e455-6169-47d2-ad63-cdfa2568b6c1', 'type': 'hardware', 'uuid': '26af5cc4-535f-45fc-9202-3abfc9fe6c7b'} 11/07/2024 02:26:28.361 7fe46ddcb198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0423f25b-c754-4b32-b220-de18f831b363 object_type = hardware identifier_name = juniper-mx80 url = https://10.0.0.49:8082/hardware/0423f25b-c754-4b32-b220-de18f831b363 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0423f25b-c754-4b32-b220-de18f831b363", "fq_name": ["juniper-mx80"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:28.371 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80'], 'oper': 'UPDATE', 'request-id': 'req-b7cc5066-c18d-42fa-9c36-5012637ce2d4', 'type': 'hardware', 'uuid': '0423f25b-c754-4b32-b220-de18f831b363'} 11/07/2024 02:26:28.466 7fe46de16390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 68bfa83f-2753-461c-9dce-b9f3464c234c object_type = hardware identifier_name = juniper-mx80-48t url = https://10.0.0.49:8082/hardware/68bfa83f-2753-461c-9dce-b9f3464c234c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "fq_name": ["juniper-mx80-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:28.476 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80-48t'], 'oper': 'UPDATE', 'request-id': 'req-49d63040-7e22-42e5-bb69-4aafe30c1ed2', 'type': 'hardware', 'uuid': '68bfa83f-2753-461c-9dce-b9f3464c234c'} 11/07/2024 02:26:28.577 7fe46dac4048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 33f16db1-08a6-4377-9060-f894b4aafda4 object_type = hardware identifier_name = juniper-mx204 url = https://10.0.0.49:8082/hardware/33f16db1-08a6-4377-9060-f894b4aafda4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "fq_name": ["juniper-mx204"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:28.586 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx204'], 'oper': 'UPDATE', 'request-id': 'req-331e615b-f268-4d12-bbb5-0b183b3f3a57', 'type': 'hardware', 'uuid': '33f16db1-08a6-4377-9060-f894b4aafda4'} 11/07/2024 02:26:28.686 7fe46de164e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd25932c-6fe2-438c-96d7-998c27af28af object_type = hardware identifier_name = juniper-mx240 url = https://10.0.0.49:8082/hardware/fd25932c-6fe2-438c-96d7-998c27af28af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "fq_name": ["juniper-mx240"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:28.696 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx240'], 'oper': 'UPDATE', 'request-id': 'req-588af01f-44ec-4cea-afc1-7afd05a5abcd', 'type': 'hardware', 'uuid': 'fd25932c-6fe2-438c-96d7-998c27af28af'} 11/07/2024 02:26:28.790 7fe46df35390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0389f738-89c0-4f53-a7bd-56569482be43 object_type = hardware identifier_name = juniper-mx480 url = https://10.0.0.49:8082/hardware/0389f738-89c0-4f53-a7bd-56569482be43 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "fq_name": ["juniper-mx480"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:28.799 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx480'], 'oper': 'UPDATE', 'request-id': 'req-36847810-f15a-4ad8-902b-88e51e8cea63', 'type': 'hardware', 'uuid': '0389f738-89c0-4f53-a7bd-56569482be43'} 11/07/2024 02:26:28.895 7fe46dac4a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9618fd20-e6e6-4d9c-b295-14b0316300af object_type = hardware identifier_name = juniper-mx960 url = https://10.0.0.49:8082/hardware/9618fd20-e6e6-4d9c-b295-14b0316300af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "fq_name": ["juniper-mx960"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:28.905 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx960'], 'oper': 'UPDATE', 'request-id': 'req-e378641b-62fa-4255-8a4c-6b189c03124a', 'type': 'hardware', 'uuid': '9618fd20-e6e6-4d9c-b295-14b0316300af'} 11/07/2024 02:26:29.003 7fe46ed22e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 object_type = hardware identifier_name = juniper-mx2008 url = https://10.0.0.49:8082/hardware/c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "fq_name": ["juniper-mx2008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:29.012 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2008'], 'oper': 'UPDATE', 'request-id': 'req-69e1e960-7f36-4e3b-95dd-9000d820bb92', 'type': 'hardware', 'uuid': 'c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5'} 11/07/2024 02:26:29.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:29.110 7fe46d9d1f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c7e966eb-8a0a-421b-b740-9f9df7ad1c77 object_type = hardware identifier_name = juniper-mx2010 url = https://10.0.0.49:8082/hardware/c7e966eb-8a0a-421b-b740-9f9df7ad1c77 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "fq_name": ["juniper-mx2010"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:29.118 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2010'], 'oper': 'UPDATE', 'request-id': 'req-5b133442-0b29-46ec-a1f1-bb9b285b3f8a', 'type': 'hardware', 'uuid': 'c7e966eb-8a0a-421b-b740-9f9df7ad1c77'} 11/07/2024 02:26:29.214 7fe46dec7c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf0608bd-3a72-46c0-af0b-c272778c736c object_type = hardware identifier_name = juniper-mx2020 url = https://10.0.0.49:8082/hardware/bf0608bd-3a72-46c0-af0b-c272778c736c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "fq_name": ["juniper-mx2020"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:29.221 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2020'], 'oper': 'UPDATE', 'request-id': 'req-e9f15761-ce3c-40f9-9f78-f68a5ead7658', 'type': 'hardware', 'uuid': 'bf0608bd-3a72-46c0-af0b-c272778c736c'} 11/07/2024 02:26:29.318 7fe46df68630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 object_type = hardware identifier_name = juniper-mx10003 url = https://10.0.0.49:8082/hardware/f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "fq_name": ["juniper-mx10003"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:29.326 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx10003'], 'oper': 'UPDATE', 'request-id': 'req-0547627b-2057-4159-afb0-5072c624f6d9', 'type': 'hardware', 'uuid': 'f234fa20-3dd5-4f22-bc86-4c1e2e279bd5'} 11/07/2024 02:26:29.423 7fe46de30588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0cf56917-0fea-454e-84f2-cdf01c8bb067 object_type = hardware identifier_name = juniper-jnp10008 url = https://10.0.0.49:8082/hardware/0cf56917-0fea-454e-84f2-cdf01c8bb067 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "fq_name": ["juniper-jnp10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:29.433 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10008'], 'oper': 'UPDATE', 'request-id': 'req-2de194a8-00be-4df3-8c47-c114473bc103', 'type': 'hardware', 'uuid': '0cf56917-0fea-454e-84f2-cdf01c8bb067'} 11/07/2024 02:26:29.532 7fe46dec7780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e3fc4483-abbe-451f-aa39-a4aff4476187 object_type = hardware identifier_name = juniper-jnp10016 url = https://10.0.0.49:8082/hardware/e3fc4483-abbe-451f-aa39-a4aff4476187 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "fq_name": ["juniper-jnp10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:29.540 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10016'], 'oper': 'UPDATE', 'request-id': 'req-c0191bbd-47ff-495e-8e37-da0f9f8a1fc9', 'type': 'hardware', 'uuid': 'e3fc4483-abbe-451f-aa39-a4aff4476187'} 11/07/2024 02:26:29.639 7fe46d9d1cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3973797-34d8-49d4-95b4-30df06256c6e object_type = hardware identifier_name = juniper-vmx url = https://10.0.0.49:8082/hardware/d3973797-34d8-49d4-95b4-30df06256c6e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "fq_name": ["juniper-vmx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:29.648 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vmx'], 'oper': 'UPDATE', 'request-id': 'req-95e3c90a-336d-4137-8af6-9519e256012b', 'type': 'hardware', 'uuid': 'd3973797-34d8-49d4-95b4-30df06256c6e'} 11/07/2024 02:26:29.754 7fe46d8e7978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb970d87-db82-4005-8700-962a40c2e31d object_type = hardware identifier_name = juniper-srx5400 url = https://10.0.0.49:8082/hardware/fb970d87-db82-4005-8700-962a40c2e31d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "fq_name": ["juniper-srx5400"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:29.767 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5400'], 'oper': 'UPDATE', 'request-id': 'req-7d8e6db4-f0cc-490f-b165-f8c318a7c261', 'type': 'hardware', 'uuid': 'fb970d87-db82-4005-8700-962a40c2e31d'} 11/07/2024 02:26:29.860 7fe46df110f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6457b9f7-51f0-430a-a150-5ae208362781 object_type = hardware identifier_name = juniper-srx5600 url = https://10.0.0.49:8082/hardware/6457b9f7-51f0-430a-a150-5ae208362781 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "fq_name": ["juniper-srx5600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:29.869 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5600'], 'oper': 'UPDATE', 'request-id': 'req-c516fff8-b195-413c-aca3-cbdd4489585d', 'type': 'hardware', 'uuid': '6457b9f7-51f0-430a-a150-5ae208362781'} 11/07/2024 02:26:29.971 7fe46db1d2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0a203d47-b5d7-48fc-af06-3571bddc0098 object_type = hardware identifier_name = juniper-srx4600 url = https://10.0.0.49:8082/hardware/0a203d47-b5d7-48fc-af06-3571bddc0098 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "fq_name": ["juniper-srx4600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:29.982 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4600'], 'oper': 'UPDATE', 'request-id': 'req-458ef374-9273-4b7a-9395-36c8304b8f42', 'type': 'hardware', 'uuid': '0a203d47-b5d7-48fc-af06-3571bddc0098'} 11/07/2024 02:26:30.061 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:30.079 7fe46da36d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50ee3c64-e89c-47f1-bff1-80e448d9121b object_type = hardware identifier_name = juniper-srx4100 url = https://10.0.0.49:8082/hardware/50ee3c64-e89c-47f1-bff1-80e448d9121b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "fq_name": ["juniper-srx4100"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:30.089 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4100'], 'oper': 'UPDATE', 'request-id': 'req-ec525750-237c-4539-9720-b4d5c0d7a467', 'type': 'hardware', 'uuid': '50ee3c64-e89c-47f1-bff1-80e448d9121b'} 11/07/2024 02:26:30.186 7fe470c28eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0e56d147-d28a-4670-8703-2dac4ec219ef object_type = hardware identifier_name = juniper-srx1500 url = https://10.0.0.49:8082/hardware/0e56d147-d28a-4670-8703-2dac4ec219ef operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "fq_name": ["juniper-srx1500"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:30.197 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx1500'], 'oper': 'UPDATE', 'request-id': 'req-6ac51a27-d15d-4f9a-8cd2-e311912bd818', 'type': 'hardware', 'uuid': '0e56d147-d28a-4670-8703-2dac4ec219ef'} 11/07/2024 02:26:30.290 7fe46df27f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5701a594-5475-4388-bc3d-5ffd8c2844cd object_type = hardware identifier_name = juniper-srx240h-poe url = https://10.0.0.49:8082/hardware/5701a594-5475-4388-bc3d-5ffd8c2844cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "fq_name": ["juniper-srx240h-poe"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:30.298 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx240h-poe'], 'oper': 'UPDATE', 'request-id': 'req-aa76d9c4-44b4-4921-abb9-25b6f02e4d02', 'type': 'hardware', 'uuid': '5701a594-5475-4388-bc3d-5ffd8c2844cd'} 11/07/2024 02:26:30.398 7fe46df352e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 object_type = hardware identifier_name = juniper-srx5800 url = https://10.0.0.49:8082/hardware/6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "fq_name": ["juniper-srx5800"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:30.407 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5800'], 'oper': 'UPDATE', 'request-id': 'req-f49a114b-472a-4cce-930f-9d498e7234a7', 'type': 'hardware', 'uuid': '6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2'} 11/07/2024 02:26:30.510 7fe46ddf7cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89e593ec-fd30-4eb7-b5d6-eb5b76da460c object_type = hardware identifier_name = juniper-srx4200 url = https://10.0.0.49:8082/hardware/89e593ec-fd30-4eb7-b5d6-eb5b76da460c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "fq_name": ["juniper-srx4200"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:30.521 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4200'], 'oper': 'UPDATE', 'request-id': 'req-d3d77641-1b67-43e3-b643-ed0f3ff94f19', 'type': 'hardware', 'uuid': '89e593ec-fd30-4eb7-b5d6-eb5b76da460c'} 11/07/2024 02:26:30.614 7fe46defe6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5725d6f5-b9df-4efb-bb13-c34c205775a4 object_type = hardware identifier_name = juniper-vsrx url = https://10.0.0.49:8082/hardware/5725d6f5-b9df-4efb-bb13-c34c205775a4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "fq_name": ["juniper-vsrx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:30.623 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vsrx'], 'oper': 'UPDATE', 'request-id': 'req-78816590-aba6-45e7-bb5d-99730962e068', 'type': 'hardware', 'uuid': '5725d6f5-b9df-4efb-bb13-c34c205775a4'} 11/07/2024 02:26:30.722 7fe46dbf06d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86eee787-5718-44dc-84cf-17ab0a275490 object_type = feature identifier_name = default-global-system-config:underlay-ip-clos url = https://10.0.0.49:8082/feature/86eee787-5718-44dc-84cf-17ab0a275490 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "fq_name": ["default-global-system-config", "underlay-ip-clos"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:30.737 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'underlay-ip-clos'], 'oper': 'UPDATE', 'request-id': 'req-0cbb9cfd-9107-42b7-b707-e97520e539ea', 'type': 'feature', 'uuid': '86eee787-5718-44dc-84cf-17ab0a275490'} 11/07/2024 02:26:30.834 7fe46db1a4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb45a340-532e-471d-8f0a-291569282b15 object_type = feature identifier_name = default-global-system-config:overlay-bgp url = https://10.0.0.49:8082/feature/fb45a340-532e-471d-8f0a-291569282b15 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "fb45a340-532e-471d-8f0a-291569282b15", "fq_name": ["default-global-system-config", "overlay-bgp"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:30.843 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'overlay-bgp'], 'oper': 'UPDATE', 'request-id': 'req-2af257a1-111b-47e6-9c60-5fc434c8ef12', 'type': 'feature', 'uuid': 'fb45a340-532e-471d-8f0a-291569282b15'} 11/07/2024 02:26:30.942 7fe46dc03588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1de6e9e1-19ee-4a38-a94c-5cfc99246ded object_type = feature identifier_name = default-global-system-config:l2-gateway url = https://10.0.0.49:8082/feature/1de6e9e1-19ee-4a38-a94c-5cfc99246ded operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "fq_name": ["default-global-system-config", "l2-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:30.953 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l2-gateway'], 'oper': 'UPDATE', 'request-id': 'req-6dcd7f04-b48f-44a9-b317-f8f9beb83aa4', 'type': 'feature', 'uuid': '1de6e9e1-19ee-4a38-a94c-5cfc99246ded'} 11/07/2024 02:26:31.046 7fe46db1af60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 object_type = feature identifier_name = default-global-system-config:l3-gateway url = https://10.0.0.49:8082/feature/e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "fq_name": ["default-global-system-config", "l3-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:31.053 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-94a12aa4-c3b1-4dcd-aba2-f22e8730328b', 'type': 'feature', 'uuid': 'e86b957c-2c5b-4ea4-bb9d-5178bc8f8592'} 11/07/2024 02:26:31.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:31.155 7fe46de95d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ce754582-8dee-462c-b557-c4829be74c27 object_type = feature identifier_name = default-global-system-config:vn-interconnect url = https://10.0.0.49:8082/feature/ce754582-8dee-462c-b557-c4829be74c27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ce754582-8dee-462c-b557-c4829be74c27", "fq_name": ["default-global-system-config", "vn-interconnect"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:31.164 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vn-interconnect'], 'oper': 'UPDATE', 'request-id': 'req-0727c28f-d634-4801-8b96-a8699b368e95', 'type': 'feature', 'uuid': 'ce754582-8dee-462c-b557-c4829be74c27'} 11/07/2024 02:26:31.267 7fe46dc03390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75a756f7-6687-4306-a372-653b835b7a63 object_type = feature identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/feature/75a756f7-6687-4306-a372-653b835b7a63 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "75a756f7-6687-4306-a372-653b835b7a63", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:31.275 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-e8cd0363-7573-44b4-a08b-c317b80767e2', 'type': 'feature', 'uuid': '75a756f7-6687-4306-a372-653b835b7a63'} 11/07/2024 02:26:31.375 7fe46de308d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8d716e60-7319-4f9f-a0db-1f8fd86d6186 object_type = feature identifier_name = default-global-system-config:assisted-replicator url = https://10.0.0.49:8082/feature/8d716e60-7319-4f9f-a0db-1f8fd86d6186 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "fq_name": ["default-global-system-config", "assisted-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:31.383 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-b86d1d41-23bb-4082-b284-864efe6c999b', 'type': 'feature', 'uuid': '8d716e60-7319-4f9f-a0db-1f8fd86d6186'} 11/07/2024 02:26:31.487 7fe46df66cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5b262e15-6ed7-4a11-8a7d-e371f26caf53 object_type = feature identifier_name = default-global-system-config:port-profile url = https://10.0.0.49:8082/feature/5b262e15-6ed7-4a11-8a7d-e371f26caf53 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "fq_name": ["default-global-system-config", "port-profile"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:31.497 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'port-profile'], 'oper': 'UPDATE', 'request-id': 'req-1af3751b-cd6e-47f7-8a31-bb8c43413278', 'type': 'feature', 'uuid': '5b262e15-6ed7-4a11-8a7d-e371f26caf53'} 11/07/2024 02:26:31.594 7fe46db136d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ccbfbdbc-d047-4336-a621-25f8b481bd0d object_type = feature identifier_name = default-global-system-config:telemetry url = https://10.0.0.49:8082/feature/ccbfbdbc-d047-4336-a621-25f8b481bd0d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "fq_name": ["default-global-system-config", "telemetry"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:31.603 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'telemetry'], 'oper': 'UPDATE', 'request-id': 'req-a280b918-9f7c-406b-8694-30502f2718da', 'type': 'feature', 'uuid': 'ccbfbdbc-d047-4336-a621-25f8b481bd0d'} 11/07/2024 02:26:31.707 7fe46dd12780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eeea45e9-bfe3-40ce-895c-3f47710c1d81 object_type = feature identifier_name = default-global-system-config:firewall url = https://10.0.0.49:8082/feature/eeea45e9-bfe3-40ce-895c-3f47710c1d81 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "fq_name": ["default-global-system-config", "firewall"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:31.717 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'firewall'], 'oper': 'UPDATE', 'request-id': 'req-9398f5b1-2c7b-4983-a1fb-d85dda1aac4a', 'type': 'feature', 'uuid': 'eeea45e9-bfe3-40ce-895c-3f47710c1d81'} 11/07/2024 02:26:31.814 7fe46d8deac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1a62bd7d-9bf9-4de3-8861-9421862d8b83 object_type = feature identifier_name = default-global-system-config:infra-bms-access url = https://10.0.0.49:8082/feature/1a62bd7d-9bf9-4de3-8861-9421862d8b83 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "fq_name": ["default-global-system-config", "infra-bms-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:31.828 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'infra-bms-access'], 'oper': 'UPDATE', 'request-id': 'req-ef27fb2d-e729-4dcc-9cd4-393c9e10fab0', 'type': 'feature', 'uuid': '1a62bd7d-9bf9-4de3-8861-9421862d8b83'} 11/07/2024 02:26:31.922 7fe46dc03e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86490f57-fc6b-4c66-8c9e-b8ab56611249 object_type = feature identifier_name = default-global-system-config:pnf-service-chaining url = https://10.0.0.49:8082/feature/86490f57-fc6b-4c66-8c9e-b8ab56611249 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "fq_name": ["default-global-system-config", "pnf-service-chaining"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:31.932 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-service-chaining'], 'oper': 'UPDATE', 'request-id': 'req-389acf1a-5215-4ac0-8eb0-4d1f939cb9cb', 'type': 'feature', 'uuid': '86490f57-fc6b-4c66-8c9e-b8ab56611249'} 11/07/2024 02:26:32.026 7fe46d8d6c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a74dd4b0-ec84-40de-89b8-037c2bad424e object_type = physical_role identifier_name = default-global-system-config:leaf url = https://10.0.0.49:8082/physical-role/a74dd4b0-ec84-40de-89b8-037c2bad424e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "fq_name": ["default-global-system-config", "leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:32.038 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'leaf'], 'oper': 'UPDATE', 'request-id': 'req-7aa33f61-24c9-4187-9d71-78aa18b98f7d', 'type': 'physical_role', 'uuid': 'a74dd4b0-ec84-40de-89b8-037c2bad424e'} 11/07/2024 02:26:32.064 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:32.135 7fe46dae6438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e848e994-4f62-4c2f-9140-8d66298c2a16 object_type = physical_role identifier_name = default-global-system-config:spine url = https://10.0.0.49:8082/physical-role/e848e994-4f62-4c2f-9140-8d66298c2a16 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "fq_name": ["default-global-system-config", "spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:32.147 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'spine'], 'oper': 'UPDATE', 'request-id': 'req-0ca2d728-ff74-4a5b-8d69-c2b86a2133b6', 'type': 'physical_role', 'uuid': 'e848e994-4f62-4c2f-9140-8d66298c2a16'} 11/07/2024 02:26:32.239 7fe46de854e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 165fc8b2-b498-425c-b9ca-c497dfb8ecb8 object_type = physical_role identifier_name = default-global-system-config:superspine url = https://10.0.0.49:8082/physical-role/165fc8b2-b498-425c-b9ca-c497dfb8ecb8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "fq_name": ["default-global-system-config", "superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:32.248 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'superspine'], 'oper': 'UPDATE', 'request-id': 'req-7b3acf01-7e39-4afb-88a3-fad669cf7727', 'type': 'physical_role', 'uuid': '165fc8b2-b498-425c-b9ca-c497dfb8ecb8'} 11/07/2024 02:26:32.343 7fe46ecee438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 object_type = physical_role identifier_name = default-global-system-config:pnf url = https://10.0.0.49:8082/physical-role/50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "fq_name": ["default-global-system-config", "pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:32.353 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf'], 'oper': 'UPDATE', 'request-id': 'req-60784b3f-caf5-4302-ba00-fe071d1696d8', 'type': 'physical_role', 'uuid': '50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441'} 11/07/2024 02:26:32.447 7fe46df14d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3f7f21d-5131-42c5-902a-2870b9f2a440 object_type = overlay_role identifier_name = default-global-system-config:erb-ucast-gateway url = https://10.0.0.49:8082/overlay-role/d3f7f21d-5131-42c5-902a-2870b9f2a440 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "fq_name": ["default-global-system-config", "erb-ucast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:32.457 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-ucast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-c699c465-6b65-470b-9a03-266c2e67a38d', 'type': 'overlay_role', 'uuid': 'd3f7f21d-5131-42c5-902a-2870b9f2a440'} 11/07/2024 02:26:32.554 7fe46df9e2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 63cfa342-76cd-4a56-8157-14c328560d48 object_type = overlay_role identifier_name = default-global-system-config:crb-access url = https://10.0.0.49:8082/overlay-role/63cfa342-76cd-4a56-8157-14c328560d48 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "fq_name": ["default-global-system-config", "crb-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:32.563 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access'], 'oper': 'UPDATE', 'request-id': 'req-6a09ad85-289b-4622-afef-d8f68eedef45', 'type': 'overlay_role', 'uuid': '63cfa342-76cd-4a56-8157-14c328560d48'} 11/07/2024 02:26:32.658 7fe46df29630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:32.669 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-39350281-ffe2-49d1-9f07-0c70716433c5', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:26:32.770 7fe46df18cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22353762-4f58-4a71-b3b7-a794e3f85f0c object_type = overlay_role identifier_name = default-global-system-config:crb-gateway url = https://10.0.0.49:8082/overlay-role/22353762-4f58-4a71-b3b7-a794e3f85f0c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "fq_name": ["default-global-system-config", "crb-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:32.783 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway'], 'oper': 'UPDATE', 'request-id': 'req-5da36619-1d09-4d84-968b-c0e20eed1fd6', 'type': 'overlay_role', 'uuid': '22353762-4f58-4a71-b3b7-a794e3f85f0c'} 11/07/2024 02:26:32.882 7fe46ef0d0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b378a518-ae07-482d-a546-abc7a34ff5ed object_type = overlay_role identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/overlay-role/b378a518-ae07-482d-a546-abc7a34ff5ed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:32.895 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-d16255ce-d1fd-486c-ad1a-a83ec2098283', 'type': 'overlay_role', 'uuid': 'b378a518-ae07-482d-a546-abc7a34ff5ed'} 11/07/2024 02:26:32.994 7fe46de58630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:33.003 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-8d1db504-e4d6-49b8-a6fb-6a1aab2e7272', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:26:33.065 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:33.098 7fe46df6aa20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc804de-3a25-4176-a505-11fd99f99b89 object_type = overlay_role identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/overlay-role/7fc804de-3a25-4176-a505-11fd99f99b89 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:33.107 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-33b00ddc-20aa-483f-9734-81f256ff5b8c', 'type': 'overlay_role', 'uuid': '7fc804de-3a25-4176-a505-11fd99f99b89'} 11/07/2024 02:26:33.207 7fe46ddcb198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f46a292-5727-44c4-b5cc-dbb399d63dc0 object_type = overlay_role identifier_name = default-global-system-config:dci-gateway url = https://10.0.0.49:8082/overlay-role/3f46a292-5727-44c4-b5cc-dbb399d63dc0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "fq_name": ["default-global-system-config", "dci-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:33.215 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway'], 'oper': 'UPDATE', 'request-id': 'req-c4ac5f86-1997-4f01-8c9d-75cfeff86b4c', 'type': 'overlay_role', 'uuid': '3f46a292-5727-44c4-b5cc-dbb399d63dc0'} 11/07/2024 02:26:33.314 7fe46d8de048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c288d8d5-0400-434c-9648-973298c28dd2 object_type = overlay_role identifier_name = default-global-system-config:ar-client url = https://10.0.0.49:8082/overlay-role/c288d8d5-0400-434c-9648-973298c28dd2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "fq_name": ["default-global-system-config", "ar-client"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:33.321 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client'], 'oper': 'UPDATE', 'request-id': 'req-15cb370b-508c-454a-8c1a-106d7a32ce94', 'type': 'overlay_role', 'uuid': 'c288d8d5-0400-434c-9648-973298c28dd2'} 11/07/2024 02:26:33.418 7fe46dac40f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6aae65f-b0d6-44b6-b1f5-b2adbff6debe object_type = overlay_role identifier_name = default-global-system-config:ar-replicator url = https://10.0.0.49:8082/overlay-role/c6aae65f-b0d6-44b6-b1f5-b2adbff6debe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "fq_name": ["default-global-system-config", "ar-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:33.427 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator'], 'oper': 'UPDATE', 'request-id': 'req-201b555f-5614-4818-861e-015e25505a91', 'type': 'overlay_role', 'uuid': 'c6aae65f-b0d6-44b6-b1f5-b2adbff6debe'} 11/07/2024 02:26:33.526 7fe46dae6438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c24f6c68-2b22-4d05-9215-bd5f4e97144e object_type = overlay_role identifier_name = default-global-system-config:route-reflector url = https://10.0.0.49:8082/overlay-role/c24f6c68-2b22-4d05-9215-bd5f4e97144e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "fq_name": ["default-global-system-config", "route-reflector"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:33.536 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'route-reflector'], 'oper': 'UPDATE', 'request-id': 'req-1d48601c-24aa-4937-88d3-3ab11d7e1c91', 'type': 'overlay_role', 'uuid': 'c24f6c68-2b22-4d05-9215-bd5f4e97144e'} 11/07/2024 02:26:33.630 7fe46df22048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d04e3467-16c7-4d34-8a16-54db9f2dbd6d object_type = overlay_role identifier_name = default-global-system-config:lean url = https://10.0.0.49:8082/overlay-role/d04e3467-16c7-4d34-8a16-54db9f2dbd6d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "fq_name": ["default-global-system-config", "lean"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:33.638 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean'], 'oper': 'UPDATE', 'request-id': 'req-5617ff67-3249-41eb-a0b5-4873dc920dc5', 'type': 'overlay_role', 'uuid': 'd04e3467-16c7-4d34-8a16-54db9f2dbd6d'} 11/07/2024 02:26:33.738 7fe46dd12cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7c98b4ba-9792-4adc-bbe5-814de08ee193 object_type = overlay_role identifier_name = default-global-system-config:pnf-servicechain url = https://10.0.0.49:8082/overlay-role/7c98b4ba-9792-4adc-bbe5-814de08ee193 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "fq_name": ["default-global-system-config", "pnf-servicechain"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:33.747 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain'], 'oper': 'UPDATE', 'request-id': 'req-0dee0ee8-333c-46b5-9ac2-34c7c07a095a', 'type': 'overlay_role', 'uuid': '7c98b4ba-9792-4adc-bbe5-814de08ee193'} 11/07/2024 02:26:33.846 7fe46d9d14e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/role-definition/7fc7bdca-a972-42e0-b02b-f14221ab24ff operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "fq_name": ["default-global-system-config", "erb-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:33.854 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b80785b2-daef-4f6d-ac87-8c795de173de', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:26:33.954 7fe46dc90048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/role-definition/6d675ed2-da72-4f70-b970-60c581a40246 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "fq_name": ["default-global-system-config", "crb-access-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:33.961 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-cd631288-1e7e-4ff7-8dc3-9dc5e3477613', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:26:34.059 7fe46db39198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/role-definition/12313f49-601a-4c77-a56c-14c5faa0a0f7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "fq_name": ["default-global-system-config", "crb-access-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:34.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:34.067 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-02f778ed-9b74-4e7a-a43e-35157492d5d1', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:26:34.162 7fe46dece390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/role-definition/3e74d541-ffa4-4b60-a80c-f7d30e81267e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "fq_name": ["default-global-system-config", "crb-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:34.171 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e6c42fdf-6220-46b1-85f1-16280328743e', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:26:34.270 7fe46dbf04e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/role-definition/8713bf0b-c920-4bfc-b102-24ff9e8a9a56 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "fq_name": ["default-global-system-config", "crb-mcast-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:34.280 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-20f9d233-eeb6-4866-8e7a-d87c43a8cd5e', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:26:34.382 7fe474c8beb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/role-definition/3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:34.393 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-db3182c7-aae9-4d2f-828f-e7e67ca8d364', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:26:34.495 7fe470d73780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/role-definition/9ed12178-e668-406f-ae82-6504f36818d2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "fq_name": ["default-global-system-config", "dc-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:34.505 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-b8b02cfd-1c2d-47d6-bc0e-5404472d60b9', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:26:34.607 7fe46df66b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/role-definition/cf632c77-302b-45f8-8a3b-d2c6bdc298dd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "fq_name": ["default-global-system-config", "dci-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:34.616 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-b61fafa3-83a5-490c-a690-703518ba4a24', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:26:34.716 7fe46ef15390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/role-definition/a17e9751-f0f6-45fd-b3cd-99d3deac46c3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "fq_name": ["default-global-system-config", "crb-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:34.725 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f07f58e6-7dac-4066-8b2d-89b8d3246691', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:26:34.828 7fe46ddcb780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/role-definition/2c3ab7f0-4324-4cf5-8453-7f3e989086e1 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "fq_name": ["default-global-system-config", "crb-mcast-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:34.839 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f1669717-6dc4-4e01-a0b8-d7aa3eb9ecd3', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:26:34.935 7fe46dc03c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/role-definition/89eb9636-66e1-4865-b82c-0b460ab6c686 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "fq_name": ["default-global-system-config", "dc-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:34.944 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0e4b2d9b-ffdd-4de6-b273-b1b99ab28641', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:26:35.038 7fe46de166d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/role-definition/8daef5e4-651d-4fd2-adcc-93dc9b88931e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "fq_name": ["default-global-system-config", "dci-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:35.046 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9ab6ebcc-d32c-4108-81b0-3669f4638c0d', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:26:35.068 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:35.147 7fe46e01d828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/role-definition/53bde039-5adb-4b1a-9c0f-03b8c73e978b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "fq_name": ["default-global-system-config", "ar-client-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:35.156 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4a76868a-b8a6-43a2-882b-21d5ad992fbb', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:26:35.259 7fe46de34828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/role-definition/fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "fq_name": ["default-global-system-config", "ar-client-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:35.269 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-d729e347-1f50-4379-84ce-832cc6542cfa', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:26:35.370 7fe46dd12eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/role-definition/b3a5a11a-9058-47cc-bbca-b92e18e00063 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "fq_name": ["default-global-system-config", "ar-replicator-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:35.378 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-95c55f37-be89-4743-8450-da30009db08e', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:26:35.475 7fe46dc72c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/role-definition/700f730d-b72d-4b6a-914f-f46880b46dbf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "fq_name": ["default-global-system-config", "ar-replicator-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:35.487 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-bb3f92ae-87ad-4a3b-a67d-77ef4ff73141', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:26:35.578 7fe46db3d828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/role-definition/a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "fq_name": ["default-global-system-config", "rr-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:35.587 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-673561b7-f389-4611-a260-740c98e4ee13', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:26:35.682 7fe46d925828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/role-definition/337a1ec4-253f-4efd-8e31-d650bdfab64e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "fq_name": ["default-global-system-config", "rr-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:35.690 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-9d4b50f4-d2b2-40ef-b1cd-537f3fe8f7e4', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:26:35.794 7fe46dc72cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/role-definition/05c8ab04-e527-47bf-bd06-cfc7e4f72383 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "fq_name": ["default-global-system-config", "rr-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:35.802 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2ee7f8ff-47ec-4b8d-875a-616b37c9d5f8', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:26:35.907 7fe46da8d4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/role-definition/c3369dc6-8fd8-476e-920f-39bfe42b1a18 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "fq_name": ["default-global-system-config", "lean-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:35.914 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-13de4e3f-805e-44f7-85f5-7ed7ca231f13', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:26:36.011 7fe46dc03d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/role-definition/887c905f-12cf-4707-abe5-25641ff7994a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "fq_name": ["default-global-system-config", "lean-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:36.018 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-5e6b4276-145a-478e-a580-7d6921ef5e5a', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:26:36.070 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:36.114 7fe46df3b8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/role-definition/eae130b1-c96e-47dc-a63a-0b04d4515815 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "fq_name": ["default-global-system-config", "pnf-servicechain-pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:36.122 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-eaad853e-284b-4a52-92b5-405ae1afefc7', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:26:36.218 7fe46db75198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/role-definition/c0916b85-cd5b-435c-a8c9-02a9a6f51769 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "fq_name": ["default-global-system-config", "pnf-servicechain-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:36.226 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-aff4425c-1f7a-440a-be22-05ffbbc56071', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:26:36.334 7fe46e01e588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/role-definition/0fab1b56-dc54-446c-9c4a-a2017c20792f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "fq_name": ["default-global-system-config", "pnf-servicechain-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:36.343 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c1209990-2856-4e7c-9165-cd9a3fa54037', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:26:36.439 7fe46dc722e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 71100362-52d5-49e1-a5ec-dc34d5fd4103 object_type = feature_config identifier_name = default-global-system-config:erb-leaf:l3-gateway url = https://10.0.0.49:8082/feature-config/71100362-52d5-49e1-a5ec-dc34d5fd4103 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "71100362-52d5-49e1-a5ec-dc34d5fd4103", "fq_name": ["default-global-system-config", "erb-leaf", "l3-gateway"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "use_gateway_ip", "value": "True"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:36.449 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-e6fd3762-2147-43ae-ab08-eaed595211f6', 'type': 'feature_config', 'uuid': '71100362-52d5-49e1-a5ec-dc34d5fd4103'} 11/07/2024 02:26:36.542 7fe46de16c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 998f5f5b-dac6-428e-afc9-e111ce9c84e2 object_type = feature_config identifier_name = default-global-system-config:ar-client-spine:assisted-replicator url = https://10.0.0.49:8082/feature-config/998f5f5b-dac6-428e-afc9-e111ce9c84e2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "998f5f5b-dac6-428e-afc9-e111ce9c84e2", "fq_name": ["default-global-system-config", "ar-client-spine", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:36.550 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-22460362-7585-40ab-916a-b2b47d8716d5', 'type': 'feature_config', 'uuid': '998f5f5b-dac6-428e-afc9-e111ce9c84e2'} 11/07/2024 02:26:36.651 7fe46de6ca20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0867534b-2dea-408b-9d48-f35498eb53fa object_type = feature_config identifier_name = default-global-system-config:ar-client-leaf:assisted-replicator url = https://10.0.0.49:8082/feature-config/0867534b-2dea-408b-9d48-f35498eb53fa operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "0867534b-2dea-408b-9d48-f35498eb53fa", "fq_name": ["default-global-system-config", "ar-client-leaf", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:36.663 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-9a8c12c4-342c-46f4-8330-d780c89002f6', 'type': 'feature_config', 'uuid': '0867534b-2dea-408b-9d48-f35498eb53fa'} 11/07/2024 02:26:36.763 7fe46d8e4240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/node-profile/edd9d036-a7db-418b-9e5f-80c0fc6adf9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:36.771 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-53f3163c-aa27-4650-a497-4ddd424b2cb8', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:26:36.872 7fe46ef154e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/node-profile/dda2834b-74c3-40b2-ae88-30651406dace operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "fq_name": ["default-global-system-config", "juniper-qfx5k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:36.881 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-205f9181-4449-4f1a-b844-abba6fac94fd', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:26:36.979 7fe46de30b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/node-profile/134314c5-c9a5-480a-8822-b05c25e74d1b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["Route-Reflector", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector", "AR-Client", "AR-Replicator"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:36.987 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-c97f11a2-e485-4ed5-814d-aece8a1fbd9f', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:26:37.071 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:37.084 7fe46d9b16d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/node-profile/5c345570-baa6-4cca-aadb-a909315de17a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "fq_name": ["default-global-system-config", "juniper-qfx5120"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector", "AR-Client", "ERB-UCAST-Gateway", "CRB-Gateway", "PNF-Servicechain"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "Route-Reflector", "PNF-Servicechain", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:37.096 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-8a46c3c3-50e1-4137-b6e8-3af869c688b2', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:26:37.196 7fe46dea3780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/node-profile/4b759c70-b6f4-41cc-9597-4b44bc8e1cbb operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "fq_name": ["default-global-system-config", "juniper-qfx5220"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:37.205 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-67487b2c-46d2-42f1-9f6a-72bb73ae8f1a', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:26:37.303 7fe46dea9048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/node-profile/f5d47ce2-0539-4c22-a861-529351f95857 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "fq_name": ["default-global-system-config", "juniper-qfx10k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:37.313 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-b938792c-a0c1-488d-a9de-8cda3eab2ca9', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:26:37.411 7fe46deedeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/node-profile/fe87400f-2ffc-41ed-88dc-afd60e9b609b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "fq_name": ["default-global-system-config", "juniper-mx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:37.420 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-fabc6096-ae96-4487-9df1-a8a23068d12d', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:26:37.526 7fe46df01588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/node-profile/096a2735-e7c1-4b17-a7a3-a7bb6faa62af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "fq_name": ["default-global-system-config", "juniper-srx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": false, "node_profile_roles": {"role_mappings": [{"physical_role": "pnf", "rb_roles": ["PNF-Servicechain"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:37.535 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-e4e6f913-3cab-424c-b86d-c6f04b1b65d7', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:26:37.636 7fe46de95828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = abf711ba-5e89-49e5-abbb-67e23053d2e9 object_type = node_profile identifier_name = default-global-system-config:device-functional-group url = https://10.0.0.49:8082/node-profile/abf711ba-5e89-49e5-abbb-67e23053d2e9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "abf711ba-5e89-49e5-abbb-67e23053d2e9", "fq_name": ["default-global-system-config", "device-functional-group"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "ERB-UCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:37.646 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device-functional-group'], 'oper': 'UPDATE', 'request-id': 'req-889a0c67-caa9-450c-b8c9-70137f9886c5', 'type': 'node_profile', 'uuid': 'abf711ba-5e89-49e5-abbb-67e23053d2e9'} 11/07/2024 02:26:38.072 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:38.843 7fe46df276d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:26:38.843 7fe46df276d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:26:38.894 7fe46de73ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b46dc25a-d8d5-4fb8-92c9-000b4a174622 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k-lean:basic url = https://10.0.0.49:8082/role-config/b46dc25a-d8d5-4fb8-92c9-000b4a174622 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "b46dc25a-d8d5-4fb8-92c9-000b4a174622", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:38.902 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-2be87077-e84f-42f2-afed-301f0ca1844f', 'type': 'role_config', 'uuid': 'b46dc25a-d8d5-4fb8-92c9-000b4a174622'} 11/07/2024 02:26:39.006 7fe46df276d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:26:39.006 7fe46df276d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:26:39.060 7fe46de16828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3bba2573-3fa7-4605-be62-08129fd192f3 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k:basic url = https://10.0.0.49:8082/role-config/3bba2573-3fa7-4605-be62-08129fd192f3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "3bba2573-3fa7-4605-be62-08129fd192f3", "fq_name": ["default-global-system-config", "juniper-qfx5k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:39.069 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-8f1f98eb-985a-49c7-8fa5-5d4eeabc0eb6', 'type': 'role_config', 'uuid': '3bba2573-3fa7-4605-be62-08129fd192f3'} 11/07/2024 02:26:39.073 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:39.173 7fe46df276d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:26:39.173 7fe46df276d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:26:39.223 7fe46df79c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ca9bfca3-df36-4b18-8818-e83e82bdbcf0 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5120:basic url = https://10.0.0.49:8082/role-config/ca9bfca3-df36-4b18-8818-e83e82bdbcf0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "ca9bfca3-df36-4b18-8818-e83e82bdbcf0", "fq_name": ["default-global-system-config", "juniper-qfx5120", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:39.234 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-a8f60ab8-f040-4d62-8cab-bc35e96125b5', 'type': 'role_config', 'uuid': 'ca9bfca3-df36-4b18-8818-e83e82bdbcf0'} 11/07/2024 02:26:39.329 7fe46df276d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:26:39.330 7fe46df276d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:26:39.382 7fe46de95828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9075c3e4-8eaf-49c6-a27e-c08153b72693 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5220:basic url = https://10.0.0.49:8082/role-config/9075c3e4-8eaf-49c6-a27e-c08153b72693 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "9075c3e4-8eaf-49c6-a27e-c08153b72693", "fq_name": ["default-global-system-config", "juniper-qfx5220", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:39.390 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-b96b61a4-1bb8-4b06-9553-e1049cb4eecd', 'type': 'role_config', 'uuid': '9075c3e4-8eaf-49c6-a27e-c08153b72693'} 11/07/2024 02:26:39.485 7fe46df276d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:26:39.485 7fe46df276d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:26:39.539 7fe46df64d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 00197742-a3bb-478e-a360-a359ebe4dbfe object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k-lean:basic url = https://10.0.0.49:8082/role-config/00197742-a3bb-478e-a360-a359ebe4dbfe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "00197742-a3bb-478e-a360-a359ebe4dbfe", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:39.549 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-9b02c70d-681e-4ea3-81d2-7c7db7ff9f44', 'type': 'role_config', 'uuid': '00197742-a3bb-478e-a360-a359ebe4dbfe'} 11/07/2024 02:26:39.645 7fe46df276d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:26:39.646 7fe46df276d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:26:39.694 7fe46dc72eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0d823831-a334-484f-8088-9128f0681d36 object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k:basic url = https://10.0.0.49:8082/role-config/0d823831-a334-484f-8088-9128f0681d36 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "0d823831-a334-484f-8088-9128f0681d36", "fq_name": ["default-global-system-config", "juniper-qfx10k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:39.703 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-d1954625-325f-4d4e-a359-0fce239c9e29', 'type': 'role_config', 'uuid': '0d823831-a334-484f-8088-9128f0681d36'} 11/07/2024 02:26:39.805 7fe46df276d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:26:39.805 7fe46df276d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:26:39.855 7fe46d9d1f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d object_type = role_config identifier_name = default-global-system-config:juniper-mx:basic url = https://10.0.0.49:8082/role-config/2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d", "fq_name": ["default-global-system-config", "juniper-mx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:39.865 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-15f64e06-da84-4cd8-9dbf-b4664c219570', 'type': 'role_config', 'uuid': '2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d'} 11/07/2024 02:26:39.958 7fe46df276d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:26:39.958 7fe46df276d8 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:26:40.011 7fe46ecf78d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6b3d4a3-1a6f-4687-a0bd-5077da20deba object_type = role_config identifier_name = default-global-system-config:juniper-srx:basic url = https://10.0.0.49:8082/role-config/c6b3d4a3-1a6f-4687-a0bd-5077da20deba operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "c6b3d4a3-1a6f-4687-a0bd-5077da20deba", "fq_name": ["default-global-system-config", "juniper-srx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:40.020 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-58c65fdc-ff10-4fa5-bb12-3ff9cfbb890b', 'type': 'role_config', 'uuid': 'c6b3d4a3-1a6f-4687-a0bd-5077da20deba'} 11/07/2024 02:26:40.074 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:40.166 7fe46deae4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:40.173 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-202f8a03-173b-4dcd-9ba5-38894335ca12', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:26:40.319 7fe46df3b4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:40.325 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-47e8f508-13cd-44aa-85b5-e4f9e0486e82', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:26:40.471 7fe46dc72780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:40.478 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c786d63d-93b5-4e1a-9646-3193ea72767c', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:26:40.631 7fe46dbba438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:40.642 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1222251a-75dd-47d2-9383-8e2222ac4205', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:26:40.791 7fe46dac2438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:40.798 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-50558f62-954a-4c79-9ff3-e7232e80c3e4', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:26:40.943 7fe46deae4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:40.952 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a396fae7-851c-4c6f-baac-a56bcd8c6d4a', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:26:41.104 7fe46ddaad68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:41.111 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-708a8614-3e97-4f5a-802f-4a0c9a470970', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:26:41.258 7fe46dae68d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:41.265 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0b04e1ef-4d25-438b-bad5-010ab28f13d2', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:26:41.414 7fe46de682e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:41.422 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e9ca9a1c-13b1-4dd4-bbaf-918b258cfec0', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:26:41.570 7fe4707a3d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:41.577 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6450af98-77c7-4bcb-89cf-ecb4a4e6b1d9', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:26:41.723 7fe46ddf7c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:41.730 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-698119b1-ec35-4a11-92d8-7901f076591a', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:26:41.875 7fe46ef15780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:41.882 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5fdc4db3-19b7-4020-ba93-be59ccdbb283', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:26:42.037 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:42.042 7fe46df3bb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:42.054 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5950854d-f929-4bde-86dc-d56d7efd0512', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:26:42.203 7fe46db75240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:42.210 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6769fe68-ef99-4d37-9135-3b41cb9ce7df', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:26:42.358 7fe46db39390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:42.369 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2af8d408-bbc0-4c58-8c99-bb8f42e4615c', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:26:42.510 7fe46e86c6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:42.516 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-78f26632-096c-4d49-bfd3-b1bb2af7498d', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:26:42.663 7fe46d925780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:42.670 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3faef6a0-edcd-4526-acd5-c9fb1415af66', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:26:42.819 7fe46de2e780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:42.826 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6d73347e-20da-4dce-8036-401be70d96da', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:26:42.979 7fe46db39b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:42.986 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-0a55a416-6030-4463-bedc-400f459cc873', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:26:43.038 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:43.135 7fe46db3d8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:43.141 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-eb23873c-e424-4b02-934f-3d4575ee8057', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:26:43.293 7fe46de47048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:43.303 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-7e82cc55-eb10-4c29-b486-5400189f5d08', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:26:43.451 7fe46d925780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:43.458 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-8030e125-23b5-4561-8d13-95975b7a59fa', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:26:43.608 7fe46dbbaeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:43.617 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-66e165ab-2c75-4724-a8bc-72f02173f034', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:26:43.758 7fe46dbb8b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:43.764 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-e215ac70-5b79-4381-9036-e643d2407323', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:26:43.911 7fe46db39978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:43.918 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-92922e11-7e2e-45a5-8e2b-85fcc64748ef', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:26:44.039 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:44.062 7fe46df35630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:44.070 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-361afd15-2b18-4426-91f2-87f82c25f7c5', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:26:44.215 7fe46e92ea20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:44.223 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-134e5b8e-2bbf-4091-903f-61b4e27106e5', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:26:44.375 7fe46d923e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:44.382 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-4af54550-f3be-4f63-a4db-44d12dfe0395', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:26:44.531 7fe46db39630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:44.539 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-812071dd-fc53-410f-b486-cef5d6ec839b', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:26:44.691 7fe46df68048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:44.699 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-f10adb32-d8ca-48f9-8102-54c30c8de7b5', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:26:44.865 7fe46d8dea20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:44.875 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-7a4e9b2d-c223-42ff-b8eb-b7180338d5da', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:26:45.022 7fe46dbf0198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:45.036 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-44506c11-7e62-4403-98c8-b06dc244298c', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:26:45.041 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:45.178 7fe46dea26d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:45.186 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-c7eac340-33ca-4dbf-9667-4aa32f0f7ccf', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:26:45.339 7fe46dbb3390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:45.347 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-f6b81095-c152-44c7-bf27-fbb3c5def401', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:26:45.503 7fe46dbb3d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:45.511 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-cd0bc567-b07d-4d59-8e41-ca958b946666', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:26:45.658 7fe46dc03390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:45.664 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8a6e290a-553f-4677-a331-eceb351981ee', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:26:45.816 7fe46de348d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:45.822 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-cdf4fa77-1546-42eb-a8eb-a7e0aca3bf07', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:26:45.970 7fe46de95c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:45.978 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2a58e655-19a0-4058-a480-9ac032f3cc3d', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:26:46.042 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:46.126 7fe46dbb3828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:46.135 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4f6616ec-618c-4a3c-a846-be5ff9c2de07', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:26:46.287 7fe46de502e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:46.295 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e69f1a74-ec40-47fc-912e-a2b2d345cb21', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:26:46.442 7fe46e0356d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:46.449 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-744edbb4-9422-44cb-ac67-5078d99486c4', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:26:46.599 7fe46de340f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:46.605 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-60742abe-2f0b-4d61-88e4-d771ef63f40f', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:26:46.755 7fe46dc72b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:46.762 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-bb996021-2c9d-4395-87a4-82088b07a112', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:26:46.910 7fe46de50198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:46.919 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-800e07b7-7381-41fc-a896-57a00a69d3e6', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:26:47.043 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:47.062 7fe46ddd0240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:47.071 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-f33fb172-fd0c-441b-ab6c-f8b6f36cc151', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:26:47.218 7fe46d8e44e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:47.228 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-c66e7f6d-99eb-4a74-bac4-8e55dae296e4', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:26:47.380 7fe46dbb8198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:47.388 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-df997e75-f28b-4e4c-87ae-f627adbbd354', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:26:47.530 7fe46db1d048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "overlay-role", "ref-uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "ref-fq-name": ["default-global-system-config", "crb-mcast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:47.538 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-13799d56-3fb8-4f14-aa58-83ba92f55335', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:26:47.690 7fe46ddd0048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:47.698 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-91c35d9e-0565-4657-b833-9c668fd3868b', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:26:47.847 7fe46df112e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:47.853 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-52ef032f-54f0-42a5-a74e-f181b8c98eb1', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:26:47.999 7fe46df22c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:48.007 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-926ad828-a37a-4eec-8891-92637cafc455', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:26:48.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:48.151 7fe46dfec6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:48.160 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6541a2dd-411d-4551-92ad-2be28537e20b', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:26:48.311 7fe46df222e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:48.317 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ab201d1c-9050-42af-891f-e0bfaa7b840e', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:26:48.462 7fe46d925828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:48.469 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4a521842-f36e-4e8b-aad9-b3da2d35693d', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:26:48.619 7fe46deed8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "overlay-role", "ref-uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "ref-fq-name": ["default-global-system-config", "crb-mcast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:48.626 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b078eb3c-291f-4654-a40a-1727c13c5a3f', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:26:48.778 7fe46dbb3240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:48.785 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2d6766a6-3318-4424-a57b-d99c686a766d', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:26:48.935 7fe46ddf7f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:48.945 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-75bbc32b-a22d-4b19-a8a5-f8128941c535', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:26:49.045 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:49.087 7fe46e01e390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:49.097 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-abceeaf6-3ee5-4364-aae6-5e244e9333ef', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:26:49.243 7fe46ddf7438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:49.250 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-50ffb1c5-1fe1-47dc-81e4-1f8c87d1d9fb', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:26:49.399 7fe46df68ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:49.407 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-88de5a8c-7efc-41ac-a8c9-3eb457174000', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:26:49.555 7fe46dbb3978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:49.562 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-14e194c4-dcaa-4c43-bc5f-7d6fb882330a', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:26:49.715 7fe46df3b6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:49.721 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e72ec36c-2cce-40b8-a019-3a3f5ec8de0c', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:26:49.866 7fe46e01e390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:49.872 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-769ead00-5fde-43e8-ab4c-d53805713ec3', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:26:50.024 7fe46dac4ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "overlay-role", "ref-uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:50.030 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-51f8a29e-b385-4b8c-95f6-7d79a9e4323c', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:26:50.047 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:50.179 7fe46ddaa630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:50.186 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-167fa79e-d8df-490c-b95f-f2344e3c3c40', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:26:50.342 7fe46dfd8c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "physical-role", "ref-uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "ref-fq-name": ["default-global-system-config", "superspine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:50.349 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-b3ebf88e-9236-4df4-8064-de05b90f5ffb', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:26:50.496 7fe46dac2048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "overlay-role", "ref-uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "ref-fq-name": ["default-global-system-config", "lean"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:50.504 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-304ebb1d-346a-4b97-94a0-50dadd17bf2e', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:26:50.654 7fe46dd31a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:50.661 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-6c46767c-7b80-4837-b154-242e885acc60', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:26:50.806 7fe46d8de8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:50.815 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-a56a33c6-c59b-4dab-8c6d-d51b9cd3400c', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:26:50.962 7fe46dbd1240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:50.970 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-c9235725-3e03-4d68-806b-e088fe530047', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:26:51.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:51.118 7fe46d8e7198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "overlay-role", "ref-uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "ref-fq-name": ["default-global-system-config", "lean"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:51.124 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-2b7d1e34-7d72-411d-9119-0a1da88e7ff0', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:26:51.275 7fe46dd31f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:51.286 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-105a8ddf-18c6-44e6-8f67-96246d80d6c5', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:26:51.434 7fe46de688d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:51.442 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-4aae263d-f11b-44fb-a570-a53b4bc1a7ba', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:26:51.595 7fe46dac4588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:51.604 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0e2c0b0e-8f31-4a6c-82b6-052edccbd15b', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:26:51.746 7fe46da360f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:51.759 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a1570116-25d4-4c9a-aada-5d822f8de9c9', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:26:51.903 7fe46df3bcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:51.912 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e188ee9d-9f19-422c-a9d9-3e3e927d075e', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:26:52.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:52.059 7fe46db1d0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:52.066 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7b61ac60-b25b-4ca7-8bf4-04d8f86cc538', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:26:52.210 7fe46dfec390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:52.217 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9820841e-05a5-4114-bc96-e037521c1e9b', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:26:52.376 7fe46db3d8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:52.383 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-06e6478d-197d-404e-9563-94187812da0b', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:26:52.530 7fe46da364e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:52.540 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-dcf86c0b-7755-4fc6-983c-0b99e36dbfed', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:26:52.687 7fe46d8e7f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "overlay-role", "ref-uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:52.694 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ab4acbd6-3fae-4411-a157-1faecfd3f1aa', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:26:52.850 7fe46d9254e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:52.857 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-da203aa2-ae82-4301-8a4d-0e8c64d43d0e', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:26:53.007 7fe46df64240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:53.013 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-19ff94d1-4bce-4f1e-b332-864d206b3f34', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:26:53.050 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:53.166 7fe46df14588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:53.171 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ae2f4cc2-d400-40c2-8ef8-765d26e1ca86', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:26:53.314 7fe46de500f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:53.321 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-cb1d8794-fc19-4f93-b75d-ef8d8548073c', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:26:53.470 7fe46d8e7630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:53.476 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-db850a21-b391-43a3-a71d-bd1b196b4976', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:26:53.627 7fe46dfa6438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:53.633 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-8536c20e-0e6b-4756-911e-4b335187b193', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:26:53.788 7fe46d8e7588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:53.795 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-5e40a193-cfa8-408e-8bdc-ff6b9f457741', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:26:53.943 7fe46dae68d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:53.950 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-4ae1c740-4bb1-4eac-ba48-ca1d6aaeb809', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:26:54.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:54.095 7fe46e0350f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "overlay-role", "ref-uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "ref-fq-name": ["default-global-system-config", "dci-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:54.103 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-48927c41-484d-4479-b3fd-5777678bb23a', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:26:54.254 7fe46db01390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:54.262 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-bc6c4e4e-5340-4334-bd65-ce53d3cb83de', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:26:54.414 7fe46de166d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:54.423 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-986e2aaa-732c-42ef-9c87-844394f1f460', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:26:54.566 7fe46db77198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:54.575 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3a4b8488-6cc9-42e0-98f5-e0ccdf445c23', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:26:54.726 7fe46de16828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:54.732 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e71dd07f-0427-4cc2-a935-b6c953aa49b1', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:26:54.882 7fe46df180f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:54.888 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-18f2e470-af16-483b-8351-6e48d537d185', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:26:55.040 7fe46d9b14e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:55.046 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-96cef058-47e8-49cd-ae96-8a7339fe7f9c', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:26:55.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:55.195 7fe46db66438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:55.202 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b83bd2ad-0b3b-4a72-a474-00e145e85dfd', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:26:55.346 7fe46db62978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:55.353 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c0b7338c-6402-4fa8-8e77-f27664641732', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:26:55.503 7fe46dc726d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "overlay-role", "ref-uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "ref-fq-name": ["default-global-system-config", "dci-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:55.511 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8662395d-b4da-4277-aaa8-330786f0e8d1', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:26:55.662 7fe46ddd0d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:55.670 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4d7901bf-f166-4f82-a6b6-0b7e50f83683', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:26:55.818 7fe46dbb3048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:55.824 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-61ba1792-6aea-4f7b-919b-ad8fe5560516', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:26:55.975 7fe46d8c3588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:55.984 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-508c60df-d250-4fb2-a20a-d4aa55b9f7f1', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:26:56.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:56.126 7fe46de16978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:56.133 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-27188f9a-3421-4b15-bee3-1fe7065efd30', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:26:56.282 7fe46d9d1630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:56.290 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-eb477bde-cd9d-4398-a765-833317f21b9d', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:26:56.443 7fe46de95390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:56.450 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-8defdd66-2641-487b-bf7f-6d1d38df449a', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:26:56.603 7fe46dc72d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:56.611 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-733dcf81-2559-43b4-ae37-8d2a627f194c', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:26:56.759 7fe46d8e7c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:56.767 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-c2fa8ccd-ffaf-4209-a4a1-b405671d8d95', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:26:56.914 7fe46db75630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:56.925 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a46631f3-2fae-4d02-938a-3fc1101bd76f', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:26:57.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:57.071 7fe46de95828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:57.080 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-141f95b5-e988-4e2b-9039-82dd1c64bfb9', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:26:57.235 7fe46dece828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:57.243 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-b0cdcffb-fae0-47a3-b7e3-12d992d963ef', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:26:57.386 7fe46dc72d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:57.394 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-d3302201-d107-4963-b379-01cc27cab395', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:26:57.539 7fe46dbba2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:57.547 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b63368cb-5c03-4364-93ac-bd57224bcd7a', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:26:57.694 7fe46dc72b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "overlay-role", "ref-uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "ref-fq-name": ["default-global-system-config", "ar-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:57.704 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-050c5432-146f-4bad-a5bc-2f409bbc4db1', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:26:57.855 7fe46d925048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:57.862 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-027626e9-8d74-4fe5-b926-5c939d4ded60', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:26:58.015 7fe46deb2ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "overlay-role", "ref-uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "ref-fq-name": ["default-global-system-config", "ar-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:58.022 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-e9f3018d-c355-4ca8-9aec-006a971d1a77', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:26:58.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:58.170 7fe46db6d780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:58.184 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f8ac9f8d-c2b8-4c7d-9d4d-9bfc3455fb30', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:26:58.326 7fe46dbb8198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "overlay-role", "ref-uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "ref-fq-name": ["default-global-system-config", "ar-client"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:58.335 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0d43db6c-81b2-4916-9dd8-86597d68a7f9', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:26:58.477 7fe46db754e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:58.487 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-9f0ae486-e5df-4095-af75-aeac66875f34', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:26:58.642 7fe46dac4438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:58.651 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-4a914616-22c8-4ff2-b977-799ba03a17c4', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:26:58.802 7fe46db012e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "physical-role", "ref-uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "ref-fq-name": ["default-global-system-config", "superspine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:58.809 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-d4729ebf-4ea8-45e7-8126-8f873e257ff0', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:26:58.954 7fe46db622e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:58.962 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-055c72b4-2882-48d1-998f-824dd0e0fc21', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:26:59.061 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:26:59.120 7fe46ddcb240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "overlay-role", "ref-uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "ref-fq-name": ["default-global-system-config", "ar-client"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:59.127 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-e444a8df-b03f-460a-9482-5e2a1a1e5e25', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:26:59.270 7fe46db62198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:59.279 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-3b9693a7-9cc7-4559-9385-9f7296e0dc38', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:26:59.431 7fe46de50588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:59.438 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-2bf38b13-256c-4c94-bb00-f6c1be9ea000', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:26:59.586 7fe46ecc5630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:59.593 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-6ccd4b41-8912-4f78-aaf3-59c96b33c88f', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:26:59.744 7fe46db3d780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:59.754 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-cc149265-f1de-4588-b760-6eeae1bc4913', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:26:59.896 7fe46dd82a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:26:59.903 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-6a6f4a1d-31ec-4112-ae6b-b05864f82b92', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:27:00.050 7fe46de50978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:00.057 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-17f8e2fa-13d6-47c6-882d-3512393b8fbe', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:27:00.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:00.203 7fe46da8dcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:00.212 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-19f3f7d4-3374-4a95-b145-eedaa9fea9ea', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:27:00.360 7fe46db62e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:00.367 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-43604565-3782-4d6e-a871-0c6f2be92a4e', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:27:00.514 7fe46de50f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:00.525 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-df031b87-3dd6-44ff-8e21-39182de87d91', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:27:00.667 7fe46dbb8198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:00.676 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-bc8d63e0-44ae-4321-8ee6-18c879122c5a', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:27:00.827 7fe46de50cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:00.834 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-983fc260-6ae3-43a1-aefc-c0b7b692dfb0', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:27:00.979 7fe46db62438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:00.987 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-074f8d95-0491-4cf9-acf4-c916adc2e069', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:27:01.063 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:01.138 7fe46dec74e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:01.145 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b942f675-0643-488a-934f-02f60bc9f604', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:27:01.294 7fe46dcc0cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:01.308 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-54703612-2462-4385-a530-ec2a37064c7a', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:27:01.456 7fe46d8e7c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:01.464 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-978d41dd-8fe6-4c3b-9841-a21b81f87d5f', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:27:01.614 7fe46d925ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:01.622 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-109c85ff-6618-4d67-8e81-d25cc2eef622', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:27:01.767 7fe46d9dceb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:01.777 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e8ca5358-ccde-4668-bdae-e141b4295407', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:27:01.926 7fe46df46e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:01.932 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-b0aca93e-dee9-4cce-81b6-095e7f673d05', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:27:02.064 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:02.082 7fe46ddaa588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:02.089 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-9344de28-2a9f-460e-9802-3b3a014d76bb', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:27:02.231 7fe46dece8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:02.238 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-70c2b3f3-1380-4502-824d-7203991978df', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:27:02.391 7fe46de502e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:02.398 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7799933f-0533-46af-a547-ee03b6e6955a', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:27:02.543 7fe46de68a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:02.549 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9e1d1398-1a66-4a29-aa13-d672b09e7cc3', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:27:02.696 7fe46d8e4048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:02.705 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-79e876dd-0c9c-42ea-b1f3-dd0ac659e7ab', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:27:02.846 7fe46ddaaa20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:02.854 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0b9a4305-9595-4993-bca4-f39f81da33a2', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:27:02.999 7fe46d9f0e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:03.007 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4c212c75-828a-4eef-b71c-900a30560f55', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:27:03.065 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:03.156 7fe46ddaaac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:03.163 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-b01ffb40-88d2-4873-82dc-3f06029c21d2', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:27:03.307 7fe46dae6390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:03.315 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6a4fce8b-9982-419e-850b-c508f54227cf', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:27:03.463 7fe46dec7390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:03.469 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-52a533d0-2994-4566-ac52-01aaf91bfe31', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:27:03.624 7fe46ddaaac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:03.631 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-c005ab30-0d79-445a-9140-79a110a46cce', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:27:03.779 7fe46df27f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:03.787 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-fd58d568-a4c6-4e0c-8c51-577169af8073', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:27:03.934 7fe46ddaaac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:03.941 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-4fa0df56-fdde-4598-9149-8cc3a5e05dfc', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:27:04.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:04.094 7fe46dea2048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:04.100 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-0e9b999c-e711-497b-9f19-863812059a75', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:27:04.251 7fe46e01e588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:04.258 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-9f086888-725f-4b8a-b9dd-fb21a5586c88', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:27:04.402 7fe46dd90828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:04.408 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-76a464c0-96fa-422d-9843-2680020f871e', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:27:04.556 7fe46dd8dd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:04.567 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-87a85a51-43e6-4299-a4a9-b888169aad0d', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:27:04.710 7fe46dd9c828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:04.717 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-cf880a56-1445-4e0d-8eb0-da04056fafa8', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:27:04.871 7fe46df62048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:04.878 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-79c341dd-84ea-489c-9777-ff1dd3ff3082', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:27:05.032 7fe46d9f04e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:05.041 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7066025b-0a1a-460b-8e89-f79ff2433979', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:27:05.067 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:05.187 7fe46d8de828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:05.194 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b1826cda-36d6-4656-ab71-28f8dc388969', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:27:05.343 7fe46e01ac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:05.350 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-443b8db9-3879-4b1f-8590-e80c6c040d55', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:27:05.503 7fe46db75438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:05.511 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-5844de43-c01b-4f7d-b537-d4b24eb6f2b2', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:27:05.655 7fe46dcc02e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:05.662 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-5f4d3b02-e439-44f3-8e62-9ecf260a72c5', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:27:05.815 7fe46deceeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:05.823 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-7416aed0-ae16-432d-b035-04cbe7bceabf', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:27:05.967 7fe46db1a978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:05.974 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-bf6807de-a2a3-4a54-864b-186c58949542', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:27:06.068 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:06.120 7fe46db6dcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:06.126 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-ff55b5c3-480c-4f7c-afe2-ed47523c3d79', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:27:06.274 7fe46db1a2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:06.280 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-7bf2964d-c707-4d2b-9772-6a8c2a03403c', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:27:06.430 7fe46db6d978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:06.436 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-c749e9d8-447c-4c23-9adf-391c2342544f', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:27:06.582 7fe46db1dc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:06.589 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-4b1559c8-6dd6-42ab-af7b-2a25638bbaff', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:27:06.738 7fe46dbb3048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:06.745 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-1791439c-d21f-48a6-a71d-a308fb08333f', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:27:06.894 7fe46da36b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "overlay-role", "ref-uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "ref-fq-name": ["default-global-system-config", "collapsed-spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:06.904 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-18da4c1b-e6cd-4db0-92e6-4339f8d0ebab', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:27:07.058 7fe46dea2f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:07.065 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-cdcc0b47-ff3c-4cb0-991b-bdeb81e57c0d', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:27:07.068 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:07.214 7fe46db1dcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:07.220 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-4029387a-552a-496e-aa96-c926f4cd3a55', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:27:07.366 7fe46df3b048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:07.373 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-a3eeb144-582a-442c-8fef-76d30c4faa10', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:27:07.522 7fe46dd9cc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:07.528 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-50d45194-a483-4e42-80d7-cf57c331455f', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:27:07.683 7fe46dd31cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "physical-role", "ref-uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "ref-fq-name": ["default-global-system-config", "pnf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:07.691 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-7db71862-8efb-4376-885f-6b7b6d5cb522', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:27:07.838 7fe46dbb3f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:07.845 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-d4b40ed1-9e83-4d2e-acd4-16b2723458b5', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:27:07.991 7fe46e01d0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:07.998 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-48764c6b-ad75-47ca-bb35-3f2c5ff3f1ca', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:27:08.070 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:08.144 7fe46de34390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:08.151 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-58f6d2ad-c9e5-4965-9d6d-080f543f11e5', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:27:08.295 7fe46dd9c0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:08.303 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-30729e16-1df6-4655-8f05-8e35f7fb6714', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:27:08.451 7fe46db62390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:08.458 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4c357f3c-191b-48ee-a419-980491915855', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:27:08.607 7fe46df27c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "ref-fq-name": ["juniper-qfx5100-48sh-afi"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:08.613 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-d0cf39d0-1d89-4b08-a8ba-02bb406af563', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:08.758 7fe46dd8de10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "ref-fq-name": ["juniper-qfx5100-48sh-afo"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:08.765 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-ae37c580-44a1-4940-a534-958f7dbb3da0', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:08.921 7fe46e01e780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "ref-fq-name": ["juniper-qfx5100-48th-afi"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:08.931 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-5ef1c2d1-9783-4849-a318-a22b80efb5b8', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:09.071 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:09.079 7fe46d8c3cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "ref-fq-name": ["juniper-qfx5100-48th-afo"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:09.085 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-5c66e2a9-8625-4b6a-9e46-5373de37e0f8', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:09.237 7fe46dae9048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "09842293-1bb4-4536-9393-f26caa94be87", "ref-fq-name": ["juniper-qfx5100-48s-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:09.245 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-c9bbaf55-cebd-47f6-ae6a-2f28ec850ae2', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:09.403 7fe46daea630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "659daa17-ae39-4641-b245-45c06a69b927", "ref-fq-name": ["juniper-qfx5100-96s-8q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:09.410 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-0fc90071-fe48-4750-9435-87f505722bdf', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:09.564 7fe46ddd0ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "ref-fq-name": ["juniper-qfx5100-48t"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:09.572 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-61af8cec-72c7-4d08-9356-34041bf599c4', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:09.716 7fe46df35630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "ref-fq-name": ["juniper-qfx5100-48t-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:09.723 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-54d77079-c1b6-4b8b-997e-60787487b0fd', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:09.875 7fe46daea630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "ref-fq-name": ["juniper-qfx5100-24q-2p"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:09.882 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-c937ddec-52ab-49b3-8898-3e50faf32a4d', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:10.045 7fe46dbb32e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "ref-fq-name": ["juniper-qfx5100-24q-aa"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:10.053 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-559c5920-8598-45db-920b-5fefc490fd06', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:10.073 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:10.196 7fe46deae240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "ref-fq-name": ["juniper-qfx5100e-48s-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:10.206 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-3306c567-df5c-4a13-bea3-1bbdadf5582d', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:10.351 7fe46df35240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "ref-fq-name": ["juniper-qfx5100e-96s-8q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:10.358 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-9d85b79e-b318-47a4-9ccd-7557537b81a6', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:10.505 7fe46dae48d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "ref-fq-name": ["juniper-qfx5100e-48t-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:10.519 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-0dde5ff3-9548-4a12-bb96-7dc281a6db71', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:10.664 7fe46deae048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "ref-fq-name": ["juniper-qfx5100e-24q-2p"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:10.674 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-6980ea08-b8d0-42b9-a136-9e27ba4bc76f', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:10.827 7fe46db3d198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "hardware", "ref-uuid": "403bdb63-2170-4014-9403-f80fba2de755", "ref-fq-name": ["juniper-qfx5110-48s-4c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:10.835 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-9b9b2d2d-22fc-4f55-8d28-813463b3f4f7', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:27:10.992 7fe46daea390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "hardware", "ref-uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "ref-fq-name": ["juniper-qfx5110-32q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:11.003 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-d6109cca-3cea-47d7-bb94-57906410da00', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:27:11.142 7fe46ddf7d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "ref-fq-name": ["juniper-qfx5120-48y-8c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:11.149 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-443bd653-2f56-4c15-b8b2-f65474aa5434', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:27:11.298 7fe46db6d240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "ref-fq-name": ["juniper-qfx5120-32c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:11.307 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-e6a0709b-eeec-46a9-9991-e2ecfbf8e15e', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:27:11.455 7fe46ddcb390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "ref-fq-name": ["juniper-qfx5120-48t-6c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:11.466 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-8f9b8ac2-b4f5-4b44-82cf-ad73d3881083', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:27:11.619 7fe46e01a978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "ref-fq-name": ["juniper-qfx5200-32c-32q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:11.625 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-dbdcefb5-d80a-41c0-a296-a2f7302be985', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:11.775 7fe46db1d780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "ref-fq-name": ["juniper-qfx5200-48y"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:11.782 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-9f825be4-0710-48b6-a385-527252e2aac2', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:11.939 7fe46db6d978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "ref-fq-name": ["juniper-qfx5210-64c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:11.949 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-354de80a-d1eb-46e4-a342-51b6d1c60a27', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:12.037 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:12.094 7fe46db6d438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "hardware", "ref-uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "ref-fq-name": ["juniper-qfx5220-32cd"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:12.101 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-d1e544b7-8c6a-48cb-a993-b11a00f9f793', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:27:12.250 7fe46deae828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "hardware", "ref-uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "ref-fq-name": ["juniper-qfx5220-128c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:12.257 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-d5e12749-7826-4fc2-9185-20d6b65f33a4', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:27:12.407 7fe46dbba2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "ref-fq-name": ["juniper-qfx10002-72q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:12.416 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-db881fc2-7131-4886-8266-d1b56d81029e', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:27:12.558 7fe46d900780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "ref-fq-name": ["juniper-qfx10002-36q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:12.566 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-9ddcdfeb-8d3a-4522-a597-adb6106b4d38', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:27:12.711 7fe46db6d438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "ref-fq-name": ["juniper-qfx10002-60c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:12.718 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-44f4db34-521c-48d3-8cae-9d953896cf61', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:27:12.863 7fe46dc03978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "ref-fq-name": ["juniper-qfx10016"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:12.869 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-81127b64-2cb3-47e0-8473-d87ed5478af3', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:27:13.015 7fe46dd82588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "ref-fq-name": ["juniper-qfx10008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:13.023 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-a0449a47-74ee-4ada-b139-5f3195e6943f', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:27:13.038 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:13.172 7fe46d913828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "ref-fq-name": ["juniper-vqfx-10000"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:13.179 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-ae89865f-82e3-4a18-9812-570db5caab18', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:27:13.331 7fe46dd828d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0423f25b-c754-4b32-b220-de18f831b363", "ref-fq-name": ["juniper-mx80"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:13.339 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-9ca392f2-c46a-4264-9560-cc4abd228df4', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:27:13.491 7fe46df3be10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "ref-fq-name": ["juniper-mx80-48t"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:13.498 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-5c3f5858-1d4b-421e-8723-cded3a5efd5d', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:27:13.654 7fe46db75588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "ref-fq-name": ["juniper-mx204"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:13.661 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-e93441ce-e7ed-469b-89fc-cc72717f3e85', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:27:13.811 7fe46d8e7438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "ref-fq-name": ["juniper-mx240"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:13.818 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-27f290d0-d320-4383-b75d-567dcbe3d751', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:27:13.965 7fe46dad48d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "ref-fq-name": ["juniper-mx480"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:13.972 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-a2df34a3-dbbf-46bf-bc38-4bb9e43271fb', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:27:14.040 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:14.115 7fe46dc11cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "ref-fq-name": ["juniper-mx960"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:14.122 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-af3df898-3332-49f9-af7b-1c6c1e9b6e0f', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:27:14.270 7fe46dd9c630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "ref-fq-name": ["juniper-mx2008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:14.277 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-822e09b4-f2ca-46c8-8de1-efbb5426b3ff', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:27:14.423 7fe46dd9c588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "ref-fq-name": ["juniper-mx2010"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:14.431 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-cfb3d792-d0ab-4489-9dbb-a58b76c2998c', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:27:14.575 7fe46db138d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "ref-fq-name": ["juniper-mx2020"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:14.582 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-fee91773-ad39-49a8-83dc-fc691ce8d191', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:27:14.732 7fe46db1d780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "ref-fq-name": ["juniper-mx10003"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:14.740 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-d49f732b-2966-4933-ab01-d8424d9d5201', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:27:14.890 7fe46dac2438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "ref-fq-name": ["juniper-jnp10008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:14.897 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-bd180d7b-06a1-456f-b30d-4b8aa33b95c3', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:27:15.042 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:15.045 7fe46db1d0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "ref-fq-name": ["juniper-jnp10016"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:15.053 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-f0df3b73-6e8a-47c1-97e2-95e8fb2f33f0', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:27:15.203 7fe46dd9cd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "ref-fq-name": ["juniper-vmx"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:15.209 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-69db5043-aad3-428b-b014-22d2b2db560a', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:27:15.358 7fe46dc11e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "ref-fq-name": ["juniper-srx5400"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:15.368 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-9f40da33-db1b-45a5-8330-574ac4c9662d', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:27:15.519 7fe46dbb8a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "ref-fq-name": ["juniper-srx5600"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:15.525 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-16518403-62d0-43ac-a9ca-9d4d50995459', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:27:15.676 7fe46dc11eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "ref-fq-name": ["juniper-srx4600"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:15.685 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-1829dc22-2cba-4169-9719-84785d41f495', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:27:15.840 7fe46dbb88d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "ref-fq-name": ["juniper-srx4100"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:15.848 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-60e3e930-9831-4f84-864f-00a6b08f7108', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:27:15.994 7fe46dd31ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "ref-fq-name": ["juniper-srx1500"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:16.005 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-3e2f42fe-0654-489d-9202-17fabdfc2242', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:27:16.042 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:16.151 7fe46de53b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "ref-fq-name": ["juniper-srx240h-poe"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:16.159 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-85c283bd-55d8-4d97-ab3b-796df053da7a', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:27:16.312 7fe46db3db70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "ref-fq-name": ["juniper-vsrx"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:16.318 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-b210e950-3197-4e44-bd95-cd6bed457c2f', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:27:16.462 7fe46dc112e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "ref-fq-name": ["juniper-srx5800"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:16.470 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-13103958-fb2e-480c-8d5e-c447de14f17c', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:27:16.619 7fe46db3dcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "ref-fq-name": ["juniper-srx4200"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:16.626 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-1c087ac4-2d82-4a93-9cdd-f14a0d81aa49', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:27:16.774 7fe46df27b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:16.781 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-58e4c314-5afa-4f16-b545-e25f9bcb14cc', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:27:16.931 7fe46dc11588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:16.938 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-9a039c83-0b0a-4c7b-9e9e-8aa967fbd04d', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:27:17.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:17.083 7fe46dec7c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:17.090 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-e22e94f2-e0e9-4e2d-b4fe-d5669f2f3259', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:27:17.243 7fe46dc11f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:17.250 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-a9c6ad24-2803-4f30-aa5a-85120d22a015', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:27:17.402 7fe46d8e7438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:17.409 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-5b9d6c91-c388-44ec-93e3-e5c67081b0f9', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:27:17.554 7fe46dd8df60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:17.561 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-32470a78-343c-415a-a15e-2992ac65bfec', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:27:17.710 7fe46d9d1630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:17.717 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-7a94f850-6aec-41ea-b6cd-1eec9c64a7fb', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:27:17.864 7fe46dad4c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:17.872 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-66339c1b-984a-44ce-a1f8-1d68ae1449c9', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:27:18.015 7fe46dc03438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:18.022 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-ec745233-42e3-4a77-8b14-bd93eb602d05', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:27:18.045 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:18.174 7fe46de340f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:18.183 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-502317f0-a1d1-4c7b-8a4d-1493928085b7', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:27:18.330 7fe46dae52e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:18.336 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-49f1a73d-637c-46c0-bb5e-c937ae6f7829', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:27:18.479 7fe46dd9c630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 882a33c9-d198-4db3-ae3c-a0b9d312ce0f object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-1 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "882a33c9-d198-4db3-ae3c-a0b9d312ce0f", "ref-type": "sflow-profile", "ref-uuid": "81b31418-5de7-49a0-825d-dc3ebbc05ef7", "ref-fq-name": ["default-domain", "default-project", "sflow-all-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:18.487 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-1'], 'oper': 'UPDATE', 'request-id': 'req-a2e6228f-1aef-424a-945a-77d86b4075d1', 'type': 'telemetry_profile', 'uuid': '882a33c9-d198-4db3-ae3c-a0b9d312ce0f'} 11/07/2024 02:27:18.630 7fe46daf9240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e7d329dc-4e3c-4672-94ba-f5904c9b60dc object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-2 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "e7d329dc-4e3c-4672-94ba-f5904c9b60dc", "ref-type": "sflow-profile", "ref-uuid": "87251866-fa54-49c3-8fab-e1bd19228b49", "ref-fq-name": ["default-domain", "default-project", "sflow-fabric-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:18.639 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-2'], 'oper': 'UPDATE', 'request-id': 'req-33af6d22-7831-4c01-84e2-107dddc0a564', 'type': 'telemetry_profile', 'uuid': 'e7d329dc-4e3c-4672-94ba-f5904c9b60dc'} 11/07/2024 02:27:18.786 7fe46daf9240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 94d92b3a-86de-475f-a0cd-ceeecf0313d2 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-3 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "94d92b3a-86de-475f-a0cd-ceeecf0313d2", "ref-type": "sflow-profile", "ref-uuid": "708a015d-79d2-49bf-a3ad-d72ab771802f", "ref-fq-name": ["default-domain", "default-project", "sflow-access-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:18.794 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-3'], 'oper': 'UPDATE', 'request-id': 'req-7647d8af-e260-4d9e-a879-1b57ae59f60f', 'type': 'telemetry_profile', 'uuid': '94d92b3a-86de-475f-a0cd-ceeecf0313d2'} 11/07/2024 02:27:18.945 7fe46dd31198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6054127a-bd7f-4371-b222-fa30e83f7120 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-4 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "6054127a-bd7f-4371-b222-fa30e83f7120", "ref-type": "grpc-profile", "ref-uuid": "2ac02ef5-1294-48a7-8e45-b906b9183f1c", "ref-fq-name": ["default-domain", "default-project", "grpc-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:18.953 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-4'], 'oper': 'UPDATE', 'request-id': 'req-610b2df7-b4d9-441b-8c40-c91d2b24c84b', 'type': 'telemetry_profile', 'uuid': '6054127a-bd7f-4371-b222-fa30e83f7120'} 11/07/2024 02:27:19.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:19.098 7fe46dc03048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7a385651-45f1-4f1f-9a2c-911abbe94fb5 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-5 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "7a385651-45f1-4f1f-9a2c-911abbe94fb5", "ref-type": "snmp-profile", "ref-uuid": "5391c70a-7089-4832-b774-f0387b8a6049", "ref-fq-name": ["default-domain", "default-project", "snmp-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:19.105 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-5'], 'oper': 'UPDATE', 'request-id': 'req-9a7eda23-7965-4fab-8d92-839f187f95b7', 'type': 'telemetry_profile', 'uuid': '7a385651-45f1-4f1f-9a2c-911abbe94fb5'} 11/07/2024 02:27:19.250 7fe46dcb7cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c2fd53f7-ec96-4263-b0c7-414ed1607727 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-6 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "c2fd53f7-ec96-4263-b0c7-414ed1607727", "ref-type": "netconf-profile", "ref-uuid": "07bd5e10-fd85-4684-a77a-f33dfe16b40b", "ref-fq-name": ["default-domain", "default-project", "netconf-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:19.258 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-6'], 'oper': 'UPDATE', 'request-id': 'req-24f71595-b737-4df5-a07b-153db9a2ef18', 'type': 'telemetry_profile', 'uuid': 'c2fd53f7-ec96-4263-b0c7-414ed1607727'} 11/07/2024 02:27:19.402 7fe46df18630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c9fc589d-301b-413c-a508-4371891d1c8b object_type = device_functional_group identifier_name = default-domain:default-project:L2-Server-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "c9fc589d-301b-413c-a508-4371891d1c8b", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:19.408 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L2-Server-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-834f3487-07e0-40ce-85cb-5f8652198cdc', 'type': 'device_functional_group', 'uuid': 'c9fc589d-301b-413c-a508-4371891d1c8b'} 11/07/2024 02:27:19.558 7fe46dcb7cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0aa198b9-17b7-4c2d-8929-3a636f32faf0 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Storage-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "0aa198b9-17b7-4c2d-8929-3a636f32faf0", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:19.565 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Storage-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-1840cc09-92c1-4e86-ba4e-712e185f803f', 'type': 'device_functional_group', 'uuid': '0aa198b9-17b7-4c2d-8929-3a636f32faf0'} 11/07/2024 02:27:19.715 7fe46dc03390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 015b6dbf-ffa1-4c4e-a50f-5df18225850e object_type = device_functional_group identifier_name = default-domain:default-project:L3-Gateway-Spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "015b6dbf-ffa1-4c4e-a50f-5df18225850e", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:19.721 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Gateway-Spine'], 'oper': 'UPDATE', 'request-id': 'req-bf6ed32d-17c8-45cf-9bf5-4b596c964777', 'type': 'device_functional_group', 'uuid': '015b6dbf-ffa1-4c4e-a50f-5df18225850e'} 11/07/2024 02:27:19.874 7fe46de432e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5ff1a60d-ecde-4523-991c-15dd380ad437 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Server-Leaf-with-Optimized-Multicast url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "5ff1a60d-ecde-4523-991c-15dd380ad437", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:19.880 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Server-Leaf-with-Optimized-Multicast'], 'oper': 'UPDATE', 'request-id': 'req-b82f3b6d-ad5a-4f32-8686-f23e0a5c72f1', 'type': 'device_functional_group', 'uuid': '5ff1a60d-ecde-4523-991c-15dd380ad437'} 11/07/2024 02:27:20.031 7fe46e0356d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8233e863-0b9b-4188-aece-da07380f9de3 object_type = device_functional_group identifier_name = default-domain:default-project:Centrally-Routed-Border-Spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "8233e863-0b9b-4188-aece-da07380f9de3", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:20.041 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Centrally-Routed-Border-Spine'], 'oper': 'UPDATE', 'request-id': 'req-1d1580a6-b47a-49ff-a645-a8a631250587', 'type': 'device_functional_group', 'uuid': '8233e863-0b9b-4188-aece-da07380f9de3'} 11/07/2024 02:27:20.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:20.188 7fe46deae8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f1b67a57-1172-4a59-9df3-16d3f27e6ea9 object_type = device_functional_group identifier_name = default-domain:default-project:Centrally-Routed-Border-Spine-With-Optimized-Multicast url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "f1b67a57-1172-4a59-9df3-16d3f27e6ea9", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:20.196 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Centrally-Routed-Border-Spine-With-Optimized-Multicast'], 'oper': 'UPDATE', 'request-id': 'req-5a61ab89-a545-4884-b4bb-2f3d9512369b', 'type': 'device_functional_group', 'uuid': 'f1b67a57-1172-4a59-9df3-16d3f27e6ea9'} 11/07/2024 02:27:20.347 7fe46daea4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 20e38b8e-031d-4eb2-88d9-21d2e652ee3f object_type = device_functional_group identifier_name = default-domain:default-project:Border-Spine-in-Edge-Routed url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "20e38b8e-031d-4eb2-88d9-21d2e652ee3f", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:20.357 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Border-Spine-in-Edge-Routed'], 'oper': 'UPDATE', 'request-id': 'req-d3c1f4a4-a76f-478f-ab9a-07bba455e7a3', 'type': 'device_functional_group', 'uuid': '20e38b8e-031d-4eb2-88d9-21d2e652ee3f'} 11/07/2024 02:27:20.499 7fe46d8e7978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9874aaba-d235-47b5-8ed2-b72efbbdd40e object_type = device_functional_group identifier_name = default-domain:default-project:Border-Leaf-in-Edge-Routed url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "9874aaba-d235-47b5-8ed2-b72efbbdd40e", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:20.510 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Border-Leaf-in-Edge-Routed'], 'oper': 'UPDATE', 'request-id': 'req-375d11a1-f2ff-4426-bd59-e3432b1d8ce6', 'type': 'device_functional_group', 'uuid': '9874aaba-d235-47b5-8ed2-b72efbbdd40e'} 11/07/2024 02:27:20.655 7fe46dbd1240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31a7b75-897f-4f24-9e39-e3711c27e0e8 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Server-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "e31a7b75-897f-4f24-9e39-e3711c27e0e8", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:20.663 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Server-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-7488f642-460d-4758-87ea-dd753e075de9', 'type': 'device_functional_group', 'uuid': 'e31a7b75-897f-4f24-9e39-e3711c27e0e8'} 11/07/2024 02:27:20.810 7fe470c28eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c03d6915-68c7-48fb-bacb-354eaf682ee1 object_type = device_functional_group identifier_name = default-domain:default-project:Lean-Spine-with-Route-Reflector url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "c03d6915-68c7-48fb-bacb-354eaf682ee1", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:20.818 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Lean-Spine-with-Route-Reflector'], 'oper': 'UPDATE', 'request-id': 'req-0386785b-4021-4f6c-bbbc-e6009d088f23', 'type': 'device_functional_group', 'uuid': 'c03d6915-68c7-48fb-bacb-354eaf682ee1'} 11/07/2024 02:27:20.962 7fe46e01eb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6e0b5675-48c4-4601-8109-29a4fe719109 object_type = network_ipam identifier_name = default-domain:default-project:_internal_ipam_ipv6_link_local url = https://10.0.0.49:8082/network-ipam/6e0b5675-48c4-4601-8109-29a4fe719109 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"network-ipam": {"uuid": "6e0b5675-48c4-4601-8109-29a4fe719109", "fq_name": ["default-domain", "default-project", "_internal_ipam_ipv6_link_local"], "parent_type": "project", "ipam_subnet_method": "user-defined-subnet"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:20.971 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', '_internal_ipam_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-873cf492-80c4-416b-87a1-7d8d87882f22', 'type': 'network_ipam', 'uuid': '6e0b5675-48c4-4601-8109-29a4fe719109'} 11/07/2024 02:27:21.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:21.118 7fe46ddd02e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 148948cb-661d-4b2a-985d-a3daef86734f object_type = virtual_network identifier_name = default-domain:default-project:_internal_vn_ipv6_link_local url = https://10.0.0.49:8082/virtual-network/148948cb-661d-4b2a-985d-a3daef86734f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"virtual-network": {"uuid": "148948cb-661d-4b2a-985d-a3daef86734f", "fq_name": ["default-domain", "default-project", "_internal_vn_ipv6_link_local"], "parent_type": "project", "address_allocation_mode": "user-defined-subnet-only", "network_ipam_refs": [{"to": ["default-domain", "default-project", "_internal_ipam_ipv6_link_local"], "attr": {"ipam_subnets": [{"subnet": {"ip_prefix": "fe80::", "ip_prefix_len": 64}, "default_gateway": "fe80::1", "dns_server_address": null, "subnet_uuid": "d0d4d24a-9caf-11ef-8de3-76fafadcd1c7", "enable_dhcp": true, "dns_nameservers": [], "allocation_pools": [], "addr_from_start": true, "dhcp_option_list": null, "host_routes": null, "subnet_name": null, "alloc_unit": 1, "created": null, "last_modified": null, "subscriber_tag": null, "vlan_tag": null, "dhcp_relay_server": []}], "host_routes": null}, "uuid": "6e0b5675-48c4-4601-8109-29a4fe719109"}]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:27:21.136 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'extra_dict': {'deallocated_vxlan_network_identifier': None}, 'fq_name': ['default-domain', 'default-project', '_internal_vn_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-a93e0a51-104c-4fd3-ae9c-c83dd2250d4b', 'type': 'virtual_network', 'uuid': '148948cb-661d-4b2a-985d-a3daef86734f'} 11/07/2024 02:27:21.144 7fe46dcb7978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f987b1ce-85a0-4266-93aa-c0976e807b4e object_type = routing_instance identifier_name = default-domain:default-project:_internal_vn_ipv6_link_local:_internal_vn_ipv6_link_local url = http://127.0.0.1/routing-instances operation = http_put domain = default-domain >> 11/07/2024 02:27:21.157 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', '_internal_vn_ipv6_link_local', '_internal_vn_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-a93e0a51-104c-4fd3-ae9c-c83dd2250d4b', 'type': 'routing_instance', 'uuid': 'f987b1ce-85a0-4266-93aa-c0976e807b4e'} 11/07/2024 02:27:22.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:23.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:24.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:25.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:26.058 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:27.059 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:28.061 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:29.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:30.063 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:31.065 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:32.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:33.068 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:34.069 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:35.071 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:36.072 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:37.074 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:38.076 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:39.077 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:40.078 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:42.038 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:43.041 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:44.042 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:45.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:46.046 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:47.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:48.050 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:49.052 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:50.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:51.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:52.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:53.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:54.059 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:55.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:56.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:57.063 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:58.064 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:27:59.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:00.068 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:01.070 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:02.072 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:03.074 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:04.076 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:05.078 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:06.079 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:06.162 7fe46dd3e630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 17ed9a02-475a-4f2c-8279-e8594e0cd48f object_type = job_template identifier_name = default-global-system-config:image_upgrade_template url = https://10.0.0.49:8082/job-template/17ed9a02-475a-4f2c-8279-e8594e0cd48f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "17ed9a02-475a-4f2c-8279-e8594e0cd48f", "fq_name": ["default-global-system-config", "image_upgrade_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/image_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Image upgrade input\", \"type\": \"object\", \"properties\": {\"image_uuid\": {\"type\": \"string\"}}, \"required\": [\"image_uuid\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:06.173 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'image_upgrade_template'], 'oper': 'UPDATE', 'request-id': 'req-a3ab1456-e681-4a5a-9427-c0f0c550f55c', 'type': 'job_template', 'uuid': '17ed9a02-475a-4f2c-8279-e8594e0cd48f'} 11/07/2024 02:28:06.275 7fe46defe780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c5aacf75-83cc-4403-9f0e-a102f04c1ad3 object_type = job_template identifier_name = default-global-system-config:container_cleanup_template url = https://10.0.0.49:8082/job-template/c5aacf75-83cc-4403-9f0e-a102f04c1ad3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c5aacf75-83cc-4403-9f0e-a102f04c1ad3", "fq_name": ["default-global-system-config", "container_cleanup_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/container_cleanup.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Container cleanup input\", \"type\": \"object\", \"required\": [\"fabric_fq_name\", \"container_name\"], \"properties\": {\"container_name\": {\"type\": \"string\"}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Container cleanup output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Container Cleanup"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:06.291 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'container_cleanup_template'], 'oper': 'UPDATE', 'request-id': 'req-c8aba7ab-2ba3-407c-80e0-6617f0d1bbe1', 'type': 'job_template', 'uuid': 'c5aacf75-83cc-4403-9f0e-a102f04c1ad3'} 11/07/2024 02:28:06.391 7fe470c28eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 66e48199-4b13-4cf3-845b-b90b3cc18530 object_type = job_template identifier_name = default-global-system-config:cli_sync_template url = https://10.0.0.49:8082/job-template/66e48199-4b13-4cf3-845b-b90b3cc18530 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "66e48199-4b13-4cf3-845b-b90b3cc18530", "fq_name": ["default-global-system-config", "cli_sync_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/cli_sync.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"CLI sync input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"devices_cli\": {\"type\": \"array\", \"items\": {\"title\": \"Devices CLI Items\", \"type\": \"object\", \"description\": \"Dictionaries of device details\", \"additionalProperties\": false, \"required\": [\"device_uuid\", \"cli_objects\"], \"properties\": {\"device_uuid\": {\"type\": \"string\", \"title\": \"UUIDs of the device\"}, \"cli_objects\": {\"type\": \"array\", \"title\": \"cli objects for that device\", \"items\": {\"type\": \"object\", \"required\": [\"time\", \"status\"], \"properties\": {\"time\": {\"type\": \"string\", \"title\": \"Timestamp of the cli change\"}, \"status\": {\"type\": \"string\", \"title\": \"Accept or Reject the commit\"}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Sync cli config with Contrail"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:06.403 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'cli_sync_template'], 'oper': 'UPDATE', 'request-id': 'req-7eb35c56-e4df-493a-b415-ce3cdfcb4dc5', 'type': 'job_template', 'uuid': '66e48199-4b13-4cf3-845b-b90b3cc18530'} 11/07/2024 02:28:06.500 7fe46dd9ce10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1bccc463-23c9-412e-9dcb-468e27fde6e7 object_type = job_template identifier_name = default-global-system-config:hitless_upgrade_strategy_template url = https://10.0.0.49:8082/job-template/1bccc463-23c9-412e-9dcb-468e27fde6e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1bccc463-23c9-412e-9dcb-468e27fde6e7", "fq_name": ["default-global-system-config", "hitless_upgrade_strategy_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade_strategy.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 90, "sequence_no": 1}]}, "job_template_input_schema": "{\"title\": \"Image upgrade strategy input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"upgrade_mode\": {\"enum\": [\"test_run\", \"dry_run\", \"upgrade\"], \"description\": \"Mode in which to run workflow\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}, \"image_devices\": {\"type\": \"array\", \"items\": {\"title\": \"Image Devices\", \"type\": \"object\", \"description\": \"List of images and corresponding devices to upgrade\", \"additionalProperties\": false, \"properties\": {\"image_uuid\": {\"type\": \"string\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded with this image\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}}, \"required\": [\"image_uuid\", \"device_list\"]}}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable local interface down check\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable peer interface down check\", \"default\": true}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Hitless Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:06.554 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hitless_upgrade_strategy_template'], 'oper': 'UPDATE', 'request-id': 'req-4327d3c2-316a-49dd-876d-78a85931cc5f', 'type': 'job_template', 'uuid': '1bccc463-23c9-412e-9dcb-468e27fde6e7'} 11/07/2024 02:28:06.650 7fe46dad48d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 791a710b-46ed-4ecb-ac2b-c51f60837bcd object_type = job_template identifier_name = default-global-system-config:maintenance_mode_activate_template url = https://10.0.0.49:8082/job-template/791a710b-46ed-4ecb-ac2b-c51f60837bcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "791a710b-46ed-4ecb-ac2b-c51f60837bcd", "fq_name": ["default-global-system-config", "maintenance_mode_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Activate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to enter maintenance mode\"}, \"mode\": {\"enum\": [\"test_run\", \"activate\"], \"description\": \"Mode in which to run workflow\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"validate_critical_roles\": {\"type\": \"boolean\", \"description\": \"Enable/disable critical role validation\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Activate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:06.705 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-4a962d4a-2364-4a28-a15b-390a763e3d65', 'type': 'job_template', 'uuid': '791a710b-46ed-4ecb-ac2b-c51f60837bcd'} 11/07/2024 02:28:06.804 7fe46dada048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fb78001-e973-4b89-960d-08ea5bc15897 object_type = job_template identifier_name = default-global-system-config:maintenance_mode_deactivate_template url = https://10.0.0.49:8082/job-template/0fb78001-e973-4b89-960d-08ea5bc15897 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0fb78001-e973-4b89-960d-08ea5bc15897", "fq_name": ["default-global-system-config", "maintenance_mode_deactivate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_deactivate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Deactivate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to exit maintenance mode\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Deactivate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Deactivation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:06.858 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_deactivate_template'], 'oper': 'UPDATE', 'request-id': 'req-d21f4ba0-bbf5-43aa-8513-8084b8413dce', 'type': 'job_template', 'uuid': '0fb78001-e973-4b89-960d-08ea5bc15897'} 11/07/2024 02:28:06.950 7fe46daa3978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e5daca80-1dfb-4f46-b252-cf30baf7be85 object_type = job_template identifier_name = default-global-system-config:discover_device_template url = https://10.0.0.49:8082/job-template/e5daca80-1dfb-4f46-b252-cf30baf7be85 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e5daca80-1dfb-4f46-b252-cf30baf7be85", "fq_name": ["default-global-system-config", "discover_device_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 1, \"maxProperties\": 1, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Device"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:07.005 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_device_template'], 'oper': 'UPDATE', 'request-id': 'req-68ae5c15-fc64-47f6-ad32-6a593dd120a2', 'type': 'job_template', 'uuid': 'e5daca80-1dfb-4f46-b252-cf30baf7be85'} 11/07/2024 02:28:07.080 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:07.106 7fe46dd9c4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fffd7bd4-78d6-432f-a85f-9864492f78f6 object_type = job_template identifier_name = default-global-system-config:discover_os_computes_template url = https://10.0.0.49:8082/job-template/fffd7bd4-78d6-432f-a85f-9864492f78f6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "fffd7bd4-78d6-432f-a85f-9864492f78f6", "fq_name": ["default-global-system-config", "discover_os_computes_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_os_computes_template.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 2, \"maxProperties\": 5, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"contrail_command_host\": {\"$id\": \"/properties/input/properties/contrail_command_host\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"10.10.10.10:9091\"]}, \"cc_username\": {\"$id\": \"/properties/input/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/input/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover OS Computes"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:07.161 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_os_computes_template'], 'oper': 'UPDATE', 'request-id': 'req-0c9f8646-5d07-4b6d-90ea-dbe48a88a5fc', 'type': 'job_template', 'uuid': 'fffd7bd4-78d6-432f-a85f-9864492f78f6'} 11/07/2024 02:28:07.260 7fe46daf7390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4ae88703-348c-4774-829b-423f5d95bfd7 object_type = job_template identifier_name = default-global-system-config:discover_role_template url = https://10.0.0.49:8082/job-template/4ae88703-348c-4774-829b-423f5d95bfd7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4ae88703-348c-4774-829b-423f5d95bfd7", "fq_name": ["default-global-system-config", "discover_role_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Role"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:07.270 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_role_template'], 'oper': 'UPDATE', 'request-id': 'req-416a9ad9-aab5-479e-a96a-c6538b49253e', 'type': 'job_template', 'uuid': '4ae88703-348c-4774-829b-423f5d95bfd7'} 11/07/2024 02:28:07.375 7fe46dfa6588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a2122660-c220-4993-82c1-9631e2c4b6e4 object_type = job_template identifier_name = default-global-system-config:device_import_template url = https://10.0.0.49:8082/job-template/a2122660-c220-4993-82c1-9631e2c4b6e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a2122660-c220-4993-82c1-9631e2c4b6e4", "fq_name": ["default-global-system-config", "device_import_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 1}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"additionalProperties\": false, \"properties\": {\"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported.\"}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:07.389 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_import_template'], 'oper': 'UPDATE', 'request-id': 'req-b84439c4-eb0f-4536-8d46-907c247f2ac6', 'type': 'job_template', 'uuid': 'a2122660-c220-4993-82c1-9631e2c4b6e4'} 11/07/2024 02:28:07.487 7fe46d9132e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09e8b101-2b04-4c4b-8e57-55f15857d58d object_type = job_template identifier_name = default-global-system-config:fabric_config_template url = https://10.0.0.49:8082/job-template/09e8b101-2b04-4c4b-8e57-55f15857d58d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "fq_name": ["default-global-system-config", "fabric_config_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_config.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"device_management_ip\": {\"type\": \"string\", \"description\": \"Management IP of the Device\"}, \"device_abstract_config\": {\"type\": \"object\", \"description\": \"JSON string of the device abstract config derived from VNC data model\"}, \"additional_feature_params\": {\"type\": \"object\", \"additionalProperties\": false, \"description\": \"Additional feature specific parameters that are not defined in the VNC data model. These could be vendor specific parameters.\", \"properties\": {\"basic\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp_boot_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP Boot server\", \"examples\": [\"6.6.6.6\"]}}, \"ntp_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP server\", \"examples\": [\"8.8.8.8\"]}}, \"time_zone\": {\"type\": \"string\", \"title\": \"Time Zone\", \"examples\": [\"America/Los_Angeles\"]}}}, \"name_servers\": {\"type\": \"array\", \"additionalProperties\": false, \"items\": {\"type\": \"string\", \"Title\": \"Domain Name Server\", \"examples\": [\"10.1.1.2\", \"11.1.1.2\"]}}, \"domain_name\": {\"type\": \"string\", \"title\": \"Domain Name\", \"examples\": [\"company.net\"]}, \"snmp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"communities\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\"}, \"readonly\": {\"type\": \"boolean\", \"default\": true}}, \"required\": [\"name\"]}}}}, \"static_routes\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"subnets\", \"nexthop\"], \"properties\": {\"subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"Subnet\", \"examples\": [\"10.1.1.0/24\", \"10.1.2.0/24\"]}}, \"nexthop\": {\"type\": \"string\", \"title\": \"Next hop IP\", \"examples\": [\"10.1.1.254\"]}}}}}}, \"underlay_ip_clos\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"bgp_hold_time\": {\"type\": \"integer\", \"default\": 90}}}}}, \"is_delete\": {\"type\": \"boolean\", \"description\": \"Set to true for config delete operation\", \"default\": false}, \"manage_underlay\": {\"type\": \"boolean\", \"description\": \"Set to true to manage underlay config\", \"default\": true}, \"enterprise_style\": {\"type\": \"boolean\", \"description\": \"Set to true to if enterprise-style config\", \"default\": true}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Config Push"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:07.544 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_config_template'], 'oper': 'UPDATE', 'request-id': 'req-9a53d20b-1054-4af0-82b9-3821e11111fe', 'type': 'job_template', 'uuid': '09e8b101-2b04-4c4b-8e57-55f15857d58d'} 11/07/2024 02:28:07.651 7fe46df68a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = da4abe68-c499-47e7-bd1e-0aadb63f4899 object_type = job_template identifier_name = default-global-system-config:ztp_template url = https://10.0.0.49:8082/job-template/da4abe68-c499-47e7-bd1e-0aadb63f4899 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "da4abe68-c499-47e7-bd1e-0aadb63f4899", "fq_name": ["default-global-system-config", "ztp_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"device_count\": {\"$id\": \"/properties/input/properties/device_count\", \"type\": \"integer\", \"title\": \"The Device Count Schema\", \"description\": \"Number of devices to discover\", \"default\": 0, \"examples\": [1, 2, 3, 4, 5]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "ZTP"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:07.661 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ztp_template'], 'oper': 'UPDATE', 'request-id': 'req-bf3f8333-148a-44a6-a06e-42797726becb', 'type': 'job_template', 'uuid': 'da4abe68-c499-47e7-bd1e-0aadb63f4899'} 11/07/2024 02:28:07.759 7fe46dac4780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dc46fb63-6ab9-4a35-871c-4911abf6cdf3 object_type = job_template identifier_name = default-global-system-config:fabric_deletion_template url = https://10.0.0.49:8082/job-template/dc46fb63-6ab9-4a35-871c-4911abf6cdf3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "dc46fb63-6ab9-4a35-871c-4911abf6cdf3", "fq_name": ["default-global-system-config", "fabric_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:07.769 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-23f92947-c3de-4bb7-96ba-efdf0b8b6bd9', 'type': 'job_template', 'uuid': 'dc46fb63-6ab9-4a35-871c-4911abf6cdf3'} 11/07/2024 02:28:07.871 7fe46dd9cd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 48c89705-9c38-44ba-830b-ef34ceaf6a3a object_type = job_template identifier_name = default-global-system-config:device_deletion_template url = https://10.0.0.49:8082/job-template/48c89705-9c38-44ba-830b-ef34ceaf6a3a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "48c89705-9c38-44ba-830b-ef34ceaf6a3a", "fq_name": ["default-global-system-config", "device_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric_devices.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": 0}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"devices\": {\"type\": \"array\", \"description\": \"List of device names\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:07.882 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-dac0b15d-4408-4d7c-b9a5-5e599ddeacb3', 'type': 'job_template', 'uuid': '48c89705-9c38-44ba-830b-ef34ceaf6a3a'} 11/07/2024 02:28:07.983 7fe46e01a780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0668d848-ca60-414b-81aa-2da73b30f5e4 object_type = job_template identifier_name = default-global-system-config:role_assignment_template url = https://10.0.0.49:8082/job-template/0668d848-ca60-414b-81aa-2da73b30f5e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0668d848-ca60-414b-81aa-2da73b30f5e4", "fq_name": ["default-global-system-config", "role_assignment_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"role_assignments\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"role_assignments\": {\"type\": \"array\", \"minItems\": 0, \"description\": \"Fabric device role assignments\", \"items\": {\"type\": \"object\", \"properties\": {\"device_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"physical_role\": {\"type\": \"string\", \"enum\": [\"leaf\", \"spine\", \"pnf\", \"superspine\"]}, \"routing_switching_roles\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"enum\": [\"CRB\"]}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Role Assignment"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:07.995 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'role_assignment_template'], 'oper': 'UPDATE', 'request-id': 'req-45ccaa7b-262f-4efc-8260-b72c7c69ac73', 'type': 'job_template', 'uuid': '0668d848-ca60-414b-81aa-2da73b30f5e4'} 11/07/2024 02:28:08.081 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:08.093 7fe46daf7828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a3babcfc-98a2-43ae-a722-0b7015b0f5cf object_type = job_template identifier_name = default-global-system-config:topology_discovery_template url = https://10.0.0.49:8082/job-template/a3babcfc-98a2-43ae-a722-0b7015b0f5cf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a3babcfc-98a2-43ae-a722-0b7015b0f5cf", "fq_name": ["default-global-system-config", "topology_discovery_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Topology Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:08.106 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'topology_discovery_template'], 'oper': 'UPDATE', 'request-id': 'req-4b31e631-6a59-4eab-96bf-e8f0c0f13f1d', 'type': 'job_template', 'uuid': 'a3babcfc-98a2-43ae-a722-0b7015b0f5cf'} 11/07/2024 02:28:08.204 7fe46df11048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d0d442c5-5d38-4aff-8a04-2f4583dbfbcd object_type = job_template identifier_name = default-global-system-config:fabric_onboard_template url = https://10.0.0.49:8082/job-template/d0d442c5-5d38-4aff-8a04-2f4583dbfbcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "d0d442c5-5d38-4aff-8a04-2f4583dbfbcd", "fq_name": ["default-global-system-config", "fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": true, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment_dfg.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 5}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 6}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 7}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 8}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 9}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 10}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"loopback_subnets\", \"fabric_subnets\", \"fabric_asn_pool\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\", \"gateway\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"root_password\"], \"properties\": {\"root_password\": {\"type\": \"string\"}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"ztp_timeout\": {\"title\": \"Value of ZTP timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of ZTP timeout in seconds\"}, \"retry_timeout\": {\"title\": \"Value of retry timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of retry timeout in seconds\"}, \"supplemental_day_0_cfg\": {\"title\": \"List of day 0 config that can be used to supplement the ZTP config\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"name\", \"cfg\"], \"properties\": {\"name\": {\"title\": \"name for the config\", \"type\": \"string\"}, \"cfg\": {\"title\": \"config blob that contains the supplemental day-0 config\", \"type\": \"string\"}}}}, \"device_to_ztp\": {\"title\": \"List of device serial numbers for the devices to be ZTPed\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"serial_number\", \"hostname\"], \"properties\": {\"serial_number\": {\"title\": \"Device serial number\", \"type\": \"string\"}, \"hostname\": {\"title\": \"Device hostname can be optionally specified.\", \"type\": \"string\", \"pattern\": \"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\\\-]*[a-zA-Z0-9])\\\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\\\-]*[A-Za-z0-9])$\"}, \"underlay_asn\": {\"title\": \"Underlay eBGP autonomous system number\", \"type\": [\"integer\", \"string\"]}, \"loopback_ip\": {\"title\": \"Loopback IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"mgmt_ip\": {\"title\": \"Management IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"to_ztp\": {\"title\": \"Include or ignore device in ZTP workflow\", \"type\": \"boolean\"}, \"supplemental_day_0_cfg\": {\"title\": \"Name(s) of the supplemental day-0 config(s) that can be optionally specified for this device\", \"type\": [\"string\", \"array\"], \"items\": {\"type\": \"string\"}}}}}, \"os_version\": {\"type\": \"string\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:08.306 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-10369953-969d-478e-8200-6828daeafc4f', 'type': 'job_template', 'uuid': 'd0d442c5-5d38-4aff-8a04-2f4583dbfbcd'} 11/07/2024 02:28:08.411 7fe46db1d0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b6b09d5a-7192-4f83-be6e-9091dc953bbd object_type = job_template identifier_name = default-global-system-config:search_ip_mac_template url = https://10.0.0.49:8082/job-template/b6b09d5a-7192-4f83-be6e-9091dc953bbd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "b6b09d5a-7192-4f83-be6e-9091dc953bbd", "fq_name": ["default-global-system-config", "search_ip_mac_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ip_address\": {\"$id\": \"/properties/ip_address\", \"title\": \"IP Address\", \"pattern\": \"^\\\\s*(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\\\s*$\", \"type\": \"string\"}, \"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Search ip or mac schema command Playbook Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"interface_names\": {\"type\": \"array\", \"title\": \"Interfaces Name(s)\", \"description\": \"Display Interface Names that belong to this mac_address.\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface Name\", \"description\": \"Interface name\"}, \"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"Device name on which the interface was learnt\"}, \"loopback_ip\": {\"type\": \"string\", \"title\": \"Source Loopback IP\", \"description\": \"Originating source's loopback ip address\"}}, \"description\": \"Name of each interface that belongs under this mac_address\"}}}}}}}}}", "job_template_input_ui_schema": "{\"ip_address\": {\"ui:help\": \"Enter an IP Address. The field value must include a IPv4 address without subnet mask; for example, 192.168.3.120\", \"ui:placeholder\": \"Enter IP address\"}, \"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to locate an interface in a fabric given an IP or MAC", "display_name": "Search using IP or MAC"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:08.465 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'search_ip_mac_template'], 'oper': 'UPDATE', 'request-id': 'req-5db98d97-2849-47e4-a6ef-19073486f170', 'type': 'job_template', 'uuid': 'b6b09d5a-7192-4f83-be6e-9091dc953bbd'} 11/07/2024 02:28:08.564 7fe46dac4b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 object_type = job_template identifier_name = default-global-system-config:show_interface_details_template url = https://10.0.0.49:8082/job-template/bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5", "fq_name": ["default-global-system-config", "show_interface_details_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"interface_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Interface Details\", \"type\": \"object\", \"properties\": {\"interface_type\": {\"type\": \"string\", \"title\": \"Interface Type\", \"enum\": [\"physical\", \"logical\"], \"default\": \"physical\"}}, \"required\": [\"interface_type\"]}, \"conditional\": {\"title\": \"Sub Operation Type\", \"$ref\": \"#/definitions/sub_command\"}}, \"definitions\": {\"sub_command\": {\"title\": \"Sub Operation Type\", \"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"Show runtime interfaces\", \"Show configured interfaces\", \"Show interfaces by names\"], \"default\": \"Show runtime interfaces\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"Show runtime interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show configured interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show interfaces by names\"]}, \"interface_names\": {\"$id\": \"/properties/interface_names\", \"title\": \"Interface Names\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_names/items\", \"type\": \"string\", \"pattern\": \"^([a-z]{1,}[0-9]{0,}(-[0-9]{1,}/[0-9]{1,}/[0-9]{1,})?(\\\\.[0-9]{1,})?)$\", \"title\": \"Interface Name\"}, \"examples\": [\"ge-0/0/1\", \"xe-0/0/0\"]}}, \"required\": [\"interface_names\"]}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show Interface Details Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces details sub-command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"oneOf\": [{\"properties\": {\"interface_stats_rt_phy\": {\"type\": \"array\", \"title\": \"Runtime Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"op_status\": {\"type\": \"string\", \"title\": \"Operational Status\", \"description\": \"Operational status of the interface\"}, \"admin_status\": {\"type\": \"string\", \"title\": \"Admin Status\", \"description\": \"Admin status of the interface\"}, \"input_rate\": {\"type\": \"string\", \"title\": \"InputRate (bps)\", \"description\": \"Input packets rate in bits per second if present\"}, \"output_rate\": {\"type\": \"string\", \"title\": \"OutputRate (bps)\", \"description\": \"Output packets rate in bits per second if present\"}}}}}}, {\"properties\": {\"interface_stats_log\": {\"type\": \"array\", \"title\": \"Logical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"address_family\": {\"type\": \"string\", \"title\": \"Address Family\", \"description\": \"Address family if present\"}}}}}}, {\"properties\": {\"interface_stats_cf_phy\": {\"type\": \"array\", \"title\": \"Configured Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}}}}}}]}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to get a list of physical or logical interfaces from a device and interfaces' other related information.", "display_name": "Show Interface Details"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:08.624 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_interface_details_template'], 'oper': 'UPDATE', 'request-id': 'req-02a946de-5345-4b4a-8fcf-9c53bdf1d14e', 'type': 'job_template', 'uuid': 'bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5'} 11/07/2024 02:28:08.726 7fe46dd9ceb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c27b470e-3e18-424a-b245-34d699dda92f object_type = job_template identifier_name = default-global-system-config:show_config_template url = https://10.0.0.49:8082/job-template/c27b470e-3e18-424a-b245-34d699dda92f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c27b470e-3e18-424a-b245-34d699dda92f", "fq_name": ["default-global-system-config", "show_config_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"config_type\": {\"$id\": \"/properties/config_type\", \"title\": \"Configuration type\", \"type\": \"string\", \"enum\": [\"current\", \"rollback 1\", \"rollback 2\"], \"default\": \"current\"}, \"config_filter\": {\"$id\": \"/properties/config_filter\", \"title\": \"Configuration filter\", \"type\": \"string\", \"enum\": [\"all\", \"system\", \"system/login\", \"system/services\", \"system/syslog\", \"interfaces\", \"chassis\", \"services\", \"snmp\", \"forwarding-options\", \"event-options\", \"policy-options\", \"class-of-service\", \"firewall\", \"protocols\", \"routing-instances\", \"routing-options\", \"switch-options\", \"vlans\"], \"default\": \"all\"}, \"compare_configurations\": {\"$id\": \"/properties/compare_configurations\", \"title\": \"Compare selected configuration with current\", \"type\": \"boolean\", \"default\": false}}, \"required\": [\"config_type\", \"config_filter\", \"compare_configurations\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show configuration Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"config_type\": {\"ui:help\": \"Select one type at a time\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display current or previous configuration", "display_name": " Show current or rollback configuration"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:08.786 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_config_template'], 'oper': 'UPDATE', 'request-id': 'req-ff453abe-7562-4122-b1f6-0be1485ccc36', 'type': 'job_template', 'uuid': 'c27b470e-3e18-424a-b245-34d699dda92f'} 11/07/2024 02:28:08.891 7fe46dd8d048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4e70ac42-2920-48fa-988b-75162b19763c object_type = job_template identifier_name = default-global-system-config:test_overlay_connectivity_template url = https://10.0.0.49:8082/job-template/4e70ac42-2920-48fa-988b-75162b19763c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4e70ac42-2920-48fa-988b-75162b19763c", "fq_name": ["default-global-system-config", "test_overlay_connectivity_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"source_ip\": {\"$id\": \"/properties/source_ip\", \"title\": \"Source (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"destination_ip\": {\"$id\": \"/properties/destination_ip\", \"title\": \"Destination (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"vni\": {\"$id\": \"/properties/vni\", \"title\": \"VNI\", \"type\": \"integer\", \"default\": 100}, \"count\": {\"$id\": \"/properties/count\", \"title\": \"Packet count\", \"type\": \"integer\", \"default\": 5}}, \"required\": [\"source_ip\", \"destination_ip\", \"count\", \"vni\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show connectivity test report\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Each playbook's command_output for this specific command.\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Connectivity test report\", \"description\": \"Display connectivity test report\"}}}}}}}}", "job_template_input_ui_schema": "{\"destination_ip\": {\"ui:help\": \"\"}}", "job_template_output_ui_schema": "null", "job_template_description": "", "display_name": "Test overlay connectivity"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:08.953 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'test_overlay_connectivity_template'], 'oper': 'UPDATE', 'request-id': 'req-c4fa2194-180c-47cf-b9c2-d3f0f2e719bf', 'type': 'job_template', 'uuid': '4e70ac42-2920-48fa-988b-75162b19763c'} 11/07/2024 02:28:09.047 7fe46dc72390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ba6135c7-8d0a-4b49-84c6-877567ff0b2b object_type = job_template identifier_name = default-global-system-config:show_ops_info_template url = https://10.0.0.49:8082/job-template/ba6135c7-8d0a-4b49-84c6-877567ff0b2b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "ba6135c7-8d0a-4b49-84c6-877567ff0b2b", "fq_name": ["default-global-system-config", "show_ops_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ops_type\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Operations commands\", \"type\": \"array\", \"minItems\": 1, \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"minProperties\": 1, \"additionalProperties\": false, \"properties\": {\"conditional\": {\"title\": \"Operation Command Type\", \"$ref\": \"#/definitions/sub_command\"}}}}}, \"definitions\": {\"sub_command\": {\"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"show chassis info\", \"show route info\", \"show bgp info\", \"show evpn info\", \"show lldp info\", \"show lacp info\", \"show vlan info\"], \"default\": \"show route info\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"show chassis info\"]}, \"command_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis alarms\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show route info\"]}, \"command_detail\": {\"$id\": \"/properties/route_detail\", \"title\": \"Route detail\", \"type\": \"string\", \"enum\": [\"route summary\"], \"default\": \"route summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show bgp info\"]}, \"command_detail\": {\"$id\": \"/properties/bgp_detail\", \"title\": \"BGP detail\", \"type\": \"string\", \"enum\": [\"bgp summary\", \"bgp neighbor\", \"bgp group\"], \"default\": \"bgp summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show evpn info\"]}, \"command_detail\": {\"$id\": \"/properties/evpn_detail\", \"title\": \"EVPN detail\", \"type\": \"string\", \"enum\": [\"evpn ip-prefix-database\", \"evpn instance extensive\", \"evpn instance designated-forwarder\", \"evpn instance backup-forwarder\", \"evpn database state default-gateway\"], \"default\": \"evpn ip-prefix-database\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lldp info\"]}, \"command_detail\": {\"$id\": \"/properties/lldp_detail\", \"title\": \"LLDP detail\", \"type\": \"string\", \"enum\": [\"lldp neighbors\"], \"default\": \"lldp neighbors\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lacp info\"]}, \"command_detail\": {\"$id\": \"/properties/lacp_detail\", \"title\": \"LACP detail\", \"type\": \"string\", \"enum\": [\"lacp interfaces extensive\", \"lacp statistics interfaces\"], \"default\": \"lacp interfaces extensive\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show vlan info\"]}, \"command_detail\": {\"$id\": \"/properties/vlan_detail\", \"title\": \"VLAN detail\", \"type\": \"string\", \"enum\": [\"vlans\"], \"default\": \"vlans\"}}}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display operational information", "display_name": "Show operations information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:09.083 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:09.101 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_ops_info_template'], 'oper': 'UPDATE', 'request-id': 'req-858fe499-827f-4513-bc6d-d73097d6ec44', 'type': 'job_template', 'uuid': 'ba6135c7-8d0a-4b49-84c6-877567ff0b2b'} 11/07/2024 02:28:09.202 7fe46df35390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a0104f25-a1f9-4b1a-8dec-d44d354eebed object_type = job_template identifier_name = default-global-system-config:check_multicast_template url = https://10.0.0.49:8082/job-template/a0104f25-a1f9-4b1a-8dec-d44d354eebed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a0104f25-a1f9-4b1a-8dec-d44d354eebed", "fq_name": ["default-global-system-config", "check_multicast_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"warning_banner\": {\"$id\": \"/properties/warning_banner\", \"title\": \"This GDO gathers multicast statistics from the whole fabric and it might take a few minutes to complete.\", \"type\": \"object\", \"properties\": {\"warning_banner_2\": {\"$id\": \"/properties/warning_banner_2\", \"title\": \"It is assumed that:\", \"type\": \"object\", \"properties\": {\"warning_banner_3\": {\"$id\": \"/properties/warning_banner_3\", \"title\": \"(1) the traffic is coming from outside of the fabric (through device(s) with CRB-MCAST-Gateway role);\", \"type\": \"object\", \"properties\": {\"warning_banner_4\": {\"$id\": \"/properties/warning_banner_4\", \"title\": \"(2) the traffic is going to devices attached to server leaves (physical_router_role == 'leaf');\", \"type\": \"object\", \"properties\": {\"warning_banner_5\": {\"$id\": \"/properties/warning_banner_5\", \"title\": \"(3) PIM is enabled in the fabric.\", \"type\": \"object\", \"properties\": {}}}}}}}}}}, \"source\": {\"$id\": \"/properties/source\", \"title\": \"Source\", \"type\": \"string\", \"default\": \"\"}, \"group\": {\"$id\": \"/properties/group\", \"title\": \"Group\", \"type\": \"string\", \"default\": \"\"}}, \"required\": [\"source\", \"group\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Check multicast output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "Check multicast", "display_name": "Check incoming multicast traffic"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:09.263 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'check_multicast_template'], 'oper': 'UPDATE', 'request-id': 'req-09cad09a-2542-46c9-ba2f-efc12264327f', 'type': 'job_template', 'uuid': 'a0104f25-a1f9-4b1a-8dec-d44d354eebed'} 11/07/2024 02:28:09.359 7fe46df180f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = beffdd8f-ab67-4478-9e35-e04f15334529 object_type = job_template identifier_name = default-global-system-config:existing_fabric_onboard_template url = https://10.0.0.49:8082/job-template/beffdd8f-ab67-4478-9e35-e04f15334529 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "beffdd8f-ab67-4478-9e35-e04f15334529", "fq_name": ["default-global-system-config", "existing_fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/existing_fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 40, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 5}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"username\", \"password\"], \"properties\": {\"username\": {\"type\": \"string\"}, \"password\": {\"type\": \"string\"}}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"manage_underlay\": {\"title\": \"Manage underlay networking\", \"type\": \"boolean\", \"description\": \"Set to true if need to configure underlay networking\", \"default\": false}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Existing Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:09.415 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'existing_fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-aadb97c5-eb95-44a9-bca9-2c15212b181c', 'type': 'job_template', 'uuid': 'beffdd8f-ab67-4478-9e35-e04f15334529'} 11/07/2024 02:28:09.516 7fe46dac4048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42dc3d2b-40a5-4876-a519-62ca5dc6b79b object_type = job_template identifier_name = default-global-system-config:vcenter_import_template url = https://10.0.0.49:8082/job-template/42dc3d2b-40a5-4876-a519-62ca5dc6b79b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "42dc3d2b-40a5-4876-a519-62ca5dc6b79b", "fq_name": ["default-global-system-config", "vcenter_import_template"], "parent_type": "global-system-config", "job_template_type": "executable", "job_template_concurrency_level": "fabric", "job_template_executables": {"executable_info": [{"executable_path": "/opt/contrail/utils/vcenter-import", "executable_args": "", "job_completion_weightage": 100}]}, "job_template_input_schema": "{\"title\": \"vCenter Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"contrail_command\": {\"$id\": \"/properties/contrail_command\", \"description\": \"The Contrail Command details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/contrail_command/username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/contrail_command/password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/contrail_command/host\", \"description\": \"The Contrail Command IP and/or port\", \"type\": \"string\"}}}, \"vcenter\": {\"$id\": \"/properties/vcenter\", \"description\": \"vCenter details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/vcenter/username\", \"description\": \"Username of vCenter Server\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/vcenter/password\", \"description\": \"Password of vCenter Server\", \"type\": \"string\"}, \"datacenter\": {\"$id\": \"/properties/vcenter/datacenter\", \"description\": \"vCenter DataCenter name to Import ESXi Hosts\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/vcenter/host\", \"description\": \"vCenter Hostname/IP-Address including port\", \"type\": \"string\"}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "VCenter Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:09.568 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vcenter_import_template'], 'oper': 'UPDATE', 'request-id': 'req-a39c599a-6d56-4737-87e6-f9f9f2dbb8a8', 'type': 'job_template', 'uuid': '42dc3d2b-40a5-4876-a519-62ca5dc6b79b'} 11/07/2024 02:28:09.675 7fe46dc726d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22a3dd9a-b9ea-45a3-af54-f6b92461694b object_type = job_template identifier_name = default-global-system-config:discover_server_template url = https://10.0.0.49:8082/job-template/22a3dd9a-b9ea-45a3-af54-f6b92461694b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "22a3dd9a-b9ea-45a3-af54-f6b92461694b", "fq_name": ["default-global-system-config", "discover_server_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_server.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"ipmi\": {\"$id\": \"/properties/ipmi\", \"type\": \"object\", \"required\": [\"ipmi_subnet_list\", \"ipmi_credentials\"], \"properties\": {\"ipmi_subnet_list\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list/items\", \"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"ipmi_credentials\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"description\": \"The IPMI user:password credentials\", \"type\": \"string\"}}, \"ipmi_port_ranges\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"type\": \"object\", \"required\": [\"port_range_start\", \"port_range_end\"], \"properties\": {\"port_range_start\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_start\", \"description\": \"Start of IPMI Port Range\", \"type\": \"integer\"}, \"port_range_end\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_end\", \"description\": \"End of IPMI Port Range\", \"type\": \"integer\"}}}}}}, \"ironic\": {\"$id\": \"/properties/ironic\", \"type\": \"object\", \"required\": [\"auth_url\", \"username\", \"password\"], \"properties\": {\"auth_url\": {\"$id\": \"/properties/ironic/properties/auth_url\", \"description\": \"The Ironic Auth URL\", \"type\": \"string\"}, \"username\": {\"$id\": \"/properties/ironic/properties/username\", \"description\": \"The Ironic Auth username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/ironic/properties/password\", \"description\": \"The Ironic Auth password\", \"type\": \"string\"}, \"introspection_flag\": {\"$id\": \"/properties/ironic/properties/introspection_flag\", \"description\": \"Flag to determine if introspection is needed\", \"type\": \"boolean\", \"default\": true}}}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:09.729 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_server_template'], 'oper': 'UPDATE', 'request-id': 'req-622c0b6a-4453-4724-a2e4-36632e123604', 'type': 'job_template', 'uuid': '22a3dd9a-b9ea-45a3-af54-f6b92461694b'} 11/07/2024 02:28:09.827 7fe46daf90f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 object_type = job_template identifier_name = default-global-system-config:server_import_template url = https://10.0.0.49:8082/job-template/9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "9f546e19-9ab0-42eb-8f69-cbfd24b6fd94", "fq_name": ["default-global-system-config", "server_import_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/server_import.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:09.838 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'server_import_template'], 'oper': 'UPDATE', 'request-id': 'req-c4fae2e4-0b2b-4756-9f98-ebe4ad22b68a', 'type': 'job_template', 'uuid': '9f546e19-9ab0-42eb-8f69-cbfd24b6fd94'} 11/07/2024 02:28:09.939 7fe46dbb3390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 81bdd21a-3c1d-440a-a882-c91aa6b508b0 object_type = job_template identifier_name = default-global-system-config:node_profile_template url = https://10.0.0.49:8082/job-template/81bdd21a-3c1d-440a-a882-c91aa6b508b0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "81bdd21a-3c1d-440a-a882-c91aa6b508b0", "fq_name": ["default-global-system-config", "node_profile_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/node_profile.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Node Profile Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command Hostname/IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Node Profile"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:09.951 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'node_profile_template'], 'oper': 'UPDATE', 'request-id': 'req-656520ae-c5e0-4dd1-aee3-0e17b776ff6c', 'type': 'job_template', 'uuid': '81bdd21a-3c1d-440a-a882-c91aa6b508b0'} 11/07/2024 02:28:10.053 7fe46dab7e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 35a01d59-582a-4e7e-8993-09a7fb9ebd19 object_type = job_template identifier_name = default-global-system-config:show_mac_mob_template url = https://10.0.0.49:8082/job-template/35a01d59-582a-4e7e-8993-09a7fb9ebd19 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "35a01d59-582a-4e7e-8993-09a7fb9ebd19", "fq_name": ["default-global-system-config", "show_mac_mob_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"mac_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"MAC Details\", \"type\": \"object\", \"properties\": {\"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}, \"required\": [\"mac_address\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show MAC mobility Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"MAC History\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"mac_details\": {\"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display MAC address move or mobility", "display_name": "Show mac mobility"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:10.084 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:10.110 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_mac_mob_template'], 'oper': 'UPDATE', 'request-id': 'req-9306a07a-f445-47c3-915f-b483f27e9a3d', 'type': 'job_template', 'uuid': '35a01d59-582a-4e7e-8993-09a7fb9ebd19'} 11/07/2024 02:28:10.208 7fe46db1a978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31ec2c1-89c8-4950-a756-b70565503fc6 object_type = job_template identifier_name = default-global-system-config:rma_activate_template url = https://10.0.0.49:8082/job-template/e31ec2c1-89c8-4950-a756-b70565503fc6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e31ec2c1-89c8-4950-a756-b70565503fc6", "fq_name": ["default-global-system-config", "rma_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/rma_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 3}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"RMA activate\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"rma_devices\": {\"type\": \"array\", \"items\": {\"title\": \"RMA Devices\", \"type\": \"object\", \"description\": \"List of devices and corresponding serial numbers to RMA\", \"additionalProperties\": false, \"properties\": {\"device_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}, \"serial_number\": {\"type\": \"string\"}}, \"required\": [\"device_uuid\", \"serial_number\"]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "RMA Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:10.223 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rma_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-1986b64b-bc94-4a93-95a5-2b58ac39c3a6', 'type': 'job_template', 'uuid': 'e31ec2c1-89c8-4950-a756-b70565503fc6'} 11/07/2024 02:28:10.322 7fe46dac4e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096811dc-7f55-4763-8395-1f288d24bb6a object_type = job_template identifier_name = default-global-system-config:show_chassis_info_template url = https://10.0.0.49:8082/job-template/096811dc-7f55-4763-8395-1f288d24bb6a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "096811dc-7f55-4763-8395-1f288d24bb6a", "fq_name": ["default-global-system-config", "show_chassis_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"chassis\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Chassis information\", \"type\": \"object\", \"properties\": {\"chassis_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis hardware\"}}, \"required\": [\"chassis_detail\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display chassis information", "display_name": "Show chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:10.376 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_chassis_info_template'], 'oper': 'UPDATE', 'request-id': 'req-5807fe0d-8cee-4227-b61d-34417407f6b2', 'type': 'job_template', 'uuid': '096811dc-7f55-4763-8395-1f288d24bb6a'} 11/07/2024 02:28:10.479 7fe46dc72390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1215737e-4ccc-4371-a28e-eb341d000a00 object_type = job_template identifier_name = default-global-system-config:hardware_inventory_template url = https://10.0.0.49:8082/job-template/1215737e-4ccc-4371-a28e-eb341d000a00 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1215737e-4ccc-4371-a28e-eb341d000a00", "fq_name": ["default-global-system-config", "hardware_inventory_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Hardware Inventory Information\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"minProperties\": 1}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to fetch hardware inventory information from the device", "display_name": "Fetch hardware chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:10.491 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hardware_inventory_template'], 'oper': 'UPDATE', 'request-id': 'req-521be40e-4c28-4725-a667-864487f949d1', 'type': 'job_template', 'uuid': '1215737e-4ccc-4371-a28e-eb341d000a00'} 11/07/2024 02:28:10.587 7fe46dbf0eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a22fc3b2-62a5-4e31-97a4-e70c039e1019 object_type = config_properties identifier_name = default-global-system-config:config_property url = https://10.0.0.49:8082/config-properties/a22fc3b2-62a5-4e31-97a4-e70c039e1019 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"config-properties": {"uuid": "a22fc3b2-62a5-4e31-97a4-e70c039e1019", "fq_name": ["default-global-system-config", "config_property"], "parent_type": "global-system-config", "properties": {"key_value_pair": [{"key": "junos_commit_timeout", "value": "600"}, {"key": "total_retry_timeout", "value": "600"}, {"key": "device_command_timeout", "value": "600"}, {"key": "ztp_timeout", "value": "570"}]}, "display_name": "Config Property"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:10.601 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'config_property'], 'oper': 'UPDATE', 'request-id': 'req-a1e178c0-752b-4f5f-9769-a7d4ee6e5a36', 'type': 'config_properties', 'uuid': 'a22fc3b2-62a5-4e31-97a4-e70c039e1019'} 11/07/2024 02:28:11.060 7fe46dd8d828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 object_type = global_system_config identifier_name = default-global-system-config url = https://10.0.0.49:8082/global-system-config/dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"global-system-config": {"uuid": "dfd9c1c8-eff8-4a11-805e-4845bcbc4be8", "fq_name": ["default-global-system-config"], "supported_device_families": {"device_family": ["junos", "junos-qfx"]}, "supported_vendor_hardwares": {"vendor_hardware": ["juniper-qfx10002-72q", "juniper-qfx10002-36q", "juniper-qfx10002-60c", "juniper-qfx10016", "juniper-qfx10008", "juniper-vqfx-10000", "juniper-qfx5100-48sh-afi", "juniper-qfx5100-48sh-afo", "juniper-qfx5100-48th-afi", "juniper-qfx5100-48th-afo", "juniper-qfx5100-48s-6q", "juniper-qfx5100-96s-8q", "juniper-qfx5100-48t", "juniper-qfx5100-48t-6q", "juniper-qfx5100-24q-2p", "juniper-qfx5100-24q-aa", "juniper-qfx5100e-48s-6q", "juniper-qfx5100e-96s-8q", "juniper-qfx5100e-48t-6q", "juniper-qfx5100e-24q-2p", "juniper-qfx5110-48s-4c", "juniper-qfx5110-32q", "juniper-qfx5120-48y-8c", "juniper-qfx5120-48t-6c", "juniper-qfx5120-32c", "juniper-qfx5220-32cd", "juniper-qfx5220-128c", "juniper-qfx5200-32c-32q", "juniper-qfx5200-48y", "juniper-qfx5210-64c", "juniper-vmx", "juniper-mx80", "juniper-mx80-48t", "juniper-mx204", "juniper-mx240", "juniper-mx480", "juniper-mx960", "juniper-mx2008", "juniper-mx2010", "juniper-mx2020", "juniper-mx10003", "juniper-jnp10008", "juniper-jnp10016", "juniper-srx5400", "juniper-srx5600", "juniper-srx4600", "juniper-srx4100", "juniper-srx1500", "juniper-srx240h-poe", "juniper-vsrx", "juniper-srx5800", "juniper-srx4200"]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:11.070 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config'], 'oper': 'UPDATE', 'request-id': 'req-7029d3c7-c5cc-4d8e-9d9d-6b1ea946c97f', 'type': 'global_system_config', 'uuid': 'dfd9c1c8-eff8-4a11-805e-4845bcbc4be8'} 11/07/2024 02:28:11.183 7fe46dd312e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42087eae-1152-4e4b-8ebb-ac8bcdc13323 object_type = hardware identifier_name = juniper-qfx5100-48sh-afi url = https://10.0.0.49:8082/hardware/42087eae-1152-4e4b-8ebb-ac8bcdc13323 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "fq_name": ["juniper-qfx5100-48sh-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:11.196 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afi'], 'oper': 'UPDATE', 'request-id': 'req-d1581bcd-9237-4514-8aa4-fc1ae200832f', 'type': 'hardware', 'uuid': '42087eae-1152-4e4b-8ebb-ac8bcdc13323'} 11/07/2024 02:28:11.290 7fe46dab7390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bb7beed3-60d7-49c5-9d84-49ac2a782218 object_type = hardware identifier_name = juniper-qfx5100-48sh-afo url = https://10.0.0.49:8082/hardware/bb7beed3-60d7-49c5-9d84-49ac2a782218 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "fq_name": ["juniper-qfx5100-48sh-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:11.298 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afo'], 'oper': 'UPDATE', 'request-id': 'req-072d1df0-0ada-40ba-b960-5fa008740321', 'type': 'hardware', 'uuid': 'bb7beed3-60d7-49c5-9d84-49ac2a782218'} 11/07/2024 02:28:11.398 7fe46daf7f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6432d3f-ce9a-411f-8a75-9e22d185f2cd object_type = hardware identifier_name = juniper-qfx5100-48th-afi url = https://10.0.0.49:8082/hardware/c6432d3f-ce9a-411f-8a75-9e22d185f2cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "fq_name": ["juniper-qfx5100-48th-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:11.405 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afi'], 'oper': 'UPDATE', 'request-id': 'req-28a041b9-d681-4971-bed3-e32a84ee8a25', 'type': 'hardware', 'uuid': 'c6432d3f-ce9a-411f-8a75-9e22d185f2cd'} 11/07/2024 02:28:11.507 7fe46daf9f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d1543237-89a0-4607-a0f5-40f0be645bcf object_type = hardware identifier_name = juniper-qfx5100-48th-afo url = https://10.0.0.49:8082/hardware/d1543237-89a0-4607-a0f5-40f0be645bcf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "fq_name": ["juniper-qfx5100-48th-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:11.519 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afo'], 'oper': 'UPDATE', 'request-id': 'req-874f3237-c7d8-46d2-9b16-18bcab94c64c', 'type': 'hardware', 'uuid': 'd1543237-89a0-4607-a0f5-40f0be645bcf'} 11/07/2024 02:28:11.618 7fe46de162e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09842293-1bb4-4536-9393-f26caa94be87 object_type = hardware identifier_name = juniper-qfx5100-48s-6q url = https://10.0.0.49:8082/hardware/09842293-1bb4-4536-9393-f26caa94be87 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "09842293-1bb4-4536-9393-f26caa94be87", "fq_name": ["juniper-qfx5100-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:11.626 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-ca820798-8789-46d3-a75e-cd31615bfada', 'type': 'hardware', 'uuid': '09842293-1bb4-4536-9393-f26caa94be87'} 11/07/2024 02:28:11.723 7fe46dcc02e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 659daa17-ae39-4641-b245-45c06a69b927 object_type = hardware identifier_name = juniper-qfx5100-96s-8q url = https://10.0.0.49:8082/hardware/659daa17-ae39-4641-b245-45c06a69b927 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "659daa17-ae39-4641-b245-45c06a69b927", "fq_name": ["juniper-qfx5100-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:11.734 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-64b6ae68-2ca6-4b47-ac13-689e7b3d5bb2', 'type': 'hardware', 'uuid': '659daa17-ae39-4641-b245-45c06a69b927'} 11/07/2024 02:28:11.831 7fe46dab1ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9b18d69f-cfa6-47a6-9837-5886979b7d27 object_type = hardware identifier_name = juniper-qfx5100-48t url = https://10.0.0.49:8082/hardware/9b18d69f-cfa6-47a6-9837-5886979b7d27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "fq_name": ["juniper-qfx5100-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:11.842 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t'], 'oper': 'UPDATE', 'request-id': 'req-0bbc7336-5aca-4e8d-9a7e-77a6a7fcf270', 'type': 'hardware', 'uuid': '9b18d69f-cfa6-47a6-9837-5886979b7d27'} 11/07/2024 02:28:11.945 7fe46dd8d780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fdd501e-e56b-45b5-9083-e8e81f459673 object_type = hardware identifier_name = juniper-qfx5100-48t-6q url = https://10.0.0.49:8082/hardware/0fdd501e-e56b-45b5-9083-e8e81f459673 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "fq_name": ["juniper-qfx5100-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:11.954 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-fa787ccd-bc5a-4267-8ff0-892a93c5e739', 'type': 'hardware', 'uuid': '0fdd501e-e56b-45b5-9083-e8e81f459673'} 11/07/2024 02:28:12.039 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:12.055 7fe46d9dcac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a415b5b6-e554-4e69-8ac8-100664a655bd object_type = hardware identifier_name = juniper-qfx5100-24q-2p url = https://10.0.0.49:8082/hardware/a415b5b6-e554-4e69-8ac8-100664a655bd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "fq_name": ["juniper-qfx5100-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:12.064 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-9249e5ce-75a5-4843-9a5e-f8243441b1ec', 'type': 'hardware', 'uuid': 'a415b5b6-e554-4e69-8ac8-100664a655bd'} 11/07/2024 02:28:12.163 7fe46dab7e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ec46a0d-8b6e-4461-b351-ab3960b11966 object_type = hardware identifier_name = juniper-qfx5100-24q-aa url = https://10.0.0.49:8082/hardware/9ec46a0d-8b6e-4461-b351-ab3960b11966 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "fq_name": ["juniper-qfx5100-24q-aa"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:12.176 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-aa'], 'oper': 'UPDATE', 'request-id': 'req-9466cf76-8078-473e-a313-23a3d5ad8451', 'type': 'hardware', 'uuid': '9ec46a0d-8b6e-4461-b351-ab3960b11966'} 11/07/2024 02:28:12.271 7fe46dabaeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc object_type = hardware identifier_name = juniper-qfx5100e-48s-6q url = https://10.0.0.49:8082/hardware/7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "fq_name": ["juniper-qfx5100e-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:12.279 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-d0fb137d-b706-4787-8b5c-5a9a3dbe31f1', 'type': 'hardware', 'uuid': '7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc'} 11/07/2024 02:28:12.378 7fe46df276d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3be1a72-35aa-4778-a173-5986e8c2fae8 object_type = hardware identifier_name = juniper-qfx5100e-96s-8q url = https://10.0.0.49:8082/hardware/d3be1a72-35aa-4778-a173-5986e8c2fae8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "fq_name": ["juniper-qfx5100e-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:12.387 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-557594ba-1b30-491b-a497-12c0a88086ff', 'type': 'hardware', 'uuid': 'd3be1a72-35aa-4778-a173-5986e8c2fae8'} 11/07/2024 02:28:12.486 7fe46dab1438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 84d423a0-c168-4209-9a24-3b690f4332f8 object_type = hardware identifier_name = juniper-qfx5100e-48t-6q url = https://10.0.0.49:8082/hardware/84d423a0-c168-4209-9a24-3b690f4332f8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "fq_name": ["juniper-qfx5100e-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:12.496 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-800a1276-4e2d-4e9a-98d8-d720c23bd32e', 'type': 'hardware', 'uuid': '84d423a0-c168-4209-9a24-3b690f4332f8'} 11/07/2024 02:28:12.598 7fe46db138d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b1493cca-8842-42f9-800a-753565a2d6b6 object_type = hardware identifier_name = juniper-qfx5100e-24q-2p url = https://10.0.0.49:8082/hardware/b1493cca-8842-42f9-800a-753565a2d6b6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "fq_name": ["juniper-qfx5100e-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:12.607 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-672f616a-3767-4625-bbe3-a34f67594264', 'type': 'hardware', 'uuid': 'b1493cca-8842-42f9-800a-753565a2d6b6'} 11/07/2024 02:28:12.703 7fe46dada588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 403bdb63-2170-4014-9403-f80fba2de755 object_type = hardware identifier_name = juniper-qfx5110-48s-4c url = https://10.0.0.49:8082/hardware/403bdb63-2170-4014-9403-f80fba2de755 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "403bdb63-2170-4014-9403-f80fba2de755", "fq_name": ["juniper-qfx5110-48s-4c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:12.711 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-48s-4c'], 'oper': 'UPDATE', 'request-id': 'req-6e99fb65-0897-4481-a35a-b82345bd4bbc', 'type': 'hardware', 'uuid': '403bdb63-2170-4014-9403-f80fba2de755'} 11/07/2024 02:28:12.807 7fe46da84978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b5500813-1eb7-4e75-8a4c-674e0ba66461 object_type = hardware identifier_name = juniper-qfx5110-32q url = https://10.0.0.49:8082/hardware/b5500813-1eb7-4e75-8a4c-674e0ba66461 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "fq_name": ["juniper-qfx5110-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:12.816 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-32q'], 'oper': 'UPDATE', 'request-id': 'req-9f906659-1a7f-41ed-8683-bc135c503f2c', 'type': 'hardware', 'uuid': 'b5500813-1eb7-4e75-8a4c-674e0ba66461'} 11/07/2024 02:28:12.910 7fe46df6aa20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b63324e2-273a-400b-9d59-0dec80d655d4 object_type = hardware identifier_name = juniper-qfx5120-48y-8c url = https://10.0.0.49:8082/hardware/b63324e2-273a-400b-9d59-0dec80d655d4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "fq_name": ["juniper-qfx5120-48y-8c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:12.920 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48y-8c'], 'oper': 'UPDATE', 'request-id': 'req-ebc53ee9-9838-4d24-85f3-78e351aa9959', 'type': 'hardware', 'uuid': 'b63324e2-273a-400b-9d59-0dec80d655d4'} 11/07/2024 02:28:13.019 7fe46daf96d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 object_type = hardware identifier_name = juniper-qfx5120-32c url = https://10.0.0.49:8082/hardware/017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "fq_name": ["juniper-qfx5120-32c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:13.027 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-32c'], 'oper': 'UPDATE', 'request-id': 'req-eeea4bd7-4dc4-4bff-94a8-c53f08d24a38', 'type': 'hardware', 'uuid': '017ec5ed-1b9e-47d0-9b3c-e2df68b376e7'} 11/07/2024 02:28:13.041 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:13.122 7fe46dfdd390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75328164-8eed-4868-b183-9bcbe27e276a object_type = hardware identifier_name = juniper-qfx5120-48t-6c url = https://10.0.0.49:8082/hardware/75328164-8eed-4868-b183-9bcbe27e276a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "fq_name": ["juniper-qfx5120-48t-6c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:13.130 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48t-6c'], 'oper': 'UPDATE', 'request-id': 'req-e6a06abb-872c-40af-9ab1-670eb3e80cca', 'type': 'hardware', 'uuid': '75328164-8eed-4868-b183-9bcbe27e276a'} 11/07/2024 02:28:13.234 7fe46dfa6e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ac596c42-3f13-42e2-a6b1-be2b27e18331 object_type = hardware identifier_name = juniper-qfx5220-32cd url = https://10.0.0.49:8082/hardware/ac596c42-3f13-42e2-a6b1-be2b27e18331 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "fq_name": ["juniper-qfx5220-32cd"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:13.243 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-32cd'], 'oper': 'UPDATE', 'request-id': 'req-2a21504d-6f40-438a-b527-718dbcb76ad8', 'type': 'hardware', 'uuid': 'ac596c42-3f13-42e2-a6b1-be2b27e18331'} 11/07/2024 02:28:13.346 7fe46daa3eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1c773810-104a-43e2-b78a-a0b3dac4dd7f object_type = hardware identifier_name = juniper-qfx5220-128c url = https://10.0.0.49:8082/hardware/1c773810-104a-43e2-b78a-a0b3dac4dd7f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "fq_name": ["juniper-qfx5220-128c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:13.353 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-128c'], 'oper': 'UPDATE', 'request-id': 'req-5a9fa672-b181-44c4-b55e-80694dbf48e7', 'type': 'hardware', 'uuid': '1c773810-104a-43e2-b78a-a0b3dac4dd7f'} 11/07/2024 02:28:13.455 7fe46de954e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 922c08d7-1c72-4e46-b73b-c5cce20c7d4b object_type = hardware identifier_name = juniper-qfx5200-32c-32q url = https://10.0.0.49:8082/hardware/922c08d7-1c72-4e46-b73b-c5cce20c7d4b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "fq_name": ["juniper-qfx5200-32c-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:13.467 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-32c-32q'], 'oper': 'UPDATE', 'request-id': 'req-045cb6bf-c35e-4dfa-a8f5-e8af0f1eb577', 'type': 'hardware', 'uuid': '922c08d7-1c72-4e46-b73b-c5cce20c7d4b'} 11/07/2024 02:28:13.566 7fe46daa3ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 133f6aba-4d41-4450-9996-aef90d73b888 object_type = hardware identifier_name = juniper-qfx5200-48y url = https://10.0.0.49:8082/hardware/133f6aba-4d41-4450-9996-aef90d73b888 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "fq_name": ["juniper-qfx5200-48y"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:13.575 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-48y'], 'oper': 'UPDATE', 'request-id': 'req-3c1f7f3f-3dfb-4192-a4bc-4109206afa9f', 'type': 'hardware', 'uuid': '133f6aba-4d41-4450-9996-aef90d73b888'} 11/07/2024 02:28:13.671 7fe46df62438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = db87e59b-96e1-49d8-a62c-1c2d89d684d9 object_type = hardware identifier_name = juniper-qfx5210-64c url = https://10.0.0.49:8082/hardware/db87e59b-96e1-49d8-a62c-1c2d89d684d9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "fq_name": ["juniper-qfx5210-64c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:13.679 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5210-64c'], 'oper': 'UPDATE', 'request-id': 'req-e9867bb6-8e9b-488d-8ade-40eb1e10e6a7', 'type': 'hardware', 'uuid': 'db87e59b-96e1-49d8-a62c-1c2d89d684d9'} 11/07/2024 02:28:13.788 7fe46dd8d8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 864af8d2-658f-4299-b31c-a18e657d786b object_type = hardware identifier_name = juniper-qfx10002-72q url = https://10.0.0.49:8082/hardware/864af8d2-658f-4299-b31c-a18e657d786b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "fq_name": ["juniper-qfx10002-72q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:13.797 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-72q'], 'oper': 'UPDATE', 'request-id': 'req-ae79a3c3-1302-4a1a-8788-b631d9b0796c', 'type': 'hardware', 'uuid': '864af8d2-658f-4299-b31c-a18e657d786b'} 11/07/2024 02:28:13.891 7fe46d9d1f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 object_type = hardware identifier_name = juniper-qfx10002-36q url = https://10.0.0.49:8082/hardware/8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "fq_name": ["juniper-qfx10002-36q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:13.899 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-36q'], 'oper': 'UPDATE', 'request-id': 'req-5eb1840b-e0e4-4b0a-807c-9c695142c294', 'type': 'hardware', 'uuid': '8cc029e3-98bd-4b93-ae1b-3a1eb169fab4'} 11/07/2024 02:28:13.998 7fe46dbba8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7d28fa02-7667-4bc7-bec6-01b08d00dd4d object_type = hardware identifier_name = juniper-qfx10002-60c url = https://10.0.0.49:8082/hardware/7d28fa02-7667-4bc7-bec6-01b08d00dd4d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "fq_name": ["juniper-qfx10002-60c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:14.008 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-60c'], 'oper': 'UPDATE', 'request-id': 'req-a36a57e2-f609-4395-9170-26238d1a30d7', 'type': 'hardware', 'uuid': '7d28fa02-7667-4bc7-bec6-01b08d00dd4d'} 11/07/2024 02:28:14.043 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:14.112 7fe46da89780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c8d84e84-6056-4872-b06b-ae4bed62f7a2 object_type = hardware identifier_name = juniper-qfx10016 url = https://10.0.0.49:8082/hardware/c8d84e84-6056-4872-b06b-ae4bed62f7a2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "fq_name": ["juniper-qfx10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:14.123 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10016'], 'oper': 'UPDATE', 'request-id': 'req-3604ca0f-2d96-49bf-a4b9-b71872582fc3', 'type': 'hardware', 'uuid': 'c8d84e84-6056-4872-b06b-ae4bed62f7a2'} 11/07/2024 02:28:14.219 7fe46db3deb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e97d4f94-63fb-439d-a014-5b702068f369 object_type = hardware identifier_name = juniper-qfx10008 url = https://10.0.0.49:8082/hardware/e97d4f94-63fb-439d-a014-5b702068f369 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "fq_name": ["juniper-qfx10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:14.231 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10008'], 'oper': 'UPDATE', 'request-id': 'req-ca2a9f66-1ed2-4b39-8057-a540ccaf9da1', 'type': 'hardware', 'uuid': 'e97d4f94-63fb-439d-a014-5b702068f369'} 11/07/2024 02:28:14.331 7fe46deae240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 26af5cc4-535f-45fc-9202-3abfc9fe6c7b object_type = hardware identifier_name = juniper-vqfx-10000 url = https://10.0.0.49:8082/hardware/26af5cc4-535f-45fc-9202-3abfc9fe6c7b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "fq_name": ["juniper-vqfx-10000"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:14.340 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vqfx-10000'], 'oper': 'UPDATE', 'request-id': 'req-498818c1-a642-4d9a-a91d-77c2d6463964', 'type': 'hardware', 'uuid': '26af5cc4-535f-45fc-9202-3abfc9fe6c7b'} 11/07/2024 02:28:14.443 7fe46dd31780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0423f25b-c754-4b32-b220-de18f831b363 object_type = hardware identifier_name = juniper-mx80 url = https://10.0.0.49:8082/hardware/0423f25b-c754-4b32-b220-de18f831b363 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0423f25b-c754-4b32-b220-de18f831b363", "fq_name": ["juniper-mx80"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:14.454 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80'], 'oper': 'UPDATE', 'request-id': 'req-b8a13df9-579d-45fe-9a9a-177c8f497bec', 'type': 'hardware', 'uuid': '0423f25b-c754-4b32-b220-de18f831b363'} 11/07/2024 02:28:14.554 7fe46dbf0240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 68bfa83f-2753-461c-9dce-b9f3464c234c object_type = hardware identifier_name = juniper-mx80-48t url = https://10.0.0.49:8082/hardware/68bfa83f-2753-461c-9dce-b9f3464c234c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "fq_name": ["juniper-mx80-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:14.563 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80-48t'], 'oper': 'UPDATE', 'request-id': 'req-04413541-e966-499a-bdbb-2b947b9c007e', 'type': 'hardware', 'uuid': '68bfa83f-2753-461c-9dce-b9f3464c234c'} 11/07/2024 02:28:14.662 7fe46daf7b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 33f16db1-08a6-4377-9060-f894b4aafda4 object_type = hardware identifier_name = juniper-mx204 url = https://10.0.0.49:8082/hardware/33f16db1-08a6-4377-9060-f894b4aafda4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "fq_name": ["juniper-mx204"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:14.672 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx204'], 'oper': 'UPDATE', 'request-id': 'req-51ec4f7d-9f1c-47b3-9df2-05d23436f460', 'type': 'hardware', 'uuid': '33f16db1-08a6-4377-9060-f894b4aafda4'} 11/07/2024 02:28:14.775 7fe46da890f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd25932c-6fe2-438c-96d7-998c27af28af object_type = hardware identifier_name = juniper-mx240 url = https://10.0.0.49:8082/hardware/fd25932c-6fe2-438c-96d7-998c27af28af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "fq_name": ["juniper-mx240"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:14.783 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx240'], 'oper': 'UPDATE', 'request-id': 'req-ffbab718-3324-4b3f-83cf-37d561aab17a', 'type': 'hardware', 'uuid': 'fd25932c-6fe2-438c-96d7-998c27af28af'} 11/07/2024 02:28:14.883 7fe46dd312e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0389f738-89c0-4f53-a7bd-56569482be43 object_type = hardware identifier_name = juniper-mx480 url = https://10.0.0.49:8082/hardware/0389f738-89c0-4f53-a7bd-56569482be43 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "fq_name": ["juniper-mx480"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:14.891 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx480'], 'oper': 'UPDATE', 'request-id': 'req-00884dee-5330-4f3e-b99f-049fcc17db3d', 'type': 'hardware', 'uuid': '0389f738-89c0-4f53-a7bd-56569482be43'} 11/07/2024 02:28:14.995 7fe46daf7390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9618fd20-e6e6-4d9c-b295-14b0316300af object_type = hardware identifier_name = juniper-mx960 url = https://10.0.0.49:8082/hardware/9618fd20-e6e6-4d9c-b295-14b0316300af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "fq_name": ["juniper-mx960"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:15.005 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx960'], 'oper': 'UPDATE', 'request-id': 'req-6ddf74da-9edf-4a55-b410-d75fda4f77f7', 'type': 'hardware', 'uuid': '9618fd20-e6e6-4d9c-b295-14b0316300af'} 11/07/2024 02:28:15.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:15.103 7fe46ef2acc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 object_type = hardware identifier_name = juniper-mx2008 url = https://10.0.0.49:8082/hardware/c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "fq_name": ["juniper-mx2008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:15.111 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2008'], 'oper': 'UPDATE', 'request-id': 'req-49d06cc0-27ff-40e7-b85a-d43acf455af1', 'type': 'hardware', 'uuid': 'c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5'} 11/07/2024 02:28:15.216 7fe46dcc0048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c7e966eb-8a0a-421b-b740-9f9df7ad1c77 object_type = hardware identifier_name = juniper-mx2010 url = https://10.0.0.49:8082/hardware/c7e966eb-8a0a-421b-b740-9f9df7ad1c77 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "fq_name": ["juniper-mx2010"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:15.224 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2010'], 'oper': 'UPDATE', 'request-id': 'req-1caa1110-9442-427f-b99d-202ed5d21153', 'type': 'hardware', 'uuid': 'c7e966eb-8a0a-421b-b740-9f9df7ad1c77'} 11/07/2024 02:28:15.322 7fe46de16828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf0608bd-3a72-46c0-af0b-c272778c736c object_type = hardware identifier_name = juniper-mx2020 url = https://10.0.0.49:8082/hardware/bf0608bd-3a72-46c0-af0b-c272778c736c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "fq_name": ["juniper-mx2020"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:15.333 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2020'], 'oper': 'UPDATE', 'request-id': 'req-e2a5f325-88c3-416e-845e-a1eaf52f63d1', 'type': 'hardware', 'uuid': 'bf0608bd-3a72-46c0-af0b-c272778c736c'} 11/07/2024 02:28:15.426 7fe46dc556d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 object_type = hardware identifier_name = juniper-mx10003 url = https://10.0.0.49:8082/hardware/f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "fq_name": ["juniper-mx10003"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:15.433 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx10003'], 'oper': 'UPDATE', 'request-id': 'req-164e308c-1b03-432f-8f2c-3bcfd6e0bf95', 'type': 'hardware', 'uuid': 'f234fa20-3dd5-4f22-bc86-4c1e2e279bd5'} 11/07/2024 02:28:15.531 7fe474c8beb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0cf56917-0fea-454e-84f2-cdf01c8bb067 object_type = hardware identifier_name = juniper-jnp10008 url = https://10.0.0.49:8082/hardware/0cf56917-0fea-454e-84f2-cdf01c8bb067 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "fq_name": ["juniper-jnp10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:15.539 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10008'], 'oper': 'UPDATE', 'request-id': 'req-ece6785f-67a7-41f4-8b8b-1525db1f9b16', 'type': 'hardware', 'uuid': '0cf56917-0fea-454e-84f2-cdf01c8bb067'} 11/07/2024 02:28:15.634 7fe46de16e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e3fc4483-abbe-451f-aa39-a4aff4476187 object_type = hardware identifier_name = juniper-jnp10016 url = https://10.0.0.49:8082/hardware/e3fc4483-abbe-451f-aa39-a4aff4476187 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "fq_name": ["juniper-jnp10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:15.642 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10016'], 'oper': 'UPDATE', 'request-id': 'req-75bfd044-6752-4bc5-9de8-37e193c8a784', 'type': 'hardware', 'uuid': 'e3fc4483-abbe-451f-aa39-a4aff4476187'} 11/07/2024 02:28:15.738 7fe46dd31ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3973797-34d8-49d4-95b4-30df06256c6e object_type = hardware identifier_name = juniper-vmx url = https://10.0.0.49:8082/hardware/d3973797-34d8-49d4-95b4-30df06256c6e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "fq_name": ["juniper-vmx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:15.747 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vmx'], 'oper': 'UPDATE', 'request-id': 'req-898e9429-0e78-4c6f-a35c-fa54ee268135', 'type': 'hardware', 'uuid': 'd3973797-34d8-49d4-95b4-30df06256c6e'} 11/07/2024 02:28:15.847 7fe46dab1588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb970d87-db82-4005-8700-962a40c2e31d object_type = hardware identifier_name = juniper-srx5400 url = https://10.0.0.49:8082/hardware/fb970d87-db82-4005-8700-962a40c2e31d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "fq_name": ["juniper-srx5400"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:15.856 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5400'], 'oper': 'UPDATE', 'request-id': 'req-6368fab3-f9a1-4f47-9de0-4de63b390006', 'type': 'hardware', 'uuid': 'fb970d87-db82-4005-8700-962a40c2e31d'} 11/07/2024 02:28:15.955 7fe46dd31cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6457b9f7-51f0-430a-a150-5ae208362781 object_type = hardware identifier_name = juniper-srx5600 url = https://10.0.0.49:8082/hardware/6457b9f7-51f0-430a-a150-5ae208362781 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "fq_name": ["juniper-srx5600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:15.965 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5600'], 'oper': 'UPDATE', 'request-id': 'req-a51294c5-00c4-4a73-aae0-0344a1a1ac84', 'type': 'hardware', 'uuid': '6457b9f7-51f0-430a-a150-5ae208362781'} 11/07/2024 02:28:16.045 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:16.063 7fe46db75b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0a203d47-b5d7-48fc-af06-3571bddc0098 object_type = hardware identifier_name = juniper-srx4600 url = https://10.0.0.49:8082/hardware/0a203d47-b5d7-48fc-af06-3571bddc0098 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "fq_name": ["juniper-srx4600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:16.072 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4600'], 'oper': 'UPDATE', 'request-id': 'req-86221f32-312b-4d39-8ea2-177864bb8a99', 'type': 'hardware', 'uuid': '0a203d47-b5d7-48fc-af06-3571bddc0098'} 11/07/2024 02:28:16.167 7fe46dab1630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50ee3c64-e89c-47f1-bff1-80e448d9121b object_type = hardware identifier_name = juniper-srx4100 url = https://10.0.0.49:8082/hardware/50ee3c64-e89c-47f1-bff1-80e448d9121b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "fq_name": ["juniper-srx4100"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:16.175 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4100'], 'oper': 'UPDATE', 'request-id': 'req-79a78c9a-94ea-45a3-bf7c-335b1f1d747b', 'type': 'hardware', 'uuid': '50ee3c64-e89c-47f1-bff1-80e448d9121b'} 11/07/2024 02:28:16.272 7fe46daea2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0e56d147-d28a-4670-8703-2dac4ec219ef object_type = hardware identifier_name = juniper-srx1500 url = https://10.0.0.49:8082/hardware/0e56d147-d28a-4670-8703-2dac4ec219ef operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "fq_name": ["juniper-srx1500"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:16.280 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx1500'], 'oper': 'UPDATE', 'request-id': 'req-4d7428c1-8d98-420a-a57f-660b6659726c', 'type': 'hardware', 'uuid': '0e56d147-d28a-4670-8703-2dac4ec219ef'} 11/07/2024 02:28:16.379 7fe46dbbad68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5701a594-5475-4388-bc3d-5ffd8c2844cd object_type = hardware identifier_name = juniper-srx240h-poe url = https://10.0.0.49:8082/hardware/5701a594-5475-4388-bc3d-5ffd8c2844cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "fq_name": ["juniper-srx240h-poe"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:16.387 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx240h-poe'], 'oper': 'UPDATE', 'request-id': 'req-e0e94588-3b35-4f40-a412-a1bd12b56d9d', 'type': 'hardware', 'uuid': '5701a594-5475-4388-bc3d-5ffd8c2844cd'} 11/07/2024 02:28:16.486 7fe46dabaac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 object_type = hardware identifier_name = juniper-srx5800 url = https://10.0.0.49:8082/hardware/6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "fq_name": ["juniper-srx5800"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:16.495 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5800'], 'oper': 'UPDATE', 'request-id': 'req-5a954e20-d42e-407a-8ed6-758d5ad9332e', 'type': 'hardware', 'uuid': '6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2'} 11/07/2024 02:28:16.590 7fe46da8a438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89e593ec-fd30-4eb7-b5d6-eb5b76da460c object_type = hardware identifier_name = juniper-srx4200 url = https://10.0.0.49:8082/hardware/89e593ec-fd30-4eb7-b5d6-eb5b76da460c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "fq_name": ["juniper-srx4200"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:16.598 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4200'], 'oper': 'UPDATE', 'request-id': 'req-4a0ba5cf-5b27-40fb-bcc6-e52035ca4d6d', 'type': 'hardware', 'uuid': '89e593ec-fd30-4eb7-b5d6-eb5b76da460c'} 11/07/2024 02:28:16.698 7fe46dbd10f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5725d6f5-b9df-4efb-bb13-c34c205775a4 object_type = hardware identifier_name = juniper-vsrx url = https://10.0.0.49:8082/hardware/5725d6f5-b9df-4efb-bb13-c34c205775a4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "fq_name": ["juniper-vsrx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:16.706 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vsrx'], 'oper': 'UPDATE', 'request-id': 'req-0b2d58a3-8ed4-49e0-9f63-f7c34cfd7580', 'type': 'hardware', 'uuid': '5725d6f5-b9df-4efb-bb13-c34c205775a4'} 11/07/2024 02:28:16.806 7fe46daba978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86eee787-5718-44dc-84cf-17ab0a275490 object_type = feature identifier_name = default-global-system-config:underlay-ip-clos url = https://10.0.0.49:8082/feature/86eee787-5718-44dc-84cf-17ab0a275490 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "fq_name": ["default-global-system-config", "underlay-ip-clos"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:16.816 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'underlay-ip-clos'], 'oper': 'UPDATE', 'request-id': 'req-94fe1a92-9943-487a-bcb7-4965c341a009', 'type': 'feature', 'uuid': '86eee787-5718-44dc-84cf-17ab0a275490'} 11/07/2024 02:28:16.923 7fe46dae6f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb45a340-532e-471d-8f0a-291569282b15 object_type = feature identifier_name = default-global-system-config:overlay-bgp url = https://10.0.0.49:8082/feature/fb45a340-532e-471d-8f0a-291569282b15 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "fb45a340-532e-471d-8f0a-291569282b15", "fq_name": ["default-global-system-config", "overlay-bgp"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:16.933 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'overlay-bgp'], 'oper': 'UPDATE', 'request-id': 'req-0f7dfe22-54d8-48f1-9a9c-058c57450134', 'type': 'feature', 'uuid': 'fb45a340-532e-471d-8f0a-291569282b15'} 11/07/2024 02:28:17.032 7fe46d91d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1de6e9e1-19ee-4a38-a94c-5cfc99246ded object_type = feature identifier_name = default-global-system-config:l2-gateway url = https://10.0.0.49:8082/feature/1de6e9e1-19ee-4a38-a94c-5cfc99246ded operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "fq_name": ["default-global-system-config", "l2-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:17.042 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l2-gateway'], 'oper': 'UPDATE', 'request-id': 'req-a4dce673-2d81-4fe6-8c2e-b13e6f240bd1', 'type': 'feature', 'uuid': '1de6e9e1-19ee-4a38-a94c-5cfc99246ded'} 11/07/2024 02:28:17.046 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:17.142 7fe46de43240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 object_type = feature identifier_name = default-global-system-config:l3-gateway url = https://10.0.0.49:8082/feature/e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "fq_name": ["default-global-system-config", "l3-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:17.151 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-880a69b5-927f-47ef-a025-9a348716daa1', 'type': 'feature', 'uuid': 'e86b957c-2c5b-4ea4-bb9d-5178bc8f8592'} 11/07/2024 02:28:17.247 7fe46dc55048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ce754582-8dee-462c-b557-c4829be74c27 object_type = feature identifier_name = default-global-system-config:vn-interconnect url = https://10.0.0.49:8082/feature/ce754582-8dee-462c-b557-c4829be74c27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ce754582-8dee-462c-b557-c4829be74c27", "fq_name": ["default-global-system-config", "vn-interconnect"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:17.256 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vn-interconnect'], 'oper': 'UPDATE', 'request-id': 'req-cd7b04e1-2e3a-447f-8ef0-a5a11c9b5422', 'type': 'feature', 'uuid': 'ce754582-8dee-462c-b557-c4829be74c27'} 11/07/2024 02:28:17.350 7fe46dc72198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75a756f7-6687-4306-a372-653b835b7a63 object_type = feature identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/feature/75a756f7-6687-4306-a372-653b835b7a63 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "75a756f7-6687-4306-a372-653b835b7a63", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:17.359 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-19edf466-13d7-402d-bd63-107bb784ca27', 'type': 'feature', 'uuid': '75a756f7-6687-4306-a372-653b835b7a63'} 11/07/2024 02:28:17.454 7fe46deed240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8d716e60-7319-4f9f-a0db-1f8fd86d6186 object_type = feature identifier_name = default-global-system-config:assisted-replicator url = https://10.0.0.49:8082/feature/8d716e60-7319-4f9f-a0db-1f8fd86d6186 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "fq_name": ["default-global-system-config", "assisted-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:17.464 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-6d925de5-e64b-4313-a2a5-8dfc151dfd85', 'type': 'feature', 'uuid': '8d716e60-7319-4f9f-a0db-1f8fd86d6186'} 11/07/2024 02:28:17.558 7fe46e01d240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5b262e15-6ed7-4a11-8a7d-e371f26caf53 object_type = feature identifier_name = default-global-system-config:port-profile url = https://10.0.0.49:8082/feature/5b262e15-6ed7-4a11-8a7d-e371f26caf53 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "fq_name": ["default-global-system-config", "port-profile"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:17.566 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'port-profile'], 'oper': 'UPDATE', 'request-id': 'req-86e18949-d39c-4738-a699-d6984d68225d', 'type': 'feature', 'uuid': '5b262e15-6ed7-4a11-8a7d-e371f26caf53'} 11/07/2024 02:28:17.662 7fe46da3d198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ccbfbdbc-d047-4336-a621-25f8b481bd0d object_type = feature identifier_name = default-global-system-config:telemetry url = https://10.0.0.49:8082/feature/ccbfbdbc-d047-4336-a621-25f8b481bd0d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "fq_name": ["default-global-system-config", "telemetry"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:17.671 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'telemetry'], 'oper': 'UPDATE', 'request-id': 'req-d056d9fd-92ab-4fa8-9b2b-88a9d148aa63', 'type': 'feature', 'uuid': 'ccbfbdbc-d047-4336-a621-25f8b481bd0d'} 11/07/2024 02:28:17.774 7fe46dd31240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eeea45e9-bfe3-40ce-895c-3f47710c1d81 object_type = feature identifier_name = default-global-system-config:firewall url = https://10.0.0.49:8082/feature/eeea45e9-bfe3-40ce-895c-3f47710c1d81 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "fq_name": ["default-global-system-config", "firewall"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:17.782 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'firewall'], 'oper': 'UPDATE', 'request-id': 'req-59434478-202a-4484-b36b-6b2d9b931037', 'type': 'feature', 'uuid': 'eeea45e9-bfe3-40ce-895c-3f47710c1d81'} 11/07/2024 02:28:17.882 7fe46db3db70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1a62bd7d-9bf9-4de3-8861-9421862d8b83 object_type = feature identifier_name = default-global-system-config:infra-bms-access url = https://10.0.0.49:8082/feature/1a62bd7d-9bf9-4de3-8861-9421862d8b83 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "fq_name": ["default-global-system-config", "infra-bms-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:17.890 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'infra-bms-access'], 'oper': 'UPDATE', 'request-id': 'req-d3a3d89b-a76b-45c6-8f21-727c3f7dc629', 'type': 'feature', 'uuid': '1a62bd7d-9bf9-4de3-8861-9421862d8b83'} 11/07/2024 02:28:17.986 7fe474c8beb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86490f57-fc6b-4c66-8c9e-b8ab56611249 object_type = feature identifier_name = default-global-system-config:pnf-service-chaining url = https://10.0.0.49:8082/feature/86490f57-fc6b-4c66-8c9e-b8ab56611249 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "fq_name": ["default-global-system-config", "pnf-service-chaining"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:17.993 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-service-chaining'], 'oper': 'UPDATE', 'request-id': 'req-d47562a5-6cac-4daa-b0f8-34cf2ca4ea1f', 'type': 'feature', 'uuid': '86490f57-fc6b-4c66-8c9e-b8ab56611249'} 11/07/2024 02:28:18.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:18.095 7fe46ddd02e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a74dd4b0-ec84-40de-89b8-037c2bad424e object_type = physical_role identifier_name = default-global-system-config:leaf url = https://10.0.0.49:8082/physical-role/a74dd4b0-ec84-40de-89b8-037c2bad424e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "fq_name": ["default-global-system-config", "leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:18.103 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'leaf'], 'oper': 'UPDATE', 'request-id': 'req-0a629013-e3f4-4e3b-bbc6-636a39a62894', 'type': 'physical_role', 'uuid': 'a74dd4b0-ec84-40de-89b8-037c2bad424e'} 11/07/2024 02:28:18.203 7fe46df11048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e848e994-4f62-4c2f-9140-8d66298c2a16 object_type = physical_role identifier_name = default-global-system-config:spine url = https://10.0.0.49:8082/physical-role/e848e994-4f62-4c2f-9140-8d66298c2a16 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "fq_name": ["default-global-system-config", "spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:18.211 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'spine'], 'oper': 'UPDATE', 'request-id': 'req-0712575a-37e3-489e-b0e5-5e6a4f30ea3c', 'type': 'physical_role', 'uuid': 'e848e994-4f62-4c2f-9140-8d66298c2a16'} 11/07/2024 02:28:18.315 7fe46ddd0d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 165fc8b2-b498-425c-b9ca-c497dfb8ecb8 object_type = physical_role identifier_name = default-global-system-config:superspine url = https://10.0.0.49:8082/physical-role/165fc8b2-b498-425c-b9ca-c497dfb8ecb8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "fq_name": ["default-global-system-config", "superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:18.324 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'superspine'], 'oper': 'UPDATE', 'request-id': 'req-f56d4155-2de3-4490-8f1d-71c23c47fd53', 'type': 'physical_role', 'uuid': '165fc8b2-b498-425c-b9ca-c497dfb8ecb8'} 11/07/2024 02:28:18.427 7fe46daea198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 object_type = physical_role identifier_name = default-global-system-config:pnf url = https://10.0.0.49:8082/physical-role/50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "fq_name": ["default-global-system-config", "pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:18.435 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf'], 'oper': 'UPDATE', 'request-id': 'req-43805c05-390b-4eeb-b733-aa170f6d4404', 'type': 'physical_role', 'uuid': '50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441'} 11/07/2024 02:28:18.531 7fe46dcb7780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3f7f21d-5131-42c5-902a-2870b9f2a440 object_type = overlay_role identifier_name = default-global-system-config:erb-ucast-gateway url = https://10.0.0.49:8082/overlay-role/d3f7f21d-5131-42c5-902a-2870b9f2a440 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "fq_name": ["default-global-system-config", "erb-ucast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:18.540 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-ucast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-2e34c7a0-e3da-4b6d-9a17-fbdc0fc93d78', 'type': 'overlay_role', 'uuid': 'd3f7f21d-5131-42c5-902a-2870b9f2a440'} 11/07/2024 02:28:18.636 7fe46dfdd390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 63cfa342-76cd-4a56-8157-14c328560d48 object_type = overlay_role identifier_name = default-global-system-config:crb-access url = https://10.0.0.49:8082/overlay-role/63cfa342-76cd-4a56-8157-14c328560d48 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "fq_name": ["default-global-system-config", "crb-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:18.648 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access'], 'oper': 'UPDATE', 'request-id': 'req-93f77eb9-0d0a-45e3-a7ee-a9f48173974c', 'type': 'overlay_role', 'uuid': '63cfa342-76cd-4a56-8157-14c328560d48'} 11/07/2024 02:28:18.746 7fe46da3d198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:18.754 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-69bd8495-3038-4b35-a5ec-23e2ab8d8f30', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:28:18.851 7fe46ecf78d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22353762-4f58-4a71-b3b7-a794e3f85f0c object_type = overlay_role identifier_name = default-global-system-config:crb-gateway url = https://10.0.0.49:8082/overlay-role/22353762-4f58-4a71-b3b7-a794e3f85f0c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "fq_name": ["default-global-system-config", "crb-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:18.861 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway'], 'oper': 'UPDATE', 'request-id': 'req-49166c10-921f-4b8e-b71f-12243d3f00f6', 'type': 'overlay_role', 'uuid': '22353762-4f58-4a71-b3b7-a794e3f85f0c'} 11/07/2024 02:28:18.966 7fe46df66978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b378a518-ae07-482d-a546-abc7a34ff5ed object_type = overlay_role identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/overlay-role/b378a518-ae07-482d-a546-abc7a34ff5ed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:18.976 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-fd3cf855-d091-4db3-bb4c-6453fcad34da', 'type': 'overlay_role', 'uuid': 'b378a518-ae07-482d-a546-abc7a34ff5ed'} 11/07/2024 02:28:19.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:19.074 7fe46d90ae10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:19.083 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-c8ee69cd-7e16-427e-9915-f997592a997b', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:28:19.178 7fe46ecf7eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc804de-3a25-4176-a505-11fd99f99b89 object_type = overlay_role identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/overlay-role/7fc804de-3a25-4176-a505-11fd99f99b89 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:19.186 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-13276600-0c19-4d2c-838f-f1cf570aaa19', 'type': 'overlay_role', 'uuid': '7fc804de-3a25-4176-a505-11fd99f99b89'} 11/07/2024 02:28:19.282 7fe46dd3c390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f46a292-5727-44c4-b5cc-dbb399d63dc0 object_type = overlay_role identifier_name = default-global-system-config:dci-gateway url = https://10.0.0.49:8082/overlay-role/3f46a292-5727-44c4-b5cc-dbb399d63dc0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "fq_name": ["default-global-system-config", "dci-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:19.289 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway'], 'oper': 'UPDATE', 'request-id': 'req-99567b98-797c-4e33-a188-0c9549e1a8dc', 'type': 'overlay_role', 'uuid': '3f46a292-5727-44c4-b5cc-dbb399d63dc0'} 11/07/2024 02:28:19.390 7fe46dfa6b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c288d8d5-0400-434c-9648-973298c28dd2 object_type = overlay_role identifier_name = default-global-system-config:ar-client url = https://10.0.0.49:8082/overlay-role/c288d8d5-0400-434c-9648-973298c28dd2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "fq_name": ["default-global-system-config", "ar-client"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:19.399 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client'], 'oper': 'UPDATE', 'request-id': 'req-0a93e3bf-ced3-47be-9dcf-5cca9102435a', 'type': 'overlay_role', 'uuid': 'c288d8d5-0400-434c-9648-973298c28dd2'} 11/07/2024 02:28:19.494 7fe46dd3e630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6aae65f-b0d6-44b6-b1f5-b2adbff6debe object_type = overlay_role identifier_name = default-global-system-config:ar-replicator url = https://10.0.0.49:8082/overlay-role/c6aae65f-b0d6-44b6-b1f5-b2adbff6debe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "fq_name": ["default-global-system-config", "ar-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:19.502 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator'], 'oper': 'UPDATE', 'request-id': 'req-b0af835e-9676-4e4a-816c-f559d49c5d49', 'type': 'overlay_role', 'uuid': 'c6aae65f-b0d6-44b6-b1f5-b2adbff6debe'} 11/07/2024 02:28:19.598 7fe46df68630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c24f6c68-2b22-4d05-9215-bd5f4e97144e object_type = overlay_role identifier_name = default-global-system-config:route-reflector url = https://10.0.0.49:8082/overlay-role/c24f6c68-2b22-4d05-9215-bd5f4e97144e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "fq_name": ["default-global-system-config", "route-reflector"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:19.605 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'route-reflector'], 'oper': 'UPDATE', 'request-id': 'req-34a13c5b-c699-485c-8f35-0aef455ce43c', 'type': 'overlay_role', 'uuid': 'c24f6c68-2b22-4d05-9215-bd5f4e97144e'} 11/07/2024 02:28:19.703 7fe46dd9c630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d04e3467-16c7-4d34-8a16-54db9f2dbd6d object_type = overlay_role identifier_name = default-global-system-config:lean url = https://10.0.0.49:8082/overlay-role/d04e3467-16c7-4d34-8a16-54db9f2dbd6d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "fq_name": ["default-global-system-config", "lean"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:19.711 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean'], 'oper': 'UPDATE', 'request-id': 'req-29bb3d20-7057-4d3e-bdd4-8e3b9df1f6bb', 'type': 'overlay_role', 'uuid': 'd04e3467-16c7-4d34-8a16-54db9f2dbd6d'} 11/07/2024 02:28:19.811 7fe46d925978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7c98b4ba-9792-4adc-bbe5-814de08ee193 object_type = overlay_role identifier_name = default-global-system-config:pnf-servicechain url = https://10.0.0.49:8082/overlay-role/7c98b4ba-9792-4adc-bbe5-814de08ee193 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "fq_name": ["default-global-system-config", "pnf-servicechain"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:19.818 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain'], 'oper': 'UPDATE', 'request-id': 'req-4baa1388-17cc-414c-9af7-a2ab42bf5710', 'type': 'overlay_role', 'uuid': '7c98b4ba-9792-4adc-bbe5-814de08ee193'} 11/07/2024 02:28:19.914 7fe46dc55978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/role-definition/7fc7bdca-a972-42e0-b02b-f14221ab24ff operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "fq_name": ["default-global-system-config", "erb-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:19.924 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-97513d19-dde6-4a64-9363-8518e879b000', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:28:20.023 7fe46dcb7f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/role-definition/6d675ed2-da72-4f70-b970-60c581a40246 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "fq_name": ["default-global-system-config", "crb-access-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:20.031 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2c6d0137-5f05-4cd3-9470-de7d85f359c1', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:28:20.050 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:20.128 7fe46dbb3eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/role-definition/12313f49-601a-4c77-a56c-14c5faa0a0f7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "fq_name": ["default-global-system-config", "crb-access-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:20.138 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-4b5f0e2c-8a24-4ab7-8ed0-90bb3b5feef6', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:28:20.242 7fe46db6d8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/role-definition/3e74d541-ffa4-4b60-a80c-f7d30e81267e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "fq_name": ["default-global-system-config", "crb-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:20.249 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-dbd01e5c-b8b9-4520-8467-909c566d512f', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:28:20.353 7fe46df46390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/role-definition/8713bf0b-c920-4bfc-b102-24ff9e8a9a56 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "fq_name": ["default-global-system-config", "crb-mcast-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:20.362 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-d96adef7-186b-4621-b835-a96f4a2acf91', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:28:20.463 7fe46dbba6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/role-definition/3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:20.473 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-8d724510-bcf6-4783-9f92-85dcecf215a4', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:28:20.566 7fe46dfa6828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/role-definition/9ed12178-e668-406f-ae82-6504f36818d2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "fq_name": ["default-global-system-config", "dc-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:20.574 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-6720e17b-1c52-4114-8519-87bbf58e57f4', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:28:20.674 7fe46de16978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/role-definition/cf632c77-302b-45f8-8a3b-d2c6bdc298dd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "fq_name": ["default-global-system-config", "dci-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:20.682 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-06a48bfa-aacf-40bf-8948-a226892471b2', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:28:20.783 7fe46dd3c8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/role-definition/a17e9751-f0f6-45fd-b3cd-99d3deac46c3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "fq_name": ["default-global-system-config", "crb-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:20.791 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6bdde84f-76b9-4592-95b4-da7241353fba', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:28:20.896 7fe46d93dac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/role-definition/2c3ab7f0-4324-4cf5-8453-7f3e989086e1 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "fq_name": ["default-global-system-config", "crb-mcast-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:20.905 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-598cc941-5804-442f-8818-b9671a265be6', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:28:21.008 7fe46d93d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/role-definition/89eb9636-66e1-4865-b82c-0b460ab6c686 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "fq_name": ["default-global-system-config", "dc-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:21.017 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c790e951-d965-49d8-9671-d6da95d114f5', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:28:21.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:21.118 7fe46dd3c588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/role-definition/8daef5e4-651d-4fd2-adcc-93dc9b88931e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "fq_name": ["default-global-system-config", "dci-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:21.126 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-32003734-2cdc-4b77-9f41-2583e072366e', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:28:21.223 7fe46dc55780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/role-definition/53bde039-5adb-4b1a-9c0f-03b8c73e978b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "fq_name": ["default-global-system-config", "ar-client-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:21.232 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2ade2f6a-2ffb-41b7-8a80-865e2bc92c28', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:28:21.334 7fe46dabb630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/role-definition/fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "fq_name": ["default-global-system-config", "ar-client-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:21.343 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-f1d817eb-5308-4d49-8a8a-f9301da9ed92', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:28:21.438 7fe46ddd0240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/role-definition/b3a5a11a-9058-47cc-bbca-b92e18e00063 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "fq_name": ["default-global-system-config", "ar-replicator-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:21.446 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-74f062d5-ff05-4445-ad14-08f6cd6ed4d4', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:28:21.550 7fe46dc55e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/role-definition/700f730d-b72d-4b6a-914f-f46880b46dbf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "fq_name": ["default-global-system-config", "ar-replicator-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:21.561 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-0bb6574b-c0cb-44c8-8a31-b0ee0b64b034', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:28:21.659 7fe46dd3cf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/role-definition/a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "fq_name": ["default-global-system-config", "rr-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:21.668 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-499688d2-4c4d-4e6f-8583-758237195f24', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:28:21.767 7fe46d93ee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/role-definition/337a1ec4-253f-4efd-8e31-d650bdfab64e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "fq_name": ["default-global-system-config", "rr-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:21.775 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-80bed448-ea03-471a-894b-243708fce7c1', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:28:21.871 7fe46dac2390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/role-definition/05c8ab04-e527-47bf-bd06-cfc7e4f72383 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "fq_name": ["default-global-system-config", "rr-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:21.879 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d146a129-5099-45b7-8d6e-309edc8536ec', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:28:21.987 7fe46d9dceb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/role-definition/c3369dc6-8fd8-476e-920f-39bfe42b1a18 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "fq_name": ["default-global-system-config", "lean-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:21.997 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-b8706b2c-d56d-4209-a478-01a996052404', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:28:22.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:22.096 7fe46df49ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/role-definition/887c905f-12cf-4707-abe5-25641ff7994a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "fq_name": ["default-global-system-config", "lean-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:22.108 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-b408c9fb-807a-49a6-9934-7ca2845a0599', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:28:22.204 7fe46dae6ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/role-definition/eae130b1-c96e-47dc-a63a-0b04d4515815 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "fq_name": ["default-global-system-config", "pnf-servicechain-pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:22.216 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-c85fc4a3-b6ac-48e5-85ca-5253f6fb6190', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:28:22.314 7fe46d9dceb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/role-definition/c0916b85-cd5b-435c-a8c9-02a9a6f51769 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "fq_name": ["default-global-system-config", "pnf-servicechain-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:22.323 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-23298dfe-e0e7-4a3d-ad0a-5b1edee9cc30', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:28:22.427 7fe474c8beb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/role-definition/0fab1b56-dc54-446c-9c4a-a2017c20792f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "fq_name": ["default-global-system-config", "pnf-servicechain-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:22.435 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3523956d-ba3c-4ad8-89fb-3737bf72465f', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:28:22.536 7fe46de1b048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 71100362-52d5-49e1-a5ec-dc34d5fd4103 object_type = feature_config identifier_name = default-global-system-config:erb-leaf:l3-gateway url = https://10.0.0.49:8082/feature-config/71100362-52d5-49e1-a5ec-dc34d5fd4103 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "71100362-52d5-49e1-a5ec-dc34d5fd4103", "fq_name": ["default-global-system-config", "erb-leaf", "l3-gateway"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "use_gateway_ip", "value": "True"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:22.545 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-e0d0fb03-84e8-49b9-b70f-76f7ac893ae6', 'type': 'feature_config', 'uuid': '71100362-52d5-49e1-a5ec-dc34d5fd4103'} 11/07/2024 02:28:22.648 7fe46de95048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 998f5f5b-dac6-428e-afc9-e111ce9c84e2 object_type = feature_config identifier_name = default-global-system-config:ar-client-spine:assisted-replicator url = https://10.0.0.49:8082/feature-config/998f5f5b-dac6-428e-afc9-e111ce9c84e2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "998f5f5b-dac6-428e-afc9-e111ce9c84e2", "fq_name": ["default-global-system-config", "ar-client-spine", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:22.660 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-bb800c97-c604-475b-8670-447224ad7376', 'type': 'feature_config', 'uuid': '998f5f5b-dac6-428e-afc9-e111ce9c84e2'} 11/07/2024 02:28:22.759 7fe46e01e780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0867534b-2dea-408b-9d48-f35498eb53fa object_type = feature_config identifier_name = default-global-system-config:ar-client-leaf:assisted-replicator url = https://10.0.0.49:8082/feature-config/0867534b-2dea-408b-9d48-f35498eb53fa operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "0867534b-2dea-408b-9d48-f35498eb53fa", "fq_name": ["default-global-system-config", "ar-client-leaf", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:22.771 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-77e895fd-1eb0-4eb2-b553-358d9f865b24', 'type': 'feature_config', 'uuid': '0867534b-2dea-408b-9d48-f35498eb53fa'} 11/07/2024 02:28:22.872 7fe46dbb3780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/node-profile/edd9d036-a7db-418b-9e5f-80c0fc6adf9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:22.880 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-3736be40-a77e-445b-b3f4-18bae2fd0fd7', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:22.987 7fe46d8de390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/node-profile/dda2834b-74c3-40b2-ae88-30651406dace operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "fq_name": ["default-global-system-config", "juniper-qfx5k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:22.995 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-4fcdf539-2a41-4ee3-8ddd-667aabfda3c3', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:28:23.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:23.094 7fe46d9dc828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/node-profile/134314c5-c9a5-480a-8822-b05c25e74d1b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["Route-Reflector", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector", "AR-Client", "AR-Replicator"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:23.104 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-f0a89512-837a-4a41-8f3b-82785f429563', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:28:23.199 7fe46d9b1a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/node-profile/5c345570-baa6-4cca-aadb-a909315de17a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "fq_name": ["default-global-system-config", "juniper-qfx5120"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector", "AR-Client", "ERB-UCAST-Gateway", "CRB-Gateway", "PNF-Servicechain"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "Route-Reflector", "PNF-Servicechain", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:23.207 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-dee82d78-5cbf-426f-aa19-260d7b4ecc47', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:28:23.312 7fe46df18630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/node-profile/4b759c70-b6f4-41cc-9597-4b44bc8e1cbb operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "fq_name": ["default-global-system-config", "juniper-qfx5220"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:23.322 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-e05e30c4-a2f5-4569-bbcc-58a05302fe5e', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:28:23.419 7fe46dada6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/node-profile/f5d47ce2-0539-4c22-a861-529351f95857 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "fq_name": ["default-global-system-config", "juniper-qfx10k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:23.427 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-b581d4ee-b2b4-41c0-91a0-e5a18c30315e', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:28:23.527 7fe46d9d1630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/node-profile/fe87400f-2ffc-41ed-88dc-afd60e9b609b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "fq_name": ["default-global-system-config", "juniper-mx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:23.535 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-7f0725b3-29b5-40b3-bdfb-5fb3e1d7f89a', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:28:23.630 7fe46ddcbcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/node-profile/096a2735-e7c1-4b17-a7a3-a7bb6faa62af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "fq_name": ["default-global-system-config", "juniper-srx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": false, "node_profile_roles": {"role_mappings": [{"physical_role": "pnf", "rb_roles": ["PNF-Servicechain"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:23.639 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-79cb50c9-d46b-4ab3-901c-39ebbccf7ee1', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:28:23.736 7fe46da89438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = abf711ba-5e89-49e5-abbb-67e23053d2e9 object_type = node_profile identifier_name = default-global-system-config:device-functional-group url = https://10.0.0.49:8082/node-profile/abf711ba-5e89-49e5-abbb-67e23053d2e9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "abf711ba-5e89-49e5-abbb-67e23053d2e9", "fq_name": ["default-global-system-config", "device-functional-group"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "ERB-UCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:23.745 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device-functional-group'], 'oper': 'UPDATE', 'request-id': 'req-c098a724-0510-483d-86b3-b014a86d491c', 'type': 'node_profile', 'uuid': 'abf711ba-5e89-49e5-abbb-67e23053d2e9'} 11/07/2024 02:28:24.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:24.966 7fe46def6828 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:28:24.967 7fe46def6828 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:28:25.018 7fe46db62588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b46dc25a-d8d5-4fb8-92c9-000b4a174622 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k-lean:basic url = https://10.0.0.49:8082/role-config/b46dc25a-d8d5-4fb8-92c9-000b4a174622 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "b46dc25a-d8d5-4fb8-92c9-000b4a174622", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:25.026 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-a1143994-c626-4340-ac44-8beb2d399f34', 'type': 'role_config', 'uuid': 'b46dc25a-d8d5-4fb8-92c9-000b4a174622'} 11/07/2024 02:28:25.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:25.126 7fe46def6828 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:28:25.126 7fe46def6828 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:28:25.179 7fe46db6dcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3bba2573-3fa7-4605-be62-08129fd192f3 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k:basic url = https://10.0.0.49:8082/role-config/3bba2573-3fa7-4605-be62-08129fd192f3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "3bba2573-3fa7-4605-be62-08129fd192f3", "fq_name": ["default-global-system-config", "juniper-qfx5k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:25.188 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-c4aadc31-d110-4774-97ee-6ba2eecea7f7', 'type': 'role_config', 'uuid': '3bba2573-3fa7-4605-be62-08129fd192f3'} 11/07/2024 02:28:25.285 7fe46def6828 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:28:25.286 7fe46def6828 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:28:25.338 7fe46da8d438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ca9bfca3-df36-4b18-8818-e83e82bdbcf0 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5120:basic url = https://10.0.0.49:8082/role-config/ca9bfca3-df36-4b18-8818-e83e82bdbcf0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "ca9bfca3-df36-4b18-8818-e83e82bdbcf0", "fq_name": ["default-global-system-config", "juniper-qfx5120", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:25.346 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-11cf6795-f1d6-4fc5-9500-9e1971c2b707', 'type': 'role_config', 'uuid': 'ca9bfca3-df36-4b18-8818-e83e82bdbcf0'} 11/07/2024 02:28:25.446 7fe46def6828 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:28:25.447 7fe46def6828 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:28:25.503 7fe46daea828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9075c3e4-8eaf-49c6-a27e-c08153b72693 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5220:basic url = https://10.0.0.49:8082/role-config/9075c3e4-8eaf-49c6-a27e-c08153b72693 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "9075c3e4-8eaf-49c6-a27e-c08153b72693", "fq_name": ["default-global-system-config", "juniper-qfx5220", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:25.517 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-55342a37-2146-46f1-a3a6-dce3b6a309be', 'type': 'role_config', 'uuid': '9075c3e4-8eaf-49c6-a27e-c08153b72693'} 11/07/2024 02:28:25.610 7fe46def6828 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:28:25.610 7fe46def6828 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:28:25.662 7fe46d8e7978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 00197742-a3bb-478e-a360-a359ebe4dbfe object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k-lean:basic url = https://10.0.0.49:8082/role-config/00197742-a3bb-478e-a360-a359ebe4dbfe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "00197742-a3bb-478e-a360-a359ebe4dbfe", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:25.670 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-e5e65a46-4912-4327-ab9c-51321732478a', 'type': 'role_config', 'uuid': '00197742-a3bb-478e-a360-a359ebe4dbfe'} 11/07/2024 02:28:25.769 7fe46def6828 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:28:25.770 7fe46def6828 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:28:25.822 7fe46da8dcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0d823831-a334-484f-8088-9128f0681d36 object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k:basic url = https://10.0.0.49:8082/role-config/0d823831-a334-484f-8088-9128f0681d36 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "0d823831-a334-484f-8088-9128f0681d36", "fq_name": ["default-global-system-config", "juniper-qfx10k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:25.830 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-80e39eb2-ea40-410a-9bdd-e7786f2d4276', 'type': 'role_config', 'uuid': '0d823831-a334-484f-8088-9128f0681d36'} 11/07/2024 02:28:25.930 7fe46def6828 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:28:25.930 7fe46def6828 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:28:25.983 7fe46da8ac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d object_type = role_config identifier_name = default-global-system-config:juniper-mx:basic url = https://10.0.0.49:8082/role-config/2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d", "fq_name": ["default-global-system-config", "juniper-mx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:25.992 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-4f5cfd6d-ee4c-459b-a51f-f6c2a8c75073', 'type': 'role_config', 'uuid': '2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d'} 11/07/2024 02:28:26.059 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:26.093 7fe46def6828 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:28:26.094 7fe46def6828 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:28:26.142 7fe46dd3c438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6b3d4a3-1a6f-4687-a0bd-5077da20deba object_type = role_config identifier_name = default-global-system-config:juniper-srx:basic url = https://10.0.0.49:8082/role-config/c6b3d4a3-1a6f-4687-a0bd-5077da20deba operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "c6b3d4a3-1a6f-4687-a0bd-5077da20deba", "fq_name": ["default-global-system-config", "juniper-srx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:26.150 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-d5061613-9e62-4517-a0ce-8677197ff6df', 'type': 'role_config', 'uuid': 'c6b3d4a3-1a6f-4687-a0bd-5077da20deba'} 11/07/2024 02:28:26.294 7fe46d92a978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:26.302 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a71396e1-a9b1-44cf-9f2d-3fd0f85bfd17', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:28:26.455 7fe46df35cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:26.463 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-779259e4-9d5c-4c48-8606-e11df9fae226', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:28:26.611 7fe46dcb78d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:26.617 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-99e0af35-ae00-4202-a41b-1d4ffcf350c7', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:28:26.764 7fe46d9ed8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:26.773 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-39428ba9-ef13-4fa3-a2b7-c7fa469d776b', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:28:26.914 7fe46d90c630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:26.920 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c5c14906-6bd3-4c77-85c4-28ee79a42997', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:28:27.061 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:27.070 7fe46dd3c4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:27.078 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f8698d49-034c-40cf-8fb9-f740b909761b', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:28:27.222 7fe46d93e828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:27.228 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-bc26aa32-7ef2-4fe1-a947-034c6f3bbce3', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:28:27.374 7fe46d90c048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:27.382 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-64f109f1-5346-4933-9df2-47482c070b75', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:28:27.527 7fe46dabab70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:27.535 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4c1baa93-721e-4acf-a0a7-5787ebe5f41f', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:28:27.682 7fe46d90c828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:27.689 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a47b0ecb-f4fd-4062-aa85-75f013c0be9f', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:28:27.835 7fe46daf7828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:27.841 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0c3650f5-ed53-4238-b71d-fd7053bb0748', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:28:27.987 7fe46daa3d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:27.996 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8bd73f5b-a7c3-48f5-81ce-b49892421b02', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:28:28.061 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:28.142 7fe46d8de6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:28.150 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-158c0feb-4a30-44c6-bf5a-e5c0be930956', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:28:28.295 7fe46ddd0390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:28.303 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-856ce691-437b-426d-b40e-2c53d3230eba', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:28:28.446 7fe46d90cf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:28.453 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-568a3656-afd7-4574-8b4a-bc37027ab319', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:28:28.607 7fe46dc72390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:28.615 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b706dd68-08ec-4b09-a46c-94975579b562', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:28:28.758 7fe46daf9438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:28.764 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-77b5baba-3564-42bd-b31f-ad761a29021a', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:28:28.910 7fe46dc93b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:28.920 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8cbc110b-4a03-451f-8c02-a68f74827b1d', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:28:29.063 7fe46db1db70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:29.064 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:29.070 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-e0ddebab-522b-42c2-b9d7-51f58eb5a950', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:28:29.218 7fe46daab828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:29.225 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-d6809dfb-15d1-44d3-b33c-a9b1b8800a63', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:28:29.374 7fe46dd314e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:29.381 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-b022eb25-8088-411b-bbaf-03598b606bcf', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:28:29.531 7fe46d9dccc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:29.537 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-caca7757-9bc4-457e-9dc9-419d81893db2', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:28:29.690 7fe46de68eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:29.698 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-36e38277-0278-4f58-955e-3473f3a59f1a', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:28:29.843 7fe46dac42e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:29.849 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-09c1fcd7-a01d-48ee-a956-a0bebb730f3c', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:28:30.002 7fe46dc93198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:30.009 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-df54c6b0-fe03-44ad-926b-a64891c192c2', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:28:30.065 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:30.158 7fe46daa3390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:30.165 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-942ad85e-a151-422d-8efd-246addb6a722', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:28:30.311 7fe46daa3cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:30.319 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-2e056632-a294-4edc-9549-be4197e1e9f4', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:28:30.475 7fe46dc93cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:30.482 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-9ba45b15-7a73-40a9-8478-a72fdbc9889d', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:28:30.635 7fe46dd8dcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:30.642 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-dbbe8fa9-f0be-473e-884e-cd500e18047a', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:28:30.794 7fe46dc93a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:30.801 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-b3f54bb7-7a9f-4f2f-a22f-b0397234d256', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:28:30.949 7fe46daa3828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:30.958 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e79743da-6b09-4bb5-ad67-f1cdc7ac9b49', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:28:31.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:31.111 7fe46daa3390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:31.121 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-d4af8fae-d7c5-48a9-9133-d0bb9d57753b', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:28:31.274 7fe46d93e198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:31.281 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-0c23e591-8dff-4aad-9f12-61b142957ec8', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:28:31.433 7fe46ddaacc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:31.440 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-8637212a-f24d-4063-810c-ab7ca9cbf28c', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:28:31.582 7fe46deae240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:31.589 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6425316f-27fd-45bd-9d06-beccdd19dd96', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:28:31.734 7fe46da89eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:31.742 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b3788cdf-1896-42d0-affe-3b52aed1a2ea', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:28:31.886 7fe46df27d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:31.892 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d687ecdd-a052-4406-b56a-baf43f3f1459', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:28:32.043 7fe46dbb38d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:32.050 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2f58f78e-02c8-4feb-bd80-a934f6a24063', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:28:32.067 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:32.194 7fe46dd3cf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:32.205 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4ba05fd7-0ec2-490f-bef5-b2f7d55be6f8', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:28:32.347 7fe46df222e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:32.354 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-08405508-c685-4eb9-acf8-e03665fc428c', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:28:32.508 7fe46da89198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:32.516 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-51ded3ab-12f0-439c-b8ef-c9c93238a476', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:28:32.662 7fe46da36d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:32.670 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1bd0b692-f71f-49a0-a610-4cbb502139cb', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:28:32.824 7fe46d91db70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:32.832 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-867c5a67-f003-4ab6-93d5-9793213112ca', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:28:32.974 7fe46db1d828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:32.982 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-03d189a1-a450-4f3a-a4a9-a6c801a3c841', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:28:33.068 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:33.135 7fe46d91deb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:33.143 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-b6cdf2da-52a9-42f1-9cf1-cdcd9eb46659', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:28:33.291 7fe46daf9d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:33.304 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-728f772f-a2f1-414a-ac21-aa0fb1b4be7e', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:28:33.456 7fe46da89cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:33.463 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-8b10be0a-9d8c-4a50-93bf-b5906c934c83', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:28:33.607 7fe46dcc0f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "overlay-role", "ref-uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "ref-fq-name": ["default-global-system-config", "crb-mcast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:33.615 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-1661716b-70f2-4a6e-b442-99ef478c9e6b', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:28:33.767 7fe46db75d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:33.775 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-6269f33b-8bb2-40e7-8558-e3f02aaad066', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:28:33.923 7fe46e01d240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:33.929 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-08ae0be2-f863-4ce6-b717-32133c8aa9f3', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:28:34.070 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:34.078 7fe46daa3240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:34.086 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-aed83e1a-10da-48fd-9aa9-c622a8f0268e', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:28:34.231 7fe46dd31240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:34.238 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a483ff8f-a4cc-4938-9dc6-963625e6074d', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:28:34.385 7fe46d91d2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:34.391 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-65bca168-fc35-425e-a33e-4a77eb56ec53', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:28:34.535 7fe46dabaf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:34.545 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-377ed771-4d19-41cb-abfc-0fab666cf065', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:28:34.686 7fe46dd82b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "overlay-role", "ref-uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "ref-fq-name": ["default-global-system-config", "crb-mcast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:34.693 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d78cc459-af34-463b-a02a-42cf61052cdc', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:28:34.842 7fe46db012e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:34.852 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-792c4287-e2f8-4c4c-a86a-9ea633cc83d7', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:28:35.002 7fe46da840f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:35.016 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-c6094f6e-b959-4263-a11e-4dced6e0fad8', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:28:35.071 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:35.163 7fe46d93ab70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:35.170 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-28840690-39d8-4b7e-a3ce-62f5beffb655', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:28:35.319 7fe46db1d0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:35.326 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e57ccd83-4f3a-491e-8e19-90a4749da54f', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:28:35.475 7fe46d93bc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:35.482 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-736eb146-ac4e-4bc5-ad7e-f96c9ee0a194', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:28:35.630 7fe46dabba20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:35.636 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-d497f651-8ee4-44c9-9be2-1465427db7a0', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:28:35.790 7fe46d93e828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:35.797 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-51f5181d-32d9-464a-86b9-bb6a11aa4400', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:28:35.943 7fe46d9f1d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:35.949 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e5cd02e1-cd51-4b52-8385-159cacc613b6', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:28:36.072 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:36.094 7fe46dabb390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "overlay-role", "ref-uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:36.100 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-d4331c4d-c745-4047-8b50-13daf2a8883e', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:28:36.246 7fe46daf7f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:36.252 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-9ddc87a6-8d25-4944-8a18-85770ca022e6', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:28:36.406 7fe46e01d240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "physical-role", "ref-uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "ref-fq-name": ["default-global-system-config", "superspine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:36.415 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-97a48aed-d15a-4932-aff2-4b086ed6f018', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:28:36.562 7fe46d93eeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "overlay-role", "ref-uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "ref-fq-name": ["default-global-system-config", "lean"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:36.570 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-d8f99dd5-4ffb-4058-a4e2-16188df4f1fa', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:28:36.720 7fe46daa3e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:36.733 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-2fd33db5-ae7d-4c4c-8cde-3669c9e47171', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:28:36.882 7fe46da84978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:36.889 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-2ef580ec-bb3a-4a84-838b-7ef94c1bb9fd', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:28:37.035 7fe46da99198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:37.043 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-491e04c2-5730-4341-9d5a-78d7773aab88', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:28:37.074 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:37.190 7fe46defe978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "overlay-role", "ref-uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "ref-fq-name": ["default-global-system-config", "lean"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:37.197 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-0bd67578-b4e8-45e3-baec-edb02839fcd1', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:28:37.346 7fe46deb2ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:37.352 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-0efb65de-b9da-4307-914f-c6ce996c6834', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:28:37.502 7fe46d8d6630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:37.511 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-02d707a9-3fff-4366-844c-fe0a6045bbde', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:28:37.655 7fe46d93e4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:37.662 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1f79fdbe-dc25-4c18-bd1a-60ee4cd5ea10', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:28:37.806 7fe46daf9ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:37.813 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4bf0a962-35a4-406a-bccd-a0a113f51f11', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:28:37.962 7fe46dabaf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:37.971 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2643f325-ddfe-4745-bb2c-dfb6dd19c3d0', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:28:38.075 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:38.119 7fe46da84a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:38.126 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-76f9c487-886a-4cc5-91fc-5130083e63b5', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:28:38.279 7fe46d91da20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:38.285 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-852a672b-315b-463f-bb67-2febb20bdf0e', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:28:38.431 7fe46d90ce10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:38.437 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-086983f0-66a8-4c0c-bf32-9168fcd0538c', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:28:38.586 7fe46d91d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:38.593 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d78be4e6-0bba-4571-84d0-a86adda0f726', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:28:38.742 7fe46defe978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "overlay-role", "ref-uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:38.749 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a77049e6-1975-4f36-886a-0e9af2751098', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:28:38.898 7fe46da84f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:38.906 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8eda58d2-01a9-4f81-9dc6-92154c3ebfac', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:28:39.055 7fe46da36048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:39.062 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-41b73f67-47c0-4d85-8505-540ae3fd27ed', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:28:39.076 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:39.215 7fe46dbf0eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:39.222 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-5b91447b-470f-48ea-8aaa-07bf13123006', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:28:39.366 7fe46dd31b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:39.374 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-808c6c52-c5ec-4ff9-9cce-f81c0894a8ff', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:28:39.518 7fe46dcc0a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:39.526 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-d970b2bd-3bae-4a2d-99c4-11471add065a', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:28:39.682 7fe46d93cf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:39.690 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-700507ac-c7f8-43e4-96a7-d025bbfddeb0', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:28:39.834 7fe46dab7780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:39.843 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-c2e1ca26-1f37-4937-a969-906886fdd65a', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:28:39.998 7fe46de50390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:40.006 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-2ecb474f-c307-4c90-b37d-c7152ccdfd41', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:28:40.077 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:40.158 7fe46defe780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "overlay-role", "ref-uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "ref-fq-name": ["default-global-system-config", "dci-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:40.166 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-48107ffb-3ef9-40e0-b038-1e253f17ae2b', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:28:40.318 7fe46d93bac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:40.326 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e4025afa-026f-40ed-9f9c-11d5a96f4b4e', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:28:40.470 7fe46deae780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:40.479 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-25df9d56-9427-40e4-8b21-f5ee5dd2cdb8', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:28:40.627 7fe46de07630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:40.634 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2dfd8a8c-843c-46bb-8121-88d17a2ab1c2', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:28:40.778 7fe46dab7b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:40.784 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-67ba8218-02d9-4482-8eea-a3cb9cca3678', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:28:40.938 7fe46dae64e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:40.946 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3841a918-cc9b-4fc2-a882-e12566bdb95e', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:28:41.099 7fe46dae6978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:41.106 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2e68d021-d064-4a49-8b15-42f1ac5ba267', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:28:41.251 7fe46df7c630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:41.259 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-40261974-4ec8-4326-8112-981174aa8822', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:28:41.411 7fe46dd9c828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:41.417 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0c49a9f3-b2d4-4355-90f8-3abc8b181612', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:28:41.563 7fe46dd31438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "overlay-role", "ref-uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "ref-fq-name": ["default-global-system-config", "dci-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:41.570 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-fbb2b246-cea5-4149-ae99-898c75b32401', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:28:41.722 7fe46dbba8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:41.730 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-507a96f2-aad9-43ad-a6ef-2f186f5d880c', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:28:41.875 7fe46dbbaa20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:41.882 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-77e4a4ca-20f3-446d-8f5c-2cd437d89b5a', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:28:42.026 7fe46da89780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:42.033 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-905398c9-dd81-4676-b4f7-455903ff588b', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:28:42.040 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:42.183 7fe46df01a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:42.189 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b4bcb214-23b6-4733-8ffd-6372679b0ad4', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:28:42.338 7fe46da36a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:42.345 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d388ac83-5fb2-4d68-a2ac-cd72e4b5eb30', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:28:42.491 7fe46dae6198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:42.498 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-1aa37f9d-8c71-4710-aa63-20cc3fe06c54', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:28:42.646 7fe46daf98d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:42.655 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-fee11fba-5d0a-4ddf-af6f-371c33da4b4b', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:28:42.802 7fe46dac4ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:42.811 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-4370230e-5fc5-4914-b1f7-35e89a2977b7', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:28:42.960 7fe46de162e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:42.968 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7a87ea2c-11bf-4331-accf-171380b5dbf1', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:28:43.042 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:43.110 7fe46dac44e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:43.116 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-77414022-e04d-4682-8008-853ab0435764', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:28:43.266 7fe46db3b048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:43.273 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-b528c834-9dfb-4d1c-a6ae-2df4406e2ac3', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:28:43.422 7fe46dd8dac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:43.428 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-26c66ff7-3430-46dc-8eac-b0d4d1341567', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:28:43.578 7fe46df222e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:43.584 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-bee24a0c-f082-4542-8b7e-a6e12f5a582a', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:28:43.735 7fe46d93e4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "overlay-role", "ref-uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "ref-fq-name": ["default-global-system-config", "ar-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:43.741 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5945b13f-b4f0-48ca-8b03-6b0a6b4469f3', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:28:43.894 7fe46d93c828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:43.901 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-7c87ce82-76f3-4613-a525-20f5f0762c0d', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:28:44.043 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:44.050 7fe46db3bf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "overlay-role", "ref-uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "ref-fq-name": ["default-global-system-config", "ar-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:44.056 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-d86d525e-24b5-4e82-aff3-49274a69b476', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:28:44.202 7fe46daf7198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:44.209 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7d0ed6eb-2032-4d97-b5ab-6b37bc5ede2c', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:28:44.358 7fe46dd9ccc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "overlay-role", "ref-uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "ref-fq-name": ["default-global-system-config", "ar-client"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:44.365 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-aa5d7e1c-8331-4761-a90c-aa15995bcefc', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:28:44.511 7fe46ddd0ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:44.520 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-0dbf77f3-7f41-4f87-80d7-6c738643c533', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:28:44.662 7fe46de162e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:44.668 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-d59e9200-77d8-4d2d-8a53-d98e5cfe3610', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:28:44.816 7fe46da84828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "physical-role", "ref-uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "ref-fq-name": ["default-global-system-config", "superspine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:44.824 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-5a6b5346-41d1-4ac9-96c0-7e0fa5acbadc', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:28:44.971 7fe46dabb048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:44.979 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8a34bf27-c392-4200-979f-b529c161453d', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:28:45.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:45.126 7fe46dd9c438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "overlay-role", "ref-uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "ref-fq-name": ["default-global-system-config", "ar-client"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:45.133 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-3c1b87fe-82f9-4e81-ac0e-1c9e5ef7ca20', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:28:45.281 7fe46da976d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:45.290 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-a6d5ec04-6941-471f-b303-bbaf16ca8999', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:28:45.442 7fe46d93b978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:45.451 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-f8fdfa3f-42bd-4c90-92c5-a2e85d4184ac', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:28:45.600 7fe46e01d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:45.608 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-4a7fbb71-e415-4f4f-a9d5-4f2d12c6ff5c', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:28:45.754 7fe46dad4048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:45.761 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-b6451245-f475-4c97-a635-43763430a145', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:28:45.910 7fe46da97a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:45.916 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-adb55382-b009-4e54-a8c4-80963a330a08', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:28:46.046 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:46.066 7fe46d9f1780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:46.074 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-4d05f556-6780-4d8f-8303-d6c4cbbe0e00', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:28:46.222 7fe46ddd06d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:46.231 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-788754b0-2efc-4825-b722-5c3221681bcc', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:28:46.374 7fe46daa3390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:46.382 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-0ba0f5af-1e86-4a29-a2b4-2db141012f01', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:28:46.530 7fe46dad4a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:46.538 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-cf3cab22-b19b-45fb-a8ed-7e372ffbfb97', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:28:46.690 7fe46dc72cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:46.697 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c374701f-4e82-45d1-a9ee-6742b6f16ade', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:28:46.856 7fe46d8e7630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:46.865 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ef888d6b-f821-4e7a-857f-85de89767e6c', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:28:47.007 7fe46dc72390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:47.015 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-80e97523-3253-4994-9829-ad8188969685', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:28:47.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:47.163 7fe46d93a6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:47.170 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-935bceb3-375e-4742-bd28-b0f8c19b26ef', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:28:47.314 7fe46dad4ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:47.320 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-cf335611-919f-48ae-af6e-242187d714bb', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:28:47.467 7fe47da2e0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:47.474 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3627cca2-ade9-4249-accf-9e834570a8c2', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:28:47.627 7fe46daf9f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:47.633 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-addcb38b-bbc7-4f28-a31f-ba6acdb34af4', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:28:47.782 7fe46dae4240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:47.790 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-80bc1fdb-4d1f-437b-852f-eece967bf9c4', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:28:47.943 7fe46d93a198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:47.952 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-5b2a4837-4e18-46da-9fc1-161e67ad1432', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:28:48.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:48.099 7fe46d913f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:48.109 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ff19feae-ef99-4288-ac91-275b1549a9b5', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:28:48.260 7fe46d93b048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:48.268 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-87b31efa-0a61-4389-8121-4e25df485858', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:28:48.427 7fe46dac2978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:48.434 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-89f59b57-27e3-4f77-bf59-f0a9ed6e9373', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:28:48.588 7fe46dc72cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:48.596 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0493dcdb-226f-40db-9e6f-a3f531621a09', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:28:48.738 7fe46d93a978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:48.745 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-adc7221d-cab3-4cce-97c7-9d7cd75e4d26', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:28:48.891 7fe46dbb88d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:48.900 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-49443338-98e9-44ec-b359-620a60627587', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:28:49.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:49.052 7fe46d93e438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:49.059 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a1fc1e07-3666-42e9-bdba-f7326bd77cb2', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:28:49.204 7fe46dc90240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:49.214 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-e15dc5ef-7c26-45d3-aaf6-b4b2f73e50dd', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:28:49.362 7fe46d93e198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:49.370 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6a0cc154-b546-48e2-a6c9-71a1c65491bb', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:28:49.520 7fe46d913828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:49.527 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-b00c9e1f-a001-404a-a283-1c1e624724be', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:28:49.675 7fe46dc932e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:49.685 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-b14d6d6c-5d0c-4fdc-85cb-452b1f31c612', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:28:49.831 7fe46da846d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:49.838 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6b1ebcb1-bbdf-4671-bd9a-bfa4bdfa266a', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:28:49.992 7fe46d9c6978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:49.999 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-7a96face-61c7-4c69-a44b-58bad2feb26b', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:28:50.050 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:50.146 7fe46dc93240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:50.155 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e13b3b31-9170-4141-9052-1430ba1b32d8', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:28:50.306 7fe46dd318d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:50.313 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-16ffdfdf-d338-4074-819c-cc01ad608101', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:28:50.463 7fe46db1af60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:50.471 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-69f29533-704f-4726-a8e2-333675aee743', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:28:50.623 7fe46dc93240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:50.630 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-fe7e3fc6-c979-42ca-a140-d96eef9c1f3d', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:28:50.775 7fe46d8e7c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:50.782 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-120ccff9-158c-490b-8e07-cae5117ae797', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:28:50.931 7fe46d8d6588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:50.939 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-b049beb3-9e32-46b5-92f6-cc5f1798c2e0', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:28:51.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:51.086 7fe46da890f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:51.094 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9d9130c3-93f2-4f89-aec7-0ea2fcde18f2', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:28:51.239 7fe46dd31390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:51.245 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-922f9e89-5634-4939-a6e0-a4da13a3314d', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:28:51.390 7fe46defe780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:51.396 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-d3a5feb5-74c7-41f8-96de-cc87064e9c88', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:28:51.546 7fe46ddd0438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:51.553 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-7552b5a5-ff1a-49fd-a38c-937a1e419308', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:28:51.703 7fe46dd3c0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:51.710 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-25f40cee-4597-4b63-be71-d6f44cc02cab', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:28:51.863 7fe46dd318d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:51.871 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-bcfdbc30-a589-43d2-929a-d86966784730', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:28:52.018 7fe46dd31c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:52.026 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-38a76911-198c-4b84-b0a6-ea0223136057', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:28:52.052 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:52.171 7fe46db1deb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:52.177 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-249f7719-2950-4334-abe6-f7c9039d8266', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:28:52.331 7fe46dd82780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:52.338 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-681601e5-ab0b-4798-9bf0-71197bc58d70', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:28:52.492 7fe46dc93630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:52.499 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-45e3cbd7-c060-4cd6-a872-71e82ba010a4', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:28:52.647 7fe46dada2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:52.655 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-94e34c9f-d76e-4dc9-bdc5-b9644f7a081e', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:28:52.802 7fe46dac26d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:52.809 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-eb74824c-e3b3-40fb-905d-f42e053d4656', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:28:52.962 7fe46d902eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "overlay-role", "ref-uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "ref-fq-name": ["default-global-system-config", "collapsed-spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:52.970 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-9bda5907-89fd-41c4-bef1-912022f35d8e', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:28:53.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:53.124 7fe46d93b240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:53.131 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-93d3c5ab-2282-4c0b-8365-376512ce14c4', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:28:53.278 7fe46dab7780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:53.285 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-0fcc06d2-0748-4b98-bd38-19417a2ac7fd', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:28:53.438 7fe46d93b8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:53.444 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-fe71530f-b12d-431d-89b8-da03c533c420', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:28:53.586 7fe46d93c438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:53.594 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-77a0b0f8-3169-473d-8fd7-e0c57d0ef4a6', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:28:53.744 7fe46daea978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "physical-role", "ref-uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "ref-fq-name": ["default-global-system-config", "pnf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:53.753 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-00615671-3341-4a5a-82ef-b346b6a8bdd5', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:28:53.901 7fe46d9f12e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:53.907 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-2c27362f-c1bd-4e45-906e-13b023746b15', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:28:54.050 7fe46daea978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:54.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:54.060 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3160c7c3-3be7-4a01-8e31-14757509bded', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:28:54.207 7fe46da97438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:54.214 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-48ee85a5-25f0-4983-b517-8b0d0d1df684', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:28:54.358 7fe46dd8d978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:54.365 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-061707b5-39e7-425d-9002-75c3d9a4453c', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:28:54.510 7fe46dae6198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:54.517 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-dd4b20b3-4624-4ccc-a211-44cf2fafb0bb', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:28:54.666 7fe46d8d1e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "ref-fq-name": ["juniper-qfx5100-48sh-afi"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:54.680 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-25eef759-9e5a-4a83-a4bb-b9d899ed94f7', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:54.831 7fe46d9eb4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "ref-fq-name": ["juniper-qfx5100-48sh-afo"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:54.840 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-3a11f25b-8591-489a-8066-3a3176de3994', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:54.987 7fe46db1d0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "ref-fq-name": ["juniper-qfx5100-48th-afi"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:54.996 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-228b8b7b-b1ef-484d-b74c-59b99843e896', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:55.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:55.151 7fe46d93b240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "ref-fq-name": ["juniper-qfx5100-48th-afo"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:55.159 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-2a2da55d-80b8-47b3-b173-5004cbb9af93', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:55.302 7fe46d9eb198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "09842293-1bb4-4536-9393-f26caa94be87", "ref-fq-name": ["juniper-qfx5100-48s-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:55.309 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-a879807e-c7cd-485d-928c-ad94280318aa', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:55.455 7fe46df3b630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "659daa17-ae39-4641-b245-45c06a69b927", "ref-fq-name": ["juniper-qfx5100-96s-8q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:55.462 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-8fa52669-dbae-4b76-b60a-af1c17c175cc', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:55.615 7fe46ddf7438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "ref-fq-name": ["juniper-qfx5100-48t"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:55.622 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-87b9216b-d7da-423e-a1f7-04048754997c', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:55.767 7fe46da84978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "ref-fq-name": ["juniper-qfx5100-48t-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:55.775 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-8036e647-48e8-4719-b6fa-8aa8b36be901', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:55.922 7fe46da84828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "ref-fq-name": ["juniper-qfx5100-24q-2p"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:55.931 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-fefcc316-85ee-40e8-89b2-2b2782edad64', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:56.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:56.078 7fe46d9f1780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "ref-fq-name": ["juniper-qfx5100-24q-aa"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:56.087 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-6f3ec0d5-cc89-47e7-98f7-aeab280fe00b', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:56.235 7fe46d93ac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "ref-fq-name": ["juniper-qfx5100e-48s-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:56.242 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-29e4ab93-549b-4c6c-9a84-5cc244637862', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:56.399 7fe46d9f1588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "ref-fq-name": ["juniper-qfx5100e-96s-8q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:56.407 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-81a6aa23-0a9e-41dd-8d95-488de90dcad9', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:56.556 7fe46d93a198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "ref-fq-name": ["juniper-qfx5100e-48t-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:56.562 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-e9691365-00e0-4514-8840-9cda8eb8cf39', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:56.714 7fe46d9eb6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "ref-fq-name": ["juniper-qfx5100e-24q-2p"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:56.725 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-fe3b921e-2ed5-4ad9-898f-93c28501098d', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:56.877 7fe46da97438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "hardware", "ref-uuid": "403bdb63-2170-4014-9403-f80fba2de755", "ref-fq-name": ["juniper-qfx5110-48s-4c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:56.885 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-13979f94-5329-4686-a163-bc9c422d977f', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:28:57.035 7fe46d8e7630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "hardware", "ref-uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "ref-fq-name": ["juniper-qfx5110-32q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:57.043 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-df90eb34-8502-4e9b-9721-919eea6c0ea2', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:28:57.058 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:57.207 7fe46da97198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "ref-fq-name": ["juniper-qfx5120-48y-8c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:57.213 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-412e9bdb-8343-4e72-b423-8493b378824e', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:28:57.366 7fe46d91df60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "ref-fq-name": ["juniper-qfx5120-32c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:57.373 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-561639ca-2f37-4173-8fdc-f7c6d7018b25', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:28:57.526 7fe46ed220f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "ref-fq-name": ["juniper-qfx5120-48t-6c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:57.534 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-d1073e5d-bc5d-478a-ad2d-17f2ad1073ed', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:28:57.686 7fe46da97198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "ref-fq-name": ["juniper-qfx5200-32c-32q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:57.697 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-797c50e9-dab6-41ac-9c73-520e51ff86c3', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:57.851 7fe46db39048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "ref-fq-name": ["juniper-qfx5200-48y"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:57.861 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-d3c8f020-fbbd-490b-acc2-dfe1a90390a8', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:58.012 7fe46df27c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "ref-fq-name": ["juniper-qfx5210-64c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:58.021 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-1d03f8b9-7553-46df-8236-0b3aa3630179', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:28:58.059 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:58.169 7fe46d91d780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "hardware", "ref-uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "ref-fq-name": ["juniper-qfx5220-32cd"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:58.178 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-9c21549b-195d-4dba-987e-c48097c3ffa6', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:28:58.326 7fe46db62630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "hardware", "ref-uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "ref-fq-name": ["juniper-qfx5220-128c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:58.333 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-9e51e370-b4c2-41a5-839d-9b41eebc6f28', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:28:58.492 7fe46d9f1ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "ref-fq-name": ["juniper-qfx10002-72q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:58.499 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-85687e78-82fd-47de-9df9-42049ccd2826', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:28:58.651 7fe46d9d9e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "ref-fq-name": ["juniper-qfx10002-36q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:58.664 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-830622c5-783f-40ce-941b-52fe15e10578', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:28:58.811 7fe46dfa6438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "ref-fq-name": ["juniper-qfx10002-60c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:58.817 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-020aefaf-c9a1-4ad7-9608-b2b6b7311d27', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:28:58.962 7fe46daf9d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "ref-fq-name": ["juniper-qfx10016"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:58.971 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-bc7e3d5f-7245-4175-8604-7659e26bd638', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:28:59.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:28:59.122 7fe46daf9390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "ref-fq-name": ["juniper-qfx10008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:59.133 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-16252784-edbf-451b-8e51-8fc1e6104403', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:28:59.279 7fe46dae62e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "ref-fq-name": ["juniper-vqfx-10000"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:59.286 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-94b653cb-c117-4cfc-8d1b-01d7bd463a89', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:28:59.439 7fe46d8cf780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0423f25b-c754-4b32-b220-de18f831b363", "ref-fq-name": ["juniper-mx80"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:59.447 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-cf2eab08-37a4-4f13-9d21-344a9e2dc4db', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:28:59.594 7fe46da89390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "ref-fq-name": ["juniper-mx80-48t"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:59.601 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-982ba148-bde0-4b96-b6a9-def28690a461', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:28:59.756 7fe46daf90f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "ref-fq-name": ["juniper-mx204"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:59.764 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-31eced5d-7984-46f6-afe5-1e7881657b71', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:28:59.916 7fe46d91d390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "ref-fq-name": ["juniper-mx240"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:28:59.932 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-824cbf53-acbf-4469-b0b9-2f007fe2c33c', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:29:00.061 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:00.079 7fe46dd3c048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "ref-fq-name": ["juniper-mx480"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:00.087 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-f5300893-fcdd-4124-9a60-1ef644182be4', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:29:00.247 7fe46db75d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "ref-fq-name": ["juniper-mx960"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:00.258 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-446f22e2-a584-4de0-9589-fb0d51796276', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:29:00.406 7fe46dad4048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "ref-fq-name": ["juniper-mx2008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:00.413 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-66bb5938-a15a-4161-89f1-4849926b4b6b', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:29:00.564 7fe46dd82978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "ref-fq-name": ["juniper-mx2010"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:00.572 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-882f2c65-8223-4c16-932c-3821647e703c', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:29:00.721 7fe46d91d4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "ref-fq-name": ["juniper-mx2020"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:00.736 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-e3c22a16-ecc0-4cbb-b47e-24e5d0603bf7', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:29:00.887 7fe46da89780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "ref-fq-name": ["juniper-mx10003"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:00.896 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-d4522f9e-2f88-476f-9e67-7e03b609af11', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:29:01.048 7fe46dcc08d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "ref-fq-name": ["juniper-jnp10008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:01.055 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-8dc2337f-6feb-4f57-af76-912b57642b7b', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:29:01.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:01.203 7fe46da89048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "ref-fq-name": ["juniper-jnp10016"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:01.212 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-334eeab3-80ed-4d04-88c9-e1a5602a99ce', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:29:01.354 7fe46dcc0a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "ref-fq-name": ["juniper-vmx"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:01.364 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-7520fc15-dd8a-46cc-91d8-ef39a09fa3c5', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:29:01.511 7fe46dd8d6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "ref-fq-name": ["juniper-srx5400"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:01.517 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-c2dd15a0-b428-43a5-a8ad-a8430347cb44', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:29:01.663 7fe46d9c28d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "ref-fq-name": ["juniper-srx5600"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:01.669 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-4655ad9a-8c15-4460-b535-b50f4450783c', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:29:01.815 7fe46dd31048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "ref-fq-name": ["juniper-srx4600"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:01.821 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-dcc2f577-16da-49c1-87f1-733891245d2f', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:29:01.966 7fe46d9f1d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "ref-fq-name": ["juniper-srx4100"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:01.974 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-66b4efeb-c56b-4987-8934-863a468af9e2', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:29:02.063 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:02.123 7fe46dd31588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "ref-fq-name": ["juniper-srx1500"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:02.131 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-174679bd-ca35-439c-b0ca-0e09c8db2f33', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:29:02.278 7fe46da97cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "ref-fq-name": ["juniper-srx240h-poe"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:02.287 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-5af14686-a023-4889-96f9-7f17566a9cd5', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:29:02.435 7fe46daab390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "ref-fq-name": ["juniper-vsrx"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:02.443 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-5e2b64c9-7b11-46af-9c15-9d6fd0833ad0', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:29:02.588 7fe46dd9c198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "ref-fq-name": ["juniper-srx5800"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:02.596 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-7a9feba8-a803-4198-be39-9df487af4257', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:29:02.743 7fe46de50b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "ref-fq-name": ["juniper-srx4200"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:02.752 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-1b1644ba-7870-4aa6-9880-cd6a3914ab12', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:29:02.906 7fe46da84a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:02.913 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-03999dd1-683b-46de-b419-8c0c39076618', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:29:03.065 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:03.067 7fe46d9f7b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:03.076 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-3bd7c44a-35fc-488b-867e-139c0ee9b06a', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:29:03.223 7fe46df46e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:03.229 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-b52b5c4d-a4b3-498f-bcb0-c5ba49b76f3a', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:29:03.375 7fe46d9e7630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:03.383 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-555cf961-bda9-4bff-90a7-372700441ba8', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:29:03.536 7fe46dd3c198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:03.542 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-394eb4f5-0c0e-4b32-937b-bcfe297fd961', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:29:03.686 7fe46d9e7198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:03.693 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-d6d8e127-4ce0-4fbd-aebc-bcbd399cc805', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:29:03.838 7fe46d8f3eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:03.845 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-23e2b719-ed68-49a1-9fa2-d581cc44e7c0', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:29:03.994 7fe46daab240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:04.001 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-10ad688b-316b-4667-9b2e-8de63771ae30', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:29:04.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:04.147 7fe46d8ca198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:04.154 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-b40840f1-0846-459d-84e2-6a878a6fb92c', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:29:04.298 7fe46d902ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:04.305 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-d40f195d-cc1e-4240-8d4a-dc8940abe961', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:29:04.454 7fe46dd82b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:04.460 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-c14d5ae9-4a80-42f2-b4ff-e1e46243629d', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:29:04.611 7fe46d929048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 882a33c9-d198-4db3-ae3c-a0b9d312ce0f object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-1 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "882a33c9-d198-4db3-ae3c-a0b9d312ce0f", "ref-type": "sflow-profile", "ref-uuid": "81b31418-5de7-49a0-825d-dc3ebbc05ef7", "ref-fq-name": ["default-domain", "default-project", "sflow-all-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:04.620 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-1'], 'oper': 'UPDATE', 'request-id': 'req-bf3c3a39-5c2c-4072-adfc-779c632a3043', 'type': 'telemetry_profile', 'uuid': '882a33c9-d198-4db3-ae3c-a0b9d312ce0f'} 11/07/2024 02:29:04.766 7fe46da8a588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e7d329dc-4e3c-4672-94ba-f5904c9b60dc object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-2 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "e7d329dc-4e3c-4672-94ba-f5904c9b60dc", "ref-type": "sflow-profile", "ref-uuid": "87251866-fa54-49c3-8fab-e1bd19228b49", "ref-fq-name": ["default-domain", "default-project", "sflow-fabric-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:04.773 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-2'], 'oper': 'UPDATE', 'request-id': 'req-abed39e3-401a-4828-8d98-7cdc790b5965', 'type': 'telemetry_profile', 'uuid': 'e7d329dc-4e3c-4672-94ba-f5904c9b60dc'} 11/07/2024 02:29:04.928 7fe46d93d588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 94d92b3a-86de-475f-a0cd-ceeecf0313d2 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-3 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "94d92b3a-86de-475f-a0cd-ceeecf0313d2", "ref-type": "sflow-profile", "ref-uuid": "708a015d-79d2-49bf-a3ad-d72ab771802f", "ref-fq-name": ["default-domain", "default-project", "sflow-access-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:04.936 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-3'], 'oper': 'UPDATE', 'request-id': 'req-dbacfb68-72d1-4faf-b3ec-6e544d4cd76e', 'type': 'telemetry_profile', 'uuid': '94d92b3a-86de-475f-a0cd-ceeecf0313d2'} 11/07/2024 02:29:05.067 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:05.087 7fe46daeaeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6054127a-bd7f-4371-b222-fa30e83f7120 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-4 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "6054127a-bd7f-4371-b222-fa30e83f7120", "ref-type": "grpc-profile", "ref-uuid": "2ac02ef5-1294-48a7-8e45-b906b9183f1c", "ref-fq-name": ["default-domain", "default-project", "grpc-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:05.098 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-4'], 'oper': 'UPDATE', 'request-id': 'req-cde53a90-7ced-4796-a398-e017254bff3c', 'type': 'telemetry_profile', 'uuid': '6054127a-bd7f-4371-b222-fa30e83f7120'} 11/07/2024 02:29:05.242 7fe46da97438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7a385651-45f1-4f1f-9a2c-911abbe94fb5 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-5 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "7a385651-45f1-4f1f-9a2c-911abbe94fb5", "ref-type": "snmp-profile", "ref-uuid": "5391c70a-7089-4832-b774-f0387b8a6049", "ref-fq-name": ["default-domain", "default-project", "snmp-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:05.251 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-5'], 'oper': 'UPDATE', 'request-id': 'req-cf7c1d41-de6c-44fe-ab3f-782c0827cf05', 'type': 'telemetry_profile', 'uuid': '7a385651-45f1-4f1f-9a2c-911abbe94fb5'} 11/07/2024 02:29:05.407 7fe46dab1eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c2fd53f7-ec96-4263-b0c7-414ed1607727 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-6 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "c2fd53f7-ec96-4263-b0c7-414ed1607727", "ref-type": "netconf-profile", "ref-uuid": "07bd5e10-fd85-4684-a77a-f33dfe16b40b", "ref-fq-name": ["default-domain", "default-project", "netconf-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:05.416 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-6'], 'oper': 'UPDATE', 'request-id': 'req-871170d6-388d-4cea-9bea-00fe0d1b4d2f', 'type': 'telemetry_profile', 'uuid': 'c2fd53f7-ec96-4263-b0c7-414ed1607727'} 11/07/2024 02:29:05.563 7fe46db39780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c9fc589d-301b-413c-a508-4371891d1c8b object_type = device_functional_group identifier_name = default-domain:default-project:L2-Server-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "c9fc589d-301b-413c-a508-4371891d1c8b", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:05.573 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L2-Server-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-3777135f-2107-4b31-bf3d-4626bd05cd56', 'type': 'device_functional_group', 'uuid': 'c9fc589d-301b-413c-a508-4371891d1c8b'} 11/07/2024 02:29:05.715 7fe46dd8d438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0aa198b9-17b7-4c2d-8929-3a636f32faf0 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Storage-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "0aa198b9-17b7-4c2d-8929-3a636f32faf0", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:05.721 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Storage-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-9582553b-14fc-4f75-a9b8-6a67ae65ab81', 'type': 'device_functional_group', 'uuid': '0aa198b9-17b7-4c2d-8929-3a636f32faf0'} 11/07/2024 02:29:05.866 7fe46da84cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 015b6dbf-ffa1-4c4e-a50f-5df18225850e object_type = device_functional_group identifier_name = default-domain:default-project:L3-Gateway-Spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "015b6dbf-ffa1-4c4e-a50f-5df18225850e", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:05.873 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Gateway-Spine'], 'oper': 'UPDATE', 'request-id': 'req-91dde198-a2a2-4c2b-ba7a-79ef6ffb027d', 'type': 'device_functional_group', 'uuid': '015b6dbf-ffa1-4c4e-a50f-5df18225850e'} 11/07/2024 02:29:06.018 7fe46dcc0240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5ff1a60d-ecde-4523-991c-15dd380ad437 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Server-Leaf-with-Optimized-Multicast url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "5ff1a60d-ecde-4523-991c-15dd380ad437", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:06.025 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Server-Leaf-with-Optimized-Multicast'], 'oper': 'UPDATE', 'request-id': 'req-6c7a4485-7ba4-494a-9a28-f11abcf52c6e', 'type': 'device_functional_group', 'uuid': '5ff1a60d-ecde-4523-991c-15dd380ad437'} 11/07/2024 02:29:06.071 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:06.175 7fe46e01a780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8233e863-0b9b-4188-aece-da07380f9de3 object_type = device_functional_group identifier_name = default-domain:default-project:Centrally-Routed-Border-Spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "8233e863-0b9b-4188-aece-da07380f9de3", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:06.181 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Centrally-Routed-Border-Spine'], 'oper': 'UPDATE', 'request-id': 'req-a66720c8-a21c-427e-ba2c-ec42d81f65b0', 'type': 'device_functional_group', 'uuid': '8233e863-0b9b-4188-aece-da07380f9de3'} 11/07/2024 02:29:06.330 7fe46dad4ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f1b67a57-1172-4a59-9df3-16d3f27e6ea9 object_type = device_functional_group identifier_name = default-domain:default-project:Centrally-Routed-Border-Spine-With-Optimized-Multicast url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "f1b67a57-1172-4a59-9df3-16d3f27e6ea9", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:06.339 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Centrally-Routed-Border-Spine-With-Optimized-Multicast'], 'oper': 'UPDATE', 'request-id': 'req-8e780473-e703-422e-9c51-2a554bc1f9c2', 'type': 'device_functional_group', 'uuid': 'f1b67a57-1172-4a59-9df3-16d3f27e6ea9'} 11/07/2024 02:29:06.494 7fe46df22588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 20e38b8e-031d-4eb2-88d9-21d2e652ee3f object_type = device_functional_group identifier_name = default-domain:default-project:Border-Spine-in-Edge-Routed url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "20e38b8e-031d-4eb2-88d9-21d2e652ee3f", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:06.503 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Border-Spine-in-Edge-Routed'], 'oper': 'UPDATE', 'request-id': 'req-035d1726-c4e6-4686-9386-b221e0717b36', 'type': 'device_functional_group', 'uuid': '20e38b8e-031d-4eb2-88d9-21d2e652ee3f'} 11/07/2024 02:29:06.654 7fe46e01e780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9874aaba-d235-47b5-8ed2-b72efbbdd40e object_type = device_functional_group identifier_name = default-domain:default-project:Border-Leaf-in-Edge-Routed url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "9874aaba-d235-47b5-8ed2-b72efbbdd40e", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:06.661 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Border-Leaf-in-Edge-Routed'], 'oper': 'UPDATE', 'request-id': 'req-d3436cef-83cf-4493-9fa0-e2ae63792e48', 'type': 'device_functional_group', 'uuid': '9874aaba-d235-47b5-8ed2-b72efbbdd40e'} 11/07/2024 02:29:06.806 7fe46de68eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31a7b75-897f-4f24-9e39-e3711c27e0e8 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Server-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "e31a7b75-897f-4f24-9e39-e3711c27e0e8", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:06.812 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Server-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-41145992-7b50-4eb3-896e-32539c48c736', 'type': 'device_functional_group', 'uuid': 'e31a7b75-897f-4f24-9e39-e3711c27e0e8'} 11/07/2024 02:29:06.960 7fe46d8de390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c03d6915-68c7-48fb-bacb-354eaf682ee1 object_type = device_functional_group identifier_name = default-domain:default-project:Lean-Spine-with-Route-Reflector url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "c03d6915-68c7-48fb-bacb-354eaf682ee1", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:06.967 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Lean-Spine-with-Route-Reflector'], 'oper': 'UPDATE', 'request-id': 'req-1660d8cb-7535-4a51-bea4-736088dc23db', 'type': 'device_functional_group', 'uuid': 'c03d6915-68c7-48fb-bacb-354eaf682ee1'} 11/07/2024 02:29:07.073 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:07.114 7fe46d900048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6e0b5675-48c4-4601-8109-29a4fe719109 object_type = network_ipam identifier_name = default-domain:default-project:_internal_ipam_ipv6_link_local url = https://10.0.0.49:8082/network-ipam/6e0b5675-48c4-4601-8109-29a4fe719109 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"network-ipam": {"uuid": "6e0b5675-48c4-4601-8109-29a4fe719109", "fq_name": ["default-domain", "default-project", "_internal_ipam_ipv6_link_local"], "parent_type": "project", "ipam_subnet_method": "user-defined-subnet"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:07.123 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', '_internal_ipam_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-de919817-f039-4fba-a65e-44bbdc561430', 'type': 'network_ipam', 'uuid': '6e0b5675-48c4-4601-8109-29a4fe719109'} 11/07/2024 02:29:07.267 7fe46db3bf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 148948cb-661d-4b2a-985d-a3daef86734f object_type = virtual_network identifier_name = default-domain:default-project:_internal_vn_ipv6_link_local url = https://10.0.0.49:8082/virtual-network/148948cb-661d-4b2a-985d-a3daef86734f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"virtual-network": {"uuid": "148948cb-661d-4b2a-985d-a3daef86734f", "fq_name": ["default-domain", "default-project", "_internal_vn_ipv6_link_local"], "parent_type": "project", "address_allocation_mode": "user-defined-subnet-only", "network_ipam_refs": [{"to": ["default-domain", "default-project", "_internal_ipam_ipv6_link_local"], "attr": {"ipam_subnets": [{"subnet": {"ip_prefix": "fe80::", "ip_prefix_len": 64}, "default_gateway": "fe80::1", "dns_server_address": null, "subnet_uuid": "1019bd3a-9cb0-11ef-9c43-76fafadcd1c7", "enable_dhcp": true, "dns_nameservers": [], "allocation_pools": [], "addr_from_start": true, "dhcp_option_list": null, "host_routes": null, "subnet_name": null, "alloc_unit": 1, "created": null, "last_modified": null, "subscriber_tag": null, "vlan_tag": null, "dhcp_relay_server": []}], "host_routes": null}, "uuid": "6e0b5675-48c4-4601-8109-29a4fe719109"}]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:07.283 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'extra_dict': {'deallocated_vxlan_network_identifier': None}, 'fq_name': ['default-domain', 'default-project', '_internal_vn_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-3929d6ff-9612-42e2-a15b-0125d81c78e5', 'type': 'virtual_network', 'uuid': '148948cb-661d-4b2a-985d-a3daef86734f'} 11/07/2024 02:29:07.288 7fe46de07b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f987b1ce-85a0-4266-93aa-c0976e807b4e object_type = routing_instance identifier_name = default-domain:default-project:_internal_vn_ipv6_link_local:_internal_vn_ipv6_link_local url = http://127.0.0.1/routing-instances operation = http_put domain = default-domain >> 11/07/2024 02:29:07.305 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', '_internal_vn_ipv6_link_local', '_internal_vn_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-3929d6ff-9612-42e2-a15b-0125d81c78e5', 'type': 'routing_instance', 'uuid': 'f987b1ce-85a0-4266-93aa-c0976e807b4e'} 11/07/2024 02:29:08.074 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:09.076 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:10.078 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:12.042 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:13.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:14.046 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:15.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:16.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:17.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:18.052 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:19.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:20.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:21.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:22.059 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:23.061 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:24.063 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:25.065 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:26.067 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:27.072 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:28.074 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:29.076 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:30.078 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:31.080 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:32.082 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:33.084 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:34.085 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:35.087 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:36.089 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:37.091 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:38.093 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:39.094 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:40.099 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:42.042 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:43.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:44.045 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:45.047 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:45.655 7fe46d8e5438 [contrail-api] [DEBUG]: send sync_uve in the [none:ConfigApiWorkerTrace] map 11/07/2024 02:29:45.710 7fe46d8e5438 [contrail-api] [DEBUG]: send sync_uve in the [ObjectConfigNode:NodeStatusUVE] map 11/07/2024 02:29:46.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:47.050 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:48.052 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:49.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:50.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:51.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:52.058 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:52.129 7fe46d93da20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 17ed9a02-475a-4f2c-8279-e8594e0cd48f object_type = job_template identifier_name = default-global-system-config:image_upgrade_template url = https://10.0.0.49:8082/job-template/17ed9a02-475a-4f2c-8279-e8594e0cd48f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "17ed9a02-475a-4f2c-8279-e8594e0cd48f", "fq_name": ["default-global-system-config", "image_upgrade_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/image_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Image upgrade input\", \"type\": \"object\", \"properties\": {\"image_uuid\": {\"type\": \"string\"}}, \"required\": [\"image_uuid\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:52.140 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'image_upgrade_template'], 'oper': 'UPDATE', 'request-id': 'req-ceabad28-b699-4786-adb0-f00f688773ed', 'type': 'job_template', 'uuid': '17ed9a02-475a-4f2c-8279-e8594e0cd48f'} 11/07/2024 02:29:52.234 7fe46d8c76d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c5aacf75-83cc-4403-9f0e-a102f04c1ad3 object_type = job_template identifier_name = default-global-system-config:container_cleanup_template url = https://10.0.0.49:8082/job-template/c5aacf75-83cc-4403-9f0e-a102f04c1ad3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c5aacf75-83cc-4403-9f0e-a102f04c1ad3", "fq_name": ["default-global-system-config", "container_cleanup_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/container_cleanup.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Container cleanup input\", \"type\": \"object\", \"required\": [\"fabric_fq_name\", \"container_name\"], \"properties\": {\"container_name\": {\"type\": \"string\"}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Container cleanup output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Container Cleanup"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:52.244 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'container_cleanup_template'], 'oper': 'UPDATE', 'request-id': 'req-0ced504e-2cbd-4b17-8929-b6dea9192683', 'type': 'job_template', 'uuid': 'c5aacf75-83cc-4403-9f0e-a102f04c1ad3'} 11/07/2024 02:29:52.339 7fe46db6d2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 66e48199-4b13-4cf3-845b-b90b3cc18530 object_type = job_template identifier_name = default-global-system-config:cli_sync_template url = https://10.0.0.49:8082/job-template/66e48199-4b13-4cf3-845b-b90b3cc18530 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "66e48199-4b13-4cf3-845b-b90b3cc18530", "fq_name": ["default-global-system-config", "cli_sync_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/cli_sync.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"CLI sync input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"devices_cli\": {\"type\": \"array\", \"items\": {\"title\": \"Devices CLI Items\", \"type\": \"object\", \"description\": \"Dictionaries of device details\", \"additionalProperties\": false, \"required\": [\"device_uuid\", \"cli_objects\"], \"properties\": {\"device_uuid\": {\"type\": \"string\", \"title\": \"UUIDs of the device\"}, \"cli_objects\": {\"type\": \"array\", \"title\": \"cli objects for that device\", \"items\": {\"type\": \"object\", \"required\": [\"time\", \"status\"], \"properties\": {\"time\": {\"type\": \"string\", \"title\": \"Timestamp of the cli change\"}, \"status\": {\"type\": \"string\", \"title\": \"Accept or Reject the commit\"}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Sync cli config with Contrail"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:52.349 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'cli_sync_template'], 'oper': 'UPDATE', 'request-id': 'req-acd57c49-9968-409f-8170-de3f25a53e3c', 'type': 'job_template', 'uuid': '66e48199-4b13-4cf3-845b-b90b3cc18530'} 11/07/2024 02:29:52.447 7fe46db62198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1bccc463-23c9-412e-9dcb-468e27fde6e7 object_type = job_template identifier_name = default-global-system-config:hitless_upgrade_strategy_template url = https://10.0.0.49:8082/job-template/1bccc463-23c9-412e-9dcb-468e27fde6e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1bccc463-23c9-412e-9dcb-468e27fde6e7", "fq_name": ["default-global-system-config", "hitless_upgrade_strategy_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade_strategy.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 90, "sequence_no": 1}]}, "job_template_input_schema": "{\"title\": \"Image upgrade strategy input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"upgrade_mode\": {\"enum\": [\"test_run\", \"dry_run\", \"upgrade\"], \"description\": \"Mode in which to run workflow\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}, \"image_devices\": {\"type\": \"array\", \"items\": {\"title\": \"Image Devices\", \"type\": \"object\", \"description\": \"List of images and corresponding devices to upgrade\", \"additionalProperties\": false, \"properties\": {\"image_uuid\": {\"type\": \"string\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded with this image\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}}, \"required\": [\"image_uuid\", \"device_list\"]}}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable local interface down check\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable peer interface down check\", \"default\": true}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Hitless Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:52.500 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hitless_upgrade_strategy_template'], 'oper': 'UPDATE', 'request-id': 'req-1e7032e6-7bbc-41ab-8149-6cd08ddcf50c', 'type': 'job_template', 'uuid': '1bccc463-23c9-412e-9dcb-468e27fde6e7'} 11/07/2024 02:29:52.599 7fe46d9d1240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 791a710b-46ed-4ecb-ac2b-c51f60837bcd object_type = job_template identifier_name = default-global-system-config:maintenance_mode_activate_template url = https://10.0.0.49:8082/job-template/791a710b-46ed-4ecb-ac2b-c51f60837bcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "791a710b-46ed-4ecb-ac2b-c51f60837bcd", "fq_name": ["default-global-system-config", "maintenance_mode_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Activate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to enter maintenance mode\"}, \"mode\": {\"enum\": [\"test_run\", \"activate\"], \"description\": \"Mode in which to run workflow\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"validate_critical_roles\": {\"type\": \"boolean\", \"description\": \"Enable/disable critical role validation\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Activate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:52.656 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-a8a959d8-3cc2-4637-9f75-5cd78caa627e', 'type': 'job_template', 'uuid': '791a710b-46ed-4ecb-ac2b-c51f60837bcd'} 11/07/2024 02:29:52.756 7fe46d9a3048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fb78001-e973-4b89-960d-08ea5bc15897 object_type = job_template identifier_name = default-global-system-config:maintenance_mode_deactivate_template url = https://10.0.0.49:8082/job-template/0fb78001-e973-4b89-960d-08ea5bc15897 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0fb78001-e973-4b89-960d-08ea5bc15897", "fq_name": ["default-global-system-config", "maintenance_mode_deactivate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_deactivate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Deactivate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to exit maintenance mode\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Deactivate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Deactivation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:52.808 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_deactivate_template'], 'oper': 'UPDATE', 'request-id': 'req-12adb09a-7bcc-4f05-becc-5b529ad0bc13', 'type': 'job_template', 'uuid': '0fb78001-e973-4b89-960d-08ea5bc15897'} 11/07/2024 02:29:52.907 7fe46d8dd978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e5daca80-1dfb-4f46-b252-cf30baf7be85 object_type = job_template identifier_name = default-global-system-config:discover_device_template url = https://10.0.0.49:8082/job-template/e5daca80-1dfb-4f46-b252-cf30baf7be85 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e5daca80-1dfb-4f46-b252-cf30baf7be85", "fq_name": ["default-global-system-config", "discover_device_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 1, \"maxProperties\": 1, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Device"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:52.965 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_device_template'], 'oper': 'UPDATE', 'request-id': 'req-44cf5f3d-d951-4766-96a3-0f9e1860c5f8', 'type': 'job_template', 'uuid': 'e5daca80-1dfb-4f46-b252-cf30baf7be85'} 11/07/2024 02:29:53.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:53.066 7fe46d8c6828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fffd7bd4-78d6-432f-a85f-9864492f78f6 object_type = job_template identifier_name = default-global-system-config:discover_os_computes_template url = https://10.0.0.49:8082/job-template/fffd7bd4-78d6-432f-a85f-9864492f78f6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "fffd7bd4-78d6-432f-a85f-9864492f78f6", "fq_name": ["default-global-system-config", "discover_os_computes_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_os_computes_template.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 2, \"maxProperties\": 5, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"contrail_command_host\": {\"$id\": \"/properties/input/properties/contrail_command_host\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"10.10.10.10:9091\"]}, \"cc_username\": {\"$id\": \"/properties/input/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/input/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover OS Computes"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:53.122 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_os_computes_template'], 'oper': 'UPDATE', 'request-id': 'req-4da10dcb-c5a2-47d0-8320-dac62b28decc', 'type': 'job_template', 'uuid': 'fffd7bd4-78d6-432f-a85f-9864492f78f6'} 11/07/2024 02:29:53.224 7fe46d93a0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4ae88703-348c-4774-829b-423f5d95bfd7 object_type = job_template identifier_name = default-global-system-config:discover_role_template url = https://10.0.0.49:8082/job-template/4ae88703-348c-4774-829b-423f5d95bfd7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4ae88703-348c-4774-829b-423f5d95bfd7", "fq_name": ["default-global-system-config", "discover_role_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Role"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:53.235 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_role_template'], 'oper': 'UPDATE', 'request-id': 'req-92378901-e8a8-4399-ad6a-63fecdc77aa9', 'type': 'job_template', 'uuid': '4ae88703-348c-4774-829b-423f5d95bfd7'} 11/07/2024 02:29:53.331 7fe46e01a780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a2122660-c220-4993-82c1-9631e2c4b6e4 object_type = job_template identifier_name = default-global-system-config:device_import_template url = https://10.0.0.49:8082/job-template/a2122660-c220-4993-82c1-9631e2c4b6e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a2122660-c220-4993-82c1-9631e2c4b6e4", "fq_name": ["default-global-system-config", "device_import_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 1}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"additionalProperties\": false, \"properties\": {\"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported.\"}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:53.344 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_import_template'], 'oper': 'UPDATE', 'request-id': 'req-e7d4d327-f8b0-42aa-9a5e-158bce099880', 'type': 'job_template', 'uuid': 'a2122660-c220-4993-82c1-9631e2c4b6e4'} 11/07/2024 02:29:53.440 7fe46d9b8198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09e8b101-2b04-4c4b-8e57-55f15857d58d object_type = job_template identifier_name = default-global-system-config:fabric_config_template url = https://10.0.0.49:8082/job-template/09e8b101-2b04-4c4b-8e57-55f15857d58d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "fq_name": ["default-global-system-config", "fabric_config_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_config.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"device_management_ip\": {\"type\": \"string\", \"description\": \"Management IP of the Device\"}, \"device_abstract_config\": {\"type\": \"object\", \"description\": \"JSON string of the device abstract config derived from VNC data model\"}, \"additional_feature_params\": {\"type\": \"object\", \"additionalProperties\": false, \"description\": \"Additional feature specific parameters that are not defined in the VNC data model. These could be vendor specific parameters.\", \"properties\": {\"basic\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp_boot_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP Boot server\", \"examples\": [\"6.6.6.6\"]}}, \"ntp_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP server\", \"examples\": [\"8.8.8.8\"]}}, \"time_zone\": {\"type\": \"string\", \"title\": \"Time Zone\", \"examples\": [\"America/Los_Angeles\"]}}}, \"name_servers\": {\"type\": \"array\", \"additionalProperties\": false, \"items\": {\"type\": \"string\", \"Title\": \"Domain Name Server\", \"examples\": [\"10.1.1.2\", \"11.1.1.2\"]}}, \"domain_name\": {\"type\": \"string\", \"title\": \"Domain Name\", \"examples\": [\"company.net\"]}, \"snmp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"communities\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\"}, \"readonly\": {\"type\": \"boolean\", \"default\": true}}, \"required\": [\"name\"]}}}}, \"static_routes\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"subnets\", \"nexthop\"], \"properties\": {\"subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"Subnet\", \"examples\": [\"10.1.1.0/24\", \"10.1.2.0/24\"]}}, \"nexthop\": {\"type\": \"string\", \"title\": \"Next hop IP\", \"examples\": [\"10.1.1.254\"]}}}}}}, \"underlay_ip_clos\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"bgp_hold_time\": {\"type\": \"integer\", \"default\": 90}}}}}, \"is_delete\": {\"type\": \"boolean\", \"description\": \"Set to true for config delete operation\", \"default\": false}, \"manage_underlay\": {\"type\": \"boolean\", \"description\": \"Set to true to manage underlay config\", \"default\": true}, \"enterprise_style\": {\"type\": \"boolean\", \"description\": \"Set to true to if enterprise-style config\", \"default\": true}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Config Push"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:53.499 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_config_template'], 'oper': 'UPDATE', 'request-id': 'req-2a516797-7448-480e-bb56-a4e1a6abf74e', 'type': 'job_template', 'uuid': '09e8b101-2b04-4c4b-8e57-55f15857d58d'} 11/07/2024 02:29:53.599 7fe46db38f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = da4abe68-c499-47e7-bd1e-0aadb63f4899 object_type = job_template identifier_name = default-global-system-config:ztp_template url = https://10.0.0.49:8082/job-template/da4abe68-c499-47e7-bd1e-0aadb63f4899 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "da4abe68-c499-47e7-bd1e-0aadb63f4899", "fq_name": ["default-global-system-config", "ztp_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"device_count\": {\"$id\": \"/properties/input/properties/device_count\", \"type\": \"integer\", \"title\": \"The Device Count Schema\", \"description\": \"Number of devices to discover\", \"default\": 0, \"examples\": [1, 2, 3, 4, 5]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "ZTP"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:53.611 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ztp_template'], 'oper': 'UPDATE', 'request-id': 'req-09ab49e4-9d73-42f0-8298-5715a807bafd', 'type': 'job_template', 'uuid': 'da4abe68-c499-47e7-bd1e-0aadb63f4899'} 11/07/2024 02:29:53.710 7fe46d8ddcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dc46fb63-6ab9-4a35-871c-4911abf6cdf3 object_type = job_template identifier_name = default-global-system-config:fabric_deletion_template url = https://10.0.0.49:8082/job-template/dc46fb63-6ab9-4a35-871c-4911abf6cdf3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "dc46fb63-6ab9-4a35-871c-4911abf6cdf3", "fq_name": ["default-global-system-config", "fabric_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:53.720 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-3a712c94-bfb7-4591-9ade-fc2215cb774e', 'type': 'job_template', 'uuid': 'dc46fb63-6ab9-4a35-871c-4911abf6cdf3'} 11/07/2024 02:29:53.822 7fe46df18cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 48c89705-9c38-44ba-830b-ef34ceaf6a3a object_type = job_template identifier_name = default-global-system-config:device_deletion_template url = https://10.0.0.49:8082/job-template/48c89705-9c38-44ba-830b-ef34ceaf6a3a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "48c89705-9c38-44ba-830b-ef34ceaf6a3a", "fq_name": ["default-global-system-config", "device_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric_devices.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": 0}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"devices\": {\"type\": \"array\", \"description\": \"List of device names\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:53.831 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-01483a77-9019-4697-84c4-1252bf331386', 'type': 'job_template', 'uuid': '48c89705-9c38-44ba-830b-ef34ceaf6a3a'} 11/07/2024 02:29:53.931 7fe46d913f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0668d848-ca60-414b-81aa-2da73b30f5e4 object_type = job_template identifier_name = default-global-system-config:role_assignment_template url = https://10.0.0.49:8082/job-template/0668d848-ca60-414b-81aa-2da73b30f5e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0668d848-ca60-414b-81aa-2da73b30f5e4", "fq_name": ["default-global-system-config", "role_assignment_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"role_assignments\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"role_assignments\": {\"type\": \"array\", \"minItems\": 0, \"description\": \"Fabric device role assignments\", \"items\": {\"type\": \"object\", \"properties\": {\"device_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"physical_role\": {\"type\": \"string\", \"enum\": [\"leaf\", \"spine\", \"pnf\", \"superspine\"]}, \"routing_switching_roles\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"enum\": [\"CRB\"]}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Role Assignment"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:53.943 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'role_assignment_template'], 'oper': 'UPDATE', 'request-id': 'req-3d35fdaa-4b0f-452a-81c8-52aeb7c765b3', 'type': 'job_template', 'uuid': '0668d848-ca60-414b-81aa-2da73b30f5e4'} 11/07/2024 02:29:54.042 7fe46df186d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a3babcfc-98a2-43ae-a722-0b7015b0f5cf object_type = job_template identifier_name = default-global-system-config:topology_discovery_template url = https://10.0.0.49:8082/job-template/a3babcfc-98a2-43ae-a722-0b7015b0f5cf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a3babcfc-98a2-43ae-a722-0b7015b0f5cf", "fq_name": ["default-global-system-config", "topology_discovery_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Topology Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:54.053 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'topology_discovery_template'], 'oper': 'UPDATE', 'request-id': 'req-497c214a-34a4-4dba-8627-f77516b9ca93', 'type': 'job_template', 'uuid': 'a3babcfc-98a2-43ae-a722-0b7015b0f5cf'} 11/07/2024 02:29:54.061 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:54.152 7fe470c28eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d0d442c5-5d38-4aff-8a04-2f4583dbfbcd object_type = job_template identifier_name = default-global-system-config:fabric_onboard_template url = https://10.0.0.49:8082/job-template/d0d442c5-5d38-4aff-8a04-2f4583dbfbcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "d0d442c5-5d38-4aff-8a04-2f4583dbfbcd", "fq_name": ["default-global-system-config", "fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": true, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment_dfg.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 5}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 6}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 7}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 8}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 9}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 10}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"loopback_subnets\", \"fabric_subnets\", \"fabric_asn_pool\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\", \"gateway\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"root_password\"], \"properties\": {\"root_password\": {\"type\": \"string\"}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"ztp_timeout\": {\"title\": \"Value of ZTP timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of ZTP timeout in seconds\"}, \"retry_timeout\": {\"title\": \"Value of retry timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of retry timeout in seconds\"}, \"supplemental_day_0_cfg\": {\"title\": \"List of day 0 config that can be used to supplement the ZTP config\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"name\", \"cfg\"], \"properties\": {\"name\": {\"title\": \"name for the config\", \"type\": \"string\"}, \"cfg\": {\"title\": \"config blob that contains the supplemental day-0 config\", \"type\": \"string\"}}}}, \"device_to_ztp\": {\"title\": \"List of device serial numbers for the devices to be ZTPed\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"serial_number\", \"hostname\"], \"properties\": {\"serial_number\": {\"title\": \"Device serial number\", \"type\": \"string\"}, \"hostname\": {\"title\": \"Device hostname can be optionally specified.\", \"type\": \"string\", \"pattern\": \"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\\\-]*[a-zA-Z0-9])\\\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\\\-]*[A-Za-z0-9])$\"}, \"underlay_asn\": {\"title\": \"Underlay eBGP autonomous system number\", \"type\": [\"integer\", \"string\"]}, \"loopback_ip\": {\"title\": \"Loopback IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"mgmt_ip\": {\"title\": \"Management IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"to_ztp\": {\"title\": \"Include or ignore device in ZTP workflow\", \"type\": \"boolean\"}, \"supplemental_day_0_cfg\": {\"title\": \"Name(s) of the supplemental day-0 config(s) that can be optionally specified for this device\", \"type\": [\"string\", \"array\"], \"items\": {\"type\": \"string\"}}}}}, \"os_version\": {\"type\": \"string\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:54.247 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-6f8d5fd3-80ea-4910-aa8b-5fda6e531406', 'type': 'job_template', 'uuid': 'd0d442c5-5d38-4aff-8a04-2f4583dbfbcd'} 11/07/2024 02:29:54.347 7fe46dab76d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b6b09d5a-7192-4f83-be6e-9091dc953bbd object_type = job_template identifier_name = default-global-system-config:search_ip_mac_template url = https://10.0.0.49:8082/job-template/b6b09d5a-7192-4f83-be6e-9091dc953bbd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "b6b09d5a-7192-4f83-be6e-9091dc953bbd", "fq_name": ["default-global-system-config", "search_ip_mac_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ip_address\": {\"$id\": \"/properties/ip_address\", \"title\": \"IP Address\", \"pattern\": \"^\\\\s*(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\\\s*$\", \"type\": \"string\"}, \"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Search ip or mac schema command Playbook Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"interface_names\": {\"type\": \"array\", \"title\": \"Interfaces Name(s)\", \"description\": \"Display Interface Names that belong to this mac_address.\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface Name\", \"description\": \"Interface name\"}, \"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"Device name on which the interface was learnt\"}, \"loopback_ip\": {\"type\": \"string\", \"title\": \"Source Loopback IP\", \"description\": \"Originating source's loopback ip address\"}}, \"description\": \"Name of each interface that belongs under this mac_address\"}}}}}}}}}", "job_template_input_ui_schema": "{\"ip_address\": {\"ui:help\": \"Enter an IP Address. The field value must include a IPv4 address without subnet mask; for example, 192.168.3.120\", \"ui:placeholder\": \"Enter IP address\"}, \"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to locate an interface in a fabric given an IP or MAC", "display_name": "Search using IP or MAC"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:54.401 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'search_ip_mac_template'], 'oper': 'UPDATE', 'request-id': 'req-3a76c75f-7fbf-4560-86ba-835d5aa8ed86', 'type': 'job_template', 'uuid': 'b6b09d5a-7192-4f83-be6e-9091dc953bbd'} 11/07/2024 02:29:54.503 7fe46d8ddac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 object_type = job_template identifier_name = default-global-system-config:show_interface_details_template url = https://10.0.0.49:8082/job-template/bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5", "fq_name": ["default-global-system-config", "show_interface_details_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"interface_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Interface Details\", \"type\": \"object\", \"properties\": {\"interface_type\": {\"type\": \"string\", \"title\": \"Interface Type\", \"enum\": [\"physical\", \"logical\"], \"default\": \"physical\"}}, \"required\": [\"interface_type\"]}, \"conditional\": {\"title\": \"Sub Operation Type\", \"$ref\": \"#/definitions/sub_command\"}}, \"definitions\": {\"sub_command\": {\"title\": \"Sub Operation Type\", \"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"Show runtime interfaces\", \"Show configured interfaces\", \"Show interfaces by names\"], \"default\": \"Show runtime interfaces\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"Show runtime interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show configured interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show interfaces by names\"]}, \"interface_names\": {\"$id\": \"/properties/interface_names\", \"title\": \"Interface Names\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_names/items\", \"type\": \"string\", \"pattern\": \"^([a-z]{1,}[0-9]{0,}(-[0-9]{1,}/[0-9]{1,}/[0-9]{1,})?(\\\\.[0-9]{1,})?)$\", \"title\": \"Interface Name\"}, \"examples\": [\"ge-0/0/1\", \"xe-0/0/0\"]}}, \"required\": [\"interface_names\"]}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show Interface Details Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces details sub-command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"oneOf\": [{\"properties\": {\"interface_stats_rt_phy\": {\"type\": \"array\", \"title\": \"Runtime Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"op_status\": {\"type\": \"string\", \"title\": \"Operational Status\", \"description\": \"Operational status of the interface\"}, \"admin_status\": {\"type\": \"string\", \"title\": \"Admin Status\", \"description\": \"Admin status of the interface\"}, \"input_rate\": {\"type\": \"string\", \"title\": \"InputRate (bps)\", \"description\": \"Input packets rate in bits per second if present\"}, \"output_rate\": {\"type\": \"string\", \"title\": \"OutputRate (bps)\", \"description\": \"Output packets rate in bits per second if present\"}}}}}}, {\"properties\": {\"interface_stats_log\": {\"type\": \"array\", \"title\": \"Logical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"address_family\": {\"type\": \"string\", \"title\": \"Address Family\", \"description\": \"Address family if present\"}}}}}}, {\"properties\": {\"interface_stats_cf_phy\": {\"type\": \"array\", \"title\": \"Configured Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}}}}}}]}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to get a list of physical or logical interfaces from a device and interfaces' other related information.", "display_name": "Show Interface Details"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:54.562 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_interface_details_template'], 'oper': 'UPDATE', 'request-id': 'req-7e2c4a6d-1c38-4496-a7aa-9687512ddd91', 'type': 'job_template', 'uuid': 'bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5'} 11/07/2024 02:29:54.662 7fe46d93ab70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c27b470e-3e18-424a-b245-34d699dda92f object_type = job_template identifier_name = default-global-system-config:show_config_template url = https://10.0.0.49:8082/job-template/c27b470e-3e18-424a-b245-34d699dda92f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c27b470e-3e18-424a-b245-34d699dda92f", "fq_name": ["default-global-system-config", "show_config_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"config_type\": {\"$id\": \"/properties/config_type\", \"title\": \"Configuration type\", \"type\": \"string\", \"enum\": [\"current\", \"rollback 1\", \"rollback 2\"], \"default\": \"current\"}, \"config_filter\": {\"$id\": \"/properties/config_filter\", \"title\": \"Configuration filter\", \"type\": \"string\", \"enum\": [\"all\", \"system\", \"system/login\", \"system/services\", \"system/syslog\", \"interfaces\", \"chassis\", \"services\", \"snmp\", \"forwarding-options\", \"event-options\", \"policy-options\", \"class-of-service\", \"firewall\", \"protocols\", \"routing-instances\", \"routing-options\", \"switch-options\", \"vlans\"], \"default\": \"all\"}, \"compare_configurations\": {\"$id\": \"/properties/compare_configurations\", \"title\": \"Compare selected configuration with current\", \"type\": \"boolean\", \"default\": false}}, \"required\": [\"config_type\", \"config_filter\", \"compare_configurations\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show configuration Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"config_type\": {\"ui:help\": \"Select one type at a time\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display current or previous configuration", "display_name": " Show current or rollback configuration"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:54.716 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_config_template'], 'oper': 'UPDATE', 'request-id': 'req-00249cac-3f1b-4e81-8d1d-e8a79cbfc0e2', 'type': 'job_template', 'uuid': 'c27b470e-3e18-424a-b245-34d699dda92f'} 11/07/2024 02:29:54.822 7fe46d9b8f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4e70ac42-2920-48fa-988b-75162b19763c object_type = job_template identifier_name = default-global-system-config:test_overlay_connectivity_template url = https://10.0.0.49:8082/job-template/4e70ac42-2920-48fa-988b-75162b19763c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4e70ac42-2920-48fa-988b-75162b19763c", "fq_name": ["default-global-system-config", "test_overlay_connectivity_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"source_ip\": {\"$id\": \"/properties/source_ip\", \"title\": \"Source (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"destination_ip\": {\"$id\": \"/properties/destination_ip\", \"title\": \"Destination (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"vni\": {\"$id\": \"/properties/vni\", \"title\": \"VNI\", \"type\": \"integer\", \"default\": 100}, \"count\": {\"$id\": \"/properties/count\", \"title\": \"Packet count\", \"type\": \"integer\", \"default\": 5}}, \"required\": [\"source_ip\", \"destination_ip\", \"count\", \"vni\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show connectivity test report\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Each playbook's command_output for this specific command.\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Connectivity test report\", \"description\": \"Display connectivity test report\"}}}}}}}}", "job_template_input_ui_schema": "{\"destination_ip\": {\"ui:help\": \"\"}}", "job_template_output_ui_schema": "null", "job_template_description": "", "display_name": "Test overlay connectivity"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:54.878 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'test_overlay_connectivity_template'], 'oper': 'UPDATE', 'request-id': 'req-7bb6f5ee-9688-4020-b23e-8ef971ce0e9f', 'type': 'job_template', 'uuid': '4e70ac42-2920-48fa-988b-75162b19763c'} 11/07/2024 02:29:54.972 7fe46db6d588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ba6135c7-8d0a-4b49-84c6-877567ff0b2b object_type = job_template identifier_name = default-global-system-config:show_ops_info_template url = https://10.0.0.49:8082/job-template/ba6135c7-8d0a-4b49-84c6-877567ff0b2b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "ba6135c7-8d0a-4b49-84c6-877567ff0b2b", "fq_name": ["default-global-system-config", "show_ops_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ops_type\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Operations commands\", \"type\": \"array\", \"minItems\": 1, \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"minProperties\": 1, \"additionalProperties\": false, \"properties\": {\"conditional\": {\"title\": \"Operation Command Type\", \"$ref\": \"#/definitions/sub_command\"}}}}}, \"definitions\": {\"sub_command\": {\"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"show chassis info\", \"show route info\", \"show bgp info\", \"show evpn info\", \"show lldp info\", \"show lacp info\", \"show vlan info\"], \"default\": \"show route info\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"show chassis info\"]}, \"command_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis alarms\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show route info\"]}, \"command_detail\": {\"$id\": \"/properties/route_detail\", \"title\": \"Route detail\", \"type\": \"string\", \"enum\": [\"route summary\"], \"default\": \"route summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show bgp info\"]}, \"command_detail\": {\"$id\": \"/properties/bgp_detail\", \"title\": \"BGP detail\", \"type\": \"string\", \"enum\": [\"bgp summary\", \"bgp neighbor\", \"bgp group\"], \"default\": \"bgp summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show evpn info\"]}, \"command_detail\": {\"$id\": \"/properties/evpn_detail\", \"title\": \"EVPN detail\", \"type\": \"string\", \"enum\": [\"evpn ip-prefix-database\", \"evpn instance extensive\", \"evpn instance designated-forwarder\", \"evpn instance backup-forwarder\", \"evpn database state default-gateway\"], \"default\": \"evpn ip-prefix-database\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lldp info\"]}, \"command_detail\": {\"$id\": \"/properties/lldp_detail\", \"title\": \"LLDP detail\", \"type\": \"string\", \"enum\": [\"lldp neighbors\"], \"default\": \"lldp neighbors\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lacp info\"]}, \"command_detail\": {\"$id\": \"/properties/lacp_detail\", \"title\": \"LACP detail\", \"type\": \"string\", \"enum\": [\"lacp interfaces extensive\", \"lacp statistics interfaces\"], \"default\": \"lacp interfaces extensive\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show vlan info\"]}, \"command_detail\": {\"$id\": \"/properties/vlan_detail\", \"title\": \"VLAN detail\", \"type\": \"string\", \"enum\": [\"vlans\"], \"default\": \"vlans\"}}}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display operational information", "display_name": "Show operations information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:55.026 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_ops_info_template'], 'oper': 'UPDATE', 'request-id': 'req-8e3d0251-de1c-4372-906d-57bd5eac6ca6', 'type': 'job_template', 'uuid': 'ba6135c7-8d0a-4b49-84c6-877567ff0b2b'} 11/07/2024 02:29:55.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:55.127 7fe46db01390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a0104f25-a1f9-4b1a-8dec-d44d354eebed object_type = job_template identifier_name = default-global-system-config:check_multicast_template url = https://10.0.0.49:8082/job-template/a0104f25-a1f9-4b1a-8dec-d44d354eebed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a0104f25-a1f9-4b1a-8dec-d44d354eebed", "fq_name": ["default-global-system-config", "check_multicast_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"warning_banner\": {\"$id\": \"/properties/warning_banner\", \"title\": \"This GDO gathers multicast statistics from the whole fabric and it might take a few minutes to complete.\", \"type\": \"object\", \"properties\": {\"warning_banner_2\": {\"$id\": \"/properties/warning_banner_2\", \"title\": \"It is assumed that:\", \"type\": \"object\", \"properties\": {\"warning_banner_3\": {\"$id\": \"/properties/warning_banner_3\", \"title\": \"(1) the traffic is coming from outside of the fabric (through device(s) with CRB-MCAST-Gateway role);\", \"type\": \"object\", \"properties\": {\"warning_banner_4\": {\"$id\": \"/properties/warning_banner_4\", \"title\": \"(2) the traffic is going to devices attached to server leaves (physical_router_role == 'leaf');\", \"type\": \"object\", \"properties\": {\"warning_banner_5\": {\"$id\": \"/properties/warning_banner_5\", \"title\": \"(3) PIM is enabled in the fabric.\", \"type\": \"object\", \"properties\": {}}}}}}}}}}, \"source\": {\"$id\": \"/properties/source\", \"title\": \"Source\", \"type\": \"string\", \"default\": \"\"}, \"group\": {\"$id\": \"/properties/group\", \"title\": \"Group\", \"type\": \"string\", \"default\": \"\"}}, \"required\": [\"source\", \"group\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Check multicast output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "Check multicast", "display_name": "Check incoming multicast traffic"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:55.181 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'check_multicast_template'], 'oper': 'UPDATE', 'request-id': 'req-8a49f76c-19d1-492e-b6ee-195c81b62220', 'type': 'job_template', 'uuid': 'a0104f25-a1f9-4b1a-8dec-d44d354eebed'} 11/07/2024 02:29:55.283 7fe46db6d588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = beffdd8f-ab67-4478-9e35-e04f15334529 object_type = job_template identifier_name = default-global-system-config:existing_fabric_onboard_template url = https://10.0.0.49:8082/job-template/beffdd8f-ab67-4478-9e35-e04f15334529 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "beffdd8f-ab67-4478-9e35-e04f15334529", "fq_name": ["default-global-system-config", "existing_fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/existing_fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 40, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 5}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"username\", \"password\"], \"properties\": {\"username\": {\"type\": \"string\"}, \"password\": {\"type\": \"string\"}}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"manage_underlay\": {\"title\": \"Manage underlay networking\", \"type\": \"boolean\", \"description\": \"Set to true if need to configure underlay networking\", \"default\": false}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Existing Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:55.340 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'existing_fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-111fd9f9-7982-499f-ae9a-f3619dba5b42', 'type': 'job_template', 'uuid': 'beffdd8f-ab67-4478-9e35-e04f15334529'} 11/07/2024 02:29:55.439 7fe46df3bb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42dc3d2b-40a5-4876-a519-62ca5dc6b79b object_type = job_template identifier_name = default-global-system-config:vcenter_import_template url = https://10.0.0.49:8082/job-template/42dc3d2b-40a5-4876-a519-62ca5dc6b79b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "42dc3d2b-40a5-4876-a519-62ca5dc6b79b", "fq_name": ["default-global-system-config", "vcenter_import_template"], "parent_type": "global-system-config", "job_template_type": "executable", "job_template_concurrency_level": "fabric", "job_template_executables": {"executable_info": [{"executable_path": "/opt/contrail/utils/vcenter-import", "executable_args": "", "job_completion_weightage": 100}]}, "job_template_input_schema": "{\"title\": \"vCenter Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"contrail_command\": {\"$id\": \"/properties/contrail_command\", \"description\": \"The Contrail Command details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/contrail_command/username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/contrail_command/password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/contrail_command/host\", \"description\": \"The Contrail Command IP and/or port\", \"type\": \"string\"}}}, \"vcenter\": {\"$id\": \"/properties/vcenter\", \"description\": \"vCenter details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/vcenter/username\", \"description\": \"Username of vCenter Server\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/vcenter/password\", \"description\": \"Password of vCenter Server\", \"type\": \"string\"}, \"datacenter\": {\"$id\": \"/properties/vcenter/datacenter\", \"description\": \"vCenter DataCenter name to Import ESXi Hosts\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/vcenter/host\", \"description\": \"vCenter Hostname/IP-Address including port\", \"type\": \"string\"}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "VCenter Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:55.494 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vcenter_import_template'], 'oper': 'UPDATE', 'request-id': 'req-d7e7a7de-8d52-4aa5-91e7-1fccf939c005', 'type': 'job_template', 'uuid': '42dc3d2b-40a5-4876-a519-62ca5dc6b79b'} 11/07/2024 02:29:55.595 7fe46dc72630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22a3dd9a-b9ea-45a3-af54-f6b92461694b object_type = job_template identifier_name = default-global-system-config:discover_server_template url = https://10.0.0.49:8082/job-template/22a3dd9a-b9ea-45a3-af54-f6b92461694b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "22a3dd9a-b9ea-45a3-af54-f6b92461694b", "fq_name": ["default-global-system-config", "discover_server_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_server.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"ipmi\": {\"$id\": \"/properties/ipmi\", \"type\": \"object\", \"required\": [\"ipmi_subnet_list\", \"ipmi_credentials\"], \"properties\": {\"ipmi_subnet_list\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list/items\", \"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"ipmi_credentials\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"description\": \"The IPMI user:password credentials\", \"type\": \"string\"}}, \"ipmi_port_ranges\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"type\": \"object\", \"required\": [\"port_range_start\", \"port_range_end\"], \"properties\": {\"port_range_start\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_start\", \"description\": \"Start of IPMI Port Range\", \"type\": \"integer\"}, \"port_range_end\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_end\", \"description\": \"End of IPMI Port Range\", \"type\": \"integer\"}}}}}}, \"ironic\": {\"$id\": \"/properties/ironic\", \"type\": \"object\", \"required\": [\"auth_url\", \"username\", \"password\"], \"properties\": {\"auth_url\": {\"$id\": \"/properties/ironic/properties/auth_url\", \"description\": \"The Ironic Auth URL\", \"type\": \"string\"}, \"username\": {\"$id\": \"/properties/ironic/properties/username\", \"description\": \"The Ironic Auth username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/ironic/properties/password\", \"description\": \"The Ironic Auth password\", \"type\": \"string\"}, \"introspection_flag\": {\"$id\": \"/properties/ironic/properties/introspection_flag\", \"description\": \"Flag to determine if introspection is needed\", \"type\": \"boolean\", \"default\": true}}}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:55.649 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_server_template'], 'oper': 'UPDATE', 'request-id': 'req-35a3bb08-cdde-4418-a261-bd52075ee102', 'type': 'job_template', 'uuid': '22a3dd9a-b9ea-45a3-af54-f6b92461694b'} 11/07/2024 02:29:55.747 7fe46df188d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 object_type = job_template identifier_name = default-global-system-config:server_import_template url = https://10.0.0.49:8082/job-template/9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "9f546e19-9ab0-42eb-8f69-cbfd24b6fd94", "fq_name": ["default-global-system-config", "server_import_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/server_import.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:55.757 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'server_import_template'], 'oper': 'UPDATE', 'request-id': 'req-24dc5e63-b494-48f4-9aad-acb0e22e4183', 'type': 'job_template', 'uuid': '9f546e19-9ab0-42eb-8f69-cbfd24b6fd94'} 11/07/2024 02:29:55.862 7fe46db6dcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 81bdd21a-3c1d-440a-a882-c91aa6b508b0 object_type = job_template identifier_name = default-global-system-config:node_profile_template url = https://10.0.0.49:8082/job-template/81bdd21a-3c1d-440a-a882-c91aa6b508b0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "81bdd21a-3c1d-440a-a882-c91aa6b508b0", "fq_name": ["default-global-system-config", "node_profile_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/node_profile.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Node Profile Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command Hostname/IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Node Profile"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:55.873 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'node_profile_template'], 'oper': 'UPDATE', 'request-id': 'req-17074334-5d82-438c-ad6a-7659045aa29a', 'type': 'job_template', 'uuid': '81bdd21a-3c1d-440a-a882-c91aa6b508b0'} 11/07/2024 02:29:55.979 7fe46d8ca048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 35a01d59-582a-4e7e-8993-09a7fb9ebd19 object_type = job_template identifier_name = default-global-system-config:show_mac_mob_template url = https://10.0.0.49:8082/job-template/35a01d59-582a-4e7e-8993-09a7fb9ebd19 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "35a01d59-582a-4e7e-8993-09a7fb9ebd19", "fq_name": ["default-global-system-config", "show_mac_mob_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"mac_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"MAC Details\", \"type\": \"object\", \"properties\": {\"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}, \"required\": [\"mac_address\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show MAC mobility Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"MAC History\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"mac_details\": {\"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display MAC address move or mobility", "display_name": "Show mac mobility"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:56.033 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_mac_mob_template'], 'oper': 'UPDATE', 'request-id': 'req-10bd529b-596c-48bb-851b-03a7aff2c7e4', 'type': 'job_template', 'uuid': '35a01d59-582a-4e7e-8993-09a7fb9ebd19'} 11/07/2024 02:29:56.064 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:56.139 7fe46dd31438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31ec2c1-89c8-4950-a756-b70565503fc6 object_type = job_template identifier_name = default-global-system-config:rma_activate_template url = https://10.0.0.49:8082/job-template/e31ec2c1-89c8-4950-a756-b70565503fc6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e31ec2c1-89c8-4950-a756-b70565503fc6", "fq_name": ["default-global-system-config", "rma_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/rma_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 3}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"RMA activate\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"rma_devices\": {\"type\": \"array\", \"items\": {\"title\": \"RMA Devices\", \"type\": \"object\", \"description\": \"List of devices and corresponding serial numbers to RMA\", \"additionalProperties\": false, \"properties\": {\"device_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}, \"serial_number\": {\"type\": \"string\"}}, \"required\": [\"device_uuid\", \"serial_number\"]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "RMA Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:56.149 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rma_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-046e7afc-0524-4f8e-9bba-936225fd77c1', 'type': 'job_template', 'uuid': 'e31ec2c1-89c8-4950-a756-b70565503fc6'} 11/07/2024 02:29:56.248 7fe46db01f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096811dc-7f55-4763-8395-1f288d24bb6a object_type = job_template identifier_name = default-global-system-config:show_chassis_info_template url = https://10.0.0.49:8082/job-template/096811dc-7f55-4763-8395-1f288d24bb6a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "096811dc-7f55-4763-8395-1f288d24bb6a", "fq_name": ["default-global-system-config", "show_chassis_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"chassis\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Chassis information\", \"type\": \"object\", \"properties\": {\"chassis_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis hardware\"}}, \"required\": [\"chassis_detail\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display chassis information", "display_name": "Show chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:56.313 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_chassis_info_template'], 'oper': 'UPDATE', 'request-id': 'req-4a64ab30-cde6-4c01-a698-442cdddb9ae0', 'type': 'job_template', 'uuid': '096811dc-7f55-4763-8395-1f288d24bb6a'} 11/07/2024 02:29:56.411 7fe46ddaa630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1215737e-4ccc-4371-a28e-eb341d000a00 object_type = job_template identifier_name = default-global-system-config:hardware_inventory_template url = https://10.0.0.49:8082/job-template/1215737e-4ccc-4371-a28e-eb341d000a00 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1215737e-4ccc-4371-a28e-eb341d000a00", "fq_name": ["default-global-system-config", "hardware_inventory_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Hardware Inventory Information\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"minProperties\": 1}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to fetch hardware inventory information from the device", "display_name": "Fetch hardware chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:56.422 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hardware_inventory_template'], 'oper': 'UPDATE', 'request-id': 'req-990d8b02-d5fe-4e54-a69e-156f813fc346', 'type': 'job_template', 'uuid': '1215737e-4ccc-4371-a28e-eb341d000a00'} 11/07/2024 02:29:56.527 7fe46d995c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a22fc3b2-62a5-4e31-97a4-e70c039e1019 object_type = config_properties identifier_name = default-global-system-config:config_property url = https://10.0.0.49:8082/config-properties/a22fc3b2-62a5-4e31-97a4-e70c039e1019 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"config-properties": {"uuid": "a22fc3b2-62a5-4e31-97a4-e70c039e1019", "fq_name": ["default-global-system-config", "config_property"], "parent_type": "global-system-config", "properties": {"key_value_pair": [{"key": "junos_commit_timeout", "value": "600"}, {"key": "total_retry_timeout", "value": "600"}, {"key": "device_command_timeout", "value": "600"}, {"key": "ztp_timeout", "value": "570"}]}, "display_name": "Config Property"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:56.539 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'config_property'], 'oper': 'UPDATE', 'request-id': 'req-ca0c6d58-f574-4d6c-93c2-15ca6b2bcdc5', 'type': 'config_properties', 'uuid': 'a22fc3b2-62a5-4e31-97a4-e70c039e1019'} 11/07/2024 02:29:56.995 7fe46de50b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 object_type = global_system_config identifier_name = default-global-system-config url = https://10.0.0.49:8082/global-system-config/dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"global-system-config": {"uuid": "dfd9c1c8-eff8-4a11-805e-4845bcbc4be8", "fq_name": ["default-global-system-config"], "supported_device_families": {"device_family": ["junos", "junos-qfx"]}, "supported_vendor_hardwares": {"vendor_hardware": ["juniper-qfx10002-72q", "juniper-qfx10002-36q", "juniper-qfx10002-60c", "juniper-qfx10016", "juniper-qfx10008", "juniper-vqfx-10000", "juniper-qfx5100-48sh-afi", "juniper-qfx5100-48sh-afo", "juniper-qfx5100-48th-afi", "juniper-qfx5100-48th-afo", "juniper-qfx5100-48s-6q", "juniper-qfx5100-96s-8q", "juniper-qfx5100-48t", "juniper-qfx5100-48t-6q", "juniper-qfx5100-24q-2p", "juniper-qfx5100-24q-aa", "juniper-qfx5100e-48s-6q", "juniper-qfx5100e-96s-8q", "juniper-qfx5100e-48t-6q", "juniper-qfx5100e-24q-2p", "juniper-qfx5110-48s-4c", "juniper-qfx5110-32q", "juniper-qfx5120-48y-8c", "juniper-qfx5120-48t-6c", "juniper-qfx5120-32c", "juniper-qfx5220-32cd", "juniper-qfx5220-128c", "juniper-qfx5200-32c-32q", "juniper-qfx5200-48y", "juniper-qfx5210-64c", "juniper-vmx", "juniper-mx80", "juniper-mx80-48t", "juniper-mx204", "juniper-mx240", "juniper-mx480", "juniper-mx960", "juniper-mx2008", "juniper-mx2010", "juniper-mx2020", "juniper-mx10003", "juniper-jnp10008", "juniper-jnp10016", "juniper-srx5400", "juniper-srx5600", "juniper-srx4600", "juniper-srx4100", "juniper-srx1500", "juniper-srx240h-poe", "juniper-vsrx", "juniper-srx5800", "juniper-srx4200"]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:57.010 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config'], 'oper': 'UPDATE', 'request-id': 'req-f5251308-5911-44a0-a6a8-b4d9d8c956f3', 'type': 'global_system_config', 'uuid': 'dfd9c1c8-eff8-4a11-805e-4845bcbc4be8'} 11/07/2024 02:29:57.065 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:57.102 7fe46da53e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42087eae-1152-4e4b-8ebb-ac8bcdc13323 object_type = hardware identifier_name = juniper-qfx5100-48sh-afi url = https://10.0.0.49:8082/hardware/42087eae-1152-4e4b-8ebb-ac8bcdc13323 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "fq_name": ["juniper-qfx5100-48sh-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:57.112 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afi'], 'oper': 'UPDATE', 'request-id': 'req-c35f9292-f0dd-4d76-8fe9-50297a69cd95', 'type': 'hardware', 'uuid': '42087eae-1152-4e4b-8ebb-ac8bcdc13323'} 11/07/2024 02:29:57.206 7fe46da770f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bb7beed3-60d7-49c5-9d84-49ac2a782218 object_type = hardware identifier_name = juniper-qfx5100-48sh-afo url = https://10.0.0.49:8082/hardware/bb7beed3-60d7-49c5-9d84-49ac2a782218 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "fq_name": ["juniper-qfx5100-48sh-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:57.214 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afo'], 'oper': 'UPDATE', 'request-id': 'req-0c064f9f-a028-419a-aa30-e0989dee0532', 'type': 'hardware', 'uuid': 'bb7beed3-60d7-49c5-9d84-49ac2a782218'} 11/07/2024 02:29:57.310 7fe46dd82438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6432d3f-ce9a-411f-8a75-9e22d185f2cd object_type = hardware identifier_name = juniper-qfx5100-48th-afi url = https://10.0.0.49:8082/hardware/c6432d3f-ce9a-411f-8a75-9e22d185f2cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "fq_name": ["juniper-qfx5100-48th-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:57.320 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afi'], 'oper': 'UPDATE', 'request-id': 'req-99df05cd-8685-4a07-a8b3-d88b88b27ca5', 'type': 'hardware', 'uuid': 'c6432d3f-ce9a-411f-8a75-9e22d185f2cd'} 11/07/2024 02:29:57.418 7fe46d99a4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d1543237-89a0-4607-a0f5-40f0be645bcf object_type = hardware identifier_name = juniper-qfx5100-48th-afo url = https://10.0.0.49:8082/hardware/d1543237-89a0-4607-a0f5-40f0be645bcf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "fq_name": ["juniper-qfx5100-48th-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:57.427 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afo'], 'oper': 'UPDATE', 'request-id': 'req-32d6c1bd-e5ac-4ecb-9675-e82819b06bd0', 'type': 'hardware', 'uuid': 'd1543237-89a0-4607-a0f5-40f0be645bcf'} 11/07/2024 02:29:57.524 7fe46dcb7f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09842293-1bb4-4536-9393-f26caa94be87 object_type = hardware identifier_name = juniper-qfx5100-48s-6q url = https://10.0.0.49:8082/hardware/09842293-1bb4-4536-9393-f26caa94be87 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "09842293-1bb4-4536-9393-f26caa94be87", "fq_name": ["juniper-qfx5100-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:57.536 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-7fcbc0ef-097d-4ce3-ae13-2772ae03032c', 'type': 'hardware', 'uuid': '09842293-1bb4-4536-9393-f26caa94be87'} 11/07/2024 02:29:57.642 7fe46df110f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 659daa17-ae39-4641-b245-45c06a69b927 object_type = hardware identifier_name = juniper-qfx5100-96s-8q url = https://10.0.0.49:8082/hardware/659daa17-ae39-4641-b245-45c06a69b927 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "659daa17-ae39-4641-b245-45c06a69b927", "fq_name": ["juniper-qfx5100-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:57.653 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-f732da47-c5e6-4838-bce7-3fb2ebcf59fe', 'type': 'hardware', 'uuid': '659daa17-ae39-4641-b245-45c06a69b927'} 11/07/2024 02:29:57.746 7fe46da4b0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9b18d69f-cfa6-47a6-9837-5886979b7d27 object_type = hardware identifier_name = juniper-qfx5100-48t url = https://10.0.0.49:8082/hardware/9b18d69f-cfa6-47a6-9837-5886979b7d27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "fq_name": ["juniper-qfx5100-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:57.757 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t'], 'oper': 'UPDATE', 'request-id': 'req-31ded3c5-d04f-4889-ab52-b74a2ca7ce8c', 'type': 'hardware', 'uuid': '9b18d69f-cfa6-47a6-9837-5886979b7d27'} 11/07/2024 02:29:57.854 7fe46d8ca0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fdd501e-e56b-45b5-9083-e8e81f459673 object_type = hardware identifier_name = juniper-qfx5100-48t-6q url = https://10.0.0.49:8082/hardware/0fdd501e-e56b-45b5-9083-e8e81f459673 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "fq_name": ["juniper-qfx5100-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:57.863 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-86c719bb-7aea-449a-bf18-4ece47057fbe', 'type': 'hardware', 'uuid': '0fdd501e-e56b-45b5-9083-e8e81f459673'} 11/07/2024 02:29:57.970 7fe46d900198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a415b5b6-e554-4e69-8ac8-100664a655bd object_type = hardware identifier_name = juniper-qfx5100-24q-2p url = https://10.0.0.49:8082/hardware/a415b5b6-e554-4e69-8ac8-100664a655bd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "fq_name": ["juniper-qfx5100-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:57.979 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-7ac7ec03-2511-47b5-a1b9-6bd61a62c3b5', 'type': 'hardware', 'uuid': 'a415b5b6-e554-4e69-8ac8-100664a655bd'} 11/07/2024 02:29:58.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:58.078 7fe46d995588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ec46a0d-8b6e-4461-b351-ab3960b11966 object_type = hardware identifier_name = juniper-qfx5100-24q-aa url = https://10.0.0.49:8082/hardware/9ec46a0d-8b6e-4461-b351-ab3960b11966 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "fq_name": ["juniper-qfx5100-24q-aa"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:58.087 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-aa'], 'oper': 'UPDATE', 'request-id': 'req-60976f79-2ffc-4199-907a-4667d284eb81', 'type': 'hardware', 'uuid': '9ec46a0d-8b6e-4461-b351-ab3960b11966'} 11/07/2024 02:29:58.182 7fe46dae4978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc object_type = hardware identifier_name = juniper-qfx5100e-48s-6q url = https://10.0.0.49:8082/hardware/7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "fq_name": ["juniper-qfx5100e-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:58.191 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-424b3153-703c-4149-8b97-b3102b8e118a', 'type': 'hardware', 'uuid': '7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc'} 11/07/2024 02:29:58.287 7fe46d8e56d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3be1a72-35aa-4778-a173-5986e8c2fae8 object_type = hardware identifier_name = juniper-qfx5100e-96s-8q url = https://10.0.0.49:8082/hardware/d3be1a72-35aa-4778-a173-5986e8c2fae8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "fq_name": ["juniper-qfx5100e-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:58.294 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-90011de9-621e-408e-b388-2c3c33e1b3bd', 'type': 'hardware', 'uuid': 'd3be1a72-35aa-4778-a173-5986e8c2fae8'} 11/07/2024 02:29:58.390 7fe46da8a240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 84d423a0-c168-4209-9a24-3b690f4332f8 object_type = hardware identifier_name = juniper-qfx5100e-48t-6q url = https://10.0.0.49:8082/hardware/84d423a0-c168-4209-9a24-3b690f4332f8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "fq_name": ["juniper-qfx5100e-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:58.399 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-5cb8dbc4-1eb2-4fe8-a769-f462645f9f9e', 'type': 'hardware', 'uuid': '84d423a0-c168-4209-9a24-3b690f4332f8'} 11/07/2024 02:29:58.502 7fe46d99e048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b1493cca-8842-42f9-800a-753565a2d6b6 object_type = hardware identifier_name = juniper-qfx5100e-24q-2p url = https://10.0.0.49:8082/hardware/b1493cca-8842-42f9-800a-753565a2d6b6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "fq_name": ["juniper-qfx5100e-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:58.513 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-2562be25-544c-43fd-b9e1-07279c532038', 'type': 'hardware', 'uuid': 'b1493cca-8842-42f9-800a-753565a2d6b6'} 11/07/2024 02:29:58.608 7fe46db38f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 403bdb63-2170-4014-9403-f80fba2de755 object_type = hardware identifier_name = juniper-qfx5110-48s-4c url = https://10.0.0.49:8082/hardware/403bdb63-2170-4014-9403-f80fba2de755 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "403bdb63-2170-4014-9403-f80fba2de755", "fq_name": ["juniper-qfx5110-48s-4c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:58.616 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-48s-4c'], 'oper': 'UPDATE', 'request-id': 'req-7ff4e1be-1b91-47ad-862b-06dc9ba56ee4', 'type': 'hardware', 'uuid': '403bdb63-2170-4014-9403-f80fba2de755'} 11/07/2024 02:29:58.716 7fe46dd318d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b5500813-1eb7-4e75-8a4c-674e0ba66461 object_type = hardware identifier_name = juniper-qfx5110-32q url = https://10.0.0.49:8082/hardware/b5500813-1eb7-4e75-8a4c-674e0ba66461 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "fq_name": ["juniper-qfx5110-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:58.725 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-32q'], 'oper': 'UPDATE', 'request-id': 'req-47166174-d1e7-44d9-b8e4-a75da1215af7', 'type': 'hardware', 'uuid': 'b5500813-1eb7-4e75-8a4c-674e0ba66461'} 11/07/2024 02:29:58.819 7fe46e01d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b63324e2-273a-400b-9d59-0dec80d655d4 object_type = hardware identifier_name = juniper-qfx5120-48y-8c url = https://10.0.0.49:8082/hardware/b63324e2-273a-400b-9d59-0dec80d655d4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "fq_name": ["juniper-qfx5120-48y-8c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:58.829 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48y-8c'], 'oper': 'UPDATE', 'request-id': 'req-e2cb6d31-55f0-419d-9cb8-32ef3c80d2ef', 'type': 'hardware', 'uuid': 'b63324e2-273a-400b-9d59-0dec80d655d4'} 11/07/2024 02:29:58.934 7fe46da53b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 object_type = hardware identifier_name = juniper-qfx5120-32c url = https://10.0.0.49:8082/hardware/017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "fq_name": ["juniper-qfx5120-32c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:58.944 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-32c'], 'oper': 'UPDATE', 'request-id': 'req-715d42f9-1f53-4d90-8f3a-9a4fa722386d', 'type': 'hardware', 'uuid': '017ec5ed-1b9e-47d0-9b3c-e2df68b376e7'} 11/07/2024 02:29:59.039 7fe46daea240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75328164-8eed-4868-b183-9bcbe27e276a object_type = hardware identifier_name = juniper-qfx5120-48t-6c url = https://10.0.0.49:8082/hardware/75328164-8eed-4868-b183-9bcbe27e276a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "fq_name": ["juniper-qfx5120-48t-6c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:59.050 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48t-6c'], 'oper': 'UPDATE', 'request-id': 'req-a3778855-1897-4aa9-b1d8-57ce4c39aa91', 'type': 'hardware', 'uuid': '75328164-8eed-4868-b183-9bcbe27e276a'} 11/07/2024 02:29:59.068 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:29:59.142 7fe46dd31390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ac596c42-3f13-42e2-a6b1-be2b27e18331 object_type = hardware identifier_name = juniper-qfx5220-32cd url = https://10.0.0.49:8082/hardware/ac596c42-3f13-42e2-a6b1-be2b27e18331 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "fq_name": ["juniper-qfx5220-32cd"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:59.154 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-32cd'], 'oper': 'UPDATE', 'request-id': 'req-fa3fceb4-6650-4bd7-a362-4092ad8b0995', 'type': 'hardware', 'uuid': 'ac596c42-3f13-42e2-a6b1-be2b27e18331'} 11/07/2024 02:29:59.247 7fe46da4b978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1c773810-104a-43e2-b78a-a0b3dac4dd7f object_type = hardware identifier_name = juniper-qfx5220-128c url = https://10.0.0.49:8082/hardware/1c773810-104a-43e2-b78a-a0b3dac4dd7f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "fq_name": ["juniper-qfx5220-128c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:59.255 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-128c'], 'oper': 'UPDATE', 'request-id': 'req-35d543b0-45a1-40b3-91e3-7fc048c5d92a', 'type': 'hardware', 'uuid': '1c773810-104a-43e2-b78a-a0b3dac4dd7f'} 11/07/2024 02:29:59.350 7fe46d995048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 922c08d7-1c72-4e46-b73b-c5cce20c7d4b object_type = hardware identifier_name = juniper-qfx5200-32c-32q url = https://10.0.0.49:8082/hardware/922c08d7-1c72-4e46-b73b-c5cce20c7d4b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "fq_name": ["juniper-qfx5200-32c-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:59.359 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-32c-32q'], 'oper': 'UPDATE', 'request-id': 'req-0249ae27-a9ac-498e-94b2-ec3431722632', 'type': 'hardware', 'uuid': '922c08d7-1c72-4e46-b73b-c5cce20c7d4b'} 11/07/2024 02:29:59.459 7fe46d9eb0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 133f6aba-4d41-4450-9996-aef90d73b888 object_type = hardware identifier_name = juniper-qfx5200-48y url = https://10.0.0.49:8082/hardware/133f6aba-4d41-4450-9996-aef90d73b888 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "fq_name": ["juniper-qfx5200-48y"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:59.469 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-48y'], 'oper': 'UPDATE', 'request-id': 'req-71947c7c-3146-440c-bc93-702671325607', 'type': 'hardware', 'uuid': '133f6aba-4d41-4450-9996-aef90d73b888'} 11/07/2024 02:29:59.569 7fe46d995588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = db87e59b-96e1-49d8-a62c-1c2d89d684d9 object_type = hardware identifier_name = juniper-qfx5210-64c url = https://10.0.0.49:8082/hardware/db87e59b-96e1-49d8-a62c-1c2d89d684d9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "fq_name": ["juniper-qfx5210-64c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:59.582 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5210-64c'], 'oper': 'UPDATE', 'request-id': 'req-b5bdddb0-334c-49d7-b3eb-900b95f935dc', 'type': 'hardware', 'uuid': 'db87e59b-96e1-49d8-a62c-1c2d89d684d9'} 11/07/2024 02:29:59.679 7fe46d93d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 864af8d2-658f-4299-b31c-a18e657d786b object_type = hardware identifier_name = juniper-qfx10002-72q url = https://10.0.0.49:8082/hardware/864af8d2-658f-4299-b31c-a18e657d786b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "fq_name": ["juniper-qfx10002-72q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:59.693 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-72q'], 'oper': 'UPDATE', 'request-id': 'req-d4a6763e-9e4d-47fe-bbee-f35c6bbeaa0b', 'type': 'hardware', 'uuid': '864af8d2-658f-4299-b31c-a18e657d786b'} 11/07/2024 02:29:59.791 7fe46d9eb588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 object_type = hardware identifier_name = juniper-qfx10002-36q url = https://10.0.0.49:8082/hardware/8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "fq_name": ["juniper-qfx10002-36q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:59.800 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-36q'], 'oper': 'UPDATE', 'request-id': 'req-cdd12ce2-335d-4f71-8107-ea77f533e203', 'type': 'hardware', 'uuid': '8cc029e3-98bd-4b93-ae1b-3a1eb169fab4'} 11/07/2024 02:29:59.898 7fe46dcc0f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7d28fa02-7667-4bc7-bec6-01b08d00dd4d object_type = hardware identifier_name = juniper-qfx10002-60c url = https://10.0.0.49:8082/hardware/7d28fa02-7667-4bc7-bec6-01b08d00dd4d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "fq_name": ["juniper-qfx10002-60c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:29:59.906 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-60c'], 'oper': 'UPDATE', 'request-id': 'req-e0adbcd0-da9f-4653-bf4a-3c17e789ee88', 'type': 'hardware', 'uuid': '7d28fa02-7667-4bc7-bec6-01b08d00dd4d'} 11/07/2024 02:30:00.006 7fe46dae4d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c8d84e84-6056-4872-b06b-ae4bed62f7a2 object_type = hardware identifier_name = juniper-qfx10016 url = https://10.0.0.49:8082/hardware/c8d84e84-6056-4872-b06b-ae4bed62f7a2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "fq_name": ["juniper-qfx10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:00.017 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10016'], 'oper': 'UPDATE', 'request-id': 'req-410994cb-de45-4173-90cd-6753caeeb3c4', 'type': 'hardware', 'uuid': 'c8d84e84-6056-4872-b06b-ae4bed62f7a2'} 11/07/2024 02:30:00.069 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:00.112 7fe46d93c4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e97d4f94-63fb-439d-a014-5b702068f369 object_type = hardware identifier_name = juniper-qfx10008 url = https://10.0.0.49:8082/hardware/e97d4f94-63fb-439d-a014-5b702068f369 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "fq_name": ["juniper-qfx10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:00.122 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10008'], 'oper': 'UPDATE', 'request-id': 'req-1186bd8b-cceb-4a13-a568-6e04de0c6bc8', 'type': 'hardware', 'uuid': 'e97d4f94-63fb-439d-a014-5b702068f369'} 11/07/2024 02:30:00.223 7fe46db1d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 26af5cc4-535f-45fc-9202-3abfc9fe6c7b object_type = hardware identifier_name = juniper-vqfx-10000 url = https://10.0.0.49:8082/hardware/26af5cc4-535f-45fc-9202-3abfc9fe6c7b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "fq_name": ["juniper-vqfx-10000"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:00.236 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vqfx-10000'], 'oper': 'UPDATE', 'request-id': 'req-37bdc5b3-d74c-460d-975e-e8bb3a7e5b6a', 'type': 'hardware', 'uuid': '26af5cc4-535f-45fc-9202-3abfc9fe6c7b'} 11/07/2024 02:30:00.340 7fe46daeaa20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0423f25b-c754-4b32-b220-de18f831b363 object_type = hardware identifier_name = juniper-mx80 url = https://10.0.0.49:8082/hardware/0423f25b-c754-4b32-b220-de18f831b363 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0423f25b-c754-4b32-b220-de18f831b363", "fq_name": ["juniper-mx80"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:00.353 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80'], 'oper': 'UPDATE', 'request-id': 'req-31841005-9bd7-4a62-a37c-1df428224d07', 'type': 'hardware', 'uuid': '0423f25b-c754-4b32-b220-de18f831b363'} 11/07/2024 02:30:00.447 7fe46dd82780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 68bfa83f-2753-461c-9dce-b9f3464c234c object_type = hardware identifier_name = juniper-mx80-48t url = https://10.0.0.49:8082/hardware/68bfa83f-2753-461c-9dce-b9f3464c234c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "fq_name": ["juniper-mx80-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:00.457 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80-48t'], 'oper': 'UPDATE', 'request-id': 'req-3efe6908-a02d-42fd-b657-a2836cfaa205', 'type': 'hardware', 'uuid': '68bfa83f-2753-461c-9dce-b9f3464c234c'} 11/07/2024 02:30:00.559 7fe46daf9780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 33f16db1-08a6-4377-9060-f894b4aafda4 object_type = hardware identifier_name = juniper-mx204 url = https://10.0.0.49:8082/hardware/33f16db1-08a6-4377-9060-f894b4aafda4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "fq_name": ["juniper-mx204"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:00.571 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx204'], 'oper': 'UPDATE', 'request-id': 'req-8a9dc682-008f-422e-a1e9-278e84694b5b', 'type': 'hardware', 'uuid': '33f16db1-08a6-4377-9060-f894b4aafda4'} 11/07/2024 02:30:00.671 7fe46dae6c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd25932c-6fe2-438c-96d7-998c27af28af object_type = hardware identifier_name = juniper-mx240 url = https://10.0.0.49:8082/hardware/fd25932c-6fe2-438c-96d7-998c27af28af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "fq_name": ["juniper-mx240"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:00.680 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx240'], 'oper': 'UPDATE', 'request-id': 'req-37a24d8b-06d9-4892-81d5-06ceba117add', 'type': 'hardware', 'uuid': 'fd25932c-6fe2-438c-96d7-998c27af28af'} 11/07/2024 02:30:00.790 7fe46da442e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0389f738-89c0-4f53-a7bd-56569482be43 object_type = hardware identifier_name = juniper-mx480 url = https://10.0.0.49:8082/hardware/0389f738-89c0-4f53-a7bd-56569482be43 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "fq_name": ["juniper-mx480"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:00.800 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx480'], 'oper': 'UPDATE', 'request-id': 'req-2cb14e1b-0da0-461d-9998-eeda0cd4288a', 'type': 'hardware', 'uuid': '0389f738-89c0-4f53-a7bd-56569482be43'} 11/07/2024 02:30:00.898 7fe46dd82438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9618fd20-e6e6-4d9c-b295-14b0316300af object_type = hardware identifier_name = juniper-mx960 url = https://10.0.0.49:8082/hardware/9618fd20-e6e6-4d9c-b295-14b0316300af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "fq_name": ["juniper-mx960"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:00.908 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx960'], 'oper': 'UPDATE', 'request-id': 'req-05d0424f-96dd-4174-b9d6-b46b387c2dda', 'type': 'hardware', 'uuid': '9618fd20-e6e6-4d9c-b295-14b0316300af'} 11/07/2024 02:30:01.007 7fe46dae62e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 object_type = hardware identifier_name = juniper-mx2008 url = https://10.0.0.49:8082/hardware/c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "fq_name": ["juniper-mx2008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:01.018 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2008'], 'oper': 'UPDATE', 'request-id': 'req-1e71c6d9-ac84-4968-9b1b-d81a454099f6', 'type': 'hardware', 'uuid': 'c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5'} 11/07/2024 02:30:01.070 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:01.119 7fe46dac4f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c7e966eb-8a0a-421b-b740-9f9df7ad1c77 object_type = hardware identifier_name = juniper-mx2010 url = https://10.0.0.49:8082/hardware/c7e966eb-8a0a-421b-b740-9f9df7ad1c77 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "fq_name": ["juniper-mx2010"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:01.128 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2010'], 'oper': 'UPDATE', 'request-id': 'req-55ac0933-f8ce-446d-980c-877d434acc2f', 'type': 'hardware', 'uuid': 'c7e966eb-8a0a-421b-b740-9f9df7ad1c77'} 11/07/2024 02:30:01.224 7fe46da8ad68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf0608bd-3a72-46c0-af0b-c272778c736c object_type = hardware identifier_name = juniper-mx2020 url = https://10.0.0.49:8082/hardware/bf0608bd-3a72-46c0-af0b-c272778c736c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "fq_name": ["juniper-mx2020"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:01.234 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2020'], 'oper': 'UPDATE', 'request-id': 'req-5114579b-6071-4045-b649-7b6c8a08b7e2', 'type': 'hardware', 'uuid': 'bf0608bd-3a72-46c0-af0b-c272778c736c'} 11/07/2024 02:30:01.339 7fe46df7cb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 object_type = hardware identifier_name = juniper-mx10003 url = https://10.0.0.49:8082/hardware/f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "fq_name": ["juniper-mx10003"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:01.348 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx10003'], 'oper': 'UPDATE', 'request-id': 'req-3c611488-0bc4-4a60-bc9e-92cd277bffe5', 'type': 'hardware', 'uuid': 'f234fa20-3dd5-4f22-bc86-4c1e2e279bd5'} 11/07/2024 02:30:01.446 7fe46db3deb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0cf56917-0fea-454e-84f2-cdf01c8bb067 object_type = hardware identifier_name = juniper-jnp10008 url = https://10.0.0.49:8082/hardware/0cf56917-0fea-454e-84f2-cdf01c8bb067 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "fq_name": ["juniper-jnp10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:01.458 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10008'], 'oper': 'UPDATE', 'request-id': 'req-b2f923d3-0536-43b1-9fba-0d67bc80072a', 'type': 'hardware', 'uuid': '0cf56917-0fea-454e-84f2-cdf01c8bb067'} 11/07/2024 02:30:01.556 7fe46de1b048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e3fc4483-abbe-451f-aa39-a4aff4476187 object_type = hardware identifier_name = juniper-jnp10016 url = https://10.0.0.49:8082/hardware/e3fc4483-abbe-451f-aa39-a4aff4476187 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "fq_name": ["juniper-jnp10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:01.567 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10016'], 'oper': 'UPDATE', 'request-id': 'req-956c51ca-f0ae-4125-ab98-8fc30dbcd8d1', 'type': 'hardware', 'uuid': 'e3fc4483-abbe-451f-aa39-a4aff4476187'} 11/07/2024 02:30:01.663 7fe46d9a3828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3973797-34d8-49d4-95b4-30df06256c6e object_type = hardware identifier_name = juniper-vmx url = https://10.0.0.49:8082/hardware/d3973797-34d8-49d4-95b4-30df06256c6e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "fq_name": ["juniper-vmx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:01.673 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vmx'], 'oper': 'UPDATE', 'request-id': 'req-fa22a86d-c561-4b25-90bb-e705cc04f0ce', 'type': 'hardware', 'uuid': 'd3973797-34d8-49d4-95b4-30df06256c6e'} 11/07/2024 02:30:01.770 7fe46d90cd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb970d87-db82-4005-8700-962a40c2e31d object_type = hardware identifier_name = juniper-srx5400 url = https://10.0.0.49:8082/hardware/fb970d87-db82-4005-8700-962a40c2e31d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "fq_name": ["juniper-srx5400"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:01.780 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5400'], 'oper': 'UPDATE', 'request-id': 'req-dede6d2f-0661-487e-887d-1934c95cf78a', 'type': 'hardware', 'uuid': 'fb970d87-db82-4005-8700-962a40c2e31d'} 11/07/2024 02:30:01.884 7fe46d9ba2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6457b9f7-51f0-430a-a150-5ae208362781 object_type = hardware identifier_name = juniper-srx5600 url = https://10.0.0.49:8082/hardware/6457b9f7-51f0-430a-a150-5ae208362781 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "fq_name": ["juniper-srx5600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:01.898 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5600'], 'oper': 'UPDATE', 'request-id': 'req-9e0deae2-4882-436f-8cf4-98847079b8db', 'type': 'hardware', 'uuid': '6457b9f7-51f0-430a-a150-5ae208362781'} 11/07/2024 02:30:01.995 7fe46d995780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0a203d47-b5d7-48fc-af06-3571bddc0098 object_type = hardware identifier_name = juniper-srx4600 url = https://10.0.0.49:8082/hardware/0a203d47-b5d7-48fc-af06-3571bddc0098 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "fq_name": ["juniper-srx4600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:02.006 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4600'], 'oper': 'UPDATE', 'request-id': 'req-75d6b005-ebc1-470c-812b-e1b174edec4e', 'type': 'hardware', 'uuid': '0a203d47-b5d7-48fc-af06-3571bddc0098'} 11/07/2024 02:30:02.071 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:02.106 7fe46d9a3630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50ee3c64-e89c-47f1-bff1-80e448d9121b object_type = hardware identifier_name = juniper-srx4100 url = https://10.0.0.49:8082/hardware/50ee3c64-e89c-47f1-bff1-80e448d9121b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "fq_name": ["juniper-srx4100"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:02.117 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4100'], 'oper': 'UPDATE', 'request-id': 'req-3d8d8888-b35e-4201-8f15-77558118e0be', 'type': 'hardware', 'uuid': '50ee3c64-e89c-47f1-bff1-80e448d9121b'} 11/07/2024 02:30:02.218 7fe46d9ba6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0e56d147-d28a-4670-8703-2dac4ec219ef object_type = hardware identifier_name = juniper-srx1500 url = https://10.0.0.49:8082/hardware/0e56d147-d28a-4670-8703-2dac4ec219ef operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "fq_name": ["juniper-srx1500"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:02.246 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx1500'], 'oper': 'UPDATE', 'request-id': 'req-61b67694-57e0-48e9-ba65-e562fafd123d', 'type': 'hardware', 'uuid': '0e56d147-d28a-4670-8703-2dac4ec219ef'} 11/07/2024 02:30:02.337 7fe46d8f4b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5701a594-5475-4388-bc3d-5ffd8c2844cd object_type = hardware identifier_name = juniper-srx240h-poe url = https://10.0.0.49:8082/hardware/5701a594-5475-4388-bc3d-5ffd8c2844cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "fq_name": ["juniper-srx240h-poe"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:02.347 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx240h-poe'], 'oper': 'UPDATE', 'request-id': 'req-fa06123d-d4fc-4409-89c5-be8492dddc61', 'type': 'hardware', 'uuid': '5701a594-5475-4388-bc3d-5ffd8c2844cd'} 11/07/2024 02:30:02.456 7fe46d9baa20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 object_type = hardware identifier_name = juniper-srx5800 url = https://10.0.0.49:8082/hardware/6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "fq_name": ["juniper-srx5800"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:02.465 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5800'], 'oper': 'UPDATE', 'request-id': 'req-10448b57-9f16-4d11-9b37-7d548a293396', 'type': 'hardware', 'uuid': '6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2'} 11/07/2024 02:30:02.562 7fe46d8e1390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89e593ec-fd30-4eb7-b5d6-eb5b76da460c object_type = hardware identifier_name = juniper-srx4200 url = https://10.0.0.49:8082/hardware/89e593ec-fd30-4eb7-b5d6-eb5b76da460c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "fq_name": ["juniper-srx4200"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:02.573 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4200'], 'oper': 'UPDATE', 'request-id': 'req-57e69464-c734-4651-b107-9671bdeed6b7', 'type': 'hardware', 'uuid': '89e593ec-fd30-4eb7-b5d6-eb5b76da460c'} 11/07/2024 02:30:02.675 7fe46d8c7588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5725d6f5-b9df-4efb-bb13-c34c205775a4 object_type = hardware identifier_name = juniper-vsrx url = https://10.0.0.49:8082/hardware/5725d6f5-b9df-4efb-bb13-c34c205775a4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "fq_name": ["juniper-vsrx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:02.692 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vsrx'], 'oper': 'UPDATE', 'request-id': 'req-babee72c-a87b-47a5-9136-37c74b037048', 'type': 'hardware', 'uuid': '5725d6f5-b9df-4efb-bb13-c34c205775a4'} 11/07/2024 02:30:02.790 7fe46d91da20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86eee787-5718-44dc-84cf-17ab0a275490 object_type = feature identifier_name = default-global-system-config:underlay-ip-clos url = https://10.0.0.49:8082/feature/86eee787-5718-44dc-84cf-17ab0a275490 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "fq_name": ["default-global-system-config", "underlay-ip-clos"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:02.800 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'underlay-ip-clos'], 'oper': 'UPDATE', 'request-id': 'req-3ead0ce1-8be5-46ec-8123-0ee51e1c9855', 'type': 'feature', 'uuid': '86eee787-5718-44dc-84cf-17ab0a275490'} 11/07/2024 02:30:02.900 7fe46dac4eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb45a340-532e-471d-8f0a-291569282b15 object_type = feature identifier_name = default-global-system-config:overlay-bgp url = https://10.0.0.49:8082/feature/fb45a340-532e-471d-8f0a-291569282b15 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "fb45a340-532e-471d-8f0a-291569282b15", "fq_name": ["default-global-system-config", "overlay-bgp"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:02.909 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'overlay-bgp'], 'oper': 'UPDATE', 'request-id': 'req-b954047c-438f-4925-9c5f-e90c04f7c4d9', 'type': 'feature', 'uuid': 'fb45a340-532e-471d-8f0a-291569282b15'} 11/07/2024 02:30:03.007 7fe46d9ba240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1de6e9e1-19ee-4a38-a94c-5cfc99246ded object_type = feature identifier_name = default-global-system-config:l2-gateway url = https://10.0.0.49:8082/feature/1de6e9e1-19ee-4a38-a94c-5cfc99246ded operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "fq_name": ["default-global-system-config", "l2-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:03.016 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l2-gateway'], 'oper': 'UPDATE', 'request-id': 'req-49028123-25bc-4ef8-8657-cbe1e22a6038', 'type': 'feature', 'uuid': '1de6e9e1-19ee-4a38-a94c-5cfc99246ded'} 11/07/2024 02:30:03.073 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:03.115 7fe46da4b828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 object_type = feature identifier_name = default-global-system-config:l3-gateway url = https://10.0.0.49:8082/feature/e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "fq_name": ["default-global-system-config", "l3-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:03.124 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-07e3a6f4-542e-4d57-9c36-cc3e2d6ed8a4', 'type': 'feature', 'uuid': 'e86b957c-2c5b-4ea4-bb9d-5178bc8f8592'} 11/07/2024 02:30:03.223 7fe46d9f1d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ce754582-8dee-462c-b557-c4829be74c27 object_type = feature identifier_name = default-global-system-config:vn-interconnect url = https://10.0.0.49:8082/feature/ce754582-8dee-462c-b557-c4829be74c27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ce754582-8dee-462c-b557-c4829be74c27", "fq_name": ["default-global-system-config", "vn-interconnect"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:03.232 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vn-interconnect'], 'oper': 'UPDATE', 'request-id': 'req-2143e843-61ee-4ec4-bd30-c0bc8d18e366', 'type': 'feature', 'uuid': 'ce754582-8dee-462c-b557-c4829be74c27'} 11/07/2024 02:30:03.331 7fe46dae6198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75a756f7-6687-4306-a372-653b835b7a63 object_type = feature identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/feature/75a756f7-6687-4306-a372-653b835b7a63 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "75a756f7-6687-4306-a372-653b835b7a63", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:03.340 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-8f139a5d-19b7-4a83-8f96-552890faa0f8', 'type': 'feature', 'uuid': '75a756f7-6687-4306-a372-653b835b7a63'} 11/07/2024 02:30:03.438 7fe46ddd06d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8d716e60-7319-4f9f-a0db-1f8fd86d6186 object_type = feature identifier_name = default-global-system-config:assisted-replicator url = https://10.0.0.49:8082/feature/8d716e60-7319-4f9f-a0db-1f8fd86d6186 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "fq_name": ["default-global-system-config", "assisted-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:03.447 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-6f127f41-0836-48af-a472-e529e0b35765', 'type': 'feature', 'uuid': '8d716e60-7319-4f9f-a0db-1f8fd86d6186'} 11/07/2024 02:30:03.547 7fe46dada2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5b262e15-6ed7-4a11-8a7d-e371f26caf53 object_type = feature identifier_name = default-global-system-config:port-profile url = https://10.0.0.49:8082/feature/5b262e15-6ed7-4a11-8a7d-e371f26caf53 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "fq_name": ["default-global-system-config", "port-profile"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:03.557 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'port-profile'], 'oper': 'UPDATE', 'request-id': 'req-bdead47f-0c27-4967-9774-4fbfaeb64d53', 'type': 'feature', 'uuid': '5b262e15-6ed7-4a11-8a7d-e371f26caf53'} 11/07/2024 02:30:03.660 7fe46d8cac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ccbfbdbc-d047-4336-a621-25f8b481bd0d object_type = feature identifier_name = default-global-system-config:telemetry url = https://10.0.0.49:8082/feature/ccbfbdbc-d047-4336-a621-25f8b481bd0d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "fq_name": ["default-global-system-config", "telemetry"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:03.669 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'telemetry'], 'oper': 'UPDATE', 'request-id': 'req-e58c652e-aaaa-4cdd-af9d-595062169064', 'type': 'feature', 'uuid': 'ccbfbdbc-d047-4336-a621-25f8b481bd0d'} 11/07/2024 02:30:03.772 7fe46db3deb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eeea45e9-bfe3-40ce-895c-3f47710c1d81 object_type = feature identifier_name = default-global-system-config:firewall url = https://10.0.0.49:8082/feature/eeea45e9-bfe3-40ce-895c-3f47710c1d81 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "fq_name": ["default-global-system-config", "firewall"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:03.779 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'firewall'], 'oper': 'UPDATE', 'request-id': 'req-8a4bd565-e4a7-4e0c-b4d7-e8f98ac02771', 'type': 'feature', 'uuid': 'eeea45e9-bfe3-40ce-895c-3f47710c1d81'} 11/07/2024 02:30:03.878 7fe46d9eb828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1a62bd7d-9bf9-4de3-8861-9421862d8b83 object_type = feature identifier_name = default-global-system-config:infra-bms-access url = https://10.0.0.49:8082/feature/1a62bd7d-9bf9-4de3-8861-9421862d8b83 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "fq_name": ["default-global-system-config", "infra-bms-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:03.886 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'infra-bms-access'], 'oper': 'UPDATE', 'request-id': 'req-7aa0c0df-9f89-452e-a41c-3bc11b52dbda', 'type': 'feature', 'uuid': '1a62bd7d-9bf9-4de3-8861-9421862d8b83'} 11/07/2024 02:30:03.986 7fe46dab1eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86490f57-fc6b-4c66-8c9e-b8ab56611249 object_type = feature identifier_name = default-global-system-config:pnf-service-chaining url = https://10.0.0.49:8082/feature/86490f57-fc6b-4c66-8c9e-b8ab56611249 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "fq_name": ["default-global-system-config", "pnf-service-chaining"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:03.997 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-service-chaining'], 'oper': 'UPDATE', 'request-id': 'req-59a29022-1012-452d-8b93-4dd4fc45c8da', 'type': 'feature', 'uuid': '86490f57-fc6b-4c66-8c9e-b8ab56611249'} 11/07/2024 02:30:04.074 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:04.095 7fe46dd22eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a74dd4b0-ec84-40de-89b8-037c2bad424e object_type = physical_role identifier_name = default-global-system-config:leaf url = https://10.0.0.49:8082/physical-role/a74dd4b0-ec84-40de-89b8-037c2bad424e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "fq_name": ["default-global-system-config", "leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:04.102 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'leaf'], 'oper': 'UPDATE', 'request-id': 'req-da6b00f2-31d3-4fae-8f28-2fb4009025a4', 'type': 'physical_role', 'uuid': 'a74dd4b0-ec84-40de-89b8-037c2bad424e'} 11/07/2024 02:30:04.202 7fe46d9b8048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e848e994-4f62-4c2f-9140-8d66298c2a16 object_type = physical_role identifier_name = default-global-system-config:spine url = https://10.0.0.49:8082/physical-role/e848e994-4f62-4c2f-9140-8d66298c2a16 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "fq_name": ["default-global-system-config", "spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:04.210 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'spine'], 'oper': 'UPDATE', 'request-id': 'req-68162d16-4465-452a-a1e4-261c3b44057a', 'type': 'physical_role', 'uuid': 'e848e994-4f62-4c2f-9140-8d66298c2a16'} 11/07/2024 02:30:04.310 7fe46d99a198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 165fc8b2-b498-425c-b9ca-c497dfb8ecb8 object_type = physical_role identifier_name = default-global-system-config:superspine url = https://10.0.0.49:8082/physical-role/165fc8b2-b498-425c-b9ca-c497dfb8ecb8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "fq_name": ["default-global-system-config", "superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:04.322 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'superspine'], 'oper': 'UPDATE', 'request-id': 'req-eda0c1be-88d7-4845-99f5-5feac152de09', 'type': 'physical_role', 'uuid': '165fc8b2-b498-425c-b9ca-c497dfb8ecb8'} 11/07/2024 02:30:04.423 7fe46d8caf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 object_type = physical_role identifier_name = default-global-system-config:pnf url = https://10.0.0.49:8082/physical-role/50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "fq_name": ["default-global-system-config", "pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:04.433 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf'], 'oper': 'UPDATE', 'request-id': 'req-d5bfb43f-7b0a-4477-a869-77564b010aff', 'type': 'physical_role', 'uuid': '50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441'} 11/07/2024 02:30:04.530 7fe46ddaa630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3f7f21d-5131-42c5-902a-2870b9f2a440 object_type = overlay_role identifier_name = default-global-system-config:erb-ucast-gateway url = https://10.0.0.49:8082/overlay-role/d3f7f21d-5131-42c5-902a-2870b9f2a440 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "fq_name": ["default-global-system-config", "erb-ucast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:04.541 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-ucast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-8b0a17af-dc4a-4a5b-a0b7-f640facb7de6', 'type': 'overlay_role', 'uuid': 'd3f7f21d-5131-42c5-902a-2870b9f2a440'} 11/07/2024 02:30:04.638 7fe46daea240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 63cfa342-76cd-4a56-8157-14c328560d48 object_type = overlay_role identifier_name = default-global-system-config:crb-access url = https://10.0.0.49:8082/overlay-role/63cfa342-76cd-4a56-8157-14c328560d48 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "fq_name": ["default-global-system-config", "crb-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:04.647 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access'], 'oper': 'UPDATE', 'request-id': 'req-21e49d62-54e3-4792-98dd-714e1e9ef548', 'type': 'overlay_role', 'uuid': '63cfa342-76cd-4a56-8157-14c328560d48'} 11/07/2024 02:30:04.747 7fe46d9a0978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:04.755 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-1911731a-0940-45a5-9709-2f3cbc329876', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:30:04.854 7fe46dd22a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22353762-4f58-4a71-b3b7-a794e3f85f0c object_type = overlay_role identifier_name = default-global-system-config:crb-gateway url = https://10.0.0.49:8082/overlay-role/22353762-4f58-4a71-b3b7-a794e3f85f0c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "fq_name": ["default-global-system-config", "crb-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:04.863 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway'], 'oper': 'UPDATE', 'request-id': 'req-7581d9d2-5941-4976-a670-cf195fa85556', 'type': 'overlay_role', 'uuid': '22353762-4f58-4a71-b3b7-a794e3f85f0c'} 11/07/2024 02:30:04.962 7fe46d9b82e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b378a518-ae07-482d-a546-abc7a34ff5ed object_type = overlay_role identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/overlay-role/b378a518-ae07-482d-a546-abc7a34ff5ed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:04.969 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-4e4efcdb-acd6-4781-8283-73949b1c4342', 'type': 'overlay_role', 'uuid': 'b378a518-ae07-482d-a546-abc7a34ff5ed'} 11/07/2024 02:30:05.066 7fe46df186d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:05.076 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-44e04083-373c-43b8-a87e-75e9dcda4a05', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:30:05.077 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:05.182 7fe46de1b780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc804de-3a25-4176-a505-11fd99f99b89 object_type = overlay_role identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/overlay-role/7fc804de-3a25-4176-a505-11fd99f99b89 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:05.191 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-4fd0c0fe-c6cc-459b-9c60-9140f4e06d71', 'type': 'overlay_role', 'uuid': '7fc804de-3a25-4176-a505-11fd99f99b89'} 11/07/2024 02:30:05.287 7fe46d9b8eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f46a292-5727-44c4-b5cc-dbb399d63dc0 object_type = overlay_role identifier_name = default-global-system-config:dci-gateway url = https://10.0.0.49:8082/overlay-role/3f46a292-5727-44c4-b5cc-dbb399d63dc0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "fq_name": ["default-global-system-config", "dci-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:05.296 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway'], 'oper': 'UPDATE', 'request-id': 'req-78dca6ff-8b43-4c35-b111-92cf561282c7', 'type': 'overlay_role', 'uuid': '3f46a292-5727-44c4-b5cc-dbb399d63dc0'} 11/07/2024 02:30:05.394 7fe46df35630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c288d8d5-0400-434c-9648-973298c28dd2 object_type = overlay_role identifier_name = default-global-system-config:ar-client url = https://10.0.0.49:8082/overlay-role/c288d8d5-0400-434c-9648-973298c28dd2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "fq_name": ["default-global-system-config", "ar-client"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:05.402 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client'], 'oper': 'UPDATE', 'request-id': 'req-b7ba36c0-ab2c-455a-86b8-d8550f8da31f', 'type': 'overlay_role', 'uuid': 'c288d8d5-0400-434c-9648-973298c28dd2'} 11/07/2024 02:30:05.507 7fe46da8a588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6aae65f-b0d6-44b6-b1f5-b2adbff6debe object_type = overlay_role identifier_name = default-global-system-config:ar-replicator url = https://10.0.0.49:8082/overlay-role/c6aae65f-b0d6-44b6-b1f5-b2adbff6debe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "fq_name": ["default-global-system-config", "ar-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:05.516 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator'], 'oper': 'UPDATE', 'request-id': 'req-6614f716-0626-4d53-abbb-fbc4b6d212a6', 'type': 'overlay_role', 'uuid': 'c6aae65f-b0d6-44b6-b1f5-b2adbff6debe'} 11/07/2024 02:30:05.613 7fe46dd220f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c24f6c68-2b22-4d05-9215-bd5f4e97144e object_type = overlay_role identifier_name = default-global-system-config:route-reflector url = https://10.0.0.49:8082/overlay-role/c24f6c68-2b22-4d05-9215-bd5f4e97144e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "fq_name": ["default-global-system-config", "route-reflector"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:05.623 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'route-reflector'], 'oper': 'UPDATE', 'request-id': 'req-752d093b-66e9-4234-8672-da020c056f25', 'type': 'overlay_role', 'uuid': 'c24f6c68-2b22-4d05-9215-bd5f4e97144e'} 11/07/2024 02:30:05.727 7fe46d9b80f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d04e3467-16c7-4d34-8a16-54db9f2dbd6d object_type = overlay_role identifier_name = default-global-system-config:lean url = https://10.0.0.49:8082/overlay-role/d04e3467-16c7-4d34-8a16-54db9f2dbd6d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "fq_name": ["default-global-system-config", "lean"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:05.737 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean'], 'oper': 'UPDATE', 'request-id': 'req-a3fe16de-31c4-4461-816f-2340f17dd646', 'type': 'overlay_role', 'uuid': 'd04e3467-16c7-4d34-8a16-54db9f2dbd6d'} 11/07/2024 02:30:05.834 7fe46da8af60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7c98b4ba-9792-4adc-bbe5-814de08ee193 object_type = overlay_role identifier_name = default-global-system-config:pnf-servicechain url = https://10.0.0.49:8082/overlay-role/7c98b4ba-9792-4adc-bbe5-814de08ee193 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "fq_name": ["default-global-system-config", "pnf-servicechain"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:05.845 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain'], 'oper': 'UPDATE', 'request-id': 'req-8639f0b1-ba8c-4c1c-b476-8c8b887ca128', 'type': 'overlay_role', 'uuid': '7c98b4ba-9792-4adc-bbe5-814de08ee193'} 11/07/2024 02:30:05.943 7fe46df46e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/role-definition/7fc7bdca-a972-42e0-b02b-f14221ab24ff operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "fq_name": ["default-global-system-config", "erb-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:05.950 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-39e41c42-2f95-4097-ba11-6e265409579c', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:30:06.054 7fe46db012e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/role-definition/6d675ed2-da72-4f70-b970-60c581a40246 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "fq_name": ["default-global-system-config", "crb-access-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:06.062 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d9fd9d38-dcfe-4227-9760-61e1ccd7710d', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:30:06.078 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:06.162 7fe46d93d048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/role-definition/12313f49-601a-4c77-a56c-14c5faa0a0f7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "fq_name": ["default-global-system-config", "crb-access-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:06.172 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-8e8a9110-69c7-42df-9e27-a5a49a249e5a', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:30:06.268 7fe46da7da20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/role-definition/3e74d541-ffa4-4b60-a80c-f7d30e81267e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "fq_name": ["default-global-system-config", "crb-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:06.278 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-b908ba04-8228-4c25-a39b-fa5b0b0a0c34', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:30:06.381 7fe46da7df60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/role-definition/8713bf0b-c920-4bfc-b102-24ff9e8a9a56 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "fq_name": ["default-global-system-config", "crb-mcast-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:06.390 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-c812ed76-5212-4e7f-b8a8-e64ac5736df3', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:30:06.486 7fe46d8e1780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/role-definition/3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:06.495 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-db79a731-5257-4a45-b5c5-79353810c025', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:30:06.595 7fe46dbb8780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/role-definition/9ed12178-e668-406f-ae82-6504f36818d2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "fq_name": ["default-global-system-config", "dc-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:06.604 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-a3ed9ea1-1bb1-459b-aed2-ee7d3c2f9594', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:30:06.711 7fe46ddf7d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/role-definition/cf632c77-302b-45f8-8a3b-d2c6bdc298dd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "fq_name": ["default-global-system-config", "dci-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:06.719 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-9dd37a59-34a6-4040-af58-cb68374a02bd', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:30:06.820 7fe46d9f1978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/role-definition/a17e9751-f0f6-45fd-b3cd-99d3deac46c3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "fq_name": ["default-global-system-config", "crb-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:06.828 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ce72cb44-08d4-4053-91dd-c077c0d9e06a', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:30:06.922 7fe46d8e1630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/role-definition/2c3ab7f0-4324-4cf5-8453-7f3e989086e1 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "fq_name": ["default-global-system-config", "crb-mcast-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:06.931 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1ef1403b-e447-4b1e-8f8c-0507c08eef94', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:30:07.027 7fe46d91d828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/role-definition/89eb9636-66e1-4865-b82c-0b460ab6c686 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "fq_name": ["default-global-system-config", "dc-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:07.035 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5272d384-b750-4a91-80c6-c1aa272a7020', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:30:07.080 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:07.132 7fe46d91de10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/role-definition/8daef5e4-651d-4fd2-adcc-93dc9b88931e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "fq_name": ["default-global-system-config", "dci-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:07.140 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e5aa9949-3eeb-4fab-aea2-9a545b2d1981', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:30:07.234 7fe46d9f1240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/role-definition/53bde039-5adb-4b1a-9c0f-03b8c73e978b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "fq_name": ["default-global-system-config", "ar-client-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:07.242 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-df7c7f92-c41c-4c5c-8346-c4873a28ff08', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:30:07.338 7fe46da71240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/role-definition/fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "fq_name": ["default-global-system-config", "ar-client-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:07.346 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-026eb51b-7152-41d7-87c8-40f7bbb0aa5d', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:30:07.446 7fe46d99e828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/role-definition/b3a5a11a-9058-47cc-bbca-b92e18e00063 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "fq_name": ["default-global-system-config", "ar-replicator-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:07.453 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-56e55221-a8ca-4c1b-8fc9-39c8ac00c73a', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:30:07.550 7fe46da0acc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/role-definition/700f730d-b72d-4b6a-914f-f46880b46dbf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "fq_name": ["default-global-system-config", "ar-replicator-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:07.558 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-79a370aa-491a-447d-a966-82f333c44ed8', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:30:07.658 7fe46da53c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/role-definition/a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "fq_name": ["default-global-system-config", "rr-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:07.668 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-cf23fa78-e924-404e-8d84-69c37a298c00', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:30:07.767 7fe46d9b3780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/role-definition/337a1ec4-253f-4efd-8e31-d650bdfab64e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "fq_name": ["default-global-system-config", "rr-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:07.775 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-21d456b0-17fb-4082-bf40-c46bf04720cd', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:30:07.883 7fe46dc72f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/role-definition/05c8ab04-e527-47bf-bd06-cfc7e4f72383 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "fq_name": ["default-global-system-config", "rr-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:07.892 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a31dde67-032d-4cfe-bc99-54a5b63722a3', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:30:07.990 7fe46d977630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/role-definition/c3369dc6-8fd8-476e-920f-39bfe42b1a18 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "fq_name": ["default-global-system-config", "lean-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:08.000 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-9813d83c-77d2-4fc8-9525-361181d53d5f', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:30:08.080 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:08.099 7fe46d9e7eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/role-definition/887c905f-12cf-4707-abe5-25641ff7994a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "fq_name": ["default-global-system-config", "lean-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:08.107 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-002b5bc5-2991-4407-9554-e0886c7ba82c', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:30:08.203 7fe46df18390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/role-definition/eae130b1-c96e-47dc-a63a-0b04d4515815 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "fq_name": ["default-global-system-config", "pnf-servicechain-pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:08.212 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-dc57b47a-d02f-4897-af7e-d0e25cb1cb72', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:30:08.308 7fe46d9c6048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/role-definition/c0916b85-cd5b-435c-a8c9-02a9a6f51769 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "fq_name": ["default-global-system-config", "pnf-servicechain-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:08.315 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-a6fc9dae-96ad-47e5-b8fa-a1117712de5a', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:30:08.412 7fe46d8e7978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/role-definition/0fab1b56-dc54-446c-9c4a-a2017c20792f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "fq_name": ["default-global-system-config", "pnf-servicechain-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:08.422 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6f361a46-0ac4-4be4-97e2-7ba60a7b3997', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:30:08.522 7fe46dea26d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 71100362-52d5-49e1-a5ec-dc34d5fd4103 object_type = feature_config identifier_name = default-global-system-config:erb-leaf:l3-gateway url = https://10.0.0.49:8082/feature-config/71100362-52d5-49e1-a5ec-dc34d5fd4103 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "71100362-52d5-49e1-a5ec-dc34d5fd4103", "fq_name": ["default-global-system-config", "erb-leaf", "l3-gateway"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "use_gateway_ip", "value": "True"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:08.530 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-a16331b7-e16e-4c43-bbc1-beec142a3d4f', 'type': 'feature_config', 'uuid': '71100362-52d5-49e1-a5ec-dc34d5fd4103'} 11/07/2024 02:30:08.634 7fe46daea6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 998f5f5b-dac6-428e-afc9-e111ce9c84e2 object_type = feature_config identifier_name = default-global-system-config:ar-client-spine:assisted-replicator url = https://10.0.0.49:8082/feature-config/998f5f5b-dac6-428e-afc9-e111ce9c84e2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "998f5f5b-dac6-428e-afc9-e111ce9c84e2", "fq_name": ["default-global-system-config", "ar-client-spine", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:08.642 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-6862cd3f-3848-4e36-822c-0ccc3f514e7c', 'type': 'feature_config', 'uuid': '998f5f5b-dac6-428e-afc9-e111ce9c84e2'} 11/07/2024 02:30:08.738 7fe46ddf7d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0867534b-2dea-408b-9d48-f35498eb53fa object_type = feature_config identifier_name = default-global-system-config:ar-client-leaf:assisted-replicator url = https://10.0.0.49:8082/feature-config/0867534b-2dea-408b-9d48-f35498eb53fa operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "0867534b-2dea-408b-9d48-f35498eb53fa", "fq_name": ["default-global-system-config", "ar-client-leaf", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:08.748 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-48772b55-cfc3-42ad-b605-e6a41cf2ca3d', 'type': 'feature_config', 'uuid': '0867534b-2dea-408b-9d48-f35498eb53fa'} 11/07/2024 02:30:08.843 7fe46d9ba978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/node-profile/edd9d036-a7db-418b-9e5f-80c0fc6adf9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:08.860 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-dc4d1fb3-2f70-4cc2-932b-102adea28501', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:08.958 7fe46d8e5eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/node-profile/dda2834b-74c3-40b2-ae88-30651406dace operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "fq_name": ["default-global-system-config", "juniper-qfx5k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:08.967 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-b34e11d1-5f22-4300-a193-b1384047dc69', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:30:09.063 7fe46dd31438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/node-profile/134314c5-c9a5-480a-8822-b05c25e74d1b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["Route-Reflector", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector", "AR-Client", "AR-Replicator"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:09.071 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-d6bc52fc-a070-41c3-9cc4-bb26bc01dc33', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:30:09.081 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:09.170 7fe46de07b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/node-profile/5c345570-baa6-4cca-aadb-a909315de17a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "fq_name": ["default-global-system-config", "juniper-qfx5120"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector", "AR-Client", "ERB-UCAST-Gateway", "CRB-Gateway", "PNF-Servicechain"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "Route-Reflector", "PNF-Servicechain", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:09.179 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-c1ec17fc-3fe3-4e72-8fbd-59843f9cdf01', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:30:09.278 7fe46d965e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/node-profile/4b759c70-b6f4-41cc-9597-4b44bc8e1cbb operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "fq_name": ["default-global-system-config", "juniper-qfx5220"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:09.287 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-707fe946-bfbc-44c6-96d4-6e9f48cf5810', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:30:09.388 7fe46df110f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/node-profile/f5d47ce2-0539-4c22-a861-529351f95857 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "fq_name": ["default-global-system-config", "juniper-qfx10k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:09.396 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-2f9ede2d-0d92-4f7f-af9b-0aaff1fab3b4', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:30:09.500 7fe46dd22f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/node-profile/fe87400f-2ffc-41ed-88dc-afd60e9b609b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "fq_name": ["default-global-system-config", "juniper-mx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:09.511 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-ef87149a-8e40-453f-8db5-fcd2db53b4c5', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:30:09.602 7fe46dfa6b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/node-profile/096a2735-e7c1-4b17-a7a3-a7bb6faa62af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "fq_name": ["default-global-system-config", "juniper-srx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": false, "node_profile_roles": {"role_mappings": [{"physical_role": "pnf", "rb_roles": ["PNF-Servicechain"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:09.614 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-664eb50b-32d9-42e5-99cd-8a8cb357cb27', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:30:09.711 7fe46da712e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = abf711ba-5e89-49e5-abbb-67e23053d2e9 object_type = node_profile identifier_name = default-global-system-config:device-functional-group url = https://10.0.0.49:8082/node-profile/abf711ba-5e89-49e5-abbb-67e23053d2e9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "abf711ba-5e89-49e5-abbb-67e23053d2e9", "fq_name": ["default-global-system-config", "device-functional-group"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "ERB-UCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:09.719 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device-functional-group'], 'oper': 'UPDATE', 'request-id': 'req-65e22d48-9db1-443e-80a5-ea63681e123a', 'type': 'node_profile', 'uuid': 'abf711ba-5e89-49e5-abbb-67e23053d2e9'} 11/07/2024 02:30:10.082 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:10.921 7fe46d8e5438 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:30:10.921 7fe46d8e5438 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:30:10.971 7fe46d9ba390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b46dc25a-d8d5-4fb8-92c9-000b4a174622 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k-lean:basic url = https://10.0.0.49:8082/role-config/b46dc25a-d8d5-4fb8-92c9-000b4a174622 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "b46dc25a-d8d5-4fb8-92c9-000b4a174622", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:10.985 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-4c017508-3133-4cb4-9524-d66f981c7c58', 'type': 'role_config', 'uuid': 'b46dc25a-d8d5-4fb8-92c9-000b4a174622'} 11/07/2024 02:30:11.073 7fe46d8e5438 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:30:11.074 7fe46d8e5438 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:30:11.129 7fe46da66d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3bba2573-3fa7-4605-be62-08129fd192f3 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k:basic url = https://10.0.0.49:8082/role-config/3bba2573-3fa7-4605-be62-08129fd192f3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "3bba2573-3fa7-4605-be62-08129fd192f3", "fq_name": ["default-global-system-config", "juniper-qfx5k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:11.139 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-db01c417-d35a-4fdf-8780-d19ca47e2d17', 'type': 'role_config', 'uuid': '3bba2573-3fa7-4605-be62-08129fd192f3'} 11/07/2024 02:30:11.233 7fe46d8e5438 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:30:11.233 7fe46d8e5438 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:30:11.284 7fe46dbf0eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ca9bfca3-df36-4b18-8818-e83e82bdbcf0 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5120:basic url = https://10.0.0.49:8082/role-config/ca9bfca3-df36-4b18-8818-e83e82bdbcf0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "ca9bfca3-df36-4b18-8818-e83e82bdbcf0", "fq_name": ["default-global-system-config", "juniper-qfx5120", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:11.292 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-0d3623dc-ad05-4f2d-98f2-aee1d8a427f0', 'type': 'role_config', 'uuid': 'ca9bfca3-df36-4b18-8818-e83e82bdbcf0'} 11/07/2024 02:30:11.389 7fe46d8e5438 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:30:11.389 7fe46d8e5438 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:30:11.438 7fe46d8ca978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9075c3e4-8eaf-49c6-a27e-c08153b72693 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5220:basic url = https://10.0.0.49:8082/role-config/9075c3e4-8eaf-49c6-a27e-c08153b72693 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "9075c3e4-8eaf-49c6-a27e-c08153b72693", "fq_name": ["default-global-system-config", "juniper-qfx5220", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:11.449 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-d784c561-4329-44cb-a6c9-0cd4f8f1acfc', 'type': 'role_config', 'uuid': '9075c3e4-8eaf-49c6-a27e-c08153b72693'} 11/07/2024 02:30:11.544 7fe46d8e5438 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:30:11.545 7fe46d8e5438 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:30:11.595 7fe46d8de6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 00197742-a3bb-478e-a360-a359ebe4dbfe object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k-lean:basic url = https://10.0.0.49:8082/role-config/00197742-a3bb-478e-a360-a359ebe4dbfe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "00197742-a3bb-478e-a360-a359ebe4dbfe", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:11.607 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-2c0d19f0-6732-4443-8c08-a007b666267e', 'type': 'role_config', 'uuid': '00197742-a3bb-478e-a360-a359ebe4dbfe'} 11/07/2024 02:30:11.702 7fe46d8e5438 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:30:11.702 7fe46d8e5438 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:30:11.754 7fe46daf9240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0d823831-a334-484f-8088-9128f0681d36 object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k:basic url = https://10.0.0.49:8082/role-config/0d823831-a334-484f-8088-9128f0681d36 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "0d823831-a334-484f-8088-9128f0681d36", "fq_name": ["default-global-system-config", "juniper-qfx10k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:11.767 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-66d8a94e-8560-45bb-b664-44eacd2c7bf2', 'type': 'role_config', 'uuid': '0d823831-a334-484f-8088-9128f0681d36'} 11/07/2024 02:30:11.863 7fe46d8e5438 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:30:11.863 7fe46d8e5438 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:30:11.915 7fe46d961cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d object_type = role_config identifier_name = default-global-system-config:juniper-mx:basic url = https://10.0.0.49:8082/role-config/2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d", "fq_name": ["default-global-system-config", "juniper-mx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:11.926 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-5d7c656e-c157-4a4d-b8a6-0d6e0cbc4b27', 'type': 'role_config', 'uuid': '2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d'} 11/07/2024 02:30:12.022 7fe46d8e5438 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:30:12.022 7fe46d8e5438 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:30:12.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:12.074 7fe46d961978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6b3d4a3-1a6f-4687-a0bd-5077da20deba object_type = role_config identifier_name = default-global-system-config:juniper-srx:basic url = https://10.0.0.49:8082/role-config/c6b3d4a3-1a6f-4687-a0bd-5077da20deba operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "c6b3d4a3-1a6f-4687-a0bd-5077da20deba", "fq_name": ["default-global-system-config", "juniper-srx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:12.082 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-c88efc5a-776f-4487-9367-22f33a621dff', 'type': 'role_config', 'uuid': 'c6b3d4a3-1a6f-4687-a0bd-5077da20deba'} 11/07/2024 02:30:12.227 7fe46dd9c390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:12.233 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-22be5eb5-0d27-4b00-bdd9-b0a00136722a', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:30:12.382 7fe46da4bd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:12.391 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-17f37fe8-d825-471a-89f0-d45532d066d9', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:30:12.542 7fe46d8c7b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:12.560 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0dffc850-4fb4-4070-a18b-daf3430f40da', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:30:12.699 7fe46da78240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:12.708 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-11573188-f387-4eb2-8cf7-1dc529820201', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:30:12.850 7fe46d8c7828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:12.917 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-af781847-1be3-4ef0-8f3e-df4e47bcfc0f', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:30:13.045 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:13.072 7fe46d9ebcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:13.079 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3fa7bc0e-33d6-4e16-b0bf-0e64a3a2d7e5', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:30:13.231 7fe46da4ba20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:13.239 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-48706621-2d84-4f8d-bde9-f8c8bd6bf9fd', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:30:13.387 7fe46d8c74e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:13.395 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-bff6537f-dbb1-4a58-8f10-83b1d6e53806', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:30:13.547 7fe46d8cab70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:13.557 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c433238a-7e59-43c9-aa17-13a25f78d2ae', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:30:13.714 7fe46d8c60f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:13.721 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-53862191-ac32-471f-addd-4db47518c33b', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:30:13.883 7fe46daf9978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:13.891 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ade6c0b6-52e4-46d1-854e-0cceda8fa8b1', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:30:14.043 7fe46de074e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:14.046 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:14.051 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-80d6fea4-2275-41d9-aa2a-541da5d6b79f', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:30:14.203 7fe46d8e1198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:14.214 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e9010f76-744f-46b4-a08e-7a38d0fd28cd', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:30:14.359 7fe46d93aac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:14.366 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-953f8d45-93e7-422f-a47f-dee4e2246443', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:30:14.515 7fe46d9c64e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:14.522 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-bc30b8b1-eab7-45c9-ad64-a8d69f962d11', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:30:14.684 7fe46d93aa20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:14.693 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9abfd442-dfc7-44e6-bf35-311a36c0f202', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:30:14.848 7fe46dac4eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:14.855 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-03739c94-ade4-4ed1-8026-b9d9c52b4fb0', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:30:14.943 7fe46da4be10 [contrail-api] [DEBUG]: send sync_uve in the [none:ConfigApiWorkerTrace] map 11/07/2024 02:30:14.999 7fe46da4be10 [contrail-api] [DEBUG]: send sync_uve in the [ObjectConfigNode:NodeStatusUVE] map 11/07/2024 02:30:15.008 7fe46d8e1390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:15.017 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2b5571ef-a559-4506-891d-aa87e5a86f92', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:30:15.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:15.159 7fe46d8dd6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:15.165 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-f4546da4-cf2b-42a6-ae36-67f85892b0f9', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:30:15.310 7fe46daf9e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:15.317 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-dc21c488-3c77-4bc3-9459-3560fa972b39', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:30:15.471 7fe46da4bc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:15.479 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-fb032e78-98aa-4eb4-857a-6fae4b74d65f', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:30:15.626 7fe46dd82438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:15.635 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-ea899a75-a833-46bb-8930-84a241079350', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:30:15.786 7fe46d8caeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:15.795 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-fc4957ca-1494-4cb1-af00-f1baa0b2d001', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:30:15.947 7fe46d9a32e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:15.958 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-538c3462-9e6a-4f1d-8658-3b0d788581ca', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:30:16.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:16.107 7fe46d9c2240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:16.120 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-9dabb0eb-a049-4d49-8e0e-31dee34001af', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:30:16.267 7fe46d9a3a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:16.275 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-a8955833-58e7-4118-8ec4-2392fc1cc93d', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:30:16.420 7fe46d9a3780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:16.427 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-92b228e0-2955-4cc1-8b1f-00e3fcfda5e0', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:30:16.571 7fe46d961e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:16.578 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-6ad64976-ef69-4b3f-98fe-0ae38383b244', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:30:16.728 7fe46da8a4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:16.738 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-49fdd663-d4cb-432f-8ebe-700e0b3fac5c', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:30:16.882 7fe46dac4588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:16.889 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-0cbf7231-2108-4bc3-8485-1e3f1bd09862', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:30:17.038 7fe46da714e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:17.048 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-1538cb3e-dee2-4688-9206-f6454bbe5f1a', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:30:17.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:17.198 7fe46dabab70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:17.207 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-683e2b8e-3604-4609-924c-9d14adcd3e5f', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:30:17.354 7fe46df7cb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:17.363 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-809be1c0-1b36-4e96-b88f-d615f35be5ed', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:30:17.511 7fe46d8e1828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:17.519 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-20257f45-3164-4fd8-b20d-cfadb74c4b6a', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:30:17.670 7fe46db3d828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:17.677 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-be3ffeca-6421-4aa5-a4cf-96de687766c9', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:30:17.822 7fe46d9f1828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:17.829 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d5b16788-808b-4e53-be8c-c99ce4a38ccd', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:30:17.987 7fe46da71588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:17.994 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0b542dc8-0cba-42f0-9856-2f71ea6131dd', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:30:18.052 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:18.138 7fe46d9b30f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:18.146 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d6c4d798-a35d-4728-9007-26ab90387a83', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:30:18.303 7fe46da442e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:18.313 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2199c6f2-601c-4b30-81c5-6924929b6ef2', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:30:18.454 7fe46d9b3048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:18.461 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-19303dba-5030-44c1-a231-5073c63da682', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:30:18.610 7fe46d8ca390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:18.617 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-873d3516-b092-4e14-86ac-5c06a113c72d', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:30:18.766 7fe46da7d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:18.774 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-20b23a96-70ea-43db-a868-24fe3fe012ec', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:30:18.918 7fe46d90ce10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:18.925 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e15deea3-7636-483e-b421-2f6136dc0fd1', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:30:19.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:19.074 7fe46db1dcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:19.082 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-93b88d34-d5b9-4278-9ff8-acd7c5bafcaf', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:30:19.227 7fe46d90ce10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:19.235 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-d6b794fb-2176-4706-9bae-a01e64232c15', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:30:19.379 7fe46da7db70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:19.387 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-92bf4bb1-d95c-433f-9a45-72fe511f7c05', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:30:19.542 7fe46dac2978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:19.551 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e60a55ac-2718-4bbc-b92e-de87784cb32b', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:30:19.694 7fe46d9a3eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "overlay-role", "ref-uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "ref-fq-name": ["default-global-system-config", "crb-mcast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:19.701 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-938097c9-4c7a-4cfc-a006-73bb233b6554', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:30:19.851 7fe46d8c70f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:19.858 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-cfbd3f70-9562-4be1-9ea9-4860750e186f', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:30:20.007 7fe46d93c588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:20.014 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0a9ac183-5787-4699-ab3e-3472b307592e', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:30:20.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:20.162 7fe46da78eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:20.169 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-be83080c-1987-460c-826d-f4ccb65561ff', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:30:20.323 7fe46da84cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:20.330 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e0e0333d-f4ee-469a-aa61-58e7cafa9779', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:30:20.478 7fe46dad4a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:20.486 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9d3dabb2-1351-4308-8907-65a299a96225', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:30:20.636 7fe46da4b438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:20.643 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-45cecbd0-a0fc-4200-804c-ad2f1ea3ae8e', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:30:20.795 7fe46dad4048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "overlay-role", "ref-uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "ref-fq-name": ["default-global-system-config", "crb-mcast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:20.801 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-87faa318-f983-423d-8e34-3e9c3366db3c', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:30:20.956 7fe46dd220f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:20.967 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2d15757b-37e1-4ae4-a642-44d403958a72', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:30:21.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:21.111 7fe46da532e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:21.118 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-5b950ba8-ab22-4167-8bf1-da59b6e005e0', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:30:21.266 7fe46db1a198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:21.275 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-798b7e1f-f19d-4767-8449-a14a833fa89d', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:30:21.424 7fe46d940e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:21.431 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-526bd809-0f6c-4fc3-bcb1-e3e6524a127c', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:30:21.587 7fe46da4bcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:21.594 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-cd9c9863-f702-471e-9227-625ff739001a', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:30:21.746 7fe46daf9ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:21.755 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-0ac047f3-f7b0-496d-9952-947b5370b9ef', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:30:21.906 7fe46dd222e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:21.913 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-cd35f835-3e6a-4ede-ad26-32ae12298198', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:30:22.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:22.063 7fe46ddcb630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:22.071 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-6148ecca-6239-4ffe-b5be-2b20bbe9e0b7', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:30:22.214 7fe46da782e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "overlay-role", "ref-uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:22.225 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-5a878f93-9ac4-44e0-aba7-5f88515c4e47', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:30:22.371 7fe46daa3cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:22.379 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-c26ef3df-c0f3-4c41-9ad1-00133a5f2e87', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:30:22.526 7fe46daf7c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "physical-role", "ref-uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "ref-fq-name": ["default-global-system-config", "superspine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:22.533 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-5e87a692-0fc5-449b-aacf-d3f0f244cc8a', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:30:22.686 7fe46de168d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "overlay-role", "ref-uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "ref-fq-name": ["default-global-system-config", "lean"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:22.692 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-8c41e306-5596-4e05-ab5a-bf1127531453', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:30:22.843 7fe46d9618d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:22.852 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-72e1fd54-0eb4-42b3-8036-bba7dc3ebad6', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:30:22.998 7fe46da448d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:23.006 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-eb6c044a-f9ac-41bb-9041-2b4644a9aeb6', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:30:23.058 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:23.154 7fe46d8c7e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:23.161 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-529ab497-221a-4df6-9cc2-9dc7f449451c', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:30:23.314 7fe46ddf7390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "overlay-role", "ref-uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "ref-fq-name": ["default-global-system-config", "lean"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:23.321 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-47cb3492-e115-4d78-89bf-7e5cdb2b9ac6', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:30:23.470 7fe46d93a780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:23.477 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-c158438f-facc-4300-b48b-a8b02c40d0a4', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:30:23.626 7fe46da84a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:23.633 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-86f9c16e-7c1b-4648-a679-d09d0e451bd8', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:30:23.783 7fe46dabaf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:23.790 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a00bddc2-9ac1-40db-9c2f-1e1b49752e7e', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:30:23.939 7fe46d8c72e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:23.947 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f176319b-e869-43b4-87b3-79e3e2b478a7', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:30:24.059 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:24.092 7fe46da89240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:24.099 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c21abd39-cd30-444c-b647-ff708c5a7389', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:30:24.251 7fe46d9652e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:24.261 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c85f88b4-25f5-46c8-8c7b-125ba779665b', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:30:24.407 7fe46dc93780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:24.415 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5ab8833b-2e53-4292-bbdc-76691599fb3a', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:30:24.567 7fe46da70b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:24.574 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6b102d69-9de4-4c0b-bf2d-9b4172ab0eb9', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:30:24.718 7fe46d8c74e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:24.725 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-56b11139-6850-480d-961a-3b659f495669', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:30:24.874 7fe46dd31e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "overlay-role", "ref-uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:24.884 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-75de041c-b9bf-4ed0-8a73-f335f62a289e', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:30:25.026 7fe46df180f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:25.033 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c1ff88c3-41a9-412e-a6fb-be978ffd6497', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:30:25.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:25.182 7fe46d8c7438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:25.191 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-5a1e1671-a49d-428c-9271-f466e5d195b5', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:30:25.338 7fe46dab7b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:25.345 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ae6397e7-adca-487f-acf8-39ada8a04e5e', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:30:25.498 7fe46ddd0240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:25.505 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-379fdb87-c037-43c2-a715-2f4609d02a77', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:30:25.650 7fe46de168d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:25.656 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-6b10e6e1-a168-4ce9-97e4-d9fad04a5e43', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:30:25.810 7fe46da71390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:25.818 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ca02c43b-dffc-49aa-bc86-a4d0f3d68ddc', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:30:25.966 7fe46daf9e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:25.974 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ada1d996-1243-462b-906a-49ef6ec96f0e', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:30:26.061 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:26.124 7fe46d94deb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:26.130 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-65a9f5e7-f501-4546-b097-c6f6dc6f7144', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:30:26.278 7fe46d94d240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "overlay-role", "ref-uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "ref-fq-name": ["default-global-system-config", "dci-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:26.285 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-83f4e03f-4081-46b0-9cc5-ad19c318692e', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:30:26.435 7fe46d91d2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:26.444 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-b8aae6ff-eaf7-4676-8c8d-65acdf9cb9d5', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:30:26.596 7fe46d9ba390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:26.604 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e4fed211-00ca-4c64-bdcc-129d5e68c418', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:30:26.750 7fe46defe6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:26.757 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-cb0ce099-1f15-41b4-a3a0-2293dc85c90d', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:30:26.908 7fe46d9c2780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:26.916 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4d3a2642-b02f-4496-9fab-2c78d9d2053a', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:30:27.062 7fe46da71b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:27.063 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:27.069 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-dc3334ad-fbb2-48d9-8248-82735a75693e', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:30:27.222 7fe46d9c26d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:27.229 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a9d0032a-c224-4ef3-9af4-91d79d3678ad', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:30:27.378 7fe46d8ca198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:27.385 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2e66def7-25de-4dd0-9f92-2d8b724b3309', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:30:27.543 7fe46dbb3390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:27.549 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a715f9ee-bfb3-4f42-8182-603c6364e182', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:30:27.694 7fe46da7d6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "overlay-role", "ref-uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "ref-fq-name": ["default-global-system-config", "dci-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:27.702 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ebf65de2-93b5-4a34-a276-6a9885bac7b2', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:30:27.859 7fe46d9f1828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:27.866 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ea3cd4cc-9642-4a93-a987-838200bc2afb', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:30:28.023 7fe46d9b3588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:28.033 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-42fec8c6-ed0b-4012-af0d-99c9c16fd5c8', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:30:28.064 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:28.174 7fe46defe2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:28.181 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c0c5354d-8fe6-4129-8c29-672913061cd9', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:30:28.327 7fe46d8e1198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:28.334 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-61801988-d350-4aa1-99d6-014939148420', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:30:28.487 7fe46dac2978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:28.494 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1829ddcc-aad8-4f28-a424-8a3bf81503ee', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:30:28.639 7fe46d93c630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:28.647 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-fb291564-6c8e-4158-ae80-dbc7947f5164', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:30:28.790 7fe46dd9c198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:28.796 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-abe073eb-b378-4788-a929-9c72aa4eaf94', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:30:28.947 7fe46defe978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:28.955 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-f23e26c5-dc6e-4f1c-b81f-8a904ef1f844', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:30:29.065 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:29.102 7fe46d94d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:29.109 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4f2110a2-916c-40ea-bb83-3d8445e53b02', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:30:29.259 7fe46d8dd8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:29.265 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-fe768afb-f992-46c4-9c02-53656d9c0b3e', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:30:29.411 7fe46d94da20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:29.418 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-b923cc22-4dfe-42d4-8da5-eff337df9816', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:30:29.563 7fe46defe978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:29.571 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-b69bd872-bcd9-48f8-b6c4-4a486415c0f9', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:30:29.719 7fe46dbb3198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:29.739 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-00216170-947b-4d21-b53e-1917ef218dc6', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:30:29.870 7fe46d8e1780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "overlay-role", "ref-uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "ref-fq-name": ["default-global-system-config", "ar-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:29.877 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-14e58200-efb1-439b-b837-25d3dc7acb3a', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:30:30.027 7fe46daea048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:30.034 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-26eb098d-5c77-46f1-96b1-467fb072ffa8', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:30:30.067 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:30.183 7fe46df46e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "overlay-role", "ref-uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "ref-fq-name": ["default-global-system-config", "ar-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:30.190 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-e7604c64-2165-44d7-b318-c7d1c4ddea33', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:30:30.335 7fe46da78b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:30.342 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-85252508-4a0b-4699-9a3f-02923bd29cdc', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:30:30.491 7fe46dc036d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "overlay-role", "ref-uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "ref-fq-name": ["default-global-system-config", "ar-client"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:30.499 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3931aeb0-7620-4a63-b109-d03ab3056ea5', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:30:30.643 7fe46d8e1eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:30.650 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-d1957bfb-e0b8-456d-8114-8f65ffa39c7a', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:30:30.803 7fe46d940f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:30.811 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-8b24e65e-2aa8-4441-854a-1b61fea5e745', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:30:30.960 7fe46dd222e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "physical-role", "ref-uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "ref-fq-name": ["default-global-system-config", "superspine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:30.967 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-f3c056e9-59cc-4d3c-a001-e0d7b27ef13c', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:30:31.068 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:31.118 7fe46ddcbcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:31.126 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1e807d54-acbe-49b3-a1f0-c8dd09b549a7', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:30:31.270 7fe46da44780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "overlay-role", "ref-uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "ref-fq-name": ["default-global-system-config", "ar-client"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:31.278 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-b7eff80d-732f-4483-8e2d-738429b470e9', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:30:31.423 7fe46db75240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:31.430 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-dfe5b315-8caf-4ed1-8655-5fe73ecd231d', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:30:31.579 7fe46d943c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:31.586 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-331615af-9b6b-405d-a1f3-e58d39636790', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:30:31.736 7fe46ddaac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:31.746 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-703f3233-186b-4dc9-82d9-048f79bb2c95', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:30:31.891 7fe46d9eb048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:31.900 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-5251e1f5-f565-42e5-9457-f167989d455e', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:30:32.051 7fe46daea780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:32.060 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-fa6f3498-08d6-4749-ad12-b8dbeca60465', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:30:32.069 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:32.217 7fe46db1d0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:32.225 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-cdda70c0-ae75-4432-bb2b-867edb1c30ab', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:30:32.385 7fe46d9b8a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:32.397 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-f0faa225-192c-4898-862e-89dd405d3f35', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:30:32.552 7fe46da78048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:32.559 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-716d846b-95f4-4c2a-bfbb-c72835af6fd8', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:30:32.715 7fe46d9b8eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:32.722 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-79b59ad1-dfee-4ba0-a8f8-6751aeb82191', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:30:32.875 7fe46d8e1240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:32.885 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-05e2c55d-dfc8-4593-bd56-52d02009bfe7', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:30:33.043 7fe46da8a0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:33.052 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-cbcd3e23-65dc-4d87-a22b-c9140227c5c5', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:30:33.070 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:33.200 7fe46dab1eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:33.209 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-965abedc-f681-4c12-b141-499cbc2d779c', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:30:33.363 7fe46da4bb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:33.371 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2c9732d8-8058-40d0-be58-5f8689bc6c0e', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:30:33.520 7fe46d9c2f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:33.527 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-95c0add7-c08f-4ec6-930a-fce22b327a36', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:30:33.672 7fe46d8e1d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:33.681 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a482a06d-9dcd-41c5-a058-ffa1a1bd495a', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:30:33.827 7fe46d93b8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:33.836 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-cb1f5ec8-9ea2-4514-888b-2f9f157b8836', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:30:33.993 7fe46d94d588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:34.002 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-bc5ed41e-abbc-4528-adda-e0d40abdaa87', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:30:34.072 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:34.157 7fe46d9ebcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:34.165 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-28d1577f-0fb5-482c-ad07-264e4ae60734', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:30:34.319 7fe46d94d978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:34.328 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-c9e91357-6634-4091-9d47-7fcd33103309', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:30:34.475 7fe46d9a3a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:34.483 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-bf5230cb-6e32-4158-9647-04825870fc23', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:30:34.637 7fe46d90ce10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:34.646 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-47a54f95-4c8d-4444-873c-a15d6c7dbb39', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:30:34.795 7fe46d94be10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:34.803 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f8366bd9-631b-4a63-a958-8a5cea13a7af', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:30:34.950 7fe46d93bf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:34.961 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-466d6af9-dff1-4162-a877-4fe168218401', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:30:35.073 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:35.111 7fe46d9a3b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:35.120 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e3b877c1-a6de-40eb-a084-519bc2e5ec3e', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:30:35.268 7fe46d9a3e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:35.275 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8daa39f1-1333-43c4-b31d-1a890244865c', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:30:35.419 7fe46da44e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:35.427 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-3c2828c1-541d-4cd2-be8c-6c39be3c9ef7', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:30:35.586 7fe46da00e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:35.595 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3a4d12ea-e1d5-4155-bd4e-2f7d4452218a', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:30:35.746 7fe46d9a3630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:35.753 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-6fcc48fc-171f-4f31-b079-3f912e75733f', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:30:35.903 7fe46da4b390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:35.912 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-519154db-15b2-4303-8ac9-991f9a8cdd0e', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:30:36.058 7fe46d913390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:36.066 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-fb443ca1-eee9-41d3-a560-bf096f24612e', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:30:36.074 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:36.220 7fe46ddaa630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:36.228 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-fc1b16a9-4a4d-48aa-8cb9-653c7bedcca6', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:30:36.371 7fe46da004e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:36.377 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-b99309e8-ffe3-4fa5-8fdf-1c9e1e904dbd', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:30:36.527 7fe46d93bac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:36.535 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-c3df914b-ba04-44b9-b061-6da8aba4138b', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:30:36.683 7fe46df222e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:36.690 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7485ec24-525e-4341-a69d-d8c5a5ef2ce1', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:30:36.834 7fe46ddaa780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:36.841 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1b7c2249-5469-4041-90cb-b6d6897155e6', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:30:36.991 7fe46d8c7390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:36.998 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-b11ae701-017b-4eea-a00d-b2d4e5ff391b', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:30:37.075 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:37.156 7fe46dae4b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:37.165 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ec10f713-7acb-4d7c-a38b-5d8289df137f', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:30:37.311 7fe46dbb3d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:37.318 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e4426eb7-f2b6-4b8f-91a2-b424f65e787e', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:30:37.466 7fe46da4b2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:37.474 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c46ff05d-63db-4156-bea6-b3523ee3fcb9', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:30:37.627 7fe46d94b828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:37.634 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-999c8954-8897-49d7-8388-d81090329c3e', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:30:37.792 7fe46d943cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:37.799 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-4ee5145d-01c1-4037-b004-eb3571526366', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:30:37.948 7fe46da006d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:37.956 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-2e60ce99-657a-4955-b612-314fe34618de', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:30:38.078 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:38.120 7fe46d943a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:38.129 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-34259da7-e609-46e5-b598-ef612428d816', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:30:38.279 7fe46d8ddac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:38.292 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-6a51fa54-82b6-4966-907e-6f066fddd6e0', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:30:38.433 7fe46d95af60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:38.443 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-9554776a-0d91-488c-8443-003102a27be7', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:30:38.591 7fe46d970d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:38.598 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-2c35b608-2c7b-4e95-ac25-c0b8c5e48f02', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:30:38.750 7fe46d9652e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:38.759 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-3dcd24e3-0076-4095-9f34-db727d84c97d', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:30:38.903 7fe46dd22978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:38.910 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-d97918c9-64b4-4478-a602-7a13ec86c5b0', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:30:39.062 7fe46dbd1ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:39.070 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-9540161b-83c3-4535-a877-cdce11f2559e', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:30:39.079 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:39.222 7fe46d95af60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "overlay-role", "ref-uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "ref-fq-name": ["default-global-system-config", "collapsed-spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:39.229 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-b1631677-7038-47b0-9862-2c374353a660', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:30:39.384 7fe46da14630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:39.391 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-503b1736-55f0-4fd4-a0fe-83904be9bbe3', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:30:39.538 7fe46da00588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:39.545 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-eecada5d-19f9-4075-a86e-c8c6a1929d7a', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:30:39.702 7fe46d949e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:39.710 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-bc3b0261-229f-4736-8c2f-9c33f8b1da51', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:30:39.863 7fe46da0ee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:39.871 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9134c63c-ad5a-4918-a942-22821abf251c', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:30:40.023 7fe46d94d198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "physical-role", "ref-uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "ref-fq-name": ["default-global-system-config", "pnf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:40.031 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-65591f00-931d-4ac9-87bd-a6169e9084df', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:30:40.079 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:40.179 7fe46d8a7048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:40.187 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-1ee8bfa6-d857-4f5c-a843-c40c1fc231c4', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:30:40.334 7fe46da21198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:40.345 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-efa1705b-e5f7-4a1e-833d-37099433034c', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:30:40.499 7fe46dd9c390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:40.506 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-a0e19723-1925-4623-b143-3a6b4ff9788b', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:30:40.718 7fe46d943828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:40.726 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-d42cc68c-d27b-4b8c-8ac4-57c808a47b53', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:30:40.882 7fe46d9f1390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:40.889 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-da7840a5-4ef4-4835-be1a-0c69f5f71c13', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:30:41.039 7fe46d9f1eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "ref-fq-name": ["juniper-qfx5100-48sh-afi"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:41.046 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-d71421c0-f25d-4270-a1ef-cc113e13f217', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:41.195 7fe46d943630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "ref-fq-name": ["juniper-qfx5100-48sh-afo"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:41.202 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-c00d3773-2d94-40b3-adbd-321adbe085d7', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:41.351 7fe46de95048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "ref-fq-name": ["juniper-qfx5100-48th-afi"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:41.360 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-b9495c88-6f31-4a80-9c58-d8fc02fd6878', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:41.503 7fe46da3a390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "ref-fq-name": ["juniper-qfx5100-48th-afo"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:41.510 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-59a0e057-de8d-4573-9195-4ad296e208f5', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:41.664 7fe46dd126d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "09842293-1bb4-4536-9393-f26caa94be87", "ref-fq-name": ["juniper-qfx5100-48s-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:41.672 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-04bfb7dd-c3b9-4d4e-81de-c4652e538c0d', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:41.814 7fe46da21240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "659daa17-ae39-4641-b245-45c06a69b927", "ref-fq-name": ["juniper-qfx5100-96s-8q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:41.823 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-9f1c6e16-e272-48a4-af10-2e1037ec41e3', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:41.971 7fe46d9658d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "ref-fq-name": ["juniper-qfx5100-48t"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:41.979 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-43be13e8-9ffd-4e13-b47f-5affc19a9a76', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:42.044 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:42.131 7fe46ef0d0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "ref-fq-name": ["juniper-qfx5100-48t-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:42.139 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-662663bd-339f-4c21-8f84-250dec4552aa', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:42.282 7fe46d94b828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "ref-fq-name": ["juniper-qfx5100-24q-2p"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:42.289 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-774aa852-282c-46e6-ba3b-b3116c875a56', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:42.450 7fe46db1d4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "ref-fq-name": ["juniper-qfx5100-24q-aa"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:42.457 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-a1a48aa8-78e9-4421-ba53-73a52117c657', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:42.603 7fe46d9eb6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "ref-fq-name": ["juniper-qfx5100e-48s-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:42.610 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-5f6f7dd9-2ae9-4a81-b2b5-fc9ef1a2fa5e', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:42.754 7fe46da3a198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "ref-fq-name": ["juniper-qfx5100e-96s-8q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:42.762 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-5e75d599-9818-404f-86f1-9a589d51f01e', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:42.916 7fe46dec74e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "ref-fq-name": ["juniper-qfx5100e-48t-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:42.925 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-3f3dbe7b-df31-4b35-8f0c-b658d5b8d513', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:43.046 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:43.072 7fe46d94ba20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "ref-fq-name": ["juniper-qfx5100e-24q-2p"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:43.079 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-8fe80a11-87d6-4322-823e-712d615fc8be', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:43.231 7fe46da97048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "hardware", "ref-uuid": "403bdb63-2170-4014-9403-f80fba2de755", "ref-fq-name": ["juniper-qfx5110-48s-4c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:43.239 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-bfd3d301-8c30-48c3-b034-8d1d06c16cf8', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:30:43.383 7fe46df140f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "hardware", "ref-uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "ref-fq-name": ["juniper-qfx5110-32q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:43.393 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-3678ce11-e2d6-4c47-ab36-3faa1b203454', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:30:43.538 7fe46d9430f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "ref-fq-name": ["juniper-qfx5120-48y-8c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:43.547 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-03753402-efed-471c-a153-02a05738fe57', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:30:43.694 7fe46de6c438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "ref-fq-name": ["juniper-qfx5120-32c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:43.703 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-f579c922-2d4c-4b00-b6a6-d2311e7d1faa', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:30:43.851 7fe46dd9c0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "ref-fq-name": ["juniper-qfx5120-48t-6c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:43.860 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-a4331883-2948-4f63-a79d-041d663da862', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:30:44.007 7fe46deedd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "ref-fq-name": ["juniper-qfx5200-32c-32q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:44.017 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-08ec1595-bb02-4372-8849-e4c29bebbef8', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:44.047 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:44.163 7fe46d8c7c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "ref-fq-name": ["juniper-qfx5200-48y"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:44.170 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-b092fd8c-6f7a-48f0-9aed-e0dd6fe00788', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:44.323 7fe46d943588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "ref-fq-name": ["juniper-qfx5210-64c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:44.333 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-6b40e57a-956e-4849-a889-4881397ac28e', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:44.474 7fe46deceeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "hardware", "ref-uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "ref-fq-name": ["juniper-qfx5220-32cd"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:44.481 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-2fcda7e5-1d15-46ad-8bb3-4bac0888baad', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:30:44.635 7fe46d9430f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "hardware", "ref-uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "ref-fq-name": ["juniper-qfx5220-128c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:44.644 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-ac755510-c418-4f2e-ad79-13fe4b7f6558', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:30:44.786 7fe46de88f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "ref-fq-name": ["juniper-qfx10002-72q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:44.794 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-0ee4628c-fffe-48ca-9153-cb5fcbe1845e', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:30:44.948 7fe46de7d978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "ref-fq-name": ["juniper-qfx10002-36q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:44.957 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-c0c1edb9-94c9-4b1f-8f93-f02e8e6fc50b', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:30:45.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:45.104 7fe46d965828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "ref-fq-name": ["juniper-qfx10002-60c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:45.112 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-954f75ce-4691-40c0-929e-03e2a24adc18', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:30:45.255 7fe46dfd8a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "ref-fq-name": ["juniper-qfx10016"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:45.263 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-e42126e4-f617-4097-8dc8-52df7e201fa0', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:30:45.410 7fe46de342e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "ref-fq-name": ["juniper-qfx10008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:45.417 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-d123e76e-ddfd-4d96-b310-63de941a0586', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:30:45.566 7fe46de436d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "ref-fq-name": ["juniper-vqfx-10000"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:45.574 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-b210c716-55fa-4614-9fb5-4a656510407c', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:30:45.722 7fe46d943390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0423f25b-c754-4b32-b220-de18f831b363", "ref-fq-name": ["juniper-mx80"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:45.730 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-756add72-1fce-4fb1-8071-631a11e8c087', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:30:45.874 7fe46dea2d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "ref-fq-name": ["juniper-mx80-48t"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:45.881 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-ec9a7a98-db08-4939-9559-1c89c1472ef6', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:30:46.031 7fe46ddcb8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "ref-fq-name": ["juniper-mx204"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:46.038 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-4ea6e257-6195-4109-887c-0690366bc73a', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:30:46.050 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:46.191 7fe46deb9eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "ref-fq-name": ["juniper-mx240"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:46.198 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-2b9cfd62-d43e-45a2-bdea-99daa3128cd3', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:30:46.349 7fe46dc93ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "ref-fq-name": ["juniper-mx480"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:46.357 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-5093228e-c24d-400e-8e0d-ea6dc3646e34', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:30:46.511 7fe46dfecf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "ref-fq-name": ["juniper-mx960"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:46.519 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-c103062d-1ee0-4977-afed-5586d069c4e7', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:30:46.667 7fe46e02a8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "ref-fq-name": ["juniper-mx2008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:46.673 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-66f88e66-bf90-4bdc-a991-bd081b1c0700', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:30:46.823 7fe46dbb1ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "ref-fq-name": ["juniper-mx2010"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:46.831 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-6c87ef9a-e09e-431d-b1a8-20b38bf09cd6', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:30:46.978 7fe46deb90f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "ref-fq-name": ["juniper-mx2020"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:46.988 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-42cd0c53-5f01-4892-924f-d2ce1862b955', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:30:47.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:47.135 7fe46dbb1cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "ref-fq-name": ["juniper-mx10003"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:47.143 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-f85baa64-32b5-4b3a-8e76-ee9d8664febe', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:30:47.291 7fe46db9d240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "ref-fq-name": ["juniper-jnp10008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:47.299 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-b5c0924a-b5ab-40ea-b7d6-dec51fc8b285', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:30:47.457 7fe46deb22e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "ref-fq-name": ["juniper-jnp10016"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:47.465 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-5c9d3a26-acfd-4502-9060-ce88441a39d4', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:30:47.616 7fe46df22630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "ref-fq-name": ["juniper-vmx"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:47.624 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-c974136c-90f0-4b4d-b858-1a3acf2cb283', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:30:47.771 7fe46de34390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "ref-fq-name": ["juniper-srx5400"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:47.779 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-44dc4e5a-a640-490c-a0a6-d96efacf0c41', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:30:47.927 7fe46df22390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "ref-fq-name": ["juniper-srx5600"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:47.935 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-0281fe66-c49a-4e1d-b02f-e8ce1c25040e', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:30:48.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:48.088 7fe46de580f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "ref-fq-name": ["juniper-srx4600"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:48.096 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-a5968613-ddfb-4f7e-a222-fb09ad41c2ee', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:30:48.239 7fe46deb9eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "ref-fq-name": ["juniper-srx4100"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:48.252 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-fe2c50f1-b228-44af-85d2-3fa52cfde3a3', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:30:48.392 7fe46da36240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "ref-fq-name": ["juniper-srx1500"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:48.399 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-ec1754af-6ba0-4c44-90e9-2e3e950ec25a', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:30:48.548 7fe46e02a780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "ref-fq-name": ["juniper-srx240h-poe"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:48.557 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-ceaad581-53d0-4732-b2a2-0e4a789379bc', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:30:48.703 7fe46dfdd2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "ref-fq-name": ["juniper-vsrx"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:48.709 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-cb84ae87-e952-4cd1-a526-b3649ccac6af', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:30:48.854 7fe46d8e52e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "ref-fq-name": ["juniper-srx5800"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:48.862 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-c083afef-7211-4176-bbd3-68d7593a9c65', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:30:49.014 7fe46d925588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "ref-fq-name": ["juniper-srx4200"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:49.021 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-df35b4b4-37d9-4f34-9190-1057e44adb59', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:30:49.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:49.167 7fe46de95390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:49.173 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-50299c3f-7b9f-4e1b-823e-d0f4e8241608', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:30:49.319 7fe46de348d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:49.325 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-e924cfa7-584f-4860-a5cc-a787c7bdaaf6', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:30:49.475 7fe46de95b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:49.482 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-98ce6581-38a7-4e5c-a9c0-a8471a175cc1', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:30:49.631 7fe46de95d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:49.639 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-13d55d76-7ac0-4fbd-a5b0-f0ad36c63059', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:30:49.784 7fe46de34630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:49.793 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-a2972d68-f5b8-467e-b79d-cc07ffcbabe0', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:30:49.936 7fe46e926d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:49.945 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-389e8c69-5d0f-458b-8903-5d2531485aef', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:30:50.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:50.095 7fe46dfd8438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:50.110 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-50ca23db-1ea0-43d6-a466-2dacd9ba2a05', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:30:50.250 7fe46d93e978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:50.258 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-a42bfbc5-40a8-4596-a16d-7cf34de438ca', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:30:50.407 7fe46d9258d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:50.414 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-eaf23c4f-e720-42aa-88db-6bdce172bda4', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:30:50.563 7fe46dfd8b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:50.573 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-49ad7687-78aa-40e3-bd96-2a9384a588bd', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:30:50.715 7fe46da3a780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:50.722 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-9b3bc5d9-d95a-4ac8-b975-5bb48689ea66', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:30:50.875 7fe46d9f16d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 882a33c9-d198-4db3-ae3c-a0b9d312ce0f object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-1 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "882a33c9-d198-4db3-ae3c-a0b9d312ce0f", "ref-type": "sflow-profile", "ref-uuid": "81b31418-5de7-49a0-825d-dc3ebbc05ef7", "ref-fq-name": ["default-domain", "default-project", "sflow-all-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:50.884 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-1'], 'oper': 'UPDATE', 'request-id': 'req-10210237-fb08-4016-a35d-8eba21e47d1f', 'type': 'telemetry_profile', 'uuid': '882a33c9-d198-4db3-ae3c-a0b9d312ce0f'} 11/07/2024 02:30:51.028 7fe46da3a198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e7d329dc-4e3c-4672-94ba-f5904c9b60dc object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-2 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "e7d329dc-4e3c-4672-94ba-f5904c9b60dc", "ref-type": "sflow-profile", "ref-uuid": "87251866-fa54-49c3-8fab-e1bd19228b49", "ref-fq-name": ["default-domain", "default-project", "sflow-fabric-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:51.041 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-2'], 'oper': 'UPDATE', 'request-id': 'req-c41a9dd0-2b04-4cc2-94d4-98793d705194', 'type': 'telemetry_profile', 'uuid': 'e7d329dc-4e3c-4672-94ba-f5904c9b60dc'} 11/07/2024 02:30:51.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:51.182 7fe46da3af60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 94d92b3a-86de-475f-a0cd-ceeecf0313d2 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-3 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "94d92b3a-86de-475f-a0cd-ceeecf0313d2", "ref-type": "sflow-profile", "ref-uuid": "708a015d-79d2-49bf-a3ad-d72ab771802f", "ref-fq-name": ["default-domain", "default-project", "sflow-access-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:51.191 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-3'], 'oper': 'UPDATE', 'request-id': 'req-b836560f-de5c-4232-84e5-7e5551690cd6', 'type': 'telemetry_profile', 'uuid': '94d92b3a-86de-475f-a0cd-ceeecf0313d2'} 11/07/2024 02:30:51.334 7fe46d9f14e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6054127a-bd7f-4371-b222-fa30e83f7120 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-4 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "6054127a-bd7f-4371-b222-fa30e83f7120", "ref-type": "grpc-profile", "ref-uuid": "2ac02ef5-1294-48a7-8e45-b906b9183f1c", "ref-fq-name": ["default-domain", "default-project", "grpc-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:51.342 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-4'], 'oper': 'UPDATE', 'request-id': 'req-9e7ff27e-a32a-42dd-a333-6c5e114ad838', 'type': 'telemetry_profile', 'uuid': '6054127a-bd7f-4371-b222-fa30e83f7120'} 11/07/2024 02:30:51.491 7fe46dd3ef60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7a385651-45f1-4f1f-9a2c-911abbe94fb5 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-5 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "7a385651-45f1-4f1f-9a2c-911abbe94fb5", "ref-type": "snmp-profile", "ref-uuid": "5391c70a-7089-4832-b774-f0387b8a6049", "ref-fq-name": ["default-domain", "default-project", "snmp-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:51.499 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-5'], 'oper': 'UPDATE', 'request-id': 'req-11745094-9f18-4120-ad92-b210ba881af4', 'type': 'telemetry_profile', 'uuid': '7a385651-45f1-4f1f-9a2c-911abbe94fb5'} 11/07/2024 02:30:51.650 7fe46dfd8780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c2fd53f7-ec96-4263-b0c7-414ed1607727 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-6 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "c2fd53f7-ec96-4263-b0c7-414ed1607727", "ref-type": "netconf-profile", "ref-uuid": "07bd5e10-fd85-4684-a77a-f33dfe16b40b", "ref-fq-name": ["default-domain", "default-project", "netconf-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:51.658 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-6'], 'oper': 'UPDATE', 'request-id': 'req-711b8c2e-bbe3-4e3d-b579-a0902629a709', 'type': 'telemetry_profile', 'uuid': 'c2fd53f7-ec96-4263-b0c7-414ed1607727'} 11/07/2024 02:30:51.815 7fe46db1dc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c9fc589d-301b-413c-a508-4371891d1c8b object_type = device_functional_group identifier_name = default-domain:default-project:L2-Server-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "c9fc589d-301b-413c-a508-4371891d1c8b", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:51.822 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L2-Server-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-67eb4a75-c31b-4900-9f81-f3dc72f4a1bd', 'type': 'device_functional_group', 'uuid': 'c9fc589d-301b-413c-a508-4371891d1c8b'} 11/07/2024 02:30:51.966 7fe46dfec198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0aa198b9-17b7-4c2d-8929-3a636f32faf0 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Storage-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "0aa198b9-17b7-4c2d-8929-3a636f32faf0", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:51.975 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Storage-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-1e44d15a-bb8e-4c26-b517-9e5f0f9d5bba', 'type': 'device_functional_group', 'uuid': '0aa198b9-17b7-4c2d-8929-3a636f32faf0'} 11/07/2024 02:30:52.058 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:52.118 7fe46dfd8780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 015b6dbf-ffa1-4c4e-a50f-5df18225850e object_type = device_functional_group identifier_name = default-domain:default-project:L3-Gateway-Spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "015b6dbf-ffa1-4c4e-a50f-5df18225850e", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:52.128 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Gateway-Spine'], 'oper': 'UPDATE', 'request-id': 'req-3de63503-2ec0-4f12-ab1e-e4bbdaaf249f', 'type': 'device_functional_group', 'uuid': '015b6dbf-ffa1-4c4e-a50f-5df18225850e'} 11/07/2024 02:30:52.277 7fe46dec7048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5ff1a60d-ecde-4523-991c-15dd380ad437 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Server-Leaf-with-Optimized-Multicast url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "5ff1a60d-ecde-4523-991c-15dd380ad437", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:52.284 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Server-Leaf-with-Optimized-Multicast'], 'oper': 'UPDATE', 'request-id': 'req-16df3fe5-d5d3-4119-90dc-b9a2a1ac556d', 'type': 'device_functional_group', 'uuid': '5ff1a60d-ecde-4523-991c-15dd380ad437'} 11/07/2024 02:30:52.431 7fe46de95198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8233e863-0b9b-4188-aece-da07380f9de3 object_type = device_functional_group identifier_name = default-domain:default-project:Centrally-Routed-Border-Spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "8233e863-0b9b-4188-aece-da07380f9de3", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:52.438 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Centrally-Routed-Border-Spine'], 'oper': 'UPDATE', 'request-id': 'req-59e0cbe2-f0d7-4742-89d5-a4ec0b8bb5a8', 'type': 'device_functional_group', 'uuid': '8233e863-0b9b-4188-aece-da07380f9de3'} 11/07/2024 02:30:52.583 7fe46daab8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f1b67a57-1172-4a59-9df3-16d3f27e6ea9 object_type = device_functional_group identifier_name = default-domain:default-project:Centrally-Routed-Border-Spine-With-Optimized-Multicast url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "f1b67a57-1172-4a59-9df3-16d3f27e6ea9", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:52.591 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Centrally-Routed-Border-Spine-With-Optimized-Multicast'], 'oper': 'UPDATE', 'request-id': 'req-a4772bed-4ff5-4131-b77d-85cf48acf4c8', 'type': 'device_functional_group', 'uuid': 'f1b67a57-1172-4a59-9df3-16d3f27e6ea9'} 11/07/2024 02:30:52.738 7fe46deb9240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 20e38b8e-031d-4eb2-88d9-21d2e652ee3f object_type = device_functional_group identifier_name = default-domain:default-project:Border-Spine-in-Edge-Routed url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "20e38b8e-031d-4eb2-88d9-21d2e652ee3f", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:52.746 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Border-Spine-in-Edge-Routed'], 'oper': 'UPDATE', 'request-id': 'req-5c6c1685-a8cc-4140-8438-cce397660560', 'type': 'device_functional_group', 'uuid': '20e38b8e-031d-4eb2-88d9-21d2e652ee3f'} 11/07/2024 02:30:52.895 7fe46d9f1b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9874aaba-d235-47b5-8ed2-b72efbbdd40e object_type = device_functional_group identifier_name = default-domain:default-project:Border-Leaf-in-Edge-Routed url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "9874aaba-d235-47b5-8ed2-b72efbbdd40e", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:52.904 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Border-Leaf-in-Edge-Routed'], 'oper': 'UPDATE', 'request-id': 'req-38e3e096-6de0-4731-91e3-ba1f20ce444a', 'type': 'device_functional_group', 'uuid': '9874aaba-d235-47b5-8ed2-b72efbbdd40e'} 11/07/2024 02:30:53.051 7fe46d9eb2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31a7b75-897f-4f24-9e39-e3711c27e0e8 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Server-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "e31a7b75-897f-4f24-9e39-e3711c27e0e8", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:53.058 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Server-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-84c250fd-b8e0-4fc6-a742-e910a6dac624', 'type': 'device_functional_group', 'uuid': 'e31a7b75-897f-4f24-9e39-e3711c27e0e8'} 11/07/2024 02:30:53.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:53.208 7fe46de958d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c03d6915-68c7-48fb-bacb-354eaf682ee1 object_type = device_functional_group identifier_name = default-domain:default-project:Lean-Spine-with-Route-Reflector url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "c03d6915-68c7-48fb-bacb-354eaf682ee1", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:53.215 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Lean-Spine-with-Route-Reflector'], 'oper': 'UPDATE', 'request-id': 'req-98ddbe04-777a-4a86-b439-c5bbdcff0191', 'type': 'device_functional_group', 'uuid': 'c03d6915-68c7-48fb-bacb-354eaf682ee1'} 11/07/2024 02:30:53.362 7fe46e02aeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6e0b5675-48c4-4601-8109-29a4fe719109 object_type = network_ipam identifier_name = default-domain:default-project:_internal_ipam_ipv6_link_local url = https://10.0.0.49:8082/network-ipam/6e0b5675-48c4-4601-8109-29a4fe719109 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"network-ipam": {"uuid": "6e0b5675-48c4-4601-8109-29a4fe719109", "fq_name": ["default-domain", "default-project", "_internal_ipam_ipv6_link_local"], "parent_type": "project", "ipam_subnet_method": "user-defined-subnet"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:53.372 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', '_internal_ipam_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-a2cf05de-611d-4e43-8375-febe6b4df0ca', 'type': 'network_ipam', 'uuid': '6e0b5675-48c4-4601-8109-29a4fe719109'} 11/07/2024 02:30:53.519 7fe46de95c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 148948cb-661d-4b2a-985d-a3daef86734f object_type = virtual_network identifier_name = default-domain:default-project:_internal_vn_ipv6_link_local url = https://10.0.0.49:8082/virtual-network/148948cb-661d-4b2a-985d-a3daef86734f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"virtual-network": {"uuid": "148948cb-661d-4b2a-985d-a3daef86734f", "fq_name": ["default-domain", "default-project", "_internal_vn_ipv6_link_local"], "parent_type": "project", "address_allocation_mode": "user-defined-subnet-only", "network_ipam_refs": [{"to": ["default-domain", "default-project", "_internal_ipam_ipv6_link_local"], "attr": {"ipam_subnets": [{"subnet": {"ip_prefix": "fe80::", "ip_prefix_len": 64}, "default_gateway": "fe80::1", "dns_server_address": null, "subnet_uuid": "4f6de13c-9cb0-11ef-931e-76fafadcd1c7", "enable_dhcp": true, "dns_nameservers": [], "allocation_pools": [], "addr_from_start": true, "dhcp_option_list": null, "host_routes": null, "subnet_name": null, "alloc_unit": 1, "created": null, "last_modified": null, "subscriber_tag": null, "vlan_tag": null, "dhcp_relay_server": []}], "host_routes": null}, "uuid": "6e0b5675-48c4-4601-8109-29a4fe719109"}]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:30:53.535 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'extra_dict': {'deallocated_vxlan_network_identifier': None}, 'fq_name': ['default-domain', 'default-project', '_internal_vn_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-fa24f2da-e935-4dff-a768-510def090ed5', 'type': 'virtual_network', 'uuid': '148948cb-661d-4b2a-985d-a3daef86734f'} 11/07/2024 02:30:53.541 7fe46de950f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f987b1ce-85a0-4266-93aa-c0976e807b4e object_type = routing_instance identifier_name = default-domain:default-project:_internal_vn_ipv6_link_local:_internal_vn_ipv6_link_local url = http://127.0.0.1/routing-instances operation = http_put domain = default-domain >> 11/07/2024 02:30:53.558 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', '_internal_vn_ipv6_link_local', '_internal_vn_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-fa24f2da-e935-4dff-a768-510def090ed5', 'type': 'routing_instance', 'uuid': 'f987b1ce-85a0-4266-93aa-c0976e807b4e'} 11/07/2024 02:30:54.061 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:55.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:56.064 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:57.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:58.067 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:30:59.068 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:00.071 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:01.072 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:01.394 7fe46d8e5438 [contrail-api] [DEBUG]: send sync_uve in the [none:ConfigApiWorkerTrace] map 11/07/2024 02:31:01.447 7fe46d8e5438 [contrail-api] [DEBUG]: send sync_uve in the [ObjectConfigNode:NodeStatusUVE] map 11/07/2024 02:31:02.073 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:03.075 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:04.076 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:05.078 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:06.080 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:06.896 7fe46df27240 [contrail-api] [DEBUG]: send sync_uve in the [none:ConfigApiWorkerTrace] map 11/07/2024 02:31:06.947 7fe46df27240 [contrail-api] [DEBUG]: send sync_uve in the [ObjectConfigNode:NodeStatusUVE] map 11/07/2024 02:31:07.081 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:08.083 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:09.084 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:10.085 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:12.046 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:13.047 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:14.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:15.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:16.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:17.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:18.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:19.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:20.059 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:21.061 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:22.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:23.064 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:24.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:25.067 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:26.069 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:27.071 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:28.072 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:29.073 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:30.075 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:31.076 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:32.078 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:33.079 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:34.081 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:35.082 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:36.084 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:37.085 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:38.087 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:38.170 7fe46deed198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 17ed9a02-475a-4f2c-8279-e8594e0cd48f object_type = job_template identifier_name = default-global-system-config:image_upgrade_template url = https://10.0.0.49:8082/job-template/17ed9a02-475a-4f2c-8279-e8594e0cd48f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "17ed9a02-475a-4f2c-8279-e8594e0cd48f", "fq_name": ["default-global-system-config", "image_upgrade_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/image_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Image upgrade input\", \"type\": \"object\", \"properties\": {\"image_uuid\": {\"type\": \"string\"}}, \"required\": [\"image_uuid\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:38.181 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'image_upgrade_template'], 'oper': 'UPDATE', 'request-id': 'req-4504c56e-3922-4a3f-b966-6c1881575113', 'type': 'job_template', 'uuid': '17ed9a02-475a-4f2c-8279-e8594e0cd48f'} 11/07/2024 02:31:38.282 7fe46daf6978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c5aacf75-83cc-4403-9f0e-a102f04c1ad3 object_type = job_template identifier_name = default-global-system-config:container_cleanup_template url = https://10.0.0.49:8082/job-template/c5aacf75-83cc-4403-9f0e-a102f04c1ad3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c5aacf75-83cc-4403-9f0e-a102f04c1ad3", "fq_name": ["default-global-system-config", "container_cleanup_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/container_cleanup.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Container cleanup input\", \"type\": \"object\", \"required\": [\"fabric_fq_name\", \"container_name\"], \"properties\": {\"container_name\": {\"type\": \"string\"}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Container cleanup output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Container Cleanup"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:38.294 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'container_cleanup_template'], 'oper': 'UPDATE', 'request-id': 'req-44791ae6-0564-425b-b81b-847e49eedeed', 'type': 'job_template', 'uuid': 'c5aacf75-83cc-4403-9f0e-a102f04c1ad3'} 11/07/2024 02:31:38.395 7fe46dfa2048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 66e48199-4b13-4cf3-845b-b90b3cc18530 object_type = job_template identifier_name = default-global-system-config:cli_sync_template url = https://10.0.0.49:8082/job-template/66e48199-4b13-4cf3-845b-b90b3cc18530 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "66e48199-4b13-4cf3-845b-b90b3cc18530", "fq_name": ["default-global-system-config", "cli_sync_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/cli_sync.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"CLI sync input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"devices_cli\": {\"type\": \"array\", \"items\": {\"title\": \"Devices CLI Items\", \"type\": \"object\", \"description\": \"Dictionaries of device details\", \"additionalProperties\": false, \"required\": [\"device_uuid\", \"cli_objects\"], \"properties\": {\"device_uuid\": {\"type\": \"string\", \"title\": \"UUIDs of the device\"}, \"cli_objects\": {\"type\": \"array\", \"title\": \"cli objects for that device\", \"items\": {\"type\": \"object\", \"required\": [\"time\", \"status\"], \"properties\": {\"time\": {\"type\": \"string\", \"title\": \"Timestamp of the cli change\"}, \"status\": {\"type\": \"string\", \"title\": \"Accept or Reject the commit\"}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Sync cli config with Contrail"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:38.406 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'cli_sync_template'], 'oper': 'UPDATE', 'request-id': 'req-9bb568ef-beb1-43a7-892d-9f4cef10721f', 'type': 'job_template', 'uuid': '66e48199-4b13-4cf3-845b-b90b3cc18530'} 11/07/2024 02:31:38.504 7fe46daf6f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1bccc463-23c9-412e-9dcb-468e27fde6e7 object_type = job_template identifier_name = default-global-system-config:hitless_upgrade_strategy_template url = https://10.0.0.49:8082/job-template/1bccc463-23c9-412e-9dcb-468e27fde6e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1bccc463-23c9-412e-9dcb-468e27fde6e7", "fq_name": ["default-global-system-config", "hitless_upgrade_strategy_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade_strategy.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 90, "sequence_no": 1}]}, "job_template_input_schema": "{\"title\": \"Image upgrade strategy input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"upgrade_mode\": {\"enum\": [\"test_run\", \"dry_run\", \"upgrade\"], \"description\": \"Mode in which to run workflow\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}, \"image_devices\": {\"type\": \"array\", \"items\": {\"title\": \"Image Devices\", \"type\": \"object\", \"description\": \"List of images and corresponding devices to upgrade\", \"additionalProperties\": false, \"properties\": {\"image_uuid\": {\"type\": \"string\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded with this image\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}}, \"required\": [\"image_uuid\", \"device_list\"]}}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable local interface down check\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable peer interface down check\", \"default\": true}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Hitless Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:38.561 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hitless_upgrade_strategy_template'], 'oper': 'UPDATE', 'request-id': 'req-1cb10189-1399-49f3-850e-cc8ba2d7af40', 'type': 'job_template', 'uuid': '1bccc463-23c9-412e-9dcb-468e27fde6e7'} 11/07/2024 02:31:38.659 7fe46df27828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 791a710b-46ed-4ecb-ac2b-c51f60837bcd object_type = job_template identifier_name = default-global-system-config:maintenance_mode_activate_template url = https://10.0.0.49:8082/job-template/791a710b-46ed-4ecb-ac2b-c51f60837bcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "791a710b-46ed-4ecb-ac2b-c51f60837bcd", "fq_name": ["default-global-system-config", "maintenance_mode_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Activate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to enter maintenance mode\"}, \"mode\": {\"enum\": [\"test_run\", \"activate\"], \"description\": \"Mode in which to run workflow\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"validate_critical_roles\": {\"type\": \"boolean\", \"description\": \"Enable/disable critical role validation\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Activate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:38.713 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-8592d9a7-fc1e-455d-b67c-8a0a281ea93c', 'type': 'job_template', 'uuid': '791a710b-46ed-4ecb-ac2b-c51f60837bcd'} 11/07/2024 02:31:38.811 7fe46ddf4ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fb78001-e973-4b89-960d-08ea5bc15897 object_type = job_template identifier_name = default-global-system-config:maintenance_mode_deactivate_template url = https://10.0.0.49:8082/job-template/0fb78001-e973-4b89-960d-08ea5bc15897 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0fb78001-e973-4b89-960d-08ea5bc15897", "fq_name": ["default-global-system-config", "maintenance_mode_deactivate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_deactivate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Deactivate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to exit maintenance mode\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Deactivate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Deactivation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:38.867 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_deactivate_template'], 'oper': 'UPDATE', 'request-id': 'req-64b4097a-ff31-4b92-9f86-a2533ad72dea', 'type': 'job_template', 'uuid': '0fb78001-e973-4b89-960d-08ea5bc15897'} 11/07/2024 02:31:38.967 7fe46e038048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e5daca80-1dfb-4f46-b252-cf30baf7be85 object_type = job_template identifier_name = default-global-system-config:discover_device_template url = https://10.0.0.49:8082/job-template/e5daca80-1dfb-4f46-b252-cf30baf7be85 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e5daca80-1dfb-4f46-b252-cf30baf7be85", "fq_name": ["default-global-system-config", "discover_device_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 1, \"maxProperties\": 1, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Device"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:39.028 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_device_template'], 'oper': 'UPDATE', 'request-id': 'req-db69dba0-aae8-4bd3-acd3-a6135fbeefb0', 'type': 'job_template', 'uuid': 'e5daca80-1dfb-4f46-b252-cf30baf7be85'} 11/07/2024 02:31:39.088 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:39.131 7fe46df2c8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fffd7bd4-78d6-432f-a85f-9864492f78f6 object_type = job_template identifier_name = default-global-system-config:discover_os_computes_template url = https://10.0.0.49:8082/job-template/fffd7bd4-78d6-432f-a85f-9864492f78f6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "fffd7bd4-78d6-432f-a85f-9864492f78f6", "fq_name": ["default-global-system-config", "discover_os_computes_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_os_computes_template.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 2, \"maxProperties\": 5, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"contrail_command_host\": {\"$id\": \"/properties/input/properties/contrail_command_host\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"10.10.10.10:9091\"]}, \"cc_username\": {\"$id\": \"/properties/input/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/input/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover OS Computes"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:39.189 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_os_computes_template'], 'oper': 'UPDATE', 'request-id': 'req-705e3df4-d8f2-4cab-b190-086e84edc8a6', 'type': 'job_template', 'uuid': 'fffd7bd4-78d6-432f-a85f-9864492f78f6'} 11/07/2024 02:31:39.283 7fe475312978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4ae88703-348c-4774-829b-423f5d95bfd7 object_type = job_template identifier_name = default-global-system-config:discover_role_template url = https://10.0.0.49:8082/job-template/4ae88703-348c-4774-829b-423f5d95bfd7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4ae88703-348c-4774-829b-423f5d95bfd7", "fq_name": ["default-global-system-config", "discover_role_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Role"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:39.295 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_role_template'], 'oper': 'UPDATE', 'request-id': 'req-c5e5c5e6-9c79-434f-91ad-269b5f7bee97', 'type': 'job_template', 'uuid': '4ae88703-348c-4774-829b-423f5d95bfd7'} 11/07/2024 02:31:39.390 7fe46dfda390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a2122660-c220-4993-82c1-9631e2c4b6e4 object_type = job_template identifier_name = default-global-system-config:device_import_template url = https://10.0.0.49:8082/job-template/a2122660-c220-4993-82c1-9631e2c4b6e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a2122660-c220-4993-82c1-9631e2c4b6e4", "fq_name": ["default-global-system-config", "device_import_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 1}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"additionalProperties\": false, \"properties\": {\"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported.\"}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:39.405 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_import_template'], 'oper': 'UPDATE', 'request-id': 'req-231ef4eb-6364-477d-b69d-3d9387cf4b0a', 'type': 'job_template', 'uuid': 'a2122660-c220-4993-82c1-9631e2c4b6e4'} 11/07/2024 02:31:39.503 7fe46d93eac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09e8b101-2b04-4c4b-8e57-55f15857d58d object_type = job_template identifier_name = default-global-system-config:fabric_config_template url = https://10.0.0.49:8082/job-template/09e8b101-2b04-4c4b-8e57-55f15857d58d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "fq_name": ["default-global-system-config", "fabric_config_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_config.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"device_management_ip\": {\"type\": \"string\", \"description\": \"Management IP of the Device\"}, \"device_abstract_config\": {\"type\": \"object\", \"description\": \"JSON string of the device abstract config derived from VNC data model\"}, \"additional_feature_params\": {\"type\": \"object\", \"additionalProperties\": false, \"description\": \"Additional feature specific parameters that are not defined in the VNC data model. These could be vendor specific parameters.\", \"properties\": {\"basic\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp_boot_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP Boot server\", \"examples\": [\"6.6.6.6\"]}}, \"ntp_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP server\", \"examples\": [\"8.8.8.8\"]}}, \"time_zone\": {\"type\": \"string\", \"title\": \"Time Zone\", \"examples\": [\"America/Los_Angeles\"]}}}, \"name_servers\": {\"type\": \"array\", \"additionalProperties\": false, \"items\": {\"type\": \"string\", \"Title\": \"Domain Name Server\", \"examples\": [\"10.1.1.2\", \"11.1.1.2\"]}}, \"domain_name\": {\"type\": \"string\", \"title\": \"Domain Name\", \"examples\": [\"company.net\"]}, \"snmp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"communities\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\"}, \"readonly\": {\"type\": \"boolean\", \"default\": true}}, \"required\": [\"name\"]}}}}, \"static_routes\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"subnets\", \"nexthop\"], \"properties\": {\"subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"Subnet\", \"examples\": [\"10.1.1.0/24\", \"10.1.2.0/24\"]}}, \"nexthop\": {\"type\": \"string\", \"title\": \"Next hop IP\", \"examples\": [\"10.1.1.254\"]}}}}}}, \"underlay_ip_clos\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"bgp_hold_time\": {\"type\": \"integer\", \"default\": 90}}}}}, \"is_delete\": {\"type\": \"boolean\", \"description\": \"Set to true for config delete operation\", \"default\": false}, \"manage_underlay\": {\"type\": \"boolean\", \"description\": \"Set to true to manage underlay config\", \"default\": true}, \"enterprise_style\": {\"type\": \"boolean\", \"description\": \"Set to true to if enterprise-style config\", \"default\": true}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Config Push"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:39.560 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_config_template'], 'oper': 'UPDATE', 'request-id': 'req-98882565-0e4c-4626-9685-bbbd5ae2f885', 'type': 'job_template', 'uuid': '09e8b101-2b04-4c4b-8e57-55f15857d58d'} 11/07/2024 02:31:39.658 7fe46df2c8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = da4abe68-c499-47e7-bd1e-0aadb63f4899 object_type = job_template identifier_name = default-global-system-config:ztp_template url = https://10.0.0.49:8082/job-template/da4abe68-c499-47e7-bd1e-0aadb63f4899 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "da4abe68-c499-47e7-bd1e-0aadb63f4899", "fq_name": ["default-global-system-config", "ztp_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"device_count\": {\"$id\": \"/properties/input/properties/device_count\", \"type\": \"integer\", \"title\": \"The Device Count Schema\", \"description\": \"Number of devices to discover\", \"default\": 0, \"examples\": [1, 2, 3, 4, 5]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "ZTP"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:39.668 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ztp_template'], 'oper': 'UPDATE', 'request-id': 'req-2d54cf98-4c7b-4271-893e-0d4d467b25b3', 'type': 'job_template', 'uuid': 'da4abe68-c499-47e7-bd1e-0aadb63f4899'} 11/07/2024 02:31:39.772 7fe46df79e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dc46fb63-6ab9-4a35-871c-4911abf6cdf3 object_type = job_template identifier_name = default-global-system-config:fabric_deletion_template url = https://10.0.0.49:8082/job-template/dc46fb63-6ab9-4a35-871c-4911abf6cdf3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "dc46fb63-6ab9-4a35-871c-4911abf6cdf3", "fq_name": ["default-global-system-config", "fabric_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:39.783 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-46bd8410-354d-4102-8cdb-b00ceadeb005', 'type': 'job_template', 'uuid': 'dc46fb63-6ab9-4a35-871c-4911abf6cdf3'} 11/07/2024 02:31:39.878 7fe46df296d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 48c89705-9c38-44ba-830b-ef34ceaf6a3a object_type = job_template identifier_name = default-global-system-config:device_deletion_template url = https://10.0.0.49:8082/job-template/48c89705-9c38-44ba-830b-ef34ceaf6a3a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "48c89705-9c38-44ba-830b-ef34ceaf6a3a", "fq_name": ["default-global-system-config", "device_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric_devices.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": 0}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"devices\": {\"type\": \"array\", \"description\": \"List of device names\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:39.894 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-0ebaa673-7bb1-4020-851b-5ea9b0a546fe', 'type': 'job_template', 'uuid': '48c89705-9c38-44ba-830b-ef34ceaf6a3a'} 11/07/2024 02:31:39.995 7fe46df27a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0668d848-ca60-414b-81aa-2da73b30f5e4 object_type = job_template identifier_name = default-global-system-config:role_assignment_template url = https://10.0.0.49:8082/job-template/0668d848-ca60-414b-81aa-2da73b30f5e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0668d848-ca60-414b-81aa-2da73b30f5e4", "fq_name": ["default-global-system-config", "role_assignment_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"role_assignments\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"role_assignments\": {\"type\": \"array\", \"minItems\": 0, \"description\": \"Fabric device role assignments\", \"items\": {\"type\": \"object\", \"properties\": {\"device_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"physical_role\": {\"type\": \"string\", \"enum\": [\"leaf\", \"spine\", \"pnf\", \"superspine\"]}, \"routing_switching_roles\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"enum\": [\"CRB\"]}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Role Assignment"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:40.006 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'role_assignment_template'], 'oper': 'UPDATE', 'request-id': 'req-ccdf693a-cc10-4f5c-8a46-141b4f6b1d35', 'type': 'job_template', 'uuid': '0668d848-ca60-414b-81aa-2da73b30f5e4'} 11/07/2024 02:31:40.090 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:40.106 7fe46de7dac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a3babcfc-98a2-43ae-a722-0b7015b0f5cf object_type = job_template identifier_name = default-global-system-config:topology_discovery_template url = https://10.0.0.49:8082/job-template/a3babcfc-98a2-43ae-a722-0b7015b0f5cf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a3babcfc-98a2-43ae-a722-0b7015b0f5cf", "fq_name": ["default-global-system-config", "topology_discovery_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Topology Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:40.122 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'topology_discovery_template'], 'oper': 'UPDATE', 'request-id': 'req-746f4109-021b-4df4-a400-4bf8df447dfd', 'type': 'job_template', 'uuid': 'a3babcfc-98a2-43ae-a722-0b7015b0f5cf'} 11/07/2024 02:31:40.224 7fe46daabac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d0d442c5-5d38-4aff-8a04-2f4583dbfbcd object_type = job_template identifier_name = default-global-system-config:fabric_onboard_template url = https://10.0.0.49:8082/job-template/d0d442c5-5d38-4aff-8a04-2f4583dbfbcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "d0d442c5-5d38-4aff-8a04-2f4583dbfbcd", "fq_name": ["default-global-system-config", "fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": true, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment_dfg.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 5}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 6}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 7}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 8}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 9}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 10}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"loopback_subnets\", \"fabric_subnets\", \"fabric_asn_pool\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\", \"gateway\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"root_password\"], \"properties\": {\"root_password\": {\"type\": \"string\"}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"ztp_timeout\": {\"title\": \"Value of ZTP timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of ZTP timeout in seconds\"}, \"retry_timeout\": {\"title\": \"Value of retry timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of retry timeout in seconds\"}, \"supplemental_day_0_cfg\": {\"title\": \"List of day 0 config that can be used to supplement the ZTP config\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"name\", \"cfg\"], \"properties\": {\"name\": {\"title\": \"name for the config\", \"type\": \"string\"}, \"cfg\": {\"title\": \"config blob that contains the supplemental day-0 config\", \"type\": \"string\"}}}}, \"device_to_ztp\": {\"title\": \"List of device serial numbers for the devices to be ZTPed\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"serial_number\", \"hostname\"], \"properties\": {\"serial_number\": {\"title\": \"Device serial number\", \"type\": \"string\"}, \"hostname\": {\"title\": \"Device hostname can be optionally specified.\", \"type\": \"string\", \"pattern\": \"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\\\-]*[a-zA-Z0-9])\\\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\\\-]*[A-Za-z0-9])$\"}, \"underlay_asn\": {\"title\": \"Underlay eBGP autonomous system number\", \"type\": [\"integer\", \"string\"]}, \"loopback_ip\": {\"title\": \"Loopback IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"mgmt_ip\": {\"title\": \"Management IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"to_ztp\": {\"title\": \"Include or ignore device in ZTP workflow\", \"type\": \"boolean\"}, \"supplemental_day_0_cfg\": {\"title\": \"Name(s) of the supplemental day-0 config(s) that can be optionally specified for this device\", \"type\": [\"string\", \"array\"], \"items\": {\"type\": \"string\"}}}}}, \"os_version\": {\"type\": \"string\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:40.322 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-77494a63-8be5-4e21-bded-5f0dade37501', 'type': 'job_template', 'uuid': 'd0d442c5-5d38-4aff-8a04-2f4583dbfbcd'} 11/07/2024 02:31:40.422 7fe46de7dcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b6b09d5a-7192-4f83-be6e-9091dc953bbd object_type = job_template identifier_name = default-global-system-config:search_ip_mac_template url = https://10.0.0.49:8082/job-template/b6b09d5a-7192-4f83-be6e-9091dc953bbd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "b6b09d5a-7192-4f83-be6e-9091dc953bbd", "fq_name": ["default-global-system-config", "search_ip_mac_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ip_address\": {\"$id\": \"/properties/ip_address\", \"title\": \"IP Address\", \"pattern\": \"^\\\\s*(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\\\s*$\", \"type\": \"string\"}, \"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Search ip or mac schema command Playbook Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"interface_names\": {\"type\": \"array\", \"title\": \"Interfaces Name(s)\", \"description\": \"Display Interface Names that belong to this mac_address.\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface Name\", \"description\": \"Interface name\"}, \"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"Device name on which the interface was learnt\"}, \"loopback_ip\": {\"type\": \"string\", \"title\": \"Source Loopback IP\", \"description\": \"Originating source's loopback ip address\"}}, \"description\": \"Name of each interface that belongs under this mac_address\"}}}}}}}}}", "job_template_input_ui_schema": "{\"ip_address\": {\"ui:help\": \"Enter an IP Address. The field value must include a IPv4 address without subnet mask; for example, 192.168.3.120\", \"ui:placeholder\": \"Enter IP address\"}, \"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to locate an interface in a fabric given an IP or MAC", "display_name": "Search using IP or MAC"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:40.479 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'search_ip_mac_template'], 'oper': 'UPDATE', 'request-id': 'req-e4f9c4e6-3333-4784-8270-03c82199a3b2', 'type': 'job_template', 'uuid': 'b6b09d5a-7192-4f83-be6e-9091dc953bbd'} 11/07/2024 02:31:40.580 7fe46dfe4438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 object_type = job_template identifier_name = default-global-system-config:show_interface_details_template url = https://10.0.0.49:8082/job-template/bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5", "fq_name": ["default-global-system-config", "show_interface_details_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"interface_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Interface Details\", \"type\": \"object\", \"properties\": {\"interface_type\": {\"type\": \"string\", \"title\": \"Interface Type\", \"enum\": [\"physical\", \"logical\"], \"default\": \"physical\"}}, \"required\": [\"interface_type\"]}, \"conditional\": {\"title\": \"Sub Operation Type\", \"$ref\": \"#/definitions/sub_command\"}}, \"definitions\": {\"sub_command\": {\"title\": \"Sub Operation Type\", \"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"Show runtime interfaces\", \"Show configured interfaces\", \"Show interfaces by names\"], \"default\": \"Show runtime interfaces\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"Show runtime interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show configured interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show interfaces by names\"]}, \"interface_names\": {\"$id\": \"/properties/interface_names\", \"title\": \"Interface Names\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_names/items\", \"type\": \"string\", \"pattern\": \"^([a-z]{1,}[0-9]{0,}(-[0-9]{1,}/[0-9]{1,}/[0-9]{1,})?(\\\\.[0-9]{1,})?)$\", \"title\": \"Interface Name\"}, \"examples\": [\"ge-0/0/1\", \"xe-0/0/0\"]}}, \"required\": [\"interface_names\"]}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show Interface Details Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces details sub-command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"oneOf\": [{\"properties\": {\"interface_stats_rt_phy\": {\"type\": \"array\", \"title\": \"Runtime Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"op_status\": {\"type\": \"string\", \"title\": \"Operational Status\", \"description\": \"Operational status of the interface\"}, \"admin_status\": {\"type\": \"string\", \"title\": \"Admin Status\", \"description\": \"Admin status of the interface\"}, \"input_rate\": {\"type\": \"string\", \"title\": \"InputRate (bps)\", \"description\": \"Input packets rate in bits per second if present\"}, \"output_rate\": {\"type\": \"string\", \"title\": \"OutputRate (bps)\", \"description\": \"Output packets rate in bits per second if present\"}}}}}}, {\"properties\": {\"interface_stats_log\": {\"type\": \"array\", \"title\": \"Logical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"address_family\": {\"type\": \"string\", \"title\": \"Address Family\", \"description\": \"Address family if present\"}}}}}}, {\"properties\": {\"interface_stats_cf_phy\": {\"type\": \"array\", \"title\": \"Configured Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}}}}}}]}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to get a list of physical or logical interfaces from a device and interfaces' other related information.", "display_name": "Show Interface Details"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:40.632 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_interface_details_template'], 'oper': 'UPDATE', 'request-id': 'req-7157bb90-d884-4b35-800a-4ab5ba7edf4b', 'type': 'job_template', 'uuid': 'bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5'} 11/07/2024 02:31:40.732 7fe47584ce10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c27b470e-3e18-424a-b245-34d699dda92f object_type = job_template identifier_name = default-global-system-config:show_config_template url = https://10.0.0.49:8082/job-template/c27b470e-3e18-424a-b245-34d699dda92f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c27b470e-3e18-424a-b245-34d699dda92f", "fq_name": ["default-global-system-config", "show_config_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"config_type\": {\"$id\": \"/properties/config_type\", \"title\": \"Configuration type\", \"type\": \"string\", \"enum\": [\"current\", \"rollback 1\", \"rollback 2\"], \"default\": \"current\"}, \"config_filter\": {\"$id\": \"/properties/config_filter\", \"title\": \"Configuration filter\", \"type\": \"string\", \"enum\": [\"all\", \"system\", \"system/login\", \"system/services\", \"system/syslog\", \"interfaces\", \"chassis\", \"services\", \"snmp\", \"forwarding-options\", \"event-options\", \"policy-options\", \"class-of-service\", \"firewall\", \"protocols\", \"routing-instances\", \"routing-options\", \"switch-options\", \"vlans\"], \"default\": \"all\"}, \"compare_configurations\": {\"$id\": \"/properties/compare_configurations\", \"title\": \"Compare selected configuration with current\", \"type\": \"boolean\", \"default\": false}}, \"required\": [\"config_type\", \"config_filter\", \"compare_configurations\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show configuration Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"config_type\": {\"ui:help\": \"Select one type at a time\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display current or previous configuration", "display_name": " Show current or rollback configuration"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:40.786 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_config_template'], 'oper': 'UPDATE', 'request-id': 'req-524e6c18-f27d-4f93-9a48-0a893a4348f5', 'type': 'job_template', 'uuid': 'c27b470e-3e18-424a-b245-34d699dda92f'} 11/07/2024 02:31:40.891 7fe46dd90240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4e70ac42-2920-48fa-988b-75162b19763c object_type = job_template identifier_name = default-global-system-config:test_overlay_connectivity_template url = https://10.0.0.49:8082/job-template/4e70ac42-2920-48fa-988b-75162b19763c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4e70ac42-2920-48fa-988b-75162b19763c", "fq_name": ["default-global-system-config", "test_overlay_connectivity_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"source_ip\": {\"$id\": \"/properties/source_ip\", \"title\": \"Source (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"destination_ip\": {\"$id\": \"/properties/destination_ip\", \"title\": \"Destination (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"vni\": {\"$id\": \"/properties/vni\", \"title\": \"VNI\", \"type\": \"integer\", \"default\": 100}, \"count\": {\"$id\": \"/properties/count\", \"title\": \"Packet count\", \"type\": \"integer\", \"default\": 5}}, \"required\": [\"source_ip\", \"destination_ip\", \"count\", \"vni\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show connectivity test report\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Each playbook's command_output for this specific command.\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Connectivity test report\", \"description\": \"Display connectivity test report\"}}}}}}}}", "job_template_input_ui_schema": "{\"destination_ip\": {\"ui:help\": \"\"}}", "job_template_output_ui_schema": "null", "job_template_description": "", "display_name": "Test overlay connectivity"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:40.949 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'test_overlay_connectivity_template'], 'oper': 'UPDATE', 'request-id': 'req-083690e7-a3a9-4bb3-b86b-a47d72b2330d', 'type': 'job_template', 'uuid': '4e70ac42-2920-48fa-988b-75162b19763c'} 11/07/2024 02:31:41.047 7fe46df62048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ba6135c7-8d0a-4b49-84c6-877567ff0b2b object_type = job_template identifier_name = default-global-system-config:show_ops_info_template url = https://10.0.0.49:8082/job-template/ba6135c7-8d0a-4b49-84c6-877567ff0b2b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "ba6135c7-8d0a-4b49-84c6-877567ff0b2b", "fq_name": ["default-global-system-config", "show_ops_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ops_type\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Operations commands\", \"type\": \"array\", \"minItems\": 1, \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"minProperties\": 1, \"additionalProperties\": false, \"properties\": {\"conditional\": {\"title\": \"Operation Command Type\", \"$ref\": \"#/definitions/sub_command\"}}}}}, \"definitions\": {\"sub_command\": {\"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"show chassis info\", \"show route info\", \"show bgp info\", \"show evpn info\", \"show lldp info\", \"show lacp info\", \"show vlan info\"], \"default\": \"show route info\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"show chassis info\"]}, \"command_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis alarms\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show route info\"]}, \"command_detail\": {\"$id\": \"/properties/route_detail\", \"title\": \"Route detail\", \"type\": \"string\", \"enum\": [\"route summary\"], \"default\": \"route summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show bgp info\"]}, \"command_detail\": {\"$id\": \"/properties/bgp_detail\", \"title\": \"BGP detail\", \"type\": \"string\", \"enum\": [\"bgp summary\", \"bgp neighbor\", \"bgp group\"], \"default\": \"bgp summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show evpn info\"]}, \"command_detail\": {\"$id\": \"/properties/evpn_detail\", \"title\": \"EVPN detail\", \"type\": \"string\", \"enum\": [\"evpn ip-prefix-database\", \"evpn instance extensive\", \"evpn instance designated-forwarder\", \"evpn instance backup-forwarder\", \"evpn database state default-gateway\"], \"default\": \"evpn ip-prefix-database\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lldp info\"]}, \"command_detail\": {\"$id\": \"/properties/lldp_detail\", \"title\": \"LLDP detail\", \"type\": \"string\", \"enum\": [\"lldp neighbors\"], \"default\": \"lldp neighbors\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lacp info\"]}, \"command_detail\": {\"$id\": \"/properties/lacp_detail\", \"title\": \"LACP detail\", \"type\": \"string\", \"enum\": [\"lacp interfaces extensive\", \"lacp statistics interfaces\"], \"default\": \"lacp interfaces extensive\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show vlan info\"]}, \"command_detail\": {\"$id\": \"/properties/vlan_detail\", \"title\": \"VLAN detail\", \"type\": \"string\", \"enum\": [\"vlans\"], \"default\": \"vlans\"}}}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display operational information", "display_name": "Show operations information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:41.106 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_ops_info_template'], 'oper': 'UPDATE', 'request-id': 'req-37ecf243-78a7-4a59-a313-85ee0a060bbf', 'type': 'job_template', 'uuid': 'ba6135c7-8d0a-4b49-84c6-877567ff0b2b'} 11/07/2024 02:31:41.207 7fe46db6d588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a0104f25-a1f9-4b1a-8dec-d44d354eebed object_type = job_template identifier_name = default-global-system-config:check_multicast_template url = https://10.0.0.49:8082/job-template/a0104f25-a1f9-4b1a-8dec-d44d354eebed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a0104f25-a1f9-4b1a-8dec-d44d354eebed", "fq_name": ["default-global-system-config", "check_multicast_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"warning_banner\": {\"$id\": \"/properties/warning_banner\", \"title\": \"This GDO gathers multicast statistics from the whole fabric and it might take a few minutes to complete.\", \"type\": \"object\", \"properties\": {\"warning_banner_2\": {\"$id\": \"/properties/warning_banner_2\", \"title\": \"It is assumed that:\", \"type\": \"object\", \"properties\": {\"warning_banner_3\": {\"$id\": \"/properties/warning_banner_3\", \"title\": \"(1) the traffic is coming from outside of the fabric (through device(s) with CRB-MCAST-Gateway role);\", \"type\": \"object\", \"properties\": {\"warning_banner_4\": {\"$id\": \"/properties/warning_banner_4\", \"title\": \"(2) the traffic is going to devices attached to server leaves (physical_router_role == 'leaf');\", \"type\": \"object\", \"properties\": {\"warning_banner_5\": {\"$id\": \"/properties/warning_banner_5\", \"title\": \"(3) PIM is enabled in the fabric.\", \"type\": \"object\", \"properties\": {}}}}}}}}}}, \"source\": {\"$id\": \"/properties/source\", \"title\": \"Source\", \"type\": \"string\", \"default\": \"\"}, \"group\": {\"$id\": \"/properties/group\", \"title\": \"Group\", \"type\": \"string\", \"default\": \"\"}}, \"required\": [\"source\", \"group\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Check multicast output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "Check multicast", "display_name": "Check incoming multicast traffic"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:41.260 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'check_multicast_template'], 'oper': 'UPDATE', 'request-id': 'req-55fbb503-d9ed-42a2-a822-f3a1255f8652', 'type': 'job_template', 'uuid': 'a0104f25-a1f9-4b1a-8dec-d44d354eebed'} 11/07/2024 02:31:41.355 7fe46df46d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = beffdd8f-ab67-4478-9e35-e04f15334529 object_type = job_template identifier_name = default-global-system-config:existing_fabric_onboard_template url = https://10.0.0.49:8082/job-template/beffdd8f-ab67-4478-9e35-e04f15334529 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "beffdd8f-ab67-4478-9e35-e04f15334529", "fq_name": ["default-global-system-config", "existing_fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/existing_fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 40, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 5}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"username\", \"password\"], \"properties\": {\"username\": {\"type\": \"string\"}, \"password\": {\"type\": \"string\"}}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"manage_underlay\": {\"title\": \"Manage underlay networking\", \"type\": \"boolean\", \"description\": \"Set to true if need to configure underlay networking\", \"default\": false}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Existing Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:41.410 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'existing_fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-5ea287e1-bc23-4be5-b453-125ac99809e4', 'type': 'job_template', 'uuid': 'beffdd8f-ab67-4478-9e35-e04f15334529'} 11/07/2024 02:31:41.510 7fe46dfdaac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42dc3d2b-40a5-4876-a519-62ca5dc6b79b object_type = job_template identifier_name = default-global-system-config:vcenter_import_template url = https://10.0.0.49:8082/job-template/42dc3d2b-40a5-4876-a519-62ca5dc6b79b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "42dc3d2b-40a5-4876-a519-62ca5dc6b79b", "fq_name": ["default-global-system-config", "vcenter_import_template"], "parent_type": "global-system-config", "job_template_type": "executable", "job_template_concurrency_level": "fabric", "job_template_executables": {"executable_info": [{"executable_path": "/opt/contrail/utils/vcenter-import", "executable_args": "", "job_completion_weightage": 100}]}, "job_template_input_schema": "{\"title\": \"vCenter Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"contrail_command\": {\"$id\": \"/properties/contrail_command\", \"description\": \"The Contrail Command details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/contrail_command/username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/contrail_command/password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/contrail_command/host\", \"description\": \"The Contrail Command IP and/or port\", \"type\": \"string\"}}}, \"vcenter\": {\"$id\": \"/properties/vcenter\", \"description\": \"vCenter details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/vcenter/username\", \"description\": \"Username of vCenter Server\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/vcenter/password\", \"description\": \"Password of vCenter Server\", \"type\": \"string\"}, \"datacenter\": {\"$id\": \"/properties/vcenter/datacenter\", \"description\": \"vCenter DataCenter name to Import ESXi Hosts\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/vcenter/host\", \"description\": \"vCenter Hostname/IP-Address including port\", \"type\": \"string\"}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "VCenter Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:41.565 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vcenter_import_template'], 'oper': 'UPDATE', 'request-id': 'req-2da70a70-41ec-4f5d-a762-ae896d99f293', 'type': 'job_template', 'uuid': '42dc3d2b-40a5-4876-a519-62ca5dc6b79b'} 11/07/2024 02:31:41.667 7fe46d8ddb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22a3dd9a-b9ea-45a3-af54-f6b92461694b object_type = job_template identifier_name = default-global-system-config:discover_server_template url = https://10.0.0.49:8082/job-template/22a3dd9a-b9ea-45a3-af54-f6b92461694b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "22a3dd9a-b9ea-45a3-af54-f6b92461694b", "fq_name": ["default-global-system-config", "discover_server_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_server.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"ipmi\": {\"$id\": \"/properties/ipmi\", \"type\": \"object\", \"required\": [\"ipmi_subnet_list\", \"ipmi_credentials\"], \"properties\": {\"ipmi_subnet_list\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list/items\", \"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"ipmi_credentials\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"description\": \"The IPMI user:password credentials\", \"type\": \"string\"}}, \"ipmi_port_ranges\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"type\": \"object\", \"required\": [\"port_range_start\", \"port_range_end\"], \"properties\": {\"port_range_start\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_start\", \"description\": \"Start of IPMI Port Range\", \"type\": \"integer\"}, \"port_range_end\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_end\", \"description\": \"End of IPMI Port Range\", \"type\": \"integer\"}}}}}}, \"ironic\": {\"$id\": \"/properties/ironic\", \"type\": \"object\", \"required\": [\"auth_url\", \"username\", \"password\"], \"properties\": {\"auth_url\": {\"$id\": \"/properties/ironic/properties/auth_url\", \"description\": \"The Ironic Auth URL\", \"type\": \"string\"}, \"username\": {\"$id\": \"/properties/ironic/properties/username\", \"description\": \"The Ironic Auth username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/ironic/properties/password\", \"description\": \"The Ironic Auth password\", \"type\": \"string\"}, \"introspection_flag\": {\"$id\": \"/properties/ironic/properties/introspection_flag\", \"description\": \"Flag to determine if introspection is needed\", \"type\": \"boolean\", \"default\": true}}}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:41.725 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_server_template'], 'oper': 'UPDATE', 'request-id': 'req-2112c04c-083e-4c6b-8e1e-1f607aa0661e', 'type': 'job_template', 'uuid': '22a3dd9a-b9ea-45a3-af54-f6b92461694b'} 11/07/2024 02:31:41.826 7fe46ed220f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 object_type = job_template identifier_name = default-global-system-config:server_import_template url = https://10.0.0.49:8082/job-template/9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "9f546e19-9ab0-42eb-8f69-cbfd24b6fd94", "fq_name": ["default-global-system-config", "server_import_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/server_import.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:41.837 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'server_import_template'], 'oper': 'UPDATE', 'request-id': 'req-54e9e934-6386-4362-b10b-1e54d13edb50', 'type': 'job_template', 'uuid': '9f546e19-9ab0-42eb-8f69-cbfd24b6fd94'} 11/07/2024 02:31:41.938 7fe46d965f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 81bdd21a-3c1d-440a-a882-c91aa6b508b0 object_type = job_template identifier_name = default-global-system-config:node_profile_template url = https://10.0.0.49:8082/job-template/81bdd21a-3c1d-440a-a882-c91aa6b508b0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "81bdd21a-3c1d-440a-a882-c91aa6b508b0", "fq_name": ["default-global-system-config", "node_profile_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/node_profile.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Node Profile Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command Hostname/IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Node Profile"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:41.950 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'node_profile_template'], 'oper': 'UPDATE', 'request-id': 'req-d8bd1858-b4b9-47ca-b2f6-44de11c668e8', 'type': 'job_template', 'uuid': '81bdd21a-3c1d-440a-a882-c91aa6b508b0'} 11/07/2024 02:31:42.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:42.051 7fe46d8ddb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 35a01d59-582a-4e7e-8993-09a7fb9ebd19 object_type = job_template identifier_name = default-global-system-config:show_mac_mob_template url = https://10.0.0.49:8082/job-template/35a01d59-582a-4e7e-8993-09a7fb9ebd19 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "35a01d59-582a-4e7e-8993-09a7fb9ebd19", "fq_name": ["default-global-system-config", "show_mac_mob_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"mac_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"MAC Details\", \"type\": \"object\", \"properties\": {\"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}, \"required\": [\"mac_address\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show MAC mobility Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"MAC History\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"mac_details\": {\"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display MAC address move or mobility", "display_name": "Show mac mobility"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:42.104 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_mac_mob_template'], 'oper': 'UPDATE', 'request-id': 'req-e24f6803-0c19-4fca-bb74-6f0164e95eeb', 'type': 'job_template', 'uuid': '35a01d59-582a-4e7e-8993-09a7fb9ebd19'} 11/07/2024 02:31:42.205 7fe46db9d438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31ec2c1-89c8-4950-a756-b70565503fc6 object_type = job_template identifier_name = default-global-system-config:rma_activate_template url = https://10.0.0.49:8082/job-template/e31ec2c1-89c8-4950-a756-b70565503fc6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e31ec2c1-89c8-4950-a756-b70565503fc6", "fq_name": ["default-global-system-config", "rma_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/rma_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 3}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"RMA activate\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"rma_devices\": {\"type\": \"array\", \"items\": {\"title\": \"RMA Devices\", \"type\": \"object\", \"description\": \"List of devices and corresponding serial numbers to RMA\", \"additionalProperties\": false, \"properties\": {\"device_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}, \"serial_number\": {\"type\": \"string\"}}, \"required\": [\"device_uuid\", \"serial_number\"]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "RMA Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:42.217 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rma_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-38421ea3-d431-4bfe-8855-d100114beeed', 'type': 'job_template', 'uuid': 'e31ec2c1-89c8-4950-a756-b70565503fc6'} 11/07/2024 02:31:42.314 7fe46defe240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096811dc-7f55-4763-8395-1f288d24bb6a object_type = job_template identifier_name = default-global-system-config:show_chassis_info_template url = https://10.0.0.49:8082/job-template/096811dc-7f55-4763-8395-1f288d24bb6a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "096811dc-7f55-4763-8395-1f288d24bb6a", "fq_name": ["default-global-system-config", "show_chassis_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"chassis\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Chassis information\", \"type\": \"object\", \"properties\": {\"chassis_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis hardware\"}}, \"required\": [\"chassis_detail\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display chassis information", "display_name": "Show chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:42.369 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_chassis_info_template'], 'oper': 'UPDATE', 'request-id': 'req-c2dab676-c602-4668-ab27-9bc107c410cd', 'type': 'job_template', 'uuid': '096811dc-7f55-4763-8395-1f288d24bb6a'} 11/07/2024 02:31:42.467 7fe472d4d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1215737e-4ccc-4371-a28e-eb341d000a00 object_type = job_template identifier_name = default-global-system-config:hardware_inventory_template url = https://10.0.0.49:8082/job-template/1215737e-4ccc-4371-a28e-eb341d000a00 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1215737e-4ccc-4371-a28e-eb341d000a00", "fq_name": ["default-global-system-config", "hardware_inventory_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Hardware Inventory Information\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"minProperties\": 1}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to fetch hardware inventory information from the device", "display_name": "Fetch hardware chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:42.477 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hardware_inventory_template'], 'oper': 'UPDATE', 'request-id': 'req-621c4a00-6c7c-4415-8795-6963d11ea4c4', 'type': 'job_template', 'uuid': '1215737e-4ccc-4371-a28e-eb341d000a00'} 11/07/2024 02:31:42.578 7fe46de7dcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a22fc3b2-62a5-4e31-97a4-e70c039e1019 object_type = config_properties identifier_name = default-global-system-config:config_property url = https://10.0.0.49:8082/config-properties/a22fc3b2-62a5-4e31-97a4-e70c039e1019 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"config-properties": {"uuid": "a22fc3b2-62a5-4e31-97a4-e70c039e1019", "fq_name": ["default-global-system-config", "config_property"], "parent_type": "global-system-config", "properties": {"key_value_pair": [{"key": "junos_commit_timeout", "value": "600"}, {"key": "total_retry_timeout", "value": "600"}, {"key": "device_command_timeout", "value": "600"}, {"key": "ztp_timeout", "value": "570"}]}, "display_name": "Config Property"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:42.586 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'config_property'], 'oper': 'UPDATE', 'request-id': 'req-3f1dfd3a-1583-48ba-91f2-d5981e6d801e', 'type': 'config_properties', 'uuid': 'a22fc3b2-62a5-4e31-97a4-e70c039e1019'} 11/07/2024 02:31:43.047 7fe46d9f1a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 object_type = global_system_config identifier_name = default-global-system-config url = https://10.0.0.49:8082/global-system-config/dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"global-system-config": {"uuid": "dfd9c1c8-eff8-4a11-805e-4845bcbc4be8", "fq_name": ["default-global-system-config"], "supported_device_families": {"device_family": ["junos", "junos-qfx"]}, "supported_vendor_hardwares": {"vendor_hardware": ["juniper-qfx10002-72q", "juniper-qfx10002-36q", "juniper-qfx10002-60c", "juniper-qfx10016", "juniper-qfx10008", "juniper-vqfx-10000", "juniper-qfx5100-48sh-afi", "juniper-qfx5100-48sh-afo", "juniper-qfx5100-48th-afi", "juniper-qfx5100-48th-afo", "juniper-qfx5100-48s-6q", "juniper-qfx5100-96s-8q", "juniper-qfx5100-48t", "juniper-qfx5100-48t-6q", "juniper-qfx5100-24q-2p", "juniper-qfx5100-24q-aa", "juniper-qfx5100e-48s-6q", "juniper-qfx5100e-96s-8q", "juniper-qfx5100e-48t-6q", "juniper-qfx5100e-24q-2p", "juniper-qfx5110-48s-4c", "juniper-qfx5110-32q", "juniper-qfx5120-48y-8c", "juniper-qfx5120-48t-6c", "juniper-qfx5120-32c", "juniper-qfx5220-32cd", "juniper-qfx5220-128c", "juniper-qfx5200-32c-32q", "juniper-qfx5200-48y", "juniper-qfx5210-64c", "juniper-vmx", "juniper-mx80", "juniper-mx80-48t", "juniper-mx204", "juniper-mx240", "juniper-mx480", "juniper-mx960", "juniper-mx2008", "juniper-mx2010", "juniper-mx2020", "juniper-mx10003", "juniper-jnp10008", "juniper-jnp10016", "juniper-srx5400", "juniper-srx5600", "juniper-srx4600", "juniper-srx4100", "juniper-srx1500", "juniper-srx240h-poe", "juniper-vsrx", "juniper-srx5800", "juniper-srx4200"]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:43.050 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:43.059 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config'], 'oper': 'UPDATE', 'request-id': 'req-fb7cba32-f048-4c9b-bc3f-c75dfffd537a', 'type': 'global_system_config', 'uuid': 'dfd9c1c8-eff8-4a11-805e-4845bcbc4be8'} 11/07/2024 02:31:43.154 7fe46d9654e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42087eae-1152-4e4b-8ebb-ac8bcdc13323 object_type = hardware identifier_name = juniper-qfx5100-48sh-afi url = https://10.0.0.49:8082/hardware/42087eae-1152-4e4b-8ebb-ac8bcdc13323 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "fq_name": ["juniper-qfx5100-48sh-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:43.165 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afi'], 'oper': 'UPDATE', 'request-id': 'req-625fc1d4-88b3-419d-a398-18c884df0494', 'type': 'hardware', 'uuid': '42087eae-1152-4e4b-8ebb-ac8bcdc13323'} 11/07/2024 02:31:43.264 7fe46de6c780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bb7beed3-60d7-49c5-9d84-49ac2a782218 object_type = hardware identifier_name = juniper-qfx5100-48sh-afo url = https://10.0.0.49:8082/hardware/bb7beed3-60d7-49c5-9d84-49ac2a782218 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "fq_name": ["juniper-qfx5100-48sh-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:43.273 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afo'], 'oper': 'UPDATE', 'request-id': 'req-32d9e76b-fe47-4f35-bf6a-c4af00edc5a3', 'type': 'hardware', 'uuid': 'bb7beed3-60d7-49c5-9d84-49ac2a782218'} 11/07/2024 02:31:43.367 7fe46da36828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6432d3f-ce9a-411f-8a75-9e22d185f2cd object_type = hardware identifier_name = juniper-qfx5100-48th-afi url = https://10.0.0.49:8082/hardware/c6432d3f-ce9a-411f-8a75-9e22d185f2cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "fq_name": ["juniper-qfx5100-48th-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:43.376 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afi'], 'oper': 'UPDATE', 'request-id': 'req-ad803a3c-164c-477f-9f6b-5c712f78d1da', 'type': 'hardware', 'uuid': 'c6432d3f-ce9a-411f-8a75-9e22d185f2cd'} 11/07/2024 02:31:43.475 7fe46e926828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d1543237-89a0-4607-a0f5-40f0be645bcf object_type = hardware identifier_name = juniper-qfx5100-48th-afo url = https://10.0.0.49:8082/hardware/d1543237-89a0-4607-a0f5-40f0be645bcf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "fq_name": ["juniper-qfx5100-48th-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:43.483 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afo'], 'oper': 'UPDATE', 'request-id': 'req-2ca71d92-8c62-4cb4-8924-01c5d8ad65d1', 'type': 'hardware', 'uuid': 'd1543237-89a0-4607-a0f5-40f0be645bcf'} 11/07/2024 02:31:43.583 7fe46e9266d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09842293-1bb4-4536-9393-f26caa94be87 object_type = hardware identifier_name = juniper-qfx5100-48s-6q url = https://10.0.0.49:8082/hardware/09842293-1bb4-4536-9393-f26caa94be87 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "09842293-1bb4-4536-9393-f26caa94be87", "fq_name": ["juniper-qfx5100-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:43.592 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-c3b85c6f-8387-4f29-9654-bea1afb67e01', 'type': 'hardware', 'uuid': '09842293-1bb4-4536-9393-f26caa94be87'} 11/07/2024 02:31:43.690 7fe46da3aac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 659daa17-ae39-4641-b245-45c06a69b927 object_type = hardware identifier_name = juniper-qfx5100-96s-8q url = https://10.0.0.49:8082/hardware/659daa17-ae39-4641-b245-45c06a69b927 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "659daa17-ae39-4641-b245-45c06a69b927", "fq_name": ["juniper-qfx5100-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:43.697 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-b53c256f-100f-45a2-b465-07892f4a1111', 'type': 'hardware', 'uuid': '659daa17-ae39-4641-b245-45c06a69b927'} 11/07/2024 02:31:43.795 7fe46de6c8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9b18d69f-cfa6-47a6-9837-5886979b7d27 object_type = hardware identifier_name = juniper-qfx5100-48t url = https://10.0.0.49:8082/hardware/9b18d69f-cfa6-47a6-9837-5886979b7d27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "fq_name": ["juniper-qfx5100-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:43.804 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t'], 'oper': 'UPDATE', 'request-id': 'req-075952b2-83fa-40f4-841b-1004f935e7c0', 'type': 'hardware', 'uuid': '9b18d69f-cfa6-47a6-9837-5886979b7d27'} 11/07/2024 02:31:43.899 7fe470d73780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fdd501e-e56b-45b5-9083-e8e81f459673 object_type = hardware identifier_name = juniper-qfx5100-48t-6q url = https://10.0.0.49:8082/hardware/0fdd501e-e56b-45b5-9083-e8e81f459673 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "fq_name": ["juniper-qfx5100-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:43.907 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-d8eebfac-9ae4-4d50-aa58-7bbd9deb634c', 'type': 'hardware', 'uuid': '0fdd501e-e56b-45b5-9083-e8e81f459673'} 11/07/2024 02:31:44.007 7fe46defeeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a415b5b6-e554-4e69-8ac8-100664a655bd object_type = hardware identifier_name = juniper-qfx5100-24q-2p url = https://10.0.0.49:8082/hardware/a415b5b6-e554-4e69-8ac8-100664a655bd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "fq_name": ["juniper-qfx5100-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:44.015 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-bdf507aa-7543-473d-b9b3-c400ed7541cd', 'type': 'hardware', 'uuid': 'a415b5b6-e554-4e69-8ac8-100664a655bd'} 11/07/2024 02:31:44.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:44.110 7fe46da36a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ec46a0d-8b6e-4461-b351-ab3960b11966 object_type = hardware identifier_name = juniper-qfx5100-24q-aa url = https://10.0.0.49:8082/hardware/9ec46a0d-8b6e-4461-b351-ab3960b11966 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "fq_name": ["juniper-qfx5100-24q-aa"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:44.119 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-aa'], 'oper': 'UPDATE', 'request-id': 'req-4900f350-0c3e-40be-af81-285af74f15b9', 'type': 'hardware', 'uuid': '9ec46a0d-8b6e-4461-b351-ab3960b11966'} 11/07/2024 02:31:44.218 7fe46db1d240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc object_type = hardware identifier_name = juniper-qfx5100e-48s-6q url = https://10.0.0.49:8082/hardware/7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "fq_name": ["juniper-qfx5100e-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:44.226 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-23bdf5f9-1f6d-42dc-a280-5ead1b46b566', 'type': 'hardware', 'uuid': '7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc'} 11/07/2024 02:31:44.323 7fe47584cc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3be1a72-35aa-4778-a173-5986e8c2fae8 object_type = hardware identifier_name = juniper-qfx5100e-96s-8q url = https://10.0.0.49:8082/hardware/d3be1a72-35aa-4778-a173-5986e8c2fae8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "fq_name": ["juniper-qfx5100e-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:44.331 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-cba859ad-8495-4171-9f93-bda9a5f472e3', 'type': 'hardware', 'uuid': 'd3be1a72-35aa-4778-a173-5986e8c2fae8'} 11/07/2024 02:31:44.430 7fe46da3a630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 84d423a0-c168-4209-9a24-3b690f4332f8 object_type = hardware identifier_name = juniper-qfx5100e-48t-6q url = https://10.0.0.49:8082/hardware/84d423a0-c168-4209-9a24-3b690f4332f8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "fq_name": ["juniper-qfx5100e-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:44.438 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-5e1db6ee-b823-446b-b2e4-c79059626784', 'type': 'hardware', 'uuid': '84d423a0-c168-4209-9a24-3b690f4332f8'} 11/07/2024 02:31:44.538 7fe46de88d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b1493cca-8842-42f9-800a-753565a2d6b6 object_type = hardware identifier_name = juniper-qfx5100e-24q-2p url = https://10.0.0.49:8082/hardware/b1493cca-8842-42f9-800a-753565a2d6b6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "fq_name": ["juniper-qfx5100e-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:44.550 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-777a0a6c-9654-4928-b7bb-7fe5543b005a', 'type': 'hardware', 'uuid': 'b1493cca-8842-42f9-800a-753565a2d6b6'} 11/07/2024 02:31:44.643 7fe46ecee438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 403bdb63-2170-4014-9403-f80fba2de755 object_type = hardware identifier_name = juniper-qfx5110-48s-4c url = https://10.0.0.49:8082/hardware/403bdb63-2170-4014-9403-f80fba2de755 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "403bdb63-2170-4014-9403-f80fba2de755", "fq_name": ["juniper-qfx5110-48s-4c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:44.652 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-48s-4c'], 'oper': 'UPDATE', 'request-id': 'req-2adcfc52-9b19-4261-8f87-f059fbb26f3f', 'type': 'hardware', 'uuid': '403bdb63-2170-4014-9403-f80fba2de755'} 11/07/2024 02:31:44.750 7fe46d9f1048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b5500813-1eb7-4e75-8a4c-674e0ba66461 object_type = hardware identifier_name = juniper-qfx5110-32q url = https://10.0.0.49:8082/hardware/b5500813-1eb7-4e75-8a4c-674e0ba66461 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "fq_name": ["juniper-qfx5110-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:44.757 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-32q'], 'oper': 'UPDATE', 'request-id': 'req-fc896453-4db1-47cd-bdc1-fb0687754cb1', 'type': 'hardware', 'uuid': 'b5500813-1eb7-4e75-8a4c-674e0ba66461'} 11/07/2024 02:31:44.858 7fe46d8e5ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b63324e2-273a-400b-9d59-0dec80d655d4 object_type = hardware identifier_name = juniper-qfx5120-48y-8c url = https://10.0.0.49:8082/hardware/b63324e2-273a-400b-9d59-0dec80d655d4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "fq_name": ["juniper-qfx5120-48y-8c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:44.866 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48y-8c'], 'oper': 'UPDATE', 'request-id': 'req-5fb69cab-7e20-4c57-a362-d21670d0dff5', 'type': 'hardware', 'uuid': 'b63324e2-273a-400b-9d59-0dec80d655d4'} 11/07/2024 02:31:44.967 7fe46df68f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 object_type = hardware identifier_name = juniper-qfx5120-32c url = https://10.0.0.49:8082/hardware/017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "fq_name": ["juniper-qfx5120-32c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:44.975 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-32c'], 'oper': 'UPDATE', 'request-id': 'req-c8a9f5ad-b734-4876-ae76-97528f3ea1aa', 'type': 'hardware', 'uuid': '017ec5ed-1b9e-47d0-9b3c-e2df68b376e7'} 11/07/2024 02:31:45.052 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:45.084 7fe46d8dd048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75328164-8eed-4868-b183-9bcbe27e276a object_type = hardware identifier_name = juniper-qfx5120-48t-6c url = https://10.0.0.49:8082/hardware/75328164-8eed-4868-b183-9bcbe27e276a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "fq_name": ["juniper-qfx5120-48t-6c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:45.091 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48t-6c'], 'oper': 'UPDATE', 'request-id': 'req-3a8adf5c-e555-4593-8daf-324d0422bc3f', 'type': 'hardware', 'uuid': '75328164-8eed-4868-b183-9bcbe27e276a'} 11/07/2024 02:31:45.190 7fe46dec4438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ac596c42-3f13-42e2-a6b1-be2b27e18331 object_type = hardware identifier_name = juniper-qfx5220-32cd url = https://10.0.0.49:8082/hardware/ac596c42-3f13-42e2-a6b1-be2b27e18331 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "fq_name": ["juniper-qfx5220-32cd"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:45.200 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-32cd'], 'oper': 'UPDATE', 'request-id': 'req-aba8e70a-913d-43b8-83ec-4fe1ba82ba5b', 'type': 'hardware', 'uuid': 'ac596c42-3f13-42e2-a6b1-be2b27e18331'} 11/07/2024 02:31:45.296 7fe46d9f1e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1c773810-104a-43e2-b78a-a0b3dac4dd7f object_type = hardware identifier_name = juniper-qfx5220-128c url = https://10.0.0.49:8082/hardware/1c773810-104a-43e2-b78a-a0b3dac4dd7f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "fq_name": ["juniper-qfx5220-128c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:45.305 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-128c'], 'oper': 'UPDATE', 'request-id': 'req-b665cc8f-aaa4-4c03-be72-e922dafbd622', 'type': 'hardware', 'uuid': '1c773810-104a-43e2-b78a-a0b3dac4dd7f'} 11/07/2024 02:31:45.406 7fe46deaecc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 922c08d7-1c72-4e46-b73b-c5cce20c7d4b object_type = hardware identifier_name = juniper-qfx5200-32c-32q url = https://10.0.0.49:8082/hardware/922c08d7-1c72-4e46-b73b-c5cce20c7d4b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "fq_name": ["juniper-qfx5200-32c-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:45.416 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-32c-32q'], 'oper': 'UPDATE', 'request-id': 'req-06aa73a4-fb1d-4611-846d-e1d60527fc3f', 'type': 'hardware', 'uuid': '922c08d7-1c72-4e46-b73b-c5cce20c7d4b'} 11/07/2024 02:31:45.510 7fe46dfa20f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 133f6aba-4d41-4450-9996-aef90d73b888 object_type = hardware identifier_name = juniper-qfx5200-48y url = https://10.0.0.49:8082/hardware/133f6aba-4d41-4450-9996-aef90d73b888 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "fq_name": ["juniper-qfx5200-48y"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:45.519 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-48y'], 'oper': 'UPDATE', 'request-id': 'req-9447c600-71d2-42ca-bfde-a26f16ee938b', 'type': 'hardware', 'uuid': '133f6aba-4d41-4450-9996-aef90d73b888'} 11/07/2024 02:31:45.618 7fe46df49630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = db87e59b-96e1-49d8-a62c-1c2d89d684d9 object_type = hardware identifier_name = juniper-qfx5210-64c url = https://10.0.0.49:8082/hardware/db87e59b-96e1-49d8-a62c-1c2d89d684d9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "fq_name": ["juniper-qfx5210-64c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:45.634 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5210-64c'], 'oper': 'UPDATE', 'request-id': 'req-f07b1793-db03-4533-a4e8-63047e35a6ce', 'type': 'hardware', 'uuid': 'db87e59b-96e1-49d8-a62c-1c2d89d684d9'} 11/07/2024 02:31:45.722 7fe46dbb1240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 864af8d2-658f-4299-b31c-a18e657d786b object_type = hardware identifier_name = juniper-qfx10002-72q url = https://10.0.0.49:8082/hardware/864af8d2-658f-4299-b31c-a18e657d786b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "fq_name": ["juniper-qfx10002-72q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:45.730 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-72q'], 'oper': 'UPDATE', 'request-id': 'req-7c230c98-7438-47a9-8344-0489ea08d798', 'type': 'hardware', 'uuid': '864af8d2-658f-4299-b31c-a18e657d786b'} 11/07/2024 02:31:45.826 7fe46dbb1588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 object_type = hardware identifier_name = juniper-qfx10002-36q url = https://10.0.0.49:8082/hardware/8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "fq_name": ["juniper-qfx10002-36q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:45.834 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-36q'], 'oper': 'UPDATE', 'request-id': 'req-c7044c26-892e-4602-ac46-8671dc428a21', 'type': 'hardware', 'uuid': '8cc029e3-98bd-4b93-ae1b-3a1eb169fab4'} 11/07/2024 02:31:45.930 7fe46d8e5240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7d28fa02-7667-4bc7-bec6-01b08d00dd4d object_type = hardware identifier_name = juniper-qfx10002-60c url = https://10.0.0.49:8082/hardware/7d28fa02-7667-4bc7-bec6-01b08d00dd4d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "fq_name": ["juniper-qfx10002-60c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:45.937 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-60c'], 'oper': 'UPDATE', 'request-id': 'req-ebef0499-a769-402c-bc4f-d18fd19917f4', 'type': 'hardware', 'uuid': '7d28fa02-7667-4bc7-bec6-01b08d00dd4d'} 11/07/2024 02:31:46.034 7fe46de88e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c8d84e84-6056-4872-b06b-ae4bed62f7a2 object_type = hardware identifier_name = juniper-qfx10016 url = https://10.0.0.49:8082/hardware/c8d84e84-6056-4872-b06b-ae4bed62f7a2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "fq_name": ["juniper-qfx10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:46.043 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10016'], 'oper': 'UPDATE', 'request-id': 'req-58bc566f-6e44-43e7-bba3-153336d59151', 'type': 'hardware', 'uuid': 'c8d84e84-6056-4872-b06b-ae4bed62f7a2'} 11/07/2024 02:31:46.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:46.138 7fe46de88e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e97d4f94-63fb-439d-a014-5b702068f369 object_type = hardware identifier_name = juniper-qfx10008 url = https://10.0.0.49:8082/hardware/e97d4f94-63fb-439d-a014-5b702068f369 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "fq_name": ["juniper-qfx10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:46.147 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10008'], 'oper': 'UPDATE', 'request-id': 'req-86c4ed89-a654-4be4-8987-864a3ad6f977', 'type': 'hardware', 'uuid': 'e97d4f94-63fb-439d-a014-5b702068f369'} 11/07/2024 02:31:46.243 7fe46dcb7b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 26af5cc4-535f-45fc-9202-3abfc9fe6c7b object_type = hardware identifier_name = juniper-vqfx-10000 url = https://10.0.0.49:8082/hardware/26af5cc4-535f-45fc-9202-3abfc9fe6c7b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "fq_name": ["juniper-vqfx-10000"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:46.251 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vqfx-10000'], 'oper': 'UPDATE', 'request-id': 'req-dc5d55a5-a718-493d-a1bc-bff06cc14afb', 'type': 'hardware', 'uuid': '26af5cc4-535f-45fc-9202-3abfc9fe6c7b'} 11/07/2024 02:31:46.351 7fe46df49f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0423f25b-c754-4b32-b220-de18f831b363 object_type = hardware identifier_name = juniper-mx80 url = https://10.0.0.49:8082/hardware/0423f25b-c754-4b32-b220-de18f831b363 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0423f25b-c754-4b32-b220-de18f831b363", "fq_name": ["juniper-mx80"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:46.362 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80'], 'oper': 'UPDATE', 'request-id': 'req-ff18f3f3-91d9-4355-a646-6e04e266bd62', 'type': 'hardware', 'uuid': '0423f25b-c754-4b32-b220-de18f831b363'} 11/07/2024 02:31:46.465 7fe46dc938d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 68bfa83f-2753-461c-9dce-b9f3464c234c object_type = hardware identifier_name = juniper-mx80-48t url = https://10.0.0.49:8082/hardware/68bfa83f-2753-461c-9dce-b9f3464c234c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "fq_name": ["juniper-mx80-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:46.473 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80-48t'], 'oper': 'UPDATE', 'request-id': 'req-45834f02-7cd5-4c1c-8996-476469cf83e1', 'type': 'hardware', 'uuid': '68bfa83f-2753-461c-9dce-b9f3464c234c'} 11/07/2024 02:31:46.574 7fe46dea9ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 33f16db1-08a6-4377-9060-f894b4aafda4 object_type = hardware identifier_name = juniper-mx204 url = https://10.0.0.49:8082/hardware/33f16db1-08a6-4377-9060-f894b4aafda4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "fq_name": ["juniper-mx204"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:46.585 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx204'], 'oper': 'UPDATE', 'request-id': 'req-d8a39820-1713-4dd1-8a3c-ebed3c1c8697', 'type': 'hardware', 'uuid': '33f16db1-08a6-4377-9060-f894b4aafda4'} 11/07/2024 02:31:46.686 7fe46d8e5240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd25932c-6fe2-438c-96d7-998c27af28af object_type = hardware identifier_name = juniper-mx240 url = https://10.0.0.49:8082/hardware/fd25932c-6fe2-438c-96d7-998c27af28af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "fq_name": ["juniper-mx240"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:46.696 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx240'], 'oper': 'UPDATE', 'request-id': 'req-656a428d-862d-4cfb-b3b2-f38cd7df9b45', 'type': 'hardware', 'uuid': 'fd25932c-6fe2-438c-96d7-998c27af28af'} 11/07/2024 02:31:46.790 7fe46de88630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0389f738-89c0-4f53-a7bd-56569482be43 object_type = hardware identifier_name = juniper-mx480 url = https://10.0.0.49:8082/hardware/0389f738-89c0-4f53-a7bd-56569482be43 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "fq_name": ["juniper-mx480"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:46.798 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx480'], 'oper': 'UPDATE', 'request-id': 'req-c59de94c-6f58-40ea-b29c-3839a9398fcf', 'type': 'hardware', 'uuid': '0389f738-89c0-4f53-a7bd-56569482be43'} 11/07/2024 02:31:46.899 7fe46df68630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9618fd20-e6e6-4d9c-b295-14b0316300af object_type = hardware identifier_name = juniper-mx960 url = https://10.0.0.49:8082/hardware/9618fd20-e6e6-4d9c-b295-14b0316300af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "fq_name": ["juniper-mx960"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:46.908 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx960'], 'oper': 'UPDATE', 'request-id': 'req-c423be89-3eb6-4b5e-b0ca-e6525ab2467e', 'type': 'hardware', 'uuid': '9618fd20-e6e6-4d9c-b295-14b0316300af'} 11/07/2024 02:31:47.006 7fe46df3b780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 object_type = hardware identifier_name = juniper-mx2008 url = https://10.0.0.49:8082/hardware/c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "fq_name": ["juniper-mx2008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:47.014 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2008'], 'oper': 'UPDATE', 'request-id': 'req-6c4c0c74-0f12-443d-a220-b3894ff36ab3', 'type': 'hardware', 'uuid': 'c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5'} 11/07/2024 02:31:47.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:47.119 7fe46da36f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c7e966eb-8a0a-421b-b740-9f9df7ad1c77 object_type = hardware identifier_name = juniper-mx2010 url = https://10.0.0.49:8082/hardware/c7e966eb-8a0a-421b-b740-9f9df7ad1c77 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "fq_name": ["juniper-mx2010"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:47.128 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2010'], 'oper': 'UPDATE', 'request-id': 'req-8f62bb6c-25ef-4266-8273-3a3916a2ac58', 'type': 'hardware', 'uuid': 'c7e966eb-8a0a-421b-b740-9f9df7ad1c77'} 11/07/2024 02:31:47.226 7fe46d8c74e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf0608bd-3a72-46c0-af0b-c272778c736c object_type = hardware identifier_name = juniper-mx2020 url = https://10.0.0.49:8082/hardware/bf0608bd-3a72-46c0-af0b-c272778c736c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "fq_name": ["juniper-mx2020"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:47.234 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2020'], 'oper': 'UPDATE', 'request-id': 'req-9861565c-5797-4911-a990-68d6e0d1406d', 'type': 'hardware', 'uuid': 'bf0608bd-3a72-46c0-af0b-c272778c736c'} 11/07/2024 02:31:47.334 7fe47584ce10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 object_type = hardware identifier_name = juniper-mx10003 url = https://10.0.0.49:8082/hardware/f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "fq_name": ["juniper-mx10003"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:47.343 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx10003'], 'oper': 'UPDATE', 'request-id': 'req-a9acffa2-9c69-4c7f-9ac9-fa389ce240dc', 'type': 'hardware', 'uuid': 'f234fa20-3dd5-4f22-bc86-4c1e2e279bd5'} 11/07/2024 02:31:47.443 7fe46dea9ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0cf56917-0fea-454e-84f2-cdf01c8bb067 object_type = hardware identifier_name = juniper-jnp10008 url = https://10.0.0.49:8082/hardware/0cf56917-0fea-454e-84f2-cdf01c8bb067 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "fq_name": ["juniper-jnp10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:47.451 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10008'], 'oper': 'UPDATE', 'request-id': 'req-4ab227d3-1ffb-4999-a912-fdb8bed319e1', 'type': 'hardware', 'uuid': '0cf56917-0fea-454e-84f2-cdf01c8bb067'} 11/07/2024 02:31:47.550 7fe46dd900f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e3fc4483-abbe-451f-aa39-a4aff4476187 object_type = hardware identifier_name = juniper-jnp10016 url = https://10.0.0.49:8082/hardware/e3fc4483-abbe-451f-aa39-a4aff4476187 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "fq_name": ["juniper-jnp10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:47.559 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10016'], 'oper': 'UPDATE', 'request-id': 'req-3c8380d9-d9a3-4367-9ed3-121a691f0152', 'type': 'hardware', 'uuid': 'e3fc4483-abbe-451f-aa39-a4aff4476187'} 11/07/2024 02:31:47.659 7fe46ed22e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3973797-34d8-49d4-95b4-30df06256c6e object_type = hardware identifier_name = juniper-vmx url = https://10.0.0.49:8082/hardware/d3973797-34d8-49d4-95b4-30df06256c6e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "fq_name": ["juniper-vmx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:47.667 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vmx'], 'oper': 'UPDATE', 'request-id': 'req-f972a13d-3d68-4893-9103-c4a101110ae0', 'type': 'hardware', 'uuid': 'd3973797-34d8-49d4-95b4-30df06256c6e'} 11/07/2024 02:31:47.766 7fe46dd90ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb970d87-db82-4005-8700-962a40c2e31d object_type = hardware identifier_name = juniper-srx5400 url = https://10.0.0.49:8082/hardware/fb970d87-db82-4005-8700-962a40c2e31d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "fq_name": ["juniper-srx5400"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:47.774 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5400'], 'oper': 'UPDATE', 'request-id': 'req-5718203d-bfa3-4bbd-9292-ef02d096d6a4', 'type': 'hardware', 'uuid': 'fb970d87-db82-4005-8700-962a40c2e31d'} 11/07/2024 02:31:47.870 7fe46df46ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6457b9f7-51f0-430a-a150-5ae208362781 object_type = hardware identifier_name = juniper-srx5600 url = https://10.0.0.49:8082/hardware/6457b9f7-51f0-430a-a150-5ae208362781 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "fq_name": ["juniper-srx5600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:47.879 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5600'], 'oper': 'UPDATE', 'request-id': 'req-54ffb03f-99f5-4732-96ec-88dd0f5b4392', 'type': 'hardware', 'uuid': '6457b9f7-51f0-430a-a150-5ae208362781'} 11/07/2024 02:31:47.975 7fe46e038048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0a203d47-b5d7-48fc-af06-3571bddc0098 object_type = hardware identifier_name = juniper-srx4600 url = https://10.0.0.49:8082/hardware/0a203d47-b5d7-48fc-af06-3571bddc0098 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "fq_name": ["juniper-srx4600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:47.984 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4600'], 'oper': 'UPDATE', 'request-id': 'req-668d02d5-18e2-4dea-ac69-86116c5c780a', 'type': 'hardware', 'uuid': '0a203d47-b5d7-48fc-af06-3571bddc0098'} 11/07/2024 02:31:48.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:48.086 7fe46df29588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50ee3c64-e89c-47f1-bff1-80e448d9121b object_type = hardware identifier_name = juniper-srx4100 url = https://10.0.0.49:8082/hardware/50ee3c64-e89c-47f1-bff1-80e448d9121b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "fq_name": ["juniper-srx4100"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:48.094 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4100'], 'oper': 'UPDATE', 'request-id': 'req-610113d9-eb28-4653-b12a-75a0b24c25dd', 'type': 'hardware', 'uuid': '50ee3c64-e89c-47f1-bff1-80e448d9121b'} 11/07/2024 02:31:48.194 7fe46db9d240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0e56d147-d28a-4670-8703-2dac4ec219ef object_type = hardware identifier_name = juniper-srx1500 url = https://10.0.0.49:8082/hardware/0e56d147-d28a-4670-8703-2dac4ec219ef operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "fq_name": ["juniper-srx1500"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:48.202 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx1500'], 'oper': 'UPDATE', 'request-id': 'req-a8fdccc0-eeb5-40e5-be75-3acc61032056', 'type': 'hardware', 'uuid': '0e56d147-d28a-4670-8703-2dac4ec219ef'} 11/07/2024 02:31:48.298 7fe46d93e630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5701a594-5475-4388-bc3d-5ffd8c2844cd object_type = hardware identifier_name = juniper-srx240h-poe url = https://10.0.0.49:8082/hardware/5701a594-5475-4388-bc3d-5ffd8c2844cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "fq_name": ["juniper-srx240h-poe"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:48.306 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx240h-poe'], 'oper': 'UPDATE', 'request-id': 'req-7b3c4d8c-9585-4ee9-a315-7e58367c360b', 'type': 'hardware', 'uuid': '5701a594-5475-4388-bc3d-5ffd8c2844cd'} 11/07/2024 02:31:48.406 7fe46ee698d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 object_type = hardware identifier_name = juniper-srx5800 url = https://10.0.0.49:8082/hardware/6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "fq_name": ["juniper-srx5800"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:48.415 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5800'], 'oper': 'UPDATE', 'request-id': 'req-086314a8-473b-46cd-8088-c8b8bbcbd656', 'type': 'hardware', 'uuid': '6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2'} 11/07/2024 02:31:48.509 7fe46d93e978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89e593ec-fd30-4eb7-b5d6-eb5b76da460c object_type = hardware identifier_name = juniper-srx4200 url = https://10.0.0.49:8082/hardware/89e593ec-fd30-4eb7-b5d6-eb5b76da460c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "fq_name": ["juniper-srx4200"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:48.518 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4200'], 'oper': 'UPDATE', 'request-id': 'req-d87e29bf-53f7-4f5c-b708-8a285138029d', 'type': 'hardware', 'uuid': '89e593ec-fd30-4eb7-b5d6-eb5b76da460c'} 11/07/2024 02:31:48.622 7fe46da3ac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5725d6f5-b9df-4efb-bb13-c34c205775a4 object_type = hardware identifier_name = juniper-vsrx url = https://10.0.0.49:8082/hardware/5725d6f5-b9df-4efb-bb13-c34c205775a4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "fq_name": ["juniper-vsrx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:48.630 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vsrx'], 'oper': 'UPDATE', 'request-id': 'req-b627035f-1702-4614-8b26-fcedd019a176', 'type': 'hardware', 'uuid': '5725d6f5-b9df-4efb-bb13-c34c205775a4'} 11/07/2024 02:31:48.726 7fe46db3b828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86eee787-5718-44dc-84cf-17ab0a275490 object_type = feature identifier_name = default-global-system-config:underlay-ip-clos url = https://10.0.0.49:8082/feature/86eee787-5718-44dc-84cf-17ab0a275490 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "fq_name": ["default-global-system-config", "underlay-ip-clos"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:48.735 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'underlay-ip-clos'], 'oper': 'UPDATE', 'request-id': 'req-6ddf4cf8-84c8-40d4-b8f9-2a400bcb82f9', 'type': 'feature', 'uuid': '86eee787-5718-44dc-84cf-17ab0a275490'} 11/07/2024 02:31:48.830 7fe474af24e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb45a340-532e-471d-8f0a-291569282b15 object_type = feature identifier_name = default-global-system-config:overlay-bgp url = https://10.0.0.49:8082/feature/fb45a340-532e-471d-8f0a-291569282b15 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "fb45a340-532e-471d-8f0a-291569282b15", "fq_name": ["default-global-system-config", "overlay-bgp"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:48.837 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'overlay-bgp'], 'oper': 'UPDATE', 'request-id': 'req-e7d69ac5-ee78-415d-813d-d8fb35a466f3', 'type': 'feature', 'uuid': 'fb45a340-532e-471d-8f0a-291569282b15'} 11/07/2024 02:31:48.935 7fe46dea9b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1de6e9e1-19ee-4a38-a94c-5cfc99246ded object_type = feature identifier_name = default-global-system-config:l2-gateway url = https://10.0.0.49:8082/feature/1de6e9e1-19ee-4a38-a94c-5cfc99246ded operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "fq_name": ["default-global-system-config", "l2-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:48.943 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l2-gateway'], 'oper': 'UPDATE', 'request-id': 'req-2aa86df0-a7e9-42b4-b4e1-615f673e5d59', 'type': 'feature', 'uuid': '1de6e9e1-19ee-4a38-a94c-5cfc99246ded'} 11/07/2024 02:31:49.042 7fe46de43e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 object_type = feature identifier_name = default-global-system-config:l3-gateway url = https://10.0.0.49:8082/feature/e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "fq_name": ["default-global-system-config", "l3-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:49.050 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-24e3691f-a0d9-4e4f-8702-97859589882f', 'type': 'feature', 'uuid': 'e86b957c-2c5b-4ea4-bb9d-5178bc8f8592'} 11/07/2024 02:31:49.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:49.151 7fe46ef74198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ce754582-8dee-462c-b557-c4829be74c27 object_type = feature identifier_name = default-global-system-config:vn-interconnect url = https://10.0.0.49:8082/feature/ce754582-8dee-462c-b557-c4829be74c27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ce754582-8dee-462c-b557-c4829be74c27", "fq_name": ["default-global-system-config", "vn-interconnect"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:49.163 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vn-interconnect'], 'oper': 'UPDATE', 'request-id': 'req-86d41c94-9900-4601-9ab4-b1459391f8fc', 'type': 'feature', 'uuid': 'ce754582-8dee-462c-b557-c4829be74c27'} 11/07/2024 02:31:49.257 7fe46dd902e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75a756f7-6687-4306-a372-653b835b7a63 object_type = feature identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/feature/75a756f7-6687-4306-a372-653b835b7a63 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "75a756f7-6687-4306-a372-653b835b7a63", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:49.265 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-c4200f05-4d67-43a7-940a-ef62c8172c56', 'type': 'feature', 'uuid': '75a756f7-6687-4306-a372-653b835b7a63'} 11/07/2024 02:31:49.367 7fe46de95978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8d716e60-7319-4f9f-a0db-1f8fd86d6186 object_type = feature identifier_name = default-global-system-config:assisted-replicator url = https://10.0.0.49:8082/feature/8d716e60-7319-4f9f-a0db-1f8fd86d6186 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "fq_name": ["default-global-system-config", "assisted-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:49.377 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-e06781db-edba-4cd2-a4ef-a3e1412de5f4', 'type': 'feature', 'uuid': '8d716e60-7319-4f9f-a0db-1f8fd86d6186'} 11/07/2024 02:31:49.478 7fe46dcc0438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5b262e15-6ed7-4a11-8a7d-e371f26caf53 object_type = feature identifier_name = default-global-system-config:port-profile url = https://10.0.0.49:8082/feature/5b262e15-6ed7-4a11-8a7d-e371f26caf53 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "fq_name": ["default-global-system-config", "port-profile"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:49.486 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'port-profile'], 'oper': 'UPDATE', 'request-id': 'req-e3d6c2e3-261c-4d47-91c3-be62b39dec6a', 'type': 'feature', 'uuid': '5b262e15-6ed7-4a11-8a7d-e371f26caf53'} 11/07/2024 02:31:49.582 7fe46db1d2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ccbfbdbc-d047-4336-a621-25f8b481bd0d object_type = feature identifier_name = default-global-system-config:telemetry url = https://10.0.0.49:8082/feature/ccbfbdbc-d047-4336-a621-25f8b481bd0d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "fq_name": ["default-global-system-config", "telemetry"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:49.592 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'telemetry'], 'oper': 'UPDATE', 'request-id': 'req-af907365-fcd4-4834-b247-684b5412bb4d', 'type': 'feature', 'uuid': 'ccbfbdbc-d047-4336-a621-25f8b481bd0d'} 11/07/2024 02:31:49.690 7fe46de952e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eeea45e9-bfe3-40ce-895c-3f47710c1d81 object_type = feature identifier_name = default-global-system-config:firewall url = https://10.0.0.49:8082/feature/eeea45e9-bfe3-40ce-895c-3f47710c1d81 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "fq_name": ["default-global-system-config", "firewall"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:49.699 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'firewall'], 'oper': 'UPDATE', 'request-id': 'req-d05aab44-4cdc-4f16-beec-9e799d47ea7a', 'type': 'feature', 'uuid': 'eeea45e9-bfe3-40ce-895c-3f47710c1d81'} 11/07/2024 02:31:49.800 7fe46dd90048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1a62bd7d-9bf9-4de3-8861-9421862d8b83 object_type = feature identifier_name = default-global-system-config:infra-bms-access url = https://10.0.0.49:8082/feature/1a62bd7d-9bf9-4de3-8861-9421862d8b83 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "fq_name": ["default-global-system-config", "infra-bms-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:49.811 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'infra-bms-access'], 'oper': 'UPDATE', 'request-id': 'req-aaa058f2-6721-4d37-9b65-7cec3ece8a86', 'type': 'feature', 'uuid': '1a62bd7d-9bf9-4de3-8861-9421862d8b83'} 11/07/2024 02:31:49.906 7fe46d9f1f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86490f57-fc6b-4c66-8c9e-b8ab56611249 object_type = feature identifier_name = default-global-system-config:pnf-service-chaining url = https://10.0.0.49:8082/feature/86490f57-fc6b-4c66-8c9e-b8ab56611249 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "fq_name": ["default-global-system-config", "pnf-service-chaining"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:49.915 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-service-chaining'], 'oper': 'UPDATE', 'request-id': 'req-196ec64e-db28-4776-9265-4c59b63af5c0', 'type': 'feature', 'uuid': '86490f57-fc6b-4c66-8c9e-b8ab56611249'} 11/07/2024 02:31:50.010 7fe46dd90438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a74dd4b0-ec84-40de-89b8-037c2bad424e object_type = physical_role identifier_name = default-global-system-config:leaf url = https://10.0.0.49:8082/physical-role/a74dd4b0-ec84-40de-89b8-037c2bad424e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "fq_name": ["default-global-system-config", "leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:50.018 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'leaf'], 'oper': 'UPDATE', 'request-id': 'req-7890212a-9322-48dd-a758-a41f3deaa4f8', 'type': 'physical_role', 'uuid': 'a74dd4b0-ec84-40de-89b8-037c2bad424e'} 11/07/2024 02:31:50.059 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:50.122 7fe46d8dd4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e848e994-4f62-4c2f-9140-8d66298c2a16 object_type = physical_role identifier_name = default-global-system-config:spine url = https://10.0.0.49:8082/physical-role/e848e994-4f62-4c2f-9140-8d66298c2a16 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "fq_name": ["default-global-system-config", "spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:50.134 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'spine'], 'oper': 'UPDATE', 'request-id': 'req-5a7484b4-b4fc-4943-afa2-f9daa0a1e905', 'type': 'physical_role', 'uuid': 'e848e994-4f62-4c2f-9140-8d66298c2a16'} 11/07/2024 02:31:50.230 7fe46df68ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 165fc8b2-b498-425c-b9ca-c497dfb8ecb8 object_type = physical_role identifier_name = default-global-system-config:superspine url = https://10.0.0.49:8082/physical-role/165fc8b2-b498-425c-b9ca-c497dfb8ecb8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "fq_name": ["default-global-system-config", "superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:50.237 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'superspine'], 'oper': 'UPDATE', 'request-id': 'req-f56584a8-d031-4ff8-a46c-70992ab8312a', 'type': 'physical_role', 'uuid': '165fc8b2-b498-425c-b9ca-c497dfb8ecb8'} 11/07/2024 02:31:50.334 7fe46e926d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 object_type = physical_role identifier_name = default-global-system-config:pnf url = https://10.0.0.49:8082/physical-role/50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "fq_name": ["default-global-system-config", "pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:50.343 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf'], 'oper': 'UPDATE', 'request-id': 'req-748b3e4b-4371-45b7-b625-44adad68f711', 'type': 'physical_role', 'uuid': '50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441'} 11/07/2024 02:31:50.442 7fe46eba7780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3f7f21d-5131-42c5-902a-2870b9f2a440 object_type = overlay_role identifier_name = default-global-system-config:erb-ucast-gateway url = https://10.0.0.49:8082/overlay-role/d3f7f21d-5131-42c5-902a-2870b9f2a440 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "fq_name": ["default-global-system-config", "erb-ucast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:50.453 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-ucast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-f674c003-dee4-4e9e-bf46-15592400902f', 'type': 'overlay_role', 'uuid': 'd3f7f21d-5131-42c5-902a-2870b9f2a440'} 11/07/2024 02:31:50.555 7fe46dd90438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 63cfa342-76cd-4a56-8157-14c328560d48 object_type = overlay_role identifier_name = default-global-system-config:crb-access url = https://10.0.0.49:8082/overlay-role/63cfa342-76cd-4a56-8157-14c328560d48 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "fq_name": ["default-global-system-config", "crb-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:50.562 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access'], 'oper': 'UPDATE', 'request-id': 'req-79e4c876-3edc-43f9-a0ac-b61958ab9b83', 'type': 'overlay_role', 'uuid': '63cfa342-76cd-4a56-8157-14c328560d48'} 11/07/2024 02:31:50.662 7fe46dfa2048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:50.669 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-c7ec044d-adf5-43db-816b-40cbb884d627', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:31:50.766 7fe46e019588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22353762-4f58-4a71-b3b7-a794e3f85f0c object_type = overlay_role identifier_name = default-global-system-config:crb-gateway url = https://10.0.0.49:8082/overlay-role/22353762-4f58-4a71-b3b7-a794e3f85f0c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "fq_name": ["default-global-system-config", "crb-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:50.776 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway'], 'oper': 'UPDATE', 'request-id': 'req-c545a1d6-c4b1-4d84-8dc7-0e250f9ccc33', 'type': 'overlay_role', 'uuid': '22353762-4f58-4a71-b3b7-a794e3f85f0c'} 11/07/2024 02:31:50.874 7fe46da3a048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b378a518-ae07-482d-a546-abc7a34ff5ed object_type = overlay_role identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/overlay-role/b378a518-ae07-482d-a546-abc7a34ff5ed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:50.882 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-14ec1c6e-46b4-42cc-a609-3afcb4cd7862', 'type': 'overlay_role', 'uuid': 'b378a518-ae07-482d-a546-abc7a34ff5ed'} 11/07/2024 02:31:50.986 7fe46dd3e588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:50.996 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-e11ed6e5-f0eb-418a-96bb-d89bbfd2e057', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:31:51.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:51.102 7fe46defe828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc804de-3a25-4176-a505-11fd99f99b89 object_type = overlay_role identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/overlay-role/7fc804de-3a25-4176-a505-11fd99f99b89 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:51.110 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-6175f4a0-a228-404e-9c16-6834807d682e', 'type': 'overlay_role', 'uuid': '7fc804de-3a25-4176-a505-11fd99f99b89'} 11/07/2024 02:31:51.206 7fe46d8dd4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f46a292-5727-44c4-b5cc-dbb399d63dc0 object_type = overlay_role identifier_name = default-global-system-config:dci-gateway url = https://10.0.0.49:8082/overlay-role/3f46a292-5727-44c4-b5cc-dbb399d63dc0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "fq_name": ["default-global-system-config", "dci-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:51.214 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway'], 'oper': 'UPDATE', 'request-id': 'req-0250b695-2e9c-40cc-8304-a14884a7b91e', 'type': 'overlay_role', 'uuid': '3f46a292-5727-44c4-b5cc-dbb399d63dc0'} 11/07/2024 02:31:51.312 7fe46e019048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c288d8d5-0400-434c-9648-973298c28dd2 object_type = overlay_role identifier_name = default-global-system-config:ar-client url = https://10.0.0.49:8082/overlay-role/c288d8d5-0400-434c-9648-973298c28dd2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "fq_name": ["default-global-system-config", "ar-client"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:51.321 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client'], 'oper': 'UPDATE', 'request-id': 'req-1669b586-df8d-420b-a26a-d3fbb2a73d0f', 'type': 'overlay_role', 'uuid': 'c288d8d5-0400-434c-9648-973298c28dd2'} 11/07/2024 02:31:51.423 7fe46e926e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6aae65f-b0d6-44b6-b1f5-b2adbff6debe object_type = overlay_role identifier_name = default-global-system-config:ar-replicator url = https://10.0.0.49:8082/overlay-role/c6aae65f-b0d6-44b6-b1f5-b2adbff6debe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "fq_name": ["default-global-system-config", "ar-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:51.432 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator'], 'oper': 'UPDATE', 'request-id': 'req-4d26d921-94d0-43b4-9850-648299bbf5e4', 'type': 'overlay_role', 'uuid': 'c6aae65f-b0d6-44b6-b1f5-b2adbff6debe'} 11/07/2024 02:31:51.534 7fe46d9f1b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c24f6c68-2b22-4d05-9215-bd5f4e97144e object_type = overlay_role identifier_name = default-global-system-config:route-reflector url = https://10.0.0.49:8082/overlay-role/c24f6c68-2b22-4d05-9215-bd5f4e97144e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "fq_name": ["default-global-system-config", "route-reflector"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:51.542 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'route-reflector'], 'oper': 'UPDATE', 'request-id': 'req-897f3605-2d5c-4e41-bc54-3bee647d69c8', 'type': 'overlay_role', 'uuid': 'c24f6c68-2b22-4d05-9215-bd5f4e97144e'} 11/07/2024 02:31:51.639 7fe46de952e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d04e3467-16c7-4d34-8a16-54db9f2dbd6d object_type = overlay_role identifier_name = default-global-system-config:lean url = https://10.0.0.49:8082/overlay-role/d04e3467-16c7-4d34-8a16-54db9f2dbd6d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "fq_name": ["default-global-system-config", "lean"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:51.648 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean'], 'oper': 'UPDATE', 'request-id': 'req-cc9608d4-8c46-4960-b9ea-cc0fe13c232e', 'type': 'overlay_role', 'uuid': 'd04e3467-16c7-4d34-8a16-54db9f2dbd6d'} 11/07/2024 02:31:51.742 7fe46df796d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7c98b4ba-9792-4adc-bbe5-814de08ee193 object_type = overlay_role identifier_name = default-global-system-config:pnf-servicechain url = https://10.0.0.49:8082/overlay-role/7c98b4ba-9792-4adc-bbe5-814de08ee193 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "fq_name": ["default-global-system-config", "pnf-servicechain"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:51.751 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain'], 'oper': 'UPDATE', 'request-id': 'req-06e3e5f7-ce3b-43e8-b21a-8ecae5aeb363', 'type': 'overlay_role', 'uuid': '7c98b4ba-9792-4adc-bbe5-814de08ee193'} 11/07/2024 02:31:51.854 7fe474c8beb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/role-definition/7fc7bdca-a972-42e0-b02b-f14221ab24ff operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "fq_name": ["default-global-system-config", "erb-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:51.862 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c2d3ab12-00a7-4796-bed2-bb1ff904cc8f', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:31:51.966 7fe46de58ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/role-definition/6d675ed2-da72-4f70-b970-60c581a40246 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "fq_name": ["default-global-system-config", "crb-access-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:51.973 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4e975768-cce9-4949-901e-c378de44ec67', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:31:52.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:52.070 7fe46df49978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/role-definition/12313f49-601a-4c77-a56c-14c5faa0a0f7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "fq_name": ["default-global-system-config", "crb-access-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:52.079 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-0f8950eb-2c75-4c1d-a2b1-eebf2470b573', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:31:52.174 7fe46dfdd630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/role-definition/3e74d541-ffa4-4b60-a80c-f7d30e81267e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "fq_name": ["default-global-system-config", "crb-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:52.182 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-4087cff4-b736-4d4a-899c-48d0e525f2f0', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:31:52.279 7fe46e92c6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/role-definition/8713bf0b-c920-4bfc-b102-24ff9e8a9a56 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "fq_name": ["default-global-system-config", "crb-mcast-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:52.287 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-87a66bee-836b-456d-925a-125e01c8daaf', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:31:52.386 7fe46deed198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/role-definition/3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:52.396 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-5c9d7f26-22fe-4237-ac6a-b483d2f82424', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:31:52.494 7fe46db6df60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/role-definition/9ed12178-e668-406f-ae82-6504f36818d2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "fq_name": ["default-global-system-config", "dc-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:52.503 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-eb40b868-db9f-457c-accc-84542b6fae9e', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:31:52.598 7fe46db6d978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/role-definition/cf632c77-302b-45f8-8a3b-d2c6bdc298dd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "fq_name": ["default-global-system-config", "dci-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:52.607 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-fcbd7d31-ab0b-4339-af7b-19615dfae2bc', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:31:52.707 7fe46e019438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/role-definition/a17e9751-f0f6-45fd-b3cd-99d3deac46c3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "fq_name": ["default-global-system-config", "crb-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:52.715 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-bceccb8c-8cbd-4c0f-a08a-46d104dbac51', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:31:52.810 7fe46d8e5eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/role-definition/2c3ab7f0-4324-4cf5-8453-7f3e989086e1 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "fq_name": ["default-global-system-config", "crb-mcast-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:52.820 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-79e27e4f-dbe1-4f44-968f-cf9598bcbf37', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:31:52.915 7fe47584cc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/role-definition/89eb9636-66e1-4865-b82c-0b460ab6c686 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "fq_name": ["default-global-system-config", "dc-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:52.923 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-71be229a-1abb-4316-be39-9348885c744e', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:31:53.022 7fe46d8e5780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/role-definition/8daef5e4-651d-4fd2-adcc-93dc9b88931e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "fq_name": ["default-global-system-config", "dci-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:53.030 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5a8bf8e4-b705-4c2b-92db-1bce0839f1cf', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:31:53.063 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:53.131 7fe46ddf4b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/role-definition/53bde039-5adb-4b1a-9c0f-03b8c73e978b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "fq_name": ["default-global-system-config", "ar-client-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:53.143 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3f4a40eb-76b4-48c4-822b-da498d3c545c', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:31:53.234 7fe46da36240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/role-definition/fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "fq_name": ["default-global-system-config", "ar-client-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:53.243 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-c34c1493-4ce9-4724-82cc-a7a14d4675fb', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:31:53.338 7fe46da36780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/role-definition/b3a5a11a-9058-47cc-bbca-b92e18e00063 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "fq_name": ["default-global-system-config", "ar-replicator-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:53.348 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-68159045-3ca1-4c45-adf1-61b6e21c3e8d', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:31:53.451 7fe46defe2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/role-definition/700f730d-b72d-4b6a-914f-f46880b46dbf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "fq_name": ["default-global-system-config", "ar-replicator-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:53.462 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-0b2585b4-38ad-4abe-b3fc-f508d4ee8b53', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:31:53.563 7fe46de6cc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/role-definition/a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "fq_name": ["default-global-system-config", "rr-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:53.573 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-827ea11b-d190-49ab-89a3-786d0e4fa767', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:31:53.671 7fe46d93ae10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/role-definition/337a1ec4-253f-4efd-8e31-d650bdfab64e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "fq_name": ["default-global-system-config", "rr-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:53.680 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-9ecdf5f2-1f46-4f59-9ef9-b24cac0f2c3c', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:31:53.775 7fe46def1d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/role-definition/05c8ab04-e527-47bf-bd06-cfc7e4f72383 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "fq_name": ["default-global-system-config", "rr-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:53.786 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0f97f4ef-de35-49bf-90b0-c744b1e9e663', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:31:53.883 7fe46dfda978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/role-definition/c3369dc6-8fd8-476e-920f-39bfe42b1a18 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "fq_name": ["default-global-system-config", "lean-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:53.892 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-c9d7b214-06f5-4877-a275-43090bbd39bf', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:31:53.986 7fe46dc93048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/role-definition/887c905f-12cf-4707-abe5-25641ff7994a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "fq_name": ["default-global-system-config", "lean-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:53.998 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-7faddb1b-6ea7-4222-a259-28c227793722', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:31:54.065 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:54.090 7fe46de43f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/role-definition/eae130b1-c96e-47dc-a63a-0b04d4515815 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "fq_name": ["default-global-system-config", "pnf-servicechain-pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:54.101 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-73e2bc61-3faf-4d5a-82ad-4c5858d589ae', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:31:54.194 7fe46dfdd390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/role-definition/c0916b85-cd5b-435c-a8c9-02a9a6f51769 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "fq_name": ["default-global-system-config", "pnf-servicechain-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:54.203 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-cc1b253b-b43e-4c89-bf90-5916aca5cc6f', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:31:54.299 7fe46d8e5ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/role-definition/0fab1b56-dc54-446c-9c4a-a2017c20792f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "fq_name": ["default-global-system-config", "pnf-servicechain-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:54.307 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f1fe938e-41c6-481d-ac36-b7c39e98c69b', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:31:54.403 7fe46de73eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 71100362-52d5-49e1-a5ec-dc34d5fd4103 object_type = feature_config identifier_name = default-global-system-config:erb-leaf:l3-gateway url = https://10.0.0.49:8082/feature-config/71100362-52d5-49e1-a5ec-dc34d5fd4103 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "71100362-52d5-49e1-a5ec-dc34d5fd4103", "fq_name": ["default-global-system-config", "erb-leaf", "l3-gateway"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "use_gateway_ip", "value": "True"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:54.411 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-1d0d93f8-572f-4959-9faa-95d79dc6a01d', 'type': 'feature_config', 'uuid': '71100362-52d5-49e1-a5ec-dc34d5fd4103'} 11/07/2024 02:31:54.506 7fe46de6cb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 998f5f5b-dac6-428e-afc9-e111ce9c84e2 object_type = feature_config identifier_name = default-global-system-config:ar-client-spine:assisted-replicator url = https://10.0.0.49:8082/feature-config/998f5f5b-dac6-428e-afc9-e111ce9c84e2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "998f5f5b-dac6-428e-afc9-e111ce9c84e2", "fq_name": ["default-global-system-config", "ar-client-spine", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:54.514 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-f2ea62f2-1cd3-4fcb-8dd9-7125c2651d16', 'type': 'feature_config', 'uuid': '998f5f5b-dac6-428e-afc9-e111ce9c84e2'} 11/07/2024 02:31:54.614 7fe46dfda978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0867534b-2dea-408b-9d48-f35498eb53fa object_type = feature_config identifier_name = default-global-system-config:ar-client-leaf:assisted-replicator url = https://10.0.0.49:8082/feature-config/0867534b-2dea-408b-9d48-f35498eb53fa operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "0867534b-2dea-408b-9d48-f35498eb53fa", "fq_name": ["default-global-system-config", "ar-client-leaf", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:54.622 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-53e6f658-4b91-4f11-be4b-85adca40433f', 'type': 'feature_config', 'uuid': '0867534b-2dea-408b-9d48-f35498eb53fa'} 11/07/2024 02:31:54.719 7fe46dd9ccc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/node-profile/edd9d036-a7db-418b-9e5f-80c0fc6adf9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:54.727 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-c950f26f-24ba-4e6a-9ca7-fe96e85022f4', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:31:54.827 7fe46dcc0d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/node-profile/dda2834b-74c3-40b2-ae88-30651406dace operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "fq_name": ["default-global-system-config", "juniper-qfx5k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:54.835 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-3193cf6e-2747-458f-b791-4471a9f9f004', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:31:54.934 7fe46ef2a048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/node-profile/134314c5-c9a5-480a-8822-b05c25e74d1b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["Route-Reflector", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector", "AR-Client", "AR-Replicator"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:54.948 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-485034b8-6941-4b3e-b9c9-c7802bea21f1', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:31:55.047 7fe46d93e828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/node-profile/5c345570-baa6-4cca-aadb-a909315de17a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "fq_name": ["default-global-system-config", "juniper-qfx5120"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector", "AR-Client", "ERB-UCAST-Gateway", "CRB-Gateway", "PNF-Servicechain"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "Route-Reflector", "PNF-Servicechain", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:55.058 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-ae155782-7dfe-4696-9db2-e0a8331fa5ee', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:31:55.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:55.155 7fe46de6c588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/node-profile/4b759c70-b6f4-41cc-9597-4b44bc8e1cbb operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "fq_name": ["default-global-system-config", "juniper-qfx5220"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:55.167 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-5c5252e2-7740-4494-89a7-14b94550de8f', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:31:55.262 7fe46defe630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/node-profile/f5d47ce2-0539-4c22-a861-529351f95857 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "fq_name": ["default-global-system-config", "juniper-qfx10k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:55.271 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-f92d0836-421e-45f3-bd5f-b9e6b828e6a8', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:31:55.369 7fe46da3aa20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/node-profile/fe87400f-2ffc-41ed-88dc-afd60e9b609b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "fq_name": ["default-global-system-config", "juniper-mx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:55.378 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-924add8a-cb27-4479-84e5-127e1e67b250', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:31:55.478 7fe46dcc0f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/node-profile/096a2735-e7c1-4b17-a7a3-a7bb6faa62af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "fq_name": ["default-global-system-config", "juniper-srx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": false, "node_profile_roles": {"role_mappings": [{"physical_role": "pnf", "rb_roles": ["PNF-Servicechain"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:55.488 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-4c0a4422-4158-4cd0-88f4-140080ea498d', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:31:55.582 7fe46d93ef60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = abf711ba-5e89-49e5-abbb-67e23053d2e9 object_type = node_profile identifier_name = default-global-system-config:device-functional-group url = https://10.0.0.49:8082/node-profile/abf711ba-5e89-49e5-abbb-67e23053d2e9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "abf711ba-5e89-49e5-abbb-67e23053d2e9", "fq_name": ["default-global-system-config", "device-functional-group"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "ERB-UCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:55.593 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device-functional-group'], 'oper': 'UPDATE', 'request-id': 'req-6455d137-51d4-4e67-be54-7a5757481cc0', 'type': 'node_profile', 'uuid': 'abf711ba-5e89-49e5-abbb-67e23053d2e9'} 11/07/2024 02:31:56.067 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:56.771 7fe46daab588 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:31:56.771 7fe46daab588 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:31:56.823 7fe46deb9f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b46dc25a-d8d5-4fb8-92c9-000b4a174622 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k-lean:basic url = https://10.0.0.49:8082/role-config/b46dc25a-d8d5-4fb8-92c9-000b4a174622 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "b46dc25a-d8d5-4fb8-92c9-000b4a174622", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:56.833 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-f120fdde-74c0-4870-b5d5-305fd7ebac19', 'type': 'role_config', 'uuid': 'b46dc25a-d8d5-4fb8-92c9-000b4a174622'} 11/07/2024 02:31:56.938 7fe46daab588 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:31:56.938 7fe46daab588 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:31:56.990 7fe46deae048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3bba2573-3fa7-4605-be62-08129fd192f3 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k:basic url = https://10.0.0.49:8082/role-config/3bba2573-3fa7-4605-be62-08129fd192f3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "3bba2573-3fa7-4605-be62-08129fd192f3", "fq_name": ["default-global-system-config", "juniper-qfx5k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:57.001 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-13854e34-bbcf-42ba-962a-9b46f5d470a8', 'type': 'role_config', 'uuid': '3bba2573-3fa7-4605-be62-08129fd192f3'} 11/07/2024 02:31:57.069 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:57.098 7fe46daab588 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:31:57.098 7fe46daab588 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:31:57.155 7fe46de58a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ca9bfca3-df36-4b18-8818-e83e82bdbcf0 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5120:basic url = https://10.0.0.49:8082/role-config/ca9bfca3-df36-4b18-8818-e83e82bdbcf0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "ca9bfca3-df36-4b18-8818-e83e82bdbcf0", "fq_name": ["default-global-system-config", "juniper-qfx5120", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:57.163 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-59631934-5299-4302-a51c-617c84b6c8b5', 'type': 'role_config', 'uuid': 'ca9bfca3-df36-4b18-8818-e83e82bdbcf0'} 11/07/2024 02:31:57.257 7fe46daab588 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:31:57.257 7fe46daab588 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:31:57.310 7fe46deb9e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9075c3e4-8eaf-49c6-a27e-c08153b72693 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5220:basic url = https://10.0.0.49:8082/role-config/9075c3e4-8eaf-49c6-a27e-c08153b72693 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "9075c3e4-8eaf-49c6-a27e-c08153b72693", "fq_name": ["default-global-system-config", "juniper-qfx5220", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:57.319 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-7d1d1a68-f1c0-4cf4-bead-9da1a6fd9d47', 'type': 'role_config', 'uuid': '9075c3e4-8eaf-49c6-a27e-c08153b72693'} 11/07/2024 02:31:57.419 7fe46daab588 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:31:57.420 7fe46daab588 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:31:57.472 7fe46de95198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 00197742-a3bb-478e-a360-a359ebe4dbfe object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k-lean:basic url = https://10.0.0.49:8082/role-config/00197742-a3bb-478e-a360-a359ebe4dbfe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "00197742-a3bb-478e-a360-a359ebe4dbfe", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:57.480 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-1613bc1a-46a3-4be3-bdf5-49f7825ac49b', 'type': 'role_config', 'uuid': '00197742-a3bb-478e-a360-a359ebe4dbfe'} 11/07/2024 02:31:57.587 7fe46daab588 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:31:57.587 7fe46daab588 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:31:57.638 7fe46d8ddc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0d823831-a334-484f-8088-9128f0681d36 object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k:basic url = https://10.0.0.49:8082/role-config/0d823831-a334-484f-8088-9128f0681d36 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "0d823831-a334-484f-8088-9128f0681d36", "fq_name": ["default-global-system-config", "juniper-qfx10k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:57.649 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-56ac89df-ebeb-4cb7-8a8c-561c6b272596', 'type': 'role_config', 'uuid': '0d823831-a334-484f-8088-9128f0681d36'} 11/07/2024 02:31:57.749 7fe46daab588 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:31:57.749 7fe46daab588 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:31:57.802 7fe46d8c7b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d object_type = role_config identifier_name = default-global-system-config:juniper-mx:basic url = https://10.0.0.49:8082/role-config/2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d", "fq_name": ["default-global-system-config", "juniper-mx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:57.810 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-88e88c02-c1fd-4c90-88e0-71d303d07244', 'type': 'role_config', 'uuid': '2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d'} 11/07/2024 02:31:57.915 7fe46daab588 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:31:57.915 7fe46daab588 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:31:57.976 7fe46eba7780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6b3d4a3-1a6f-4687-a0bd-5077da20deba object_type = role_config identifier_name = default-global-system-config:juniper-srx:basic url = https://10.0.0.49:8082/role-config/c6b3d4a3-1a6f-4687-a0bd-5077da20deba operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "c6b3d4a3-1a6f-4687-a0bd-5077da20deba", "fq_name": ["default-global-system-config", "juniper-srx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:57.986 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-e5fe3730-8108-4d9b-8164-2abc05bd617a', 'type': 'role_config', 'uuid': 'c6b3d4a3-1a6f-4687-a0bd-5077da20deba'} 11/07/2024 02:31:58.070 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:58.139 7fe46d8dd828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:58.147 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-de6bbd3d-c699-4979-9ab9-301c2fabe469', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:31:58.299 7fe46dd3e0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:58.307 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0df57f8d-08e6-482f-8c81-b932db92c303', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:31:58.457 7fe46deb9d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:58.466 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ec5f6f6c-1d00-4dcb-952a-638c10ebe79d', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:31:58.620 7fe46d8c72e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:58.631 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0dd2f199-974e-4293-8027-108b381583cc', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:31:58.783 7fe46dd90048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:58.790 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9950496e-52e5-4657-bdcd-ffe33db68dc7', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:31:58.942 7fe46e038048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:58.955 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ec41af19-48fa-418e-96ce-5d6839bc2667', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:31:59.071 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:31:59.114 7fe46dbb1a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:59.122 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-97061859-b832-4720-9116-17866fba9afc', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:31:59.272 7fe46dece438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:59.283 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6a487310-ddf7-4c0e-8ba8-03072629bb58', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:31:59.433 7fe46d8dd390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:59.445 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-196c5417-a037-4d70-a0c1-01bf479e5db4', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:31:59.591 7fe46df46d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:59.598 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-cc67a058-f2a4-4bef-8ebe-70170bd4d60e', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:31:59.753 7fe46e0388d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:59.762 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8ce1ab39-f35d-4c64-8128-fec5fa35430b', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:31:59.914 7fe46deed630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:31:59.922 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a051bc21-4af6-42b8-b2c2-00f098fa559f', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:32:00.070 7fe46deceac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:00.072 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:00.080 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-80c90227-eb63-4a35-a5c9-7a4ad2c4313c', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:32:00.231 7fe46dea9588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:00.239 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e3f05a51-c68e-41ae-b1dc-1e5be30da963', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:32:00.395 7fe46db6d198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:00.404 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6fed478f-af5f-4c4b-9a06-7e18d3f82f77', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:32:00.558 7fe46d94b048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:00.567 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-26d42928-124b-42b6-88d4-cee47b9144e3', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:32:00.720 7fe46de1ba20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:00.730 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0e7af4f9-c1b4-4de7-bcf2-470ee137cc34', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:32:00.879 7fe46de73438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:00.887 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7c9f88e6-7bb4-478d-92c3-dc256f395a6c', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:32:01.035 7fe46de1b2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:01.042 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-21252dfb-929a-43a0-a408-da93a75adb38', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:32:01.074 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:01.190 7fe46deb2ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:01.197 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-061293d5-63a5-4464-8f67-2975812cdd41', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:32:01.346 7fe46df662e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:01.355 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-c0b2720f-4d9f-4111-bc8d-f084e8fde22a', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:32:01.507 7fe46de6ca20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:01.515 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-9a14df3d-8df6-4b27-8fd9-eb054e24089c', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:32:01.671 7fe46d93aeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:01.677 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-6cc4d751-236a-4c6a-af52-dda9621a9079', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:32:01.826 7fe46de47cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:01.833 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-cc8ee5b8-90f3-4282-a6c1-84ecef80bb94', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:32:01.978 7fe46deb2438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:01.987 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-0c823959-143b-40de-946f-70dad30b3e3f', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:32:02.075 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:02.134 7fe46dc9beb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:02.141 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-128c0ec2-1617-4359-91dd-8b5cb4203f29', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:32:02.287 7fe46da3ac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:02.295 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e17b4d9e-7eaf-4e2a-92cd-7363994d0719', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:32:02.439 7fe46df66a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:02.446 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-70cbef56-4862-47c8-8f02-13a67faaeb70', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:32:02.595 7fe46ddcee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:02.604 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-393f54e9-11cd-4399-a9f3-b7b199a331fa', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:32:02.748 7fe46db6d438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:02.755 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-4d30fab6-d326-4792-98c5-1029888c9dd6', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:32:02.910 7fe46df664e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:02.922 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-1c392d36-2913-43b8-abb9-98b8d4fedeb5', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:32:03.076 7fe46df68cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:03.077 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:03.082 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-d35c810b-b38a-46cf-bfa0-901295da6b81', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:32:03.231 7fe46df66978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:03.239 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-430dbeb2-f42a-4c30-9b34-035255553d10', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:32:03.386 7fe46db6deb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:03.393 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-f8816565-65f7-415f-8a0a-79c5e29c2668', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:32:03.548 7fe46da3a4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:03.562 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-de575bee-62b9-4dfd-818b-624ab847f0a2', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:32:03.703 7fe46df66588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:03.710 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f23420a4-af86-4a01-a5cb-a24c40d76b70', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:32:03.868 7fe46dea20f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:03.875 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a8268d1f-d445-4147-b48f-5c15e2641be3', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:32:04.022 7fe46de1b048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:04.029 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4992a312-5784-418f-a6f9-e16ab2219549', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:32:04.077 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:04.178 7fe46dea2198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:04.185 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6b4ebcfe-5b20-4e29-a35c-c819a2692ca7', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:32:04.334 7fe46df22438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:04.341 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4b194763-bcbc-4d9f-8944-d4f59c3e7b7a', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:32:04.486 7fe46df49438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:04.493 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6dc71f45-9bda-4390-ac3c-cfec91cbc705', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:32:04.638 7fe46deb9630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:04.645 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6d3b26b9-42b5-49e9-bcaf-97344017bad2', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:32:04.796 7fe46ecee438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:04.803 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-6341d542-f828-408d-b3c5-b0368141b3bd', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:32:04.950 7fe46dd9c6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:04.961 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ba82ba1f-3df9-4930-9f8b-db70c89c7895', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:32:05.079 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:05.107 7fe46de95c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:05.114 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-da763b51-df65-4f1b-8b0e-98eadf5dc527', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:32:05.262 7fe46ddf4b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:05.268 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-21f63fcd-62e4-405c-a1ec-ba057382ddd8', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:32:05.420 7fe46e019a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:05.426 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-3bcd5c0c-e0d0-4c66-931b-4d38f03f5c2c', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:32:05.574 7fe46deed630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "overlay-role", "ref-uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "ref-fq-name": ["default-global-system-config", "crb-mcast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:05.581 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-2e2afa4b-2f8b-4a51-a4c2-8ea3c23a9bf9', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:32:05.734 7fe46df22588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:05.740 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-8aa4d3e1-d7da-4631-b545-6728179b03ee', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:32:05.898 7fe46e019240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:05.905 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-385a51a5-c269-4dc8-aaf0-f63b574a8196', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:32:06.051 7fe46d8dde10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:06.059 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c7d9cff2-a765-4a12-a656-4671d207c36d', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:32:06.080 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:06.207 7fe46d8c7cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:06.213 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-13cec844-e9b9-4c6d-8e74-4062247b418c', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:32:06.362 7fe46d8dde10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:06.369 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-cd625ed5-39e3-483c-9c5b-c00f00b644d2', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:32:06.515 7fe46df49cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:06.522 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8fe089e3-bc6c-46a9-9bb8-412c35267600', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:32:06.675 7fe46ecee8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "overlay-role", "ref-uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "ref-fq-name": ["default-global-system-config", "crb-mcast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:06.682 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2c92ca34-4ab6-4b94-8ad4-d73e4b0b4188', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:32:06.827 7fe46dd9c6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:06.834 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-49430fa2-aac4-4c90-a888-72382245dd38', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:32:06.984 7fe46dfda978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:06.992 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-29998f78-3b83-43fa-b912-ad9f421f355d', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:32:07.082 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:07.143 7fe46def1198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:07.152 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-923d7b22-180f-4a9e-9e76-b7f01a05c933', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:32:07.294 7fe46df498d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:07.302 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-a055cc64-a275-4442-9647-03e17a9dd1d2', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:32:07.450 7fe46d94bf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:07.458 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-9dc2626c-4b02-40c1-b33c-112b282c31c8', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:32:07.610 7fe46def1780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:07.617 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-7ad3b157-6557-4b56-a3d8-042bd5abf339', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:32:07.771 7fe46ef2a048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:07.778 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-3337a191-40ce-483d-b2f2-0e8f30894ba0', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:32:07.926 7fe46dd9cd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:07.933 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-a13f6dbf-7fa0-4b5c-aaed-5c28604d4e67', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:32:08.083 7fe46dec4630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "overlay-role", "ref-uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:08.085 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:08.092 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-8533b7cc-307f-4432-a981-742b9fc55dd6', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:32:08.238 7fe46ddf4eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:08.245 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-2a1f48cc-bc22-42b4-b46a-926bc9f8e626', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:32:08.394 7fe46ecc5630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "physical-role", "ref-uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "ref-fq-name": ["default-global-system-config", "superspine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:08.400 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-48bc186b-2219-4336-b596-feac93cc1834', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:32:08.547 7fe46da36240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "overlay-role", "ref-uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "ref-fq-name": ["default-global-system-config", "lean"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:08.553 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-abbbe245-38c9-435a-8b3e-a37b7abc4b9d', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:32:08.699 7fe46def1588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:08.709 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-9af44a9f-a9c0-461f-b452-9bb4b8a77a4f', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:32:08.854 7fe46de43780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:08.863 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-021224a1-b127-4e1a-8191-c6847329bb75', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:32:09.010 7fe46d93ecc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:09.017 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-9657bf58-2dae-4c95-9296-0f442c91dbb8', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:32:09.086 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:09.167 7fe46defec18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "overlay-role", "ref-uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "ref-fq-name": ["default-global-system-config", "lean"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:09.174 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-c9725383-13e0-441a-a7af-01140beccb94', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:32:09.319 7fe46dea9240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:09.326 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-1b3a7807-63bd-4633-9b6b-ade5913bb140', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:32:09.470 7fe46defe780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:09.478 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-cb0d63c7-71c3-4455-922d-bfc8ed2e2fce', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:32:09.629 7fe46dbb1ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:09.636 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8f0afddc-b5fc-4a51-bf9b-a9c08773ac79', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:32:09.778 7fe46d93eac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:09.785 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4192cbeb-5920-407c-9ca7-9c349d8057a7', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:32:09.935 7fe46deed240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:09.942 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d2d351e1-b05c-4402-be91-49084a1ddeb9', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:32:10.087 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:10.103 7fe46d93af60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:10.110 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b5341cb2-6ede-45d2-a306-57b2f34aae3a', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:32:10.264 7fe46dec7198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:10.272 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4e6756bf-e752-4c32-8efa-10296926b0dc', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:32:10.420 7fe46d93a0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:10.427 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-40303e0c-a1b2-4c38-8225-2535c0073e9b', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:32:10.578 7fe46df222e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:10.587 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3b8aa441-423d-4ec5-9663-c03106a78121', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:32:10.731 7fe46dbb12e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "overlay-role", "ref-uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:10.742 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f61d86ca-037f-441e-9449-3179771759d8', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:32:10.891 7fe46dea9c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:10.898 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-46f4bf6e-f658-4896-a6bc-298dc4a405d6', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:32:11.054 7fe46dec44e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:11.061 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ef358180-4760-4a5d-9659-0ade6be3e7e2', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:32:11.218 7fe46df22630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:11.228 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ad5391c0-3ecc-4a1a-8ccf-343160e927ff', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:32:11.384 7fe46db1dd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:11.391 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-500f9505-a869-4eef-a02a-f817d2993107', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:32:11.540 7fe46dbb1240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:11.550 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-3bd203ab-aaf7-4262-8ac7-747318d37568', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:32:11.690 7fe46dfdb8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:11.702 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-280b3ad9-61f3-4d12-a2a8-15d1db85041e', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:32:11.858 7fe46deae048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:11.865 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-456594f7-0b3d-42fa-8858-53429317850e', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:32:12.015 7fe46d93e2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:12.025 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-66ee5975-d42b-4f5a-91fe-b3f480486f58', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:32:12.048 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:12.171 7fe46db9d438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "overlay-role", "ref-uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "ref-fq-name": ["default-global-system-config", "dci-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:12.181 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-234b6bf7-42ec-45f5-8617-d6da7a2c8b65', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:32:12.331 7fe472d4d630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:12.338 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-b52c51b8-b5bd-4842-83bd-b0f77465e7aa', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:32:12.487 7fe46df62240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:12.493 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-be6a0e8a-bac0-4b6c-ace4-2b2e6d9ab1a4', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:32:12.638 7fe46db3b240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:12.645 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2ab45ba2-002b-481d-840a-f23a43895909', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:32:12.794 7fe46db9d588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:12.801 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c2ac981b-214f-45a0-8a84-8a42781c1228', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:32:12.955 7fe46d93eb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:12.962 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-09fdb9c2-420a-46bf-b369-e55867dc9203', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:32:13.050 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:13.110 7fe46eba7048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:13.117 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5edb9b6d-f835-4b2f-bcc4-989e18ce7d4f', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:32:13.274 7fe46dea2b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:13.281 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c5e29327-33c5-4418-92ad-926508e0491d', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:32:13.435 7fe46df14c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:13.441 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-665eae2c-4db0-4ec3-b1f5-5da11d961d6f', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:32:13.591 7fe46dc93048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "overlay-role", "ref-uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "ref-fq-name": ["default-global-system-config", "dci-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:13.600 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-614b02d4-5fea-496a-b375-929ba89e5e1e', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:32:13.746 7fe46dd9cac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:13.754 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1ba86e16-1376-4f01-bfa2-4f92b39e0f4b', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:32:13.906 7fe46df66828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:13.913 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-fe6741ab-2b7f-44f4-9442-144de5db11a9', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:32:14.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:14.059 7fe46de950f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:14.066 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-67ad9bb4-d0a8-41b2-9bf1-d50348fcc342', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:32:14.210 7fe46df22828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:14.219 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-83480884-e9dd-49bc-a022-d8a8050bae19', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:32:14.374 7fe46dd9cc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:14.382 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5d73ed7a-b374-486d-ae2f-0d7fb0786117', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:32:14.536 7fe46dbb1cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:14.544 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-b6a852e2-cdbf-48c1-bd25-514b27d9d055', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:32:14.696 7fe46df66c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:14.704 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-0f07abb1-7ad7-4e40-94c9-88b5b2a12863', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:32:14.853 7fe46dc9bac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:14.863 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-049133e5-8915-4c38-b1a1-b371e2835ddc', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:32:15.015 7fe46db1deb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:15.023 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2ca7e7ae-965a-483d-86fa-46a5a0f48d75', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:32:15.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:15.179 7fe46dc9b198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:15.189 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b93e9a7f-267f-4aca-8618-fe47ced5b84d', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:32:15.336 7fe46de7d438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:15.343 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-ef0bacb8-3751-4b57-aebb-c33f8b4a49c0', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:32:15.498 7fe46df68f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:15.507 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-3fa4f1a9-5fad-422a-bcee-1f290707525a', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:32:15.650 7fe46d8c7e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:15.658 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-94d784f5-b752-41fd-b965-95579774662d', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:32:15.802 7fe46df79cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "overlay-role", "ref-uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "ref-fq-name": ["default-global-system-config", "ar-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:15.810 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3271b1c5-326e-4a4a-8e20-7b2b85c13b07', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:32:15.958 7fe46de7d390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:15.966 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-b9c18e08-3bce-4fb0-9d60-c8134cb8a5f6', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:32:16.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:16.118 7fe46dfecf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "overlay-role", "ref-uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "ref-fq-name": ["default-global-system-config", "ar-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:16.125 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-6a0757e5-0594-4aec-824d-3b41c62b317c', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:32:16.270 7fe46e926630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:16.278 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-16466a85-c884-40c1-b571-1d22efc87c2b', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:32:16.427 7fe46dc93780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "overlay-role", "ref-uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "ref-fq-name": ["default-global-system-config", "ar-client"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:16.435 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5b94c7e7-d147-477d-9472-1b9016c26b92', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:32:16.586 7fe46de95198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:16.594 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-3e11740a-6289-43ce-808c-ccee0373ecea', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:32:16.751 7fe46db3b240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:16.759 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-ed72f10c-8fba-4b00-baca-66163cc3e295', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:32:16.911 7fe46eba7780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "physical-role", "ref-uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "ref-fq-name": ["default-global-system-config", "superspine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:16.920 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-55358c3d-a4bd-448b-b607-7cc76753a089', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:32:17.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:17.066 7fe46dece4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:17.073 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b9192589-d166-4c13-a014-e6ec4ded8bb3', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:32:17.223 7fe46da3a0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "overlay-role", "ref-uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "ref-fq-name": ["default-global-system-config", "ar-client"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:17.232 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-fa7f435c-17d6-4a7c-9e67-2e6da23cab11', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:32:17.378 7fe46df22828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:17.384 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-80ea80cc-288e-463a-a146-451563a8365a', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:32:17.534 7fe46ddf46d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:17.540 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-e95f3c01-45ce-4501-a547-f71075f7ddac', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:32:17.686 7fe46db9d6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:17.693 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-00e27f0f-4ef3-4fad-986c-dc1da94c9cce', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:32:17.848 7fe46e926cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:17.857 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-7ca90a79-060f-47fb-9b12-471bab0516f1', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:32:18.011 7fe46d9656d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:18.021 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-46df1318-ec66-47ec-878a-a40c0b7910d3', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:32:18.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:18.171 7fe46dece240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:18.178 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-5c3aec9a-26e6-4bd1-a9fa-593dc5436b31', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:32:18.332 7fe46db9d0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:18.340 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-b6bf2d7a-cc3a-4016-9b2d-c01a193eba52', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:32:18.491 7fe47584ce10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:18.499 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-298d30ce-a3e4-4a3c-9a9b-c71674a55676', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:32:18.644 7fe46deceac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:18.652 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-35b3c613-4b03-4072-91cf-3861ed25750c', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:32:18.801 7fe46d93ee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:18.808 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-541b3299-2487-41aa-a3f9-1bbad42346c3', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:32:18.956 7fe46df29ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:18.964 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8d93c33f-0935-493c-a2a6-44de14e7a7d3', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:32:19.061 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:19.115 7fe46d93e630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:19.124 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-22f92e74-fb9c-4c8b-8fed-7bc133be7de6', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:32:19.272 7fe46df3bcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:19.280 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-57b75b77-169f-4ddc-9fad-85396a8f151d', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:32:19.431 7fe46df14c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:19.437 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-abb4ddfd-c28c-4772-bf30-b726949301e5', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:32:19.595 7fe46dbb1a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:19.603 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0e5c6688-cfaf-4f1c-bfbc-e92f2bd1088a', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:32:19.750 7fe46de478d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:19.758 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-65fd6ffb-a402-4fb2-a9be-78577027e959', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:32:19.910 7fe46da36ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:19.918 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-f170de83-7953-4fc4-a7e8-187ba1fed5ec', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:32:20.065 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:20.069 7fe46e035048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:20.076 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-04e0dc87-7c6f-413f-982c-e0a60e28eb3e', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:32:20.220 7fe46da36240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:20.228 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-61da7ecb-29c1-4eaf-bf9f-a03ef99a3e6d', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:32:20.371 7fe46df66978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:20.379 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-8c220b87-90cf-4253-9108-7f9be3775490', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:32:20.531 7fe46da366d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:20.538 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7e27be1e-cee5-41f8-ba73-8c950d4a30ac', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:32:20.686 7fe46e92cf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:20.694 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9da3902c-38f2-4e0e-8861-2241893877d2', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:32:20.842 7fe46dec4240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:20.849 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8ce2b9d6-e5c9-48c6-a162-a72bce4b0838', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:32:20.994 7fe46de434e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:21.005 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-fc41a4e8-e435-4f6d-a2ba-d4d616ac7c08', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:32:21.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:21.151 7fe46dd9cc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:21.164 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8b84d492-0c37-4103-a064-daaa39737ca3', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:32:21.310 7fe46df29048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:21.317 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-8f93f6a6-07e2-4333-9dbc-3a7b4c765b19', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:32:21.463 7fe46ddf4828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:21.470 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e18da8d4-ba15-4b4b-9494-525efcda8ea6', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:32:21.622 7fe46de580f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:21.629 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-039b949f-206a-4c60-a4aa-95a3ef19b77a', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:32:21.784 7fe46df29780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:21.793 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-40897adf-c387-4f8d-9480-6156a87f8445', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:32:21.939 7fe46df14240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:21.947 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6b35533d-7d53-4060-82ab-2f9c58b9e926', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:32:22.067 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:22.098 7fe46dd4a828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:22.105 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-54339177-bb93-4e31-909b-b22e197ac49a', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:32:22.250 7fe46dd90eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:22.257 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-6b1a8016-9993-4480-bb8a-eb30dcd23988', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:32:22.411 7fe46de58198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:22.417 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-45a7f837-527a-4863-9a8a-0720b39d05f6', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:32:22.570 7fe46deb9630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:22.578 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ae5ae030-cfb2-4801-9d72-e51e497c368a', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:32:22.723 7fe46e019d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:22.731 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6b8339d0-510e-4a9a-954e-4e82a71574d7', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:32:22.883 7fe46deb9630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:22.892 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-fdaa1753-1456-4fad-b63f-d80f225ec815', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:32:23.040 7fe46dd3ea20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:23.049 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-017f551d-970e-49af-8711-13af1cc20a64', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:32:23.068 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:23.195 7fe46dfdb438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:23.203 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2ea32866-a61d-4130-b6e8-73b31d39a2a1', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:32:23.352 7fe46dd9cd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:23.359 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1de3786a-79ef-413d-b573-d31465cc32c5', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:32:23.512 7fe46df22588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:23.519 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-75dae76f-cd3b-4e91-b2a6-88dbaad9c97e', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:32:23.667 7fe46e0350f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:23.673 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-d7c9de51-7e17-4825-8914-057d8c6d33c1', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:32:23.823 7fe46df22240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:23.832 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-c3be66d2-9b10-4931-8584-de5f132b74b6', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:32:23.980 7fe46eba76d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:23.990 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-4bb5a836-fb55-45da-a9fe-a7a5395a555b', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:32:24.069 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:24.143 7fe46e035630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:24.150 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-08e4562d-2249-4ee1-993b-d7291b79cece', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:32:24.301 7fe46ddb3b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:24.309 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-8d8b25c7-e657-4eb6-84bc-e20199ccc323', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:32:24.460 7fe46e019e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:24.468 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-145a13e2-2085-48e7-b8e3-957e12f61fee', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:32:24.612 7fe46ddb3780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:24.624 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-b8f16137-8a07-4db1-8180-5eb87a8ed4dc', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:32:24.772 7fe46db3b438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:24.779 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-2234a61a-0db4-4b3b-b954-044505a2852d', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:32:24.926 7fe46d9eb240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:24.934 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-8eec7f37-f3eb-4c66-a3b2-8774f4070d2f', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:32:25.070 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:25.079 7fe46de95b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "overlay-role", "ref-uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "ref-fq-name": ["default-global-system-config", "collapsed-spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:25.090 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-aa874a40-53ad-4c65-abbd-665f30583588', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:32:25.240 7fe46dfdb438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:25.249 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-635f6616-69e5-4bae-ba42-f5bafb28399a', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:32:25.396 7fe46dc650f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:25.403 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-fbdcd715-b547-462f-ac60-d5b427c3a853', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:32:25.556 7fe46d8ddf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:25.569 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-a8a136de-ccb8-4657-8d1d-bd4fe6eb20b7', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:32:25.710 7fe46df228d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:25.718 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7d38bc4c-76e8-4e56-b907-761e72ff3ef5', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:32:25.869 7fe46deb9390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "physical-role", "ref-uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "ref-fq-name": ["default-global-system-config", "pnf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:25.877 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-734f2467-b4dd-4eb2-a6ee-26888e6cad94', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:32:26.035 7fe46df22eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:26.044 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-f40db88f-38cf-4d55-92b8-01337491d514', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:32:26.072 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:26.195 7fe46de6c6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:26.205 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-43a503e6-38ca-492d-9d70-823bb59d18b8', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:32:26.354 7fe475ad4cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:26.362 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-3b22e94d-4ada-4655-bb40-4f63e5b3e88e', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:32:26.506 7fe46df686d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:26.514 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-eccbd4b3-88f0-4204-900d-8799e0067255', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:32:26.660 7fe46dd4a048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:26.667 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-22f16f22-e416-4bec-9edd-3f33a6a23e8c', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:32:26.811 7fe46df680f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "ref-fq-name": ["juniper-qfx5100-48sh-afi"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:26.818 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-9063bf87-f1a4-4f7e-8663-7bf375f1a0da', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:26.967 7fe46defee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "ref-fq-name": ["juniper-qfx5100-48sh-afo"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:26.975 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-f588f24b-a34d-4766-8c24-2d200e77cd2c', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:27.073 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:27.119 7fe46de47630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "ref-fq-name": ["juniper-qfx5100-48th-afi"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:27.127 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-fa2317ab-6685-4ff7-9b02-d39fbe0010e9', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:27.275 7fe46daab390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "ref-fq-name": ["juniper-qfx5100-48th-afo"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:27.283 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-db363218-31aa-4a55-9032-17e283875007', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:27.432 7fe46de73198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "09842293-1bb4-4536-9393-f26caa94be87", "ref-fq-name": ["juniper-qfx5100-48s-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:27.441 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-4ae7fbb0-a6e3-4d0c-b9b6-ce3604b56e6d', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:27.587 7fe46daab438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "659daa17-ae39-4641-b245-45c06a69b927", "ref-fq-name": ["juniper-qfx5100-96s-8q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:27.597 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-4e29e6de-ef77-42be-b088-12750c7d1bea', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:27.752 7fe46df294e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "ref-fq-name": ["juniper-qfx5100-48t"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:27.760 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-87b34cd5-8d30-4d5f-ac94-634c74870a1e', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:27.911 7fe46df79780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "ref-fq-name": ["juniper-qfx5100-48t-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:27.922 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-d06b8f43-122f-4178-afcb-f318e879c241', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:28.072 7fe46dfdb8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "ref-fq-name": ["juniper-qfx5100-24q-2p"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:28.074 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:28.080 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-78c85d83-03fd-46e2-b634-5674567c1837', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:28.233 7fe46d8e5d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "ref-fq-name": ["juniper-qfx5100-24q-aa"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:28.243 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-2dc090d1-cf7e-4ce8-b402-ea6532d7cfae', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:28.387 7fe46dfeceb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "ref-fq-name": ["juniper-qfx5100e-48s-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:28.395 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-27fd5165-cf6b-44e5-9ba7-d817f244a5ac', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:28.542 7fe46df3b048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "ref-fq-name": ["juniper-qfx5100e-96s-8q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:28.551 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-85ca0a86-a527-43a6-b673-fbb040dd31f5', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:28.704 7fe46dfdd0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "ref-fq-name": ["juniper-qfx5100e-48t-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:28.712 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-8bfaa540-a21e-4920-b351-b026a2e9d624', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:28.868 7fe46d94b198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "ref-fq-name": ["juniper-qfx5100e-24q-2p"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:28.875 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-e9832c96-aea1-4db5-b020-dd368267f556', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:29.019 7fe46dea9828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "hardware", "ref-uuid": "403bdb63-2170-4014-9403-f80fba2de755", "ref-fq-name": ["juniper-qfx5110-48s-4c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:29.026 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-2b91fa22-df6e-4c15-a018-888f4a2060f3', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:32:29.075 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:29.170 7fe46d94bcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "hardware", "ref-uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "ref-fq-name": ["juniper-qfx5110-32q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:29.177 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-e4197d66-14ad-45e8-a8e0-a223e2763eb6', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:32:29.324 7fe46defe240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "ref-fq-name": ["juniper-qfx5120-48y-8c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:29.331 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-cef627f2-7bec-4ce3-9d3d-a4e6213f1ef0', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:32:29.483 7fe46da36d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "ref-fq-name": ["juniper-qfx5120-32c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:29.491 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-ba164c72-ee1d-43bd-88bc-0f08364dfaa8', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:32:29.643 7fe46dfdb048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "ref-fq-name": ["juniper-qfx5120-48t-6c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:29.651 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-5ea10d61-a158-471d-8b09-de97902c1c02', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:32:29.800 7fe46db9dd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "ref-fq-name": ["juniper-qfx5200-32c-32q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:29.807 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-34ec6e13-a127-4da0-ae61-0e536f85ccb5', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:29.951 7fe46dfdb390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "ref-fq-name": ["juniper-qfx5200-48y"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:29.962 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-832044eb-a284-4ff0-9115-02bf0ecb1b0b', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:30.076 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:30.104 7fe46df790f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "ref-fq-name": ["juniper-qfx5210-64c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:30.114 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-f988286c-f377-4f49-837a-9dde091c6b56', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:30.262 7fe46de73e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "hardware", "ref-uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "ref-fq-name": ["juniper-qfx5220-32cd"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:30.275 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-466eb1e5-c812-400b-a02b-ac82b11a4d69', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:32:30.415 7fe46dea9588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "hardware", "ref-uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "ref-fq-name": ["juniper-qfx5220-128c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:30.428 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-55497134-1b7e-4af9-88c7-bbc64e6327cb', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:32:30.572 7fe46dd90cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "ref-fq-name": ["juniper-qfx10002-72q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:30.579 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-ca2d9a40-cec7-4ee3-a1cb-a6e0bb08356b', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:32:30.727 7fe46dea9e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "ref-fq-name": ["juniper-qfx10002-36q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:30.733 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-c3ec6919-45c9-4b69-b3e7-37f72a092f50', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:32:30.884 7fe46db3bd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "ref-fq-name": ["juniper-qfx10002-60c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:30.893 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-9e6df974-8e58-4828-aead-62924b9d00bd', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:32:31.039 7fe46da3a8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "ref-fq-name": ["juniper-qfx10016"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:31.047 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-f7a12a81-cbe9-4c5a-b50a-9eae8ee8d799', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:32:31.077 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:31.190 7fe46dd3ec18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "ref-fq-name": ["juniper-qfx10008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:31.197 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-5fe52987-b0ca-4101-90ca-b0b31a2fbb03', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:32:31.342 7fe46db1d438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "ref-fq-name": ["juniper-vqfx-10000"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:31.349 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-8c0bf929-125e-48c6-859f-a94b65bddd4e', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:32:31.499 7fe46d93ec18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0423f25b-c754-4b32-b220-de18f831b363", "ref-fq-name": ["juniper-mx80"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:31.505 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-1e89cd31-4784-4478-a7c0-0651d4422cbb', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:32:31.658 7fe46dfea240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "ref-fq-name": ["juniper-mx80-48t"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:31.664 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-0673cff2-41b3-425d-bfad-103db6702dec', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:32:31.811 7fe46db6da20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "ref-fq-name": ["juniper-mx204"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:31.819 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-df65db4d-0138-4e61-9b5e-ab79a78c308f', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:32:31.970 7fe46dece8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "ref-fq-name": ["juniper-mx240"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:31.978 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-01c5410e-1a7c-48fa-8b3d-4e40ebc72e65', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:32:32.078 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:32.127 7fe46df22f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "ref-fq-name": ["juniper-mx480"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:32.135 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-665f3d34-30ab-406e-a12c-27d4fa0946ee', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:32:32.287 7fe46dc9bd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "ref-fq-name": ["juniper-mx960"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:32.294 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-506a59f2-574b-461d-a061-4da0a8d58914', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:32:32.440 7fe46df22390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "ref-fq-name": ["juniper-mx2008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:32.446 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-a3f51b80-8c82-4591-a1f9-602386cf19db', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:32:32.591 7fe46de880f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "ref-fq-name": ["juniper-mx2010"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:32.599 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-2d8f7419-a10a-4a20-b240-847517cc96d2', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:32:32.743 7fe46d93ef60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "ref-fq-name": ["juniper-mx2020"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:32.751 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-daa6b284-5cb9-4b2e-948f-c558febe2694', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:32:32.899 7fe46d94b198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "ref-fq-name": ["juniper-mx10003"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:32.910 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-f22c4f35-4d10-427b-bccb-78f6f83e45ca', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:32:33.060 7fe46dbb1eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "ref-fq-name": ["juniper-jnp10008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:33.067 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-4fdc81b4-027e-4a5c-9ba1-9e28220d6d4a', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:32:33.079 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:33.219 7fe46d94b240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "ref-fq-name": ["juniper-jnp10016"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:33.226 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-524b66a6-9578-4021-a038-4c35f0e75949', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:32:33.379 7fe46d8e58d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "ref-fq-name": ["juniper-vmx"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:33.386 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-1c5805d1-57a1-4be2-bee2-38ec23af2b35', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:32:33.540 7fe46de47c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "ref-fq-name": ["juniper-srx5400"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:33.548 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-76dffe6b-cf45-4e66-849b-25b5bb51b058', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:32:33.695 7fe46df146d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "ref-fq-name": ["juniper-srx5600"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:33.704 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-f39d7b2a-bfa8-4da2-ab4f-b4955b7f723a', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:32:33.855 7fe46d93ec18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "ref-fq-name": ["juniper-srx4600"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:33.863 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-1fe16a57-2029-471f-afce-2b1e7d1c17f5', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:32:34.011 7fe46d965240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "ref-fq-name": ["juniper-srx4100"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:34.018 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-b34664ae-a912-4476-980f-9395341031dd', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:32:34.080 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:34.162 7fe46dfdd630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "ref-fq-name": ["juniper-srx1500"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:34.170 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-b1087f38-f2f7-46a9-b4fd-46b959970d47', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:32:34.316 7fe46deb92e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "ref-fq-name": ["juniper-srx240h-poe"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:34.324 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-1a739289-e33c-4f50-9ad0-a59915233ca4', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:32:34.480 7fe46d8c7240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "ref-fq-name": ["juniper-vsrx"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:34.487 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-00243e35-e5bb-44b7-8578-6e93c759f87b', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:32:34.632 7fe46dfdd630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "ref-fq-name": ["juniper-srx5800"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:34.640 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-aa7e1bfd-7414-489a-81da-5b3ac1d99907', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:32:34.786 7fe46eba7780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "ref-fq-name": ["juniper-srx4200"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:34.793 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-22c8b8c2-f2f5-46ac-9f91-5f5498188f53', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:32:34.947 7fe46df22828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:34.955 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-34a9735b-fbcf-4a5d-bc11-9a138ea7d233', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:32:35.082 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:35.103 7fe46deb9438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:35.109 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-4d7af83b-c156-475b-a36f-caa9fe69f5fc', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:32:35.259 7fe46db6d780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:35.266 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-1b767f7b-90fc-4bca-9bf4-12cc5c919038', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:32:35.411 7fe46dd9c828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:35.418 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-9a8eb7ea-bb13-4231-b98f-5ab0c27800a3', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:32:35.562 7fe46db6d048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:35.568 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-64049b69-4cb7-49a7-a47b-945f7eaac3bc', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:32:35.714 7fe46e019438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:35.721 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-efd28e93-084d-4df8-be8d-77a6613baadb', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:32:35.867 7fe46df148d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:35.873 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-b7af4cb8-a091-4b88-a3dd-059501f6b9b6', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:32:36.028 7fe46ddcee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:36.035 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-d7006956-0540-4ed8-b8c1-db6ff98ed42f', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:32:36.083 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:36.179 7fe46df14240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:36.189 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-544a3b1d-a885-4d50-a6d9-e7b6bcb029cf', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:32:36.336 7fe46de1b588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:36.346 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-3067f095-8c16-475a-b17c-2b54951773f7', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:32:36.495 7fe46defec18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:36.503 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-0f0b3dd5-25aa-438a-8fd1-3760ec0cbf97', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:32:36.650 7fe46def64e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 882a33c9-d198-4db3-ae3c-a0b9d312ce0f object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-1 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "882a33c9-d198-4db3-ae3c-a0b9d312ce0f", "ref-type": "sflow-profile", "ref-uuid": "81b31418-5de7-49a0-825d-dc3ebbc05ef7", "ref-fq-name": ["default-domain", "default-project", "sflow-all-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:36.659 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-1'], 'oper': 'UPDATE', 'request-id': 'req-0edb893c-9ef5-419e-b434-6498a5328de3', 'type': 'telemetry_profile', 'uuid': '882a33c9-d198-4db3-ae3c-a0b9d312ce0f'} 11/07/2024 02:32:36.807 7fe46ddf4ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e7d329dc-4e3c-4672-94ba-f5904c9b60dc object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-2 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "e7d329dc-4e3c-4672-94ba-f5904c9b60dc", "ref-type": "sflow-profile", "ref-uuid": "87251866-fa54-49c3-8fab-e1bd19228b49", "ref-fq-name": ["default-domain", "default-project", "sflow-fabric-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:36.815 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-2'], 'oper': 'UPDATE', 'request-id': 'req-f4c49007-7c8d-44c7-a023-6a1b79620a89', 'type': 'telemetry_profile', 'uuid': 'e7d329dc-4e3c-4672-94ba-f5904c9b60dc'} 11/07/2024 02:32:36.958 7fe46e870e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 94d92b3a-86de-475f-a0cd-ceeecf0313d2 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-3 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "94d92b3a-86de-475f-a0cd-ceeecf0313d2", "ref-type": "sflow-profile", "ref-uuid": "708a015d-79d2-49bf-a3ad-d72ab771802f", "ref-fq-name": ["default-domain", "default-project", "sflow-access-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:36.967 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-3'], 'oper': 'UPDATE', 'request-id': 'req-3767dc87-9417-4a24-b0f8-d469b1b001a6', 'type': 'telemetry_profile', 'uuid': '94d92b3a-86de-475f-a0cd-ceeecf0313d2'} 11/07/2024 02:32:37.084 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:37.114 7fe46defec18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6054127a-bd7f-4371-b222-fa30e83f7120 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-4 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "6054127a-bd7f-4371-b222-fa30e83f7120", "ref-type": "grpc-profile", "ref-uuid": "2ac02ef5-1294-48a7-8e45-b906b9183f1c", "ref-fq-name": ["default-domain", "default-project", "grpc-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:37.123 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-4'], 'oper': 'UPDATE', 'request-id': 'req-ffa1ee5f-10c8-48cb-9c74-5c1a0166c5ee', 'type': 'telemetry_profile', 'uuid': '6054127a-bd7f-4371-b222-fa30e83f7120'} 11/07/2024 02:32:37.271 7fe46e038c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7a385651-45f1-4f1f-9a2c-911abbe94fb5 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-5 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "7a385651-45f1-4f1f-9a2c-911abbe94fb5", "ref-type": "snmp-profile", "ref-uuid": "5391c70a-7089-4832-b774-f0387b8a6049", "ref-fq-name": ["default-domain", "default-project", "snmp-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:37.281 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-5'], 'oper': 'UPDATE', 'request-id': 'req-da0ba599-f246-4d5a-a5f4-70fde24f7e45', 'type': 'telemetry_profile', 'uuid': '7a385651-45f1-4f1f-9a2c-911abbe94fb5'} 11/07/2024 02:32:37.422 7fe46def1b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c2fd53f7-ec96-4263-b0c7-414ed1607727 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-6 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "c2fd53f7-ec96-4263-b0c7-414ed1607727", "ref-type": "netconf-profile", "ref-uuid": "07bd5e10-fd85-4684-a77a-f33dfe16b40b", "ref-fq-name": ["default-domain", "default-project", "netconf-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:37.430 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-6'], 'oper': 'UPDATE', 'request-id': 'req-0f8f6fd9-81e2-4396-be51-d40e0a128a08', 'type': 'telemetry_profile', 'uuid': 'c2fd53f7-ec96-4263-b0c7-414ed1607727'} 11/07/2024 02:32:37.579 7fe46db9d588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c9fc589d-301b-413c-a508-4371891d1c8b object_type = device_functional_group identifier_name = default-domain:default-project:L2-Server-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "c9fc589d-301b-413c-a508-4371891d1c8b", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:37.586 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L2-Server-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-21d1c500-663f-4994-a7d5-ea9c384a30f5', 'type': 'device_functional_group', 'uuid': 'c9fc589d-301b-413c-a508-4371891d1c8b'} 11/07/2024 02:32:37.734 7fe46df22240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0aa198b9-17b7-4c2d-8929-3a636f32faf0 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Storage-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "0aa198b9-17b7-4c2d-8929-3a636f32faf0", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:37.741 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Storage-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-f3aab55d-c58b-4890-80ee-aa5bfbc30c4f', 'type': 'device_functional_group', 'uuid': '0aa198b9-17b7-4c2d-8929-3a636f32faf0'} 11/07/2024 02:32:37.895 7fe46dec4438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 015b6dbf-ffa1-4c4e-a50f-5df18225850e object_type = device_functional_group identifier_name = default-domain:default-project:L3-Gateway-Spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "015b6dbf-ffa1-4c4e-a50f-5df18225850e", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:37.903 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Gateway-Spine'], 'oper': 'UPDATE', 'request-id': 'req-a81b2809-3c69-4a78-8b1a-803285d9111c', 'type': 'device_functional_group', 'uuid': '015b6dbf-ffa1-4c4e-a50f-5df18225850e'} 11/07/2024 02:32:38.053 7fe46dea9588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5ff1a60d-ecde-4523-991c-15dd380ad437 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Server-Leaf-with-Optimized-Multicast url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "5ff1a60d-ecde-4523-991c-15dd380ad437", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:38.061 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Server-Leaf-with-Optimized-Multicast'], 'oper': 'UPDATE', 'request-id': 'req-1834c537-2c70-4d3c-909c-9cbfee1ce59d', 'type': 'device_functional_group', 'uuid': '5ff1a60d-ecde-4523-991c-15dd380ad437'} 11/07/2024 02:32:38.086 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:38.206 7fe46de6c4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8233e863-0b9b-4188-aece-da07380f9de3 object_type = device_functional_group identifier_name = default-domain:default-project:Centrally-Routed-Border-Spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "8233e863-0b9b-4188-aece-da07380f9de3", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:38.216 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Centrally-Routed-Border-Spine'], 'oper': 'UPDATE', 'request-id': 'req-e35ca2cc-e778-489d-9780-ddcd97ef37d4', 'type': 'device_functional_group', 'uuid': '8233e863-0b9b-4188-aece-da07380f9de3'} 11/07/2024 02:32:38.358 7fe46db9d978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f1b67a57-1172-4a59-9df3-16d3f27e6ea9 object_type = device_functional_group identifier_name = default-domain:default-project:Centrally-Routed-Border-Spine-With-Optimized-Multicast url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "f1b67a57-1172-4a59-9df3-16d3f27e6ea9", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:38.365 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Centrally-Routed-Border-Spine-With-Optimized-Multicast'], 'oper': 'UPDATE', 'request-id': 'req-87bbbe7e-af7f-47e2-aa13-12ac3fc279bf', 'type': 'device_functional_group', 'uuid': 'f1b67a57-1172-4a59-9df3-16d3f27e6ea9'} 11/07/2024 02:32:38.514 7fe46dea9eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 20e38b8e-031d-4eb2-88d9-21d2e652ee3f object_type = device_functional_group identifier_name = default-domain:default-project:Border-Spine-in-Edge-Routed url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "20e38b8e-031d-4eb2-88d9-21d2e652ee3f", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:38.521 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Border-Spine-in-Edge-Routed'], 'oper': 'UPDATE', 'request-id': 'req-583dc728-95fc-4eea-906c-281ba9fb407d', 'type': 'device_functional_group', 'uuid': '20e38b8e-031d-4eb2-88d9-21d2e652ee3f'} 11/07/2024 02:32:38.671 7fe46de73828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9874aaba-d235-47b5-8ed2-b72efbbdd40e object_type = device_functional_group identifier_name = default-domain:default-project:Border-Leaf-in-Edge-Routed url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "9874aaba-d235-47b5-8ed2-b72efbbdd40e", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:38.678 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Border-Leaf-in-Edge-Routed'], 'oper': 'UPDATE', 'request-id': 'req-29ab4592-c559-4944-8ac1-651f95a1e19c', 'type': 'device_functional_group', 'uuid': '9874aaba-d235-47b5-8ed2-b72efbbdd40e'} 11/07/2024 02:32:38.826 7fe46def6e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31a7b75-897f-4f24-9e39-e3711c27e0e8 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Server-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "e31a7b75-897f-4f24-9e39-e3711c27e0e8", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:38.834 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Server-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-dbc06991-c176-4dad-884e-f04bf655d8c4', 'type': 'device_functional_group', 'uuid': 'e31a7b75-897f-4f24-9e39-e3711c27e0e8'} 11/07/2024 02:32:38.983 7fe46def2978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c03d6915-68c7-48fb-bacb-354eaf682ee1 object_type = device_functional_group identifier_name = default-domain:default-project:Lean-Spine-with-Route-Reflector url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "c03d6915-68c7-48fb-bacb-354eaf682ee1", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:38.992 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Lean-Spine-with-Route-Reflector'], 'oper': 'UPDATE', 'request-id': 'req-64351b36-bb85-4726-a47a-2c03ac222f0a', 'type': 'device_functional_group', 'uuid': 'c03d6915-68c7-48fb-bacb-354eaf682ee1'} 11/07/2024 02:32:39.088 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:39.139 7fe46dbb1cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6e0b5675-48c4-4601-8109-29a4fe719109 object_type = network_ipam identifier_name = default-domain:default-project:_internal_ipam_ipv6_link_local url = https://10.0.0.49:8082/network-ipam/6e0b5675-48c4-4601-8109-29a4fe719109 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"network-ipam": {"uuid": "6e0b5675-48c4-4601-8109-29a4fe719109", "fq_name": ["default-domain", "default-project", "_internal_ipam_ipv6_link_local"], "parent_type": "project", "ipam_subnet_method": "user-defined-subnet"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:39.150 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', '_internal_ipam_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-6e9b6e42-ce22-4e13-bb9b-6212b8e2bb10', 'type': 'network_ipam', 'uuid': '6e0b5675-48c4-4601-8109-29a4fe719109'} 11/07/2024 02:32:39.307 7fe46db9d6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 148948cb-661d-4b2a-985d-a3daef86734f object_type = virtual_network identifier_name = default-domain:default-project:_internal_vn_ipv6_link_local url = https://10.0.0.49:8082/virtual-network/148948cb-661d-4b2a-985d-a3daef86734f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"virtual-network": {"uuid": "148948cb-661d-4b2a-985d-a3daef86734f", "fq_name": ["default-domain", "default-project", "_internal_vn_ipv6_link_local"], "parent_type": "project", "address_allocation_mode": "user-defined-subnet-only", "network_ipam_refs": [{"to": ["default-domain", "default-project", "_internal_ipam_ipv6_link_local"], "attr": {"ipam_subnets": [{"subnet": {"ip_prefix": "fe80::", "ip_prefix_len": 64}, "default_gateway": "fe80::1", "dns_server_address": null, "subnet_uuid": "8e7a0a9a-9cb0-11ef-8ec4-76fafadcd1c7", "enable_dhcp": true, "dns_nameservers": [], "allocation_pools": [], "addr_from_start": true, "dhcp_option_list": null, "host_routes": null, "subnet_name": null, "alloc_unit": 1, "created": null, "last_modified": null, "subscriber_tag": null, "vlan_tag": null, "dhcp_relay_server": []}], "host_routes": null}, "uuid": "6e0b5675-48c4-4601-8109-29a4fe719109"}]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:32:39.322 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'extra_dict': {'deallocated_vxlan_network_identifier': None}, 'fq_name': ['default-domain', 'default-project', '_internal_vn_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-927a83ca-b964-47e1-9ee1-f1aaa9cae5fe', 'type': 'virtual_network', 'uuid': '148948cb-661d-4b2a-985d-a3daef86734f'} 11/07/2024 02:32:39.328 7fe46e92ccc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f987b1ce-85a0-4266-93aa-c0976e807b4e object_type = routing_instance identifier_name = default-domain:default-project:_internal_vn_ipv6_link_local:_internal_vn_ipv6_link_local url = http://127.0.0.1/routing-instances operation = http_put domain = default-domain >> 11/07/2024 02:32:39.347 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', '_internal_vn_ipv6_link_local', '_internal_vn_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-927a83ca-b964-47e1-9ee1-f1aaa9cae5fe', 'type': 'routing_instance', 'uuid': 'f987b1ce-85a0-4266-93aa-c0976e807b4e'} 11/07/2024 02:32:40.089 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:42.049 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:43.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:44.052 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:45.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:46.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:47.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:48.059 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:49.061 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:50.063 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:51.064 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:52.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:53.067 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:54.068 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:55.070 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:56.072 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:57.073 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:58.076 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:32:59.077 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:00.079 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:01.081 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:02.082 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:03.084 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:04.086 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:05.087 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:06.089 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:07.090 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:08.092 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:09.093 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:10.095 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:12.050 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:13.052 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:14.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:15.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:16.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:17.059 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:18.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:19.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:20.063 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:21.064 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:22.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:23.068 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:24.070 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:24.154 7fe46d965b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 17ed9a02-475a-4f2c-8279-e8594e0cd48f object_type = job_template identifier_name = default-global-system-config:image_upgrade_template url = https://10.0.0.49:8082/job-template/17ed9a02-475a-4f2c-8279-e8594e0cd48f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "17ed9a02-475a-4f2c-8279-e8594e0cd48f", "fq_name": ["default-global-system-config", "image_upgrade_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/image_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Image upgrade input\", \"type\": \"object\", \"properties\": {\"image_uuid\": {\"type\": \"string\"}}, \"required\": [\"image_uuid\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:24.165 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'image_upgrade_template'], 'oper': 'UPDATE', 'request-id': 'req-8498250f-707f-49ae-83b4-2b75ed230e02', 'type': 'job_template', 'uuid': '17ed9a02-475a-4f2c-8279-e8594e0cd48f'} 11/07/2024 02:33:24.266 7fe46ecc5e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c5aacf75-83cc-4403-9f0e-a102f04c1ad3 object_type = job_template identifier_name = default-global-system-config:container_cleanup_template url = https://10.0.0.49:8082/job-template/c5aacf75-83cc-4403-9f0e-a102f04c1ad3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c5aacf75-83cc-4403-9f0e-a102f04c1ad3", "fq_name": ["default-global-system-config", "container_cleanup_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/container_cleanup.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Container cleanup input\", \"type\": \"object\", \"required\": [\"fabric_fq_name\", \"container_name\"], \"properties\": {\"container_name\": {\"type\": \"string\"}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Container cleanup output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Container Cleanup"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:24.277 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'container_cleanup_template'], 'oper': 'UPDATE', 'request-id': 'req-3fe28b38-50f1-40e9-b665-35e00f91d8bd', 'type': 'job_template', 'uuid': 'c5aacf75-83cc-4403-9f0e-a102f04c1ad3'} 11/07/2024 02:33:24.375 7fe46df2c048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 66e48199-4b13-4cf3-845b-b90b3cc18530 object_type = job_template identifier_name = default-global-system-config:cli_sync_template url = https://10.0.0.49:8082/job-template/66e48199-4b13-4cf3-845b-b90b3cc18530 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "66e48199-4b13-4cf3-845b-b90b3cc18530", "fq_name": ["default-global-system-config", "cli_sync_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/cli_sync.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"CLI sync input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"devices_cli\": {\"type\": \"array\", \"items\": {\"title\": \"Devices CLI Items\", \"type\": \"object\", \"description\": \"Dictionaries of device details\", \"additionalProperties\": false, \"required\": [\"device_uuid\", \"cli_objects\"], \"properties\": {\"device_uuid\": {\"type\": \"string\", \"title\": \"UUIDs of the device\"}, \"cli_objects\": {\"type\": \"array\", \"title\": \"cli objects for that device\", \"items\": {\"type\": \"object\", \"required\": [\"time\", \"status\"], \"properties\": {\"time\": {\"type\": \"string\", \"title\": \"Timestamp of the cli change\"}, \"status\": {\"type\": \"string\", \"title\": \"Accept or Reject the commit\"}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Sync cli config with Contrail"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:24.390 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'cli_sync_template'], 'oper': 'UPDATE', 'request-id': 'req-ce4d5a52-20d8-4b85-ab45-7e7d7e0d3537', 'type': 'job_template', 'uuid': '66e48199-4b13-4cf3-845b-b90b3cc18530'} 11/07/2024 02:33:24.484 7fe46df14630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1bccc463-23c9-412e-9dcb-468e27fde6e7 object_type = job_template identifier_name = default-global-system-config:hitless_upgrade_strategy_template url = https://10.0.0.49:8082/job-template/1bccc463-23c9-412e-9dcb-468e27fde6e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1bccc463-23c9-412e-9dcb-468e27fde6e7", "fq_name": ["default-global-system-config", "hitless_upgrade_strategy_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade_strategy.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 90, "sequence_no": 1}]}, "job_template_input_schema": "{\"title\": \"Image upgrade strategy input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"upgrade_mode\": {\"enum\": [\"test_run\", \"dry_run\", \"upgrade\"], \"description\": \"Mode in which to run workflow\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}, \"image_devices\": {\"type\": \"array\", \"items\": {\"title\": \"Image Devices\", \"type\": \"object\", \"description\": \"List of images and corresponding devices to upgrade\", \"additionalProperties\": false, \"properties\": {\"image_uuid\": {\"type\": \"string\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded with this image\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}}, \"required\": [\"image_uuid\", \"device_list\"]}}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable local interface down check\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable peer interface down check\", \"default\": true}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Hitless Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:24.540 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hitless_upgrade_strategy_template'], 'oper': 'UPDATE', 'request-id': 'req-bda30f99-4844-4c9a-8348-3179aaa61f26', 'type': 'job_template', 'uuid': '1bccc463-23c9-412e-9dcb-468e27fde6e7'} 11/07/2024 02:33:24.639 7fe46dc65ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 791a710b-46ed-4ecb-ac2b-c51f60837bcd object_type = job_template identifier_name = default-global-system-config:maintenance_mode_activate_template url = https://10.0.0.49:8082/job-template/791a710b-46ed-4ecb-ac2b-c51f60837bcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "791a710b-46ed-4ecb-ac2b-c51f60837bcd", "fq_name": ["default-global-system-config", "maintenance_mode_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Activate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to enter maintenance mode\"}, \"mode\": {\"enum\": [\"test_run\", \"activate\"], \"description\": \"Mode in which to run workflow\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"validate_critical_roles\": {\"type\": \"boolean\", \"description\": \"Enable/disable critical role validation\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Activate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:24.692 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-74ee232a-058e-438f-924d-99775a7651d2', 'type': 'job_template', 'uuid': '791a710b-46ed-4ecb-ac2b-c51f60837bcd'} 11/07/2024 02:33:24.795 7fe46e029e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fb78001-e973-4b89-960d-08ea5bc15897 object_type = job_template identifier_name = default-global-system-config:maintenance_mode_deactivate_template url = https://10.0.0.49:8082/job-template/0fb78001-e973-4b89-960d-08ea5bc15897 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0fb78001-e973-4b89-960d-08ea5bc15897", "fq_name": ["default-global-system-config", "maintenance_mode_deactivate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_deactivate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Deactivate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to exit maintenance mode\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Deactivate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Deactivation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:24.849 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_deactivate_template'], 'oper': 'UPDATE', 'request-id': 'req-6490e4c7-ede2-42e0-a2a1-f11633a4732f', 'type': 'job_template', 'uuid': '0fb78001-e973-4b89-960d-08ea5bc15897'} 11/07/2024 02:33:24.947 7fe46de47e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e5daca80-1dfb-4f46-b252-cf30baf7be85 object_type = job_template identifier_name = default-global-system-config:discover_device_template url = https://10.0.0.49:8082/job-template/e5daca80-1dfb-4f46-b252-cf30baf7be85 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e5daca80-1dfb-4f46-b252-cf30baf7be85", "fq_name": ["default-global-system-config", "discover_device_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 1, \"maxProperties\": 1, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Device"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:25.001 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_device_template'], 'oper': 'UPDATE', 'request-id': 'req-358c46b4-ce0a-4cbd-8f25-e30144a72ed5', 'type': 'job_template', 'uuid': 'e5daca80-1dfb-4f46-b252-cf30baf7be85'} 11/07/2024 02:33:25.071 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:25.100 7fe46e92cd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fffd7bd4-78d6-432f-a85f-9864492f78f6 object_type = job_template identifier_name = default-global-system-config:discover_os_computes_template url = https://10.0.0.49:8082/job-template/fffd7bd4-78d6-432f-a85f-9864492f78f6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "fffd7bd4-78d6-432f-a85f-9864492f78f6", "fq_name": ["default-global-system-config", "discover_os_computes_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_os_computes_template.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 2, \"maxProperties\": 5, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"contrail_command_host\": {\"$id\": \"/properties/input/properties/contrail_command_host\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"10.10.10.10:9091\"]}, \"cc_username\": {\"$id\": \"/properties/input/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/input/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover OS Computes"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:25.154 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_os_computes_template'], 'oper': 'UPDATE', 'request-id': 'req-552098ca-8680-444a-beb5-01a55b2728b8', 'type': 'job_template', 'uuid': 'fffd7bd4-78d6-432f-a85f-9864492f78f6'} 11/07/2024 02:33:25.250 7fe46eed1e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4ae88703-348c-4774-829b-423f5d95bfd7 object_type = job_template identifier_name = default-global-system-config:discover_role_template url = https://10.0.0.49:8082/job-template/4ae88703-348c-4774-829b-423f5d95bfd7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4ae88703-348c-4774-829b-423f5d95bfd7", "fq_name": ["default-global-system-config", "discover_role_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Role"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:25.269 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_role_template'], 'oper': 'UPDATE', 'request-id': 'req-55799023-eaf1-4e4e-bd06-555b0782c70e', 'type': 'job_template', 'uuid': '4ae88703-348c-4774-829b-423f5d95bfd7'} 11/07/2024 02:33:25.367 7fe46db9dd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a2122660-c220-4993-82c1-9631e2c4b6e4 object_type = job_template identifier_name = default-global-system-config:device_import_template url = https://10.0.0.49:8082/job-template/a2122660-c220-4993-82c1-9631e2c4b6e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a2122660-c220-4993-82c1-9631e2c4b6e4", "fq_name": ["default-global-system-config", "device_import_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 1}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"additionalProperties\": false, \"properties\": {\"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported.\"}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:25.379 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_import_template'], 'oper': 'UPDATE', 'request-id': 'req-bd5d94dd-40ff-4435-b89a-cb9d0c6adc34', 'type': 'job_template', 'uuid': 'a2122660-c220-4993-82c1-9631e2c4b6e4'} 11/07/2024 02:33:25.485 7fe46defe240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09e8b101-2b04-4c4b-8e57-55f15857d58d object_type = job_template identifier_name = default-global-system-config:fabric_config_template url = https://10.0.0.49:8082/job-template/09e8b101-2b04-4c4b-8e57-55f15857d58d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "fq_name": ["default-global-system-config", "fabric_config_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_config.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"device_management_ip\": {\"type\": \"string\", \"description\": \"Management IP of the Device\"}, \"device_abstract_config\": {\"type\": \"object\", \"description\": \"JSON string of the device abstract config derived from VNC data model\"}, \"additional_feature_params\": {\"type\": \"object\", \"additionalProperties\": false, \"description\": \"Additional feature specific parameters that are not defined in the VNC data model. These could be vendor specific parameters.\", \"properties\": {\"basic\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp_boot_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP Boot server\", \"examples\": [\"6.6.6.6\"]}}, \"ntp_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP server\", \"examples\": [\"8.8.8.8\"]}}, \"time_zone\": {\"type\": \"string\", \"title\": \"Time Zone\", \"examples\": [\"America/Los_Angeles\"]}}}, \"name_servers\": {\"type\": \"array\", \"additionalProperties\": false, \"items\": {\"type\": \"string\", \"Title\": \"Domain Name Server\", \"examples\": [\"10.1.1.2\", \"11.1.1.2\"]}}, \"domain_name\": {\"type\": \"string\", \"title\": \"Domain Name\", \"examples\": [\"company.net\"]}, \"snmp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"communities\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\"}, \"readonly\": {\"type\": \"boolean\", \"default\": true}}, \"required\": [\"name\"]}}}}, \"static_routes\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"subnets\", \"nexthop\"], \"properties\": {\"subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"Subnet\", \"examples\": [\"10.1.1.0/24\", \"10.1.2.0/24\"]}}, \"nexthop\": {\"type\": \"string\", \"title\": \"Next hop IP\", \"examples\": [\"10.1.1.254\"]}}}}}}, \"underlay_ip_clos\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"bgp_hold_time\": {\"type\": \"integer\", \"default\": 90}}}}}, \"is_delete\": {\"type\": \"boolean\", \"description\": \"Set to true for config delete operation\", \"default\": false}, \"manage_underlay\": {\"type\": \"boolean\", \"description\": \"Set to true to manage underlay config\", \"default\": true}, \"enterprise_style\": {\"type\": \"boolean\", \"description\": \"Set to true to if enterprise-style config\", \"default\": true}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Config Push"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:25.553 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_config_template'], 'oper': 'UPDATE', 'request-id': 'req-092915d6-d686-439c-8017-02c083e93f49', 'type': 'job_template', 'uuid': '09e8b101-2b04-4c4b-8e57-55f15857d58d'} 11/07/2024 02:33:25.647 7fe46dfdb828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = da4abe68-c499-47e7-bd1e-0aadb63f4899 object_type = job_template identifier_name = default-global-system-config:ztp_template url = https://10.0.0.49:8082/job-template/da4abe68-c499-47e7-bd1e-0aadb63f4899 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "da4abe68-c499-47e7-bd1e-0aadb63f4899", "fq_name": ["default-global-system-config", "ztp_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"device_count\": {\"$id\": \"/properties/input/properties/device_count\", \"type\": \"integer\", \"title\": \"The Device Count Schema\", \"description\": \"Number of devices to discover\", \"default\": 0, \"examples\": [1, 2, 3, 4, 5]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "ZTP"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:25.658 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ztp_template'], 'oper': 'UPDATE', 'request-id': 'req-fef40ecb-b534-40e6-8709-15daa400b7ce', 'type': 'job_template', 'uuid': 'da4abe68-c499-47e7-bd1e-0aadb63f4899'} 11/07/2024 02:33:25.756 7fe46df140f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dc46fb63-6ab9-4a35-871c-4911abf6cdf3 object_type = job_template identifier_name = default-global-system-config:fabric_deletion_template url = https://10.0.0.49:8082/job-template/dc46fb63-6ab9-4a35-871c-4911abf6cdf3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "dc46fb63-6ab9-4a35-871c-4911abf6cdf3", "fq_name": ["default-global-system-config", "fabric_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:25.773 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-fd8a8064-40e4-4625-a790-2671fb90a340', 'type': 'job_template', 'uuid': 'dc46fb63-6ab9-4a35-871c-4911abf6cdf3'} 11/07/2024 02:33:25.872 7fe46d93a048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 48c89705-9c38-44ba-830b-ef34ceaf6a3a object_type = job_template identifier_name = default-global-system-config:device_deletion_template url = https://10.0.0.49:8082/job-template/48c89705-9c38-44ba-830b-ef34ceaf6a3a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "48c89705-9c38-44ba-830b-ef34ceaf6a3a", "fq_name": ["default-global-system-config", "device_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric_devices.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": 0}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"devices\": {\"type\": \"array\", \"description\": \"List of device names\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:25.884 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-1bf4faaa-31b1-47ae-a2fb-a9bc86c290c1', 'type': 'job_template', 'uuid': '48c89705-9c38-44ba-830b-ef34ceaf6a3a'} 11/07/2024 02:33:25.985 7fe46da36ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0668d848-ca60-414b-81aa-2da73b30f5e4 object_type = job_template identifier_name = default-global-system-config:role_assignment_template url = https://10.0.0.49:8082/job-template/0668d848-ca60-414b-81aa-2da73b30f5e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0668d848-ca60-414b-81aa-2da73b30f5e4", "fq_name": ["default-global-system-config", "role_assignment_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"role_assignments\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"role_assignments\": {\"type\": \"array\", \"minItems\": 0, \"description\": \"Fabric device role assignments\", \"items\": {\"type\": \"object\", \"properties\": {\"device_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"physical_role\": {\"type\": \"string\", \"enum\": [\"leaf\", \"spine\", \"pnf\", \"superspine\"]}, \"routing_switching_roles\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"enum\": [\"CRB\"]}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Role Assignment"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:25.996 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'role_assignment_template'], 'oper': 'UPDATE', 'request-id': 'req-b24b4007-ddae-4e3d-9462-cdfd977deead', 'type': 'job_template', 'uuid': '0668d848-ca60-414b-81aa-2da73b30f5e4'} 11/07/2024 02:33:26.073 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:26.095 7fe46def2b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a3babcfc-98a2-43ae-a722-0b7015b0f5cf object_type = job_template identifier_name = default-global-system-config:topology_discovery_template url = https://10.0.0.49:8082/job-template/a3babcfc-98a2-43ae-a722-0b7015b0f5cf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a3babcfc-98a2-43ae-a722-0b7015b0f5cf", "fq_name": ["default-global-system-config", "topology_discovery_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Topology Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:26.106 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'topology_discovery_template'], 'oper': 'UPDATE', 'request-id': 'req-4db345b9-8bec-43cf-9993-5a7500cb1afe', 'type': 'job_template', 'uuid': 'a3babcfc-98a2-43ae-a722-0b7015b0f5cf'} 11/07/2024 02:33:26.204 7fe46de95828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d0d442c5-5d38-4aff-8a04-2f4583dbfbcd object_type = job_template identifier_name = default-global-system-config:fabric_onboard_template url = https://10.0.0.49:8082/job-template/d0d442c5-5d38-4aff-8a04-2f4583dbfbcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "d0d442c5-5d38-4aff-8a04-2f4583dbfbcd", "fq_name": ["default-global-system-config", "fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": true, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment_dfg.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 5}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 6}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 7}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 8}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 9}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 10}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"loopback_subnets\", \"fabric_subnets\", \"fabric_asn_pool\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\", \"gateway\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"root_password\"], \"properties\": {\"root_password\": {\"type\": \"string\"}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"ztp_timeout\": {\"title\": \"Value of ZTP timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of ZTP timeout in seconds\"}, \"retry_timeout\": {\"title\": \"Value of retry timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of retry timeout in seconds\"}, \"supplemental_day_0_cfg\": {\"title\": \"List of day 0 config that can be used to supplement the ZTP config\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"name\", \"cfg\"], \"properties\": {\"name\": {\"title\": \"name for the config\", \"type\": \"string\"}, \"cfg\": {\"title\": \"config blob that contains the supplemental day-0 config\", \"type\": \"string\"}}}}, \"device_to_ztp\": {\"title\": \"List of device serial numbers for the devices to be ZTPed\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"serial_number\", \"hostname\"], \"properties\": {\"serial_number\": {\"title\": \"Device serial number\", \"type\": \"string\"}, \"hostname\": {\"title\": \"Device hostname can be optionally specified.\", \"type\": \"string\", \"pattern\": \"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\\\-]*[a-zA-Z0-9])\\\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\\\-]*[A-Za-z0-9])$\"}, \"underlay_asn\": {\"title\": \"Underlay eBGP autonomous system number\", \"type\": [\"integer\", \"string\"]}, \"loopback_ip\": {\"title\": \"Loopback IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"mgmt_ip\": {\"title\": \"Management IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"to_ztp\": {\"title\": \"Include or ignore device in ZTP workflow\", \"type\": \"boolean\"}, \"supplemental_day_0_cfg\": {\"title\": \"Name(s) of the supplemental day-0 config(s) that can be optionally specified for this device\", \"type\": [\"string\", \"array\"], \"items\": {\"type\": \"string\"}}}}}, \"os_version\": {\"type\": \"string\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:26.307 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-10feabe7-f2ae-4b1a-86d2-632a354d68d7', 'type': 'job_template', 'uuid': 'd0d442c5-5d38-4aff-8a04-2f4583dbfbcd'} 11/07/2024 02:33:26.407 7fe46de2eeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b6b09d5a-7192-4f83-be6e-9091dc953bbd object_type = job_template identifier_name = default-global-system-config:search_ip_mac_template url = https://10.0.0.49:8082/job-template/b6b09d5a-7192-4f83-be6e-9091dc953bbd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "b6b09d5a-7192-4f83-be6e-9091dc953bbd", "fq_name": ["default-global-system-config", "search_ip_mac_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ip_address\": {\"$id\": \"/properties/ip_address\", \"title\": \"IP Address\", \"pattern\": \"^\\\\s*(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\\\s*$\", \"type\": \"string\"}, \"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Search ip or mac schema command Playbook Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"interface_names\": {\"type\": \"array\", \"title\": \"Interfaces Name(s)\", \"description\": \"Display Interface Names that belong to this mac_address.\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface Name\", \"description\": \"Interface name\"}, \"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"Device name on which the interface was learnt\"}, \"loopback_ip\": {\"type\": \"string\", \"title\": \"Source Loopback IP\", \"description\": \"Originating source's loopback ip address\"}}, \"description\": \"Name of each interface that belongs under this mac_address\"}}}}}}}}}", "job_template_input_ui_schema": "{\"ip_address\": {\"ui:help\": \"Enter an IP Address. The field value must include a IPv4 address without subnet mask; for example, 192.168.3.120\", \"ui:placeholder\": \"Enter IP address\"}, \"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to locate an interface in a fabric given an IP or MAC", "display_name": "Search using IP or MAC"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:26.462 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'search_ip_mac_template'], 'oper': 'UPDATE', 'request-id': 'req-f780ae9d-c36a-4538-b032-8cd268ae77de', 'type': 'job_template', 'uuid': 'b6b09d5a-7192-4f83-be6e-9091dc953bbd'} 11/07/2024 02:33:26.558 7fe47584c2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 object_type = job_template identifier_name = default-global-system-config:show_interface_details_template url = https://10.0.0.49:8082/job-template/bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5", "fq_name": ["default-global-system-config", "show_interface_details_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"interface_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Interface Details\", \"type\": \"object\", \"properties\": {\"interface_type\": {\"type\": \"string\", \"title\": \"Interface Type\", \"enum\": [\"physical\", \"logical\"], \"default\": \"physical\"}}, \"required\": [\"interface_type\"]}, \"conditional\": {\"title\": \"Sub Operation Type\", \"$ref\": \"#/definitions/sub_command\"}}, \"definitions\": {\"sub_command\": {\"title\": \"Sub Operation Type\", \"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"Show runtime interfaces\", \"Show configured interfaces\", \"Show interfaces by names\"], \"default\": \"Show runtime interfaces\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"Show runtime interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show configured interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show interfaces by names\"]}, \"interface_names\": {\"$id\": \"/properties/interface_names\", \"title\": \"Interface Names\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_names/items\", \"type\": \"string\", \"pattern\": \"^([a-z]{1,}[0-9]{0,}(-[0-9]{1,}/[0-9]{1,}/[0-9]{1,})?(\\\\.[0-9]{1,})?)$\", \"title\": \"Interface Name\"}, \"examples\": [\"ge-0/0/1\", \"xe-0/0/0\"]}}, \"required\": [\"interface_names\"]}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show Interface Details Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces details sub-command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"oneOf\": [{\"properties\": {\"interface_stats_rt_phy\": {\"type\": \"array\", \"title\": \"Runtime Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"op_status\": {\"type\": \"string\", \"title\": \"Operational Status\", \"description\": \"Operational status of the interface\"}, \"admin_status\": {\"type\": \"string\", \"title\": \"Admin Status\", \"description\": \"Admin status of the interface\"}, \"input_rate\": {\"type\": \"string\", \"title\": \"InputRate (bps)\", \"description\": \"Input packets rate in bits per second if present\"}, \"output_rate\": {\"type\": \"string\", \"title\": \"OutputRate (bps)\", \"description\": \"Output packets rate in bits per second if present\"}}}}}}, {\"properties\": {\"interface_stats_log\": {\"type\": \"array\", \"title\": \"Logical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"address_family\": {\"type\": \"string\", \"title\": \"Address Family\", \"description\": \"Address family if present\"}}}}}}, {\"properties\": {\"interface_stats_cf_phy\": {\"type\": \"array\", \"title\": \"Configured Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}}}}}}]}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to get a list of physical or logical interfaces from a device and interfaces' other related information.", "display_name": "Show Interface Details"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:26.612 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_interface_details_template'], 'oper': 'UPDATE', 'request-id': 'req-3bee3def-cfd5-4d99-b2bf-6b5edb985d51', 'type': 'job_template', 'uuid': 'bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5'} 11/07/2024 02:33:26.719 7fe46dd4a240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c27b470e-3e18-424a-b245-34d699dda92f object_type = job_template identifier_name = default-global-system-config:show_config_template url = https://10.0.0.49:8082/job-template/c27b470e-3e18-424a-b245-34d699dda92f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c27b470e-3e18-424a-b245-34d699dda92f", "fq_name": ["default-global-system-config", "show_config_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"config_type\": {\"$id\": \"/properties/config_type\", \"title\": \"Configuration type\", \"type\": \"string\", \"enum\": [\"current\", \"rollback 1\", \"rollback 2\"], \"default\": \"current\"}, \"config_filter\": {\"$id\": \"/properties/config_filter\", \"title\": \"Configuration filter\", \"type\": \"string\", \"enum\": [\"all\", \"system\", \"system/login\", \"system/services\", \"system/syslog\", \"interfaces\", \"chassis\", \"services\", \"snmp\", \"forwarding-options\", \"event-options\", \"policy-options\", \"class-of-service\", \"firewall\", \"protocols\", \"routing-instances\", \"routing-options\", \"switch-options\", \"vlans\"], \"default\": \"all\"}, \"compare_configurations\": {\"$id\": \"/properties/compare_configurations\", \"title\": \"Compare selected configuration with current\", \"type\": \"boolean\", \"default\": false}}, \"required\": [\"config_type\", \"config_filter\", \"compare_configurations\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show configuration Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"config_type\": {\"ui:help\": \"Select one type at a time\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display current or previous configuration", "display_name": " Show current or rollback configuration"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:26.773 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_config_template'], 'oper': 'UPDATE', 'request-id': 'req-2095ffee-569d-4a8d-867d-5b5bc8e00f61', 'type': 'job_template', 'uuid': 'c27b470e-3e18-424a-b245-34d699dda92f'} 11/07/2024 02:33:26.871 7fe46dec4978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4e70ac42-2920-48fa-988b-75162b19763c object_type = job_template identifier_name = default-global-system-config:test_overlay_connectivity_template url = https://10.0.0.49:8082/job-template/4e70ac42-2920-48fa-988b-75162b19763c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4e70ac42-2920-48fa-988b-75162b19763c", "fq_name": ["default-global-system-config", "test_overlay_connectivity_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"source_ip\": {\"$id\": \"/properties/source_ip\", \"title\": \"Source (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"destination_ip\": {\"$id\": \"/properties/destination_ip\", \"title\": \"Destination (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"vni\": {\"$id\": \"/properties/vni\", \"title\": \"VNI\", \"type\": \"integer\", \"default\": 100}, \"count\": {\"$id\": \"/properties/count\", \"title\": \"Packet count\", \"type\": \"integer\", \"default\": 5}}, \"required\": [\"source_ip\", \"destination_ip\", \"count\", \"vni\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show connectivity test report\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Each playbook's command_output for this specific command.\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Connectivity test report\", \"description\": \"Display connectivity test report\"}}}}}}}}", "job_template_input_ui_schema": "{\"destination_ip\": {\"ui:help\": \"\"}}", "job_template_output_ui_schema": "null", "job_template_description": "", "display_name": "Test overlay connectivity"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:26.928 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'test_overlay_connectivity_template'], 'oper': 'UPDATE', 'request-id': 'req-2b3fcdc9-7aee-4808-834a-810c813ed64a', 'type': 'job_template', 'uuid': '4e70ac42-2920-48fa-988b-75162b19763c'} 11/07/2024 02:33:27.026 7fe46de2eeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ba6135c7-8d0a-4b49-84c6-877567ff0b2b object_type = job_template identifier_name = default-global-system-config:show_ops_info_template url = https://10.0.0.49:8082/job-template/ba6135c7-8d0a-4b49-84c6-877567ff0b2b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "ba6135c7-8d0a-4b49-84c6-877567ff0b2b", "fq_name": ["default-global-system-config", "show_ops_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ops_type\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Operations commands\", \"type\": \"array\", \"minItems\": 1, \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"minProperties\": 1, \"additionalProperties\": false, \"properties\": {\"conditional\": {\"title\": \"Operation Command Type\", \"$ref\": \"#/definitions/sub_command\"}}}}}, \"definitions\": {\"sub_command\": {\"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"show chassis info\", \"show route info\", \"show bgp info\", \"show evpn info\", \"show lldp info\", \"show lacp info\", \"show vlan info\"], \"default\": \"show route info\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"show chassis info\"]}, \"command_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis alarms\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show route info\"]}, \"command_detail\": {\"$id\": \"/properties/route_detail\", \"title\": \"Route detail\", \"type\": \"string\", \"enum\": [\"route summary\"], \"default\": \"route summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show bgp info\"]}, \"command_detail\": {\"$id\": \"/properties/bgp_detail\", \"title\": \"BGP detail\", \"type\": \"string\", \"enum\": [\"bgp summary\", \"bgp neighbor\", \"bgp group\"], \"default\": \"bgp summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show evpn info\"]}, \"command_detail\": {\"$id\": \"/properties/evpn_detail\", \"title\": \"EVPN detail\", \"type\": \"string\", \"enum\": [\"evpn ip-prefix-database\", \"evpn instance extensive\", \"evpn instance designated-forwarder\", \"evpn instance backup-forwarder\", \"evpn database state default-gateway\"], \"default\": \"evpn ip-prefix-database\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lldp info\"]}, \"command_detail\": {\"$id\": \"/properties/lldp_detail\", \"title\": \"LLDP detail\", \"type\": \"string\", \"enum\": [\"lldp neighbors\"], \"default\": \"lldp neighbors\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lacp info\"]}, \"command_detail\": {\"$id\": \"/properties/lacp_detail\", \"title\": \"LACP detail\", \"type\": \"string\", \"enum\": [\"lacp interfaces extensive\", \"lacp statistics interfaces\"], \"default\": \"lacp interfaces extensive\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show vlan info\"]}, \"command_detail\": {\"$id\": \"/properties/vlan_detail\", \"title\": \"VLAN detail\", \"type\": \"string\", \"enum\": [\"vlans\"], \"default\": \"vlans\"}}}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display operational information", "display_name": "Show operations information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:27.075 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:27.080 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_ops_info_template'], 'oper': 'UPDATE', 'request-id': 'req-d5f189cc-ee3e-4b98-a033-abd68bece3f7', 'type': 'job_template', 'uuid': 'ba6135c7-8d0a-4b49-84c6-877567ff0b2b'} 11/07/2024 02:33:27.174 7fe46e01a0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a0104f25-a1f9-4b1a-8dec-d44d354eebed object_type = job_template identifier_name = default-global-system-config:check_multicast_template url = https://10.0.0.49:8082/job-template/a0104f25-a1f9-4b1a-8dec-d44d354eebed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a0104f25-a1f9-4b1a-8dec-d44d354eebed", "fq_name": ["default-global-system-config", "check_multicast_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"warning_banner\": {\"$id\": \"/properties/warning_banner\", \"title\": \"This GDO gathers multicast statistics from the whole fabric and it might take a few minutes to complete.\", \"type\": \"object\", \"properties\": {\"warning_banner_2\": {\"$id\": \"/properties/warning_banner_2\", \"title\": \"It is assumed that:\", \"type\": \"object\", \"properties\": {\"warning_banner_3\": {\"$id\": \"/properties/warning_banner_3\", \"title\": \"(1) the traffic is coming from outside of the fabric (through device(s) with CRB-MCAST-Gateway role);\", \"type\": \"object\", \"properties\": {\"warning_banner_4\": {\"$id\": \"/properties/warning_banner_4\", \"title\": \"(2) the traffic is going to devices attached to server leaves (physical_router_role == 'leaf');\", \"type\": \"object\", \"properties\": {\"warning_banner_5\": {\"$id\": \"/properties/warning_banner_5\", \"title\": \"(3) PIM is enabled in the fabric.\", \"type\": \"object\", \"properties\": {}}}}}}}}}}, \"source\": {\"$id\": \"/properties/source\", \"title\": \"Source\", \"type\": \"string\", \"default\": \"\"}, \"group\": {\"$id\": \"/properties/group\", \"title\": \"Group\", \"type\": \"string\", \"default\": \"\"}}, \"required\": [\"source\", \"group\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Check multicast output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "Check multicast", "display_name": "Check incoming multicast traffic"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:27.228 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'check_multicast_template'], 'oper': 'UPDATE', 'request-id': 'req-b8814132-2e2a-4e38-84a2-f685a1381cfa', 'type': 'job_template', 'uuid': 'a0104f25-a1f9-4b1a-8dec-d44d354eebed'} 11/07/2024 02:33:27.328 7fe46dea9ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = beffdd8f-ab67-4478-9e35-e04f15334529 object_type = job_template identifier_name = default-global-system-config:existing_fabric_onboard_template url = https://10.0.0.49:8082/job-template/beffdd8f-ab67-4478-9e35-e04f15334529 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "beffdd8f-ab67-4478-9e35-e04f15334529", "fq_name": ["default-global-system-config", "existing_fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/existing_fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 40, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 5}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"username\", \"password\"], \"properties\": {\"username\": {\"type\": \"string\"}, \"password\": {\"type\": \"string\"}}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"manage_underlay\": {\"title\": \"Manage underlay networking\", \"type\": \"boolean\", \"description\": \"Set to true if need to configure underlay networking\", \"default\": false}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Existing Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:27.386 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'existing_fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-6e9c32d1-87cc-4e5a-b74b-f8e17f53bb42', 'type': 'job_template', 'uuid': 'beffdd8f-ab67-4478-9e35-e04f15334529'} 11/07/2024 02:33:27.486 7fe46dec48d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42dc3d2b-40a5-4876-a519-62ca5dc6b79b object_type = job_template identifier_name = default-global-system-config:vcenter_import_template url = https://10.0.0.49:8082/job-template/42dc3d2b-40a5-4876-a519-62ca5dc6b79b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "42dc3d2b-40a5-4876-a519-62ca5dc6b79b", "fq_name": ["default-global-system-config", "vcenter_import_template"], "parent_type": "global-system-config", "job_template_type": "executable", "job_template_concurrency_level": "fabric", "job_template_executables": {"executable_info": [{"executable_path": "/opt/contrail/utils/vcenter-import", "executable_args": "", "job_completion_weightage": 100}]}, "job_template_input_schema": "{\"title\": \"vCenter Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"contrail_command\": {\"$id\": \"/properties/contrail_command\", \"description\": \"The Contrail Command details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/contrail_command/username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/contrail_command/password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/contrail_command/host\", \"description\": \"The Contrail Command IP and/or port\", \"type\": \"string\"}}}, \"vcenter\": {\"$id\": \"/properties/vcenter\", \"description\": \"vCenter details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/vcenter/username\", \"description\": \"Username of vCenter Server\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/vcenter/password\", \"description\": \"Password of vCenter Server\", \"type\": \"string\"}, \"datacenter\": {\"$id\": \"/properties/vcenter/datacenter\", \"description\": \"vCenter DataCenter name to Import ESXi Hosts\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/vcenter/host\", \"description\": \"vCenter Hostname/IP-Address including port\", \"type\": \"string\"}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "VCenter Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:27.541 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vcenter_import_template'], 'oper': 'UPDATE', 'request-id': 'req-45b790ea-88fa-40f5-acc4-e8f47a2f5773', 'type': 'job_template', 'uuid': '42dc3d2b-40a5-4876-a519-62ca5dc6b79b'} 11/07/2024 02:33:27.644 7fe46df110f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22a3dd9a-b9ea-45a3-af54-f6b92461694b object_type = job_template identifier_name = default-global-system-config:discover_server_template url = https://10.0.0.49:8082/job-template/22a3dd9a-b9ea-45a3-af54-f6b92461694b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "22a3dd9a-b9ea-45a3-af54-f6b92461694b", "fq_name": ["default-global-system-config", "discover_server_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_server.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"ipmi\": {\"$id\": \"/properties/ipmi\", \"type\": \"object\", \"required\": [\"ipmi_subnet_list\", \"ipmi_credentials\"], \"properties\": {\"ipmi_subnet_list\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list/items\", \"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"ipmi_credentials\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"description\": \"The IPMI user:password credentials\", \"type\": \"string\"}}, \"ipmi_port_ranges\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"type\": \"object\", \"required\": [\"port_range_start\", \"port_range_end\"], \"properties\": {\"port_range_start\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_start\", \"description\": \"Start of IPMI Port Range\", \"type\": \"integer\"}, \"port_range_end\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_end\", \"description\": \"End of IPMI Port Range\", \"type\": \"integer\"}}}}}}, \"ironic\": {\"$id\": \"/properties/ironic\", \"type\": \"object\", \"required\": [\"auth_url\", \"username\", \"password\"], \"properties\": {\"auth_url\": {\"$id\": \"/properties/ironic/properties/auth_url\", \"description\": \"The Ironic Auth URL\", \"type\": \"string\"}, \"username\": {\"$id\": \"/properties/ironic/properties/username\", \"description\": \"The Ironic Auth username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/ironic/properties/password\", \"description\": \"The Ironic Auth password\", \"type\": \"string\"}, \"introspection_flag\": {\"$id\": \"/properties/ironic/properties/introspection_flag\", \"description\": \"Flag to determine if introspection is needed\", \"type\": \"boolean\", \"default\": true}}}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:27.704 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_server_template'], 'oper': 'UPDATE', 'request-id': 'req-c1965aa8-8af8-4ea1-99d7-921b2fca3f6e', 'type': 'job_template', 'uuid': '22a3dd9a-b9ea-45a3-af54-f6b92461694b'} 11/07/2024 02:33:27.798 7fe46db39390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 object_type = job_template identifier_name = default-global-system-config:server_import_template url = https://10.0.0.49:8082/job-template/9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "9f546e19-9ab0-42eb-8f69-cbfd24b6fd94", "fq_name": ["default-global-system-config", "server_import_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/server_import.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:27.810 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'server_import_template'], 'oper': 'UPDATE', 'request-id': 'req-dcc5e5a4-5b62-4a38-954b-e3031745eaa8', 'type': 'job_template', 'uuid': '9f546e19-9ab0-42eb-8f69-cbfd24b6fd94'} 11/07/2024 02:33:27.914 7fe46d8dd240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 81bdd21a-3c1d-440a-a882-c91aa6b508b0 object_type = job_template identifier_name = default-global-system-config:node_profile_template url = https://10.0.0.49:8082/job-template/81bdd21a-3c1d-440a-a882-c91aa6b508b0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "81bdd21a-3c1d-440a-a882-c91aa6b508b0", "fq_name": ["default-global-system-config", "node_profile_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/node_profile.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Node Profile Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command Hostname/IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Node Profile"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:27.926 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'node_profile_template'], 'oper': 'UPDATE', 'request-id': 'req-284ddcf3-af49-4782-98c7-0e24b205fdfd', 'type': 'job_template', 'uuid': '81bdd21a-3c1d-440a-a882-c91aa6b508b0'} 11/07/2024 02:33:28.027 7fe46df27048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 35a01d59-582a-4e7e-8993-09a7fb9ebd19 object_type = job_template identifier_name = default-global-system-config:show_mac_mob_template url = https://10.0.0.49:8082/job-template/35a01d59-582a-4e7e-8993-09a7fb9ebd19 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "35a01d59-582a-4e7e-8993-09a7fb9ebd19", "fq_name": ["default-global-system-config", "show_mac_mob_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"mac_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"MAC Details\", \"type\": \"object\", \"properties\": {\"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}, \"required\": [\"mac_address\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show MAC mobility Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"MAC History\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"mac_details\": {\"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display MAC address move or mobility", "display_name": "Show mac mobility"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:28.076 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:28.080 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_mac_mob_template'], 'oper': 'UPDATE', 'request-id': 'req-ad3cc434-e631-4103-9deb-aafeb0866767', 'type': 'job_template', 'uuid': '35a01d59-582a-4e7e-8993-09a7fb9ebd19'} 11/07/2024 02:33:28.186 7fe46dbe4630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31ec2c1-89c8-4950-a756-b70565503fc6 object_type = job_template identifier_name = default-global-system-config:rma_activate_template url = https://10.0.0.49:8082/job-template/e31ec2c1-89c8-4950-a756-b70565503fc6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e31ec2c1-89c8-4950-a756-b70565503fc6", "fq_name": ["default-global-system-config", "rma_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/rma_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 3}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"RMA activate\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"rma_devices\": {\"type\": \"array\", \"items\": {\"title\": \"RMA Devices\", \"type\": \"object\", \"description\": \"List of devices and corresponding serial numbers to RMA\", \"additionalProperties\": false, \"properties\": {\"device_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}, \"serial_number\": {\"type\": \"string\"}}, \"required\": [\"device_uuid\", \"serial_number\"]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "RMA Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:28.197 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rma_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-0e6a3b4e-ee05-496d-a234-725d0f2b5efc', 'type': 'job_template', 'uuid': 'e31ec2c1-89c8-4950-a756-b70565503fc6'} 11/07/2024 02:33:28.295 7fe46de18240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096811dc-7f55-4763-8395-1f288d24bb6a object_type = job_template identifier_name = default-global-system-config:show_chassis_info_template url = https://10.0.0.49:8082/job-template/096811dc-7f55-4763-8395-1f288d24bb6a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "096811dc-7f55-4763-8395-1f288d24bb6a", "fq_name": ["default-global-system-config", "show_chassis_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"chassis\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Chassis information\", \"type\": \"object\", \"properties\": {\"chassis_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis hardware\"}}, \"required\": [\"chassis_detail\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display chassis information", "display_name": "Show chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:28.355 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_chassis_info_template'], 'oper': 'UPDATE', 'request-id': 'req-4ad6265a-73df-42e3-bacc-99a62ddced5e', 'type': 'job_template', 'uuid': '096811dc-7f55-4763-8395-1f288d24bb6a'} 11/07/2024 02:33:28.459 7fe46dd3e048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1215737e-4ccc-4371-a28e-eb341d000a00 object_type = job_template identifier_name = default-global-system-config:hardware_inventory_template url = https://10.0.0.49:8082/job-template/1215737e-4ccc-4371-a28e-eb341d000a00 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1215737e-4ccc-4371-a28e-eb341d000a00", "fq_name": ["default-global-system-config", "hardware_inventory_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Hardware Inventory Information\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"minProperties\": 1}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to fetch hardware inventory information from the device", "display_name": "Fetch hardware chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:28.470 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hardware_inventory_template'], 'oper': 'UPDATE', 'request-id': 'req-2d45c697-faf1-4a45-ac74-aa1e14f49e68', 'type': 'job_template', 'uuid': '1215737e-4ccc-4371-a28e-eb341d000a00'} 11/07/2024 02:33:28.570 7fe46db39390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a22fc3b2-62a5-4e31-97a4-e70c039e1019 object_type = config_properties identifier_name = default-global-system-config:config_property url = https://10.0.0.49:8082/config-properties/a22fc3b2-62a5-4e31-97a4-e70c039e1019 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"config-properties": {"uuid": "a22fc3b2-62a5-4e31-97a4-e70c039e1019", "fq_name": ["default-global-system-config", "config_property"], "parent_type": "global-system-config", "properties": {"key_value_pair": [{"key": "junos_commit_timeout", "value": "600"}, {"key": "total_retry_timeout", "value": "600"}, {"key": "device_command_timeout", "value": "600"}, {"key": "ztp_timeout", "value": "570"}]}, "display_name": "Config Property"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:28.578 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'config_property'], 'oper': 'UPDATE', 'request-id': 'req-f57d4c34-02ea-4888-9ddb-ce3c07e22c3d', 'type': 'config_properties', 'uuid': 'a22fc3b2-62a5-4e31-97a4-e70c039e1019'} 11/07/2024 02:33:29.032 7fe46ecee438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 object_type = global_system_config identifier_name = default-global-system-config url = https://10.0.0.49:8082/global-system-config/dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"global-system-config": {"uuid": "dfd9c1c8-eff8-4a11-805e-4845bcbc4be8", "fq_name": ["default-global-system-config"], "supported_device_families": {"device_family": ["junos", "junos-qfx"]}, "supported_vendor_hardwares": {"vendor_hardware": ["juniper-qfx10002-72q", "juniper-qfx10002-36q", "juniper-qfx10002-60c", "juniper-qfx10016", "juniper-qfx10008", "juniper-vqfx-10000", "juniper-qfx5100-48sh-afi", "juniper-qfx5100-48sh-afo", "juniper-qfx5100-48th-afi", "juniper-qfx5100-48th-afo", "juniper-qfx5100-48s-6q", "juniper-qfx5100-96s-8q", "juniper-qfx5100-48t", "juniper-qfx5100-48t-6q", "juniper-qfx5100-24q-2p", "juniper-qfx5100-24q-aa", "juniper-qfx5100e-48s-6q", "juniper-qfx5100e-96s-8q", "juniper-qfx5100e-48t-6q", "juniper-qfx5100e-24q-2p", "juniper-qfx5110-48s-4c", "juniper-qfx5110-32q", "juniper-qfx5120-48y-8c", "juniper-qfx5120-48t-6c", "juniper-qfx5120-32c", "juniper-qfx5220-32cd", "juniper-qfx5220-128c", "juniper-qfx5200-32c-32q", "juniper-qfx5200-48y", "juniper-qfx5210-64c", "juniper-vmx", "juniper-mx80", "juniper-mx80-48t", "juniper-mx204", "juniper-mx240", "juniper-mx480", "juniper-mx960", "juniper-mx2008", "juniper-mx2010", "juniper-mx2020", "juniper-mx10003", "juniper-jnp10008", "juniper-jnp10016", "juniper-srx5400", "juniper-srx5600", "juniper-srx4600", "juniper-srx4100", "juniper-srx1500", "juniper-srx240h-poe", "juniper-vsrx", "juniper-srx5800", "juniper-srx4200"]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:29.044 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config'], 'oper': 'UPDATE', 'request-id': 'req-ec297a62-fd51-45a4-991c-2af682be0c18', 'type': 'global_system_config', 'uuid': 'dfd9c1c8-eff8-4a11-805e-4845bcbc4be8'} 11/07/2024 02:33:29.077 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:29.150 7fe46db1deb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42087eae-1152-4e4b-8ebb-ac8bcdc13323 object_type = hardware identifier_name = juniper-qfx5100-48sh-afi url = https://10.0.0.49:8082/hardware/42087eae-1152-4e4b-8ebb-ac8bcdc13323 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "fq_name": ["juniper-qfx5100-48sh-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:29.158 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afi'], 'oper': 'UPDATE', 'request-id': 'req-174299f8-76cb-4a3f-8ed9-2d248c024307', 'type': 'hardware', 'uuid': '42087eae-1152-4e4b-8ebb-ac8bcdc13323'} 11/07/2024 02:33:29.258 7fe46db39a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bb7beed3-60d7-49c5-9d84-49ac2a782218 object_type = hardware identifier_name = juniper-qfx5100-48sh-afo url = https://10.0.0.49:8082/hardware/bb7beed3-60d7-49c5-9d84-49ac2a782218 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "fq_name": ["juniper-qfx5100-48sh-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:29.265 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afo'], 'oper': 'UPDATE', 'request-id': 'req-6aa7fe67-59be-4efa-90ad-7db71b40c0e2', 'type': 'hardware', 'uuid': 'bb7beed3-60d7-49c5-9d84-49ac2a782218'} 11/07/2024 02:33:29.367 7fe46de1b630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6432d3f-ce9a-411f-8a75-9e22d185f2cd object_type = hardware identifier_name = juniper-qfx5100-48th-afi url = https://10.0.0.49:8082/hardware/c6432d3f-ce9a-411f-8a75-9e22d185f2cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "fq_name": ["juniper-qfx5100-48th-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:29.380 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afi'], 'oper': 'UPDATE', 'request-id': 'req-2b40a2bb-bd62-47da-abe0-73820fa57d0a', 'type': 'hardware', 'uuid': 'c6432d3f-ce9a-411f-8a75-9e22d185f2cd'} 11/07/2024 02:33:29.478 7fe46dd4af60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d1543237-89a0-4607-a0f5-40f0be645bcf object_type = hardware identifier_name = juniper-qfx5100-48th-afo url = https://10.0.0.49:8082/hardware/d1543237-89a0-4607-a0f5-40f0be645bcf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "fq_name": ["juniper-qfx5100-48th-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:29.486 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afo'], 'oper': 'UPDATE', 'request-id': 'req-4265f582-c7fa-4472-95a8-a18ae4c6b76f', 'type': 'hardware', 'uuid': 'd1543237-89a0-4607-a0f5-40f0be645bcf'} 11/07/2024 02:33:29.584 7fe46df278d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09842293-1bb4-4536-9393-f26caa94be87 object_type = hardware identifier_name = juniper-qfx5100-48s-6q url = https://10.0.0.49:8082/hardware/09842293-1bb4-4536-9393-f26caa94be87 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "09842293-1bb4-4536-9393-f26caa94be87", "fq_name": ["juniper-qfx5100-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:29.592 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-b0faf906-4777-43c3-a88e-1a65a7df21b2', 'type': 'hardware', 'uuid': '09842293-1bb4-4536-9393-f26caa94be87'} 11/07/2024 02:33:29.690 7fe46db3b438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 659daa17-ae39-4641-b245-45c06a69b927 object_type = hardware identifier_name = juniper-qfx5100-96s-8q url = https://10.0.0.49:8082/hardware/659daa17-ae39-4641-b245-45c06a69b927 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "659daa17-ae39-4641-b245-45c06a69b927", "fq_name": ["juniper-qfx5100-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:29.698 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-a0b660f1-bab9-40d7-9edf-a6341e49c7a3', 'type': 'hardware', 'uuid': '659daa17-ae39-4641-b245-45c06a69b927'} 11/07/2024 02:33:29.794 7fe46df14240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9b18d69f-cfa6-47a6-9837-5886979b7d27 object_type = hardware identifier_name = juniper-qfx5100-48t url = https://10.0.0.49:8082/hardware/9b18d69f-cfa6-47a6-9837-5886979b7d27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "fq_name": ["juniper-qfx5100-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:29.805 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t'], 'oper': 'UPDATE', 'request-id': 'req-835ca947-7544-40b4-b8d6-1fe6913b854d', 'type': 'hardware', 'uuid': '9b18d69f-cfa6-47a6-9837-5886979b7d27'} 11/07/2024 02:33:29.906 7fe46dfe40f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fdd501e-e56b-45b5-9083-e8e81f459673 object_type = hardware identifier_name = juniper-qfx5100-48t-6q url = https://10.0.0.49:8082/hardware/0fdd501e-e56b-45b5-9083-e8e81f459673 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "fq_name": ["juniper-qfx5100-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:29.913 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-5f3d8263-74c9-45e9-9c74-a381f10c0366', 'type': 'hardware', 'uuid': '0fdd501e-e56b-45b5-9083-e8e81f459673'} 11/07/2024 02:33:30.019 7fe46dd4ab70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a415b5b6-e554-4e69-8ac8-100664a655bd object_type = hardware identifier_name = juniper-qfx5100-24q-2p url = https://10.0.0.49:8082/hardware/a415b5b6-e554-4e69-8ac8-100664a655bd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "fq_name": ["juniper-qfx5100-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:30.041 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-76301504-4cb4-4c20-9cb1-0a6640dcb443', 'type': 'hardware', 'uuid': 'a415b5b6-e554-4e69-8ac8-100664a655bd'} 11/07/2024 02:33:30.079 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:30.127 7fe46dec4198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ec46a0d-8b6e-4461-b351-ab3960b11966 object_type = hardware identifier_name = juniper-qfx5100-24q-aa url = https://10.0.0.49:8082/hardware/9ec46a0d-8b6e-4461-b351-ab3960b11966 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "fq_name": ["juniper-qfx5100-24q-aa"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:30.135 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-aa'], 'oper': 'UPDATE', 'request-id': 'req-b0fc7dea-f3a8-4c0b-bc62-53788244f6d2', 'type': 'hardware', 'uuid': '9ec46a0d-8b6e-4461-b351-ab3960b11966'} 11/07/2024 02:33:30.229 7fe46dd4a390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc object_type = hardware identifier_name = juniper-qfx5100e-48s-6q url = https://10.0.0.49:8082/hardware/7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "fq_name": ["juniper-qfx5100e-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:30.237 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-2acdd943-0f52-4172-84c3-503ac0c573f0', 'type': 'hardware', 'uuid': '7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc'} 11/07/2024 02:33:30.334 7fe46dfe4eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3be1a72-35aa-4778-a173-5986e8c2fae8 object_type = hardware identifier_name = juniper-qfx5100e-96s-8q url = https://10.0.0.49:8082/hardware/d3be1a72-35aa-4778-a173-5986e8c2fae8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "fq_name": ["juniper-qfx5100e-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:30.342 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-6e1f93e5-ef25-438c-83f5-333829cb8892', 'type': 'hardware', 'uuid': 'd3be1a72-35aa-4778-a173-5986e8c2fae8'} 11/07/2024 02:33:30.442 7fe46dec4198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 84d423a0-c168-4209-9a24-3b690f4332f8 object_type = hardware identifier_name = juniper-qfx5100e-48t-6q url = https://10.0.0.49:8082/hardware/84d423a0-c168-4209-9a24-3b690f4332f8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "fq_name": ["juniper-qfx5100e-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:30.450 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-a24e0130-ba76-4593-b057-975c1d74979e', 'type': 'hardware', 'uuid': '84d423a0-c168-4209-9a24-3b690f4332f8'} 11/07/2024 02:33:30.550 7fe46db39978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b1493cca-8842-42f9-800a-753565a2d6b6 object_type = hardware identifier_name = juniper-qfx5100e-24q-2p url = https://10.0.0.49:8082/hardware/b1493cca-8842-42f9-800a-753565a2d6b6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "fq_name": ["juniper-qfx5100e-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:30.560 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-956b1a08-9c7c-4550-b619-af735578c470', 'type': 'hardware', 'uuid': 'b1493cca-8842-42f9-800a-753565a2d6b6'} 11/07/2024 02:33:30.658 7fe46df27a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 403bdb63-2170-4014-9403-f80fba2de755 object_type = hardware identifier_name = juniper-qfx5110-48s-4c url = https://10.0.0.49:8082/hardware/403bdb63-2170-4014-9403-f80fba2de755 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "403bdb63-2170-4014-9403-f80fba2de755", "fq_name": ["juniper-qfx5110-48s-4c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:30.668 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-48s-4c'], 'oper': 'UPDATE', 'request-id': 'req-f8d01ede-c398-48f1-a851-a7dcfef3e647', 'type': 'hardware', 'uuid': '403bdb63-2170-4014-9403-f80fba2de755'} 11/07/2024 02:33:30.766 7fe46dea2198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b5500813-1eb7-4e75-8a4c-674e0ba66461 object_type = hardware identifier_name = juniper-qfx5110-32q url = https://10.0.0.49:8082/hardware/b5500813-1eb7-4e75-8a4c-674e0ba66461 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "fq_name": ["juniper-qfx5110-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:30.774 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-32q'], 'oper': 'UPDATE', 'request-id': 'req-518c75e3-e2eb-4230-a0a4-12f9fc09e154', 'type': 'hardware', 'uuid': 'b5500813-1eb7-4e75-8a4c-674e0ba66461'} 11/07/2024 02:33:30.883 7fe46dea98d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b63324e2-273a-400b-9d59-0dec80d655d4 object_type = hardware identifier_name = juniper-qfx5120-48y-8c url = https://10.0.0.49:8082/hardware/b63324e2-273a-400b-9d59-0dec80d655d4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "fq_name": ["juniper-qfx5120-48y-8c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:30.891 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48y-8c'], 'oper': 'UPDATE', 'request-id': 'req-103b90ac-b57b-4481-a3d3-39565087cf97', 'type': 'hardware', 'uuid': 'b63324e2-273a-400b-9d59-0dec80d655d4'} 11/07/2024 02:33:30.991 7fe46df66cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 object_type = hardware identifier_name = juniper-qfx5120-32c url = https://10.0.0.49:8082/hardware/017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "fq_name": ["juniper-qfx5120-32c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:31.000 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-32c'], 'oper': 'UPDATE', 'request-id': 'req-8ef6b7a3-8350-426b-9e4d-6d8dd136ef97', 'type': 'hardware', 'uuid': '017ec5ed-1b9e-47d0-9b3c-e2df68b376e7'} 11/07/2024 02:33:31.081 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:31.098 7fe46dea28d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75328164-8eed-4868-b183-9bcbe27e276a object_type = hardware identifier_name = juniper-qfx5120-48t-6c url = https://10.0.0.49:8082/hardware/75328164-8eed-4868-b183-9bcbe27e276a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "fq_name": ["juniper-qfx5120-48t-6c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:31.105 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48t-6c'], 'oper': 'UPDATE', 'request-id': 'req-905aafb2-b816-4661-acb6-ccd74e93fd9e', 'type': 'hardware', 'uuid': '75328164-8eed-4868-b183-9bcbe27e276a'} 11/07/2024 02:33:31.206 7fe46df49b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ac596c42-3f13-42e2-a6b1-be2b27e18331 object_type = hardware identifier_name = juniper-qfx5220-32cd url = https://10.0.0.49:8082/hardware/ac596c42-3f13-42e2-a6b1-be2b27e18331 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "fq_name": ["juniper-qfx5220-32cd"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:31.214 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-32cd'], 'oper': 'UPDATE', 'request-id': 'req-36b4bf17-0847-496e-bef1-d7d8af547a17', 'type': 'hardware', 'uuid': 'ac596c42-3f13-42e2-a6b1-be2b27e18331'} 11/07/2024 02:33:31.310 7fe46e036cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1c773810-104a-43e2-b78a-a0b3dac4dd7f object_type = hardware identifier_name = juniper-qfx5220-128c url = https://10.0.0.49:8082/hardware/1c773810-104a-43e2-b78a-a0b3dac4dd7f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "fq_name": ["juniper-qfx5220-128c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:31.321 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-128c'], 'oper': 'UPDATE', 'request-id': 'req-b47da4e8-eb4a-43ca-b038-1f95cee43af8', 'type': 'hardware', 'uuid': '1c773810-104a-43e2-b78a-a0b3dac4dd7f'} 11/07/2024 02:33:31.414 7fe46df49cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 922c08d7-1c72-4e46-b73b-c5cce20c7d4b object_type = hardware identifier_name = juniper-qfx5200-32c-32q url = https://10.0.0.49:8082/hardware/922c08d7-1c72-4e46-b73b-c5cce20c7d4b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "fq_name": ["juniper-qfx5200-32c-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:31.423 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-32c-32q'], 'oper': 'UPDATE', 'request-id': 'req-74f86136-b9eb-491a-a59e-708da3a05fbc', 'type': 'hardware', 'uuid': '922c08d7-1c72-4e46-b73b-c5cce20c7d4b'} 11/07/2024 02:33:31.518 7fe46de88e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 133f6aba-4d41-4450-9996-aef90d73b888 object_type = hardware identifier_name = juniper-qfx5200-48y url = https://10.0.0.49:8082/hardware/133f6aba-4d41-4450-9996-aef90d73b888 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "fq_name": ["juniper-qfx5200-48y"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:31.527 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-48y'], 'oper': 'UPDATE', 'request-id': 'req-af80bff8-4a51-435b-9e57-6506cd6b033b', 'type': 'hardware', 'uuid': '133f6aba-4d41-4450-9996-aef90d73b888'} 11/07/2024 02:33:31.630 7fe46de30630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = db87e59b-96e1-49d8-a62c-1c2d89d684d9 object_type = hardware identifier_name = juniper-qfx5210-64c url = https://10.0.0.49:8082/hardware/db87e59b-96e1-49d8-a62c-1c2d89d684d9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "fq_name": ["juniper-qfx5210-64c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:31.638 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5210-64c'], 'oper': 'UPDATE', 'request-id': 'req-3f2cb259-1841-4043-b10a-dd675ffcbcd1', 'type': 'hardware', 'uuid': 'db87e59b-96e1-49d8-a62c-1c2d89d684d9'} 11/07/2024 02:33:31.734 7fe46df68a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 864af8d2-658f-4299-b31c-a18e657d786b object_type = hardware identifier_name = juniper-qfx10002-72q url = https://10.0.0.49:8082/hardware/864af8d2-658f-4299-b31c-a18e657d786b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "fq_name": ["juniper-qfx10002-72q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:31.742 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-72q'], 'oper': 'UPDATE', 'request-id': 'req-47efe514-7d15-4ff4-8b5a-23df8851c57a', 'type': 'hardware', 'uuid': '864af8d2-658f-4299-b31c-a18e657d786b'} 11/07/2024 02:33:31.846 7fe46db1d198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 object_type = hardware identifier_name = juniper-qfx10002-36q url = https://10.0.0.49:8082/hardware/8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "fq_name": ["juniper-qfx10002-36q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:31.855 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-36q'], 'oper': 'UPDATE', 'request-id': 'req-0eedebb7-350e-4774-8472-80fbc0853a60', 'type': 'hardware', 'uuid': '8cc029e3-98bd-4b93-ae1b-3a1eb169fab4'} 11/07/2024 02:33:31.950 7fe46df27b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7d28fa02-7667-4bc7-bec6-01b08d00dd4d object_type = hardware identifier_name = juniper-qfx10002-60c url = https://10.0.0.49:8082/hardware/7d28fa02-7667-4bc7-bec6-01b08d00dd4d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "fq_name": ["juniper-qfx10002-60c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:31.961 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-60c'], 'oper': 'UPDATE', 'request-id': 'req-985aaf3d-a84d-46ab-8de9-83ae71562707', 'type': 'hardware', 'uuid': '7d28fa02-7667-4bc7-bec6-01b08d00dd4d'} 11/07/2024 02:33:32.059 7fe46de266d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c8d84e84-6056-4872-b06b-ae4bed62f7a2 object_type = hardware identifier_name = juniper-qfx10016 url = https://10.0.0.49:8082/hardware/c8d84e84-6056-4872-b06b-ae4bed62f7a2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "fq_name": ["juniper-qfx10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:32.068 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10016'], 'oper': 'UPDATE', 'request-id': 'req-ef89b5a9-6fcd-4fc3-ad9e-61760dbb4345', 'type': 'hardware', 'uuid': 'c8d84e84-6056-4872-b06b-ae4bed62f7a2'} 11/07/2024 02:33:32.082 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:32.166 7fe46df8fe10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e97d4f94-63fb-439d-a014-5b702068f369 object_type = hardware identifier_name = juniper-qfx10008 url = https://10.0.0.49:8082/hardware/e97d4f94-63fb-439d-a014-5b702068f369 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "fq_name": ["juniper-qfx10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:32.174 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10008'], 'oper': 'UPDATE', 'request-id': 'req-47a7cded-c216-4f0f-bd68-9b12d3a4eb3a', 'type': 'hardware', 'uuid': 'e97d4f94-63fb-439d-a014-5b702068f369'} 11/07/2024 02:33:32.272 7fe46df27b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 26af5cc4-535f-45fc-9202-3abfc9fe6c7b object_type = hardware identifier_name = juniper-vqfx-10000 url = https://10.0.0.49:8082/hardware/26af5cc4-535f-45fc-9202-3abfc9fe6c7b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "fq_name": ["juniper-vqfx-10000"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:32.279 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vqfx-10000'], 'oper': 'UPDATE', 'request-id': 'req-f3fa6749-e7ea-4898-9041-003f95d23eea', 'type': 'hardware', 'uuid': '26af5cc4-535f-45fc-9202-3abfc9fe6c7b'} 11/07/2024 02:33:32.377 7fe46d8ddd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0423f25b-c754-4b32-b220-de18f831b363 object_type = hardware identifier_name = juniper-mx80 url = https://10.0.0.49:8082/hardware/0423f25b-c754-4b32-b220-de18f831b363 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0423f25b-c754-4b32-b220-de18f831b363", "fq_name": ["juniper-mx80"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:32.386 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80'], 'oper': 'UPDATE', 'request-id': 'req-37ea0941-0a9c-420b-aa69-e40ae7cfd54c', 'type': 'hardware', 'uuid': '0423f25b-c754-4b32-b220-de18f831b363'} 11/07/2024 02:33:32.488 7fe46dbb3780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 68bfa83f-2753-461c-9dce-b9f3464c234c object_type = hardware identifier_name = juniper-mx80-48t url = https://10.0.0.49:8082/hardware/68bfa83f-2753-461c-9dce-b9f3464c234c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "fq_name": ["juniper-mx80-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:32.496 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80-48t'], 'oper': 'UPDATE', 'request-id': 'req-21b5321a-3907-4588-b896-88c1debc7c31', 'type': 'hardware', 'uuid': '68bfa83f-2753-461c-9dce-b9f3464c234c'} 11/07/2024 02:33:32.595 7fe46daab978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 33f16db1-08a6-4377-9060-f894b4aafda4 object_type = hardware identifier_name = juniper-mx204 url = https://10.0.0.49:8082/hardware/33f16db1-08a6-4377-9060-f894b4aafda4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "fq_name": ["juniper-mx204"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:32.603 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx204'], 'oper': 'UPDATE', 'request-id': 'req-ac7333e9-1241-4dec-b5e0-347ba64fafe2', 'type': 'hardware', 'uuid': '33f16db1-08a6-4377-9060-f894b4aafda4'} 11/07/2024 02:33:32.703 7fe46db13828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd25932c-6fe2-438c-96d7-998c27af28af object_type = hardware identifier_name = juniper-mx240 url = https://10.0.0.49:8082/hardware/fd25932c-6fe2-438c-96d7-998c27af28af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "fq_name": ["juniper-mx240"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:32.712 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx240'], 'oper': 'UPDATE', 'request-id': 'req-b883362d-103e-4242-8387-c1f6447f9bf3', 'type': 'hardware', 'uuid': 'fd25932c-6fe2-438c-96d7-998c27af28af'} 11/07/2024 02:33:32.806 7fe46de58d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0389f738-89c0-4f53-a7bd-56569482be43 object_type = hardware identifier_name = juniper-mx480 url = https://10.0.0.49:8082/hardware/0389f738-89c0-4f53-a7bd-56569482be43 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "fq_name": ["juniper-mx480"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:32.815 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx480'], 'oper': 'UPDATE', 'request-id': 'req-ce634a1e-64aa-4d5e-ac0a-1d7e3051d851', 'type': 'hardware', 'uuid': '0389f738-89c0-4f53-a7bd-56569482be43'} 11/07/2024 02:33:32.910 7fe46dfc7eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9618fd20-e6e6-4d9c-b295-14b0316300af object_type = hardware identifier_name = juniper-mx960 url = https://10.0.0.49:8082/hardware/9618fd20-e6e6-4d9c-b295-14b0316300af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "fq_name": ["juniper-mx960"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:32.918 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx960'], 'oper': 'UPDATE', 'request-id': 'req-c511ef0d-7541-415d-b7a2-6127bca315fe', 'type': 'hardware', 'uuid': '9618fd20-e6e6-4d9c-b295-14b0316300af'} 11/07/2024 02:33:33.018 7fe46de30240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 object_type = hardware identifier_name = juniper-mx2008 url = https://10.0.0.49:8082/hardware/c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "fq_name": ["juniper-mx2008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:33.035 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2008'], 'oper': 'UPDATE', 'request-id': 'req-41bc9c73-876e-4050-b132-97646ce8c628', 'type': 'hardware', 'uuid': 'c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5'} 11/07/2024 02:33:33.083 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:33.122 7fe46de266d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c7e966eb-8a0a-421b-b740-9f9df7ad1c77 object_type = hardware identifier_name = juniper-mx2010 url = https://10.0.0.49:8082/hardware/c7e966eb-8a0a-421b-b740-9f9df7ad1c77 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "fq_name": ["juniper-mx2010"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:33.130 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2010'], 'oper': 'UPDATE', 'request-id': 'req-d0e3a77f-21a2-401e-956f-5731619b6456', 'type': 'hardware', 'uuid': 'c7e966eb-8a0a-421b-b740-9f9df7ad1c77'} 11/07/2024 02:33:33.234 7fe46de47978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf0608bd-3a72-46c0-af0b-c272778c736c object_type = hardware identifier_name = juniper-mx2020 url = https://10.0.0.49:8082/hardware/bf0608bd-3a72-46c0-af0b-c272778c736c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "fq_name": ["juniper-mx2020"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:33.243 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2020'], 'oper': 'UPDATE', 'request-id': 'req-abc96f52-688f-435f-a3b5-342ff4084277', 'type': 'hardware', 'uuid': 'bf0608bd-3a72-46c0-af0b-c272778c736c'} 11/07/2024 02:33:33.338 7fe46df46390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 object_type = hardware identifier_name = juniper-mx10003 url = https://10.0.0.49:8082/hardware/f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "fq_name": ["juniper-mx10003"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:33.348 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx10003'], 'oper': 'UPDATE', 'request-id': 'req-9ccf1c73-159b-44f0-a9c6-bda2a20a706e', 'type': 'hardware', 'uuid': 'f234fa20-3dd5-4f22-bc86-4c1e2e279bd5'} 11/07/2024 02:33:33.450 7fe46de268d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0cf56917-0fea-454e-84f2-cdf01c8bb067 object_type = hardware identifier_name = juniper-jnp10008 url = https://10.0.0.49:8082/hardware/0cf56917-0fea-454e-84f2-cdf01c8bb067 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "fq_name": ["juniper-jnp10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:33.458 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10008'], 'oper': 'UPDATE', 'request-id': 'req-cacfd738-ba7b-4550-ae19-b88fc10150d4', 'type': 'hardware', 'uuid': '0cf56917-0fea-454e-84f2-cdf01c8bb067'} 11/07/2024 02:33:33.555 7fe46de30630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e3fc4483-abbe-451f-aa39-a4aff4476187 object_type = hardware identifier_name = juniper-jnp10016 url = https://10.0.0.49:8082/hardware/e3fc4483-abbe-451f-aa39-a4aff4476187 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "fq_name": ["juniper-jnp10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:33.564 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10016'], 'oper': 'UPDATE', 'request-id': 'req-28126fc9-a915-49d5-a85e-4a8cae1513c4', 'type': 'hardware', 'uuid': 'e3fc4483-abbe-451f-aa39-a4aff4476187'} 11/07/2024 02:33:33.667 7fe46dfdb048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3973797-34d8-49d4-95b4-30df06256c6e object_type = hardware identifier_name = juniper-vmx url = https://10.0.0.49:8082/hardware/d3973797-34d8-49d4-95b4-30df06256c6e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "fq_name": ["juniper-vmx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:33.675 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vmx'], 'oper': 'UPDATE', 'request-id': 'req-b45c3ba6-90d4-47bb-8226-5f180766991b', 'type': 'hardware', 'uuid': 'd3973797-34d8-49d4-95b4-30df06256c6e'} 11/07/2024 02:33:33.769 7fe46ded9eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb970d87-db82-4005-8700-962a40c2e31d object_type = hardware identifier_name = juniper-srx5400 url = https://10.0.0.49:8082/hardware/fb970d87-db82-4005-8700-962a40c2e31d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "fq_name": ["juniper-srx5400"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:33.777 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5400'], 'oper': 'UPDATE', 'request-id': 'req-4357084b-12dd-4298-a8c8-f0ba580da3e0', 'type': 'hardware', 'uuid': 'fb970d87-db82-4005-8700-962a40c2e31d'} 11/07/2024 02:33:33.874 7fe46daab4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6457b9f7-51f0-430a-a150-5ae208362781 object_type = hardware identifier_name = juniper-srx5600 url = https://10.0.0.49:8082/hardware/6457b9f7-51f0-430a-a150-5ae208362781 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "fq_name": ["juniper-srx5600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:33.881 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5600'], 'oper': 'UPDATE', 'request-id': 'req-ce03bb29-179a-44b1-be26-4b5c8507dc66', 'type': 'hardware', 'uuid': '6457b9f7-51f0-430a-a150-5ae208362781'} 11/07/2024 02:33:33.983 7fe46d8ddf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0a203d47-b5d7-48fc-af06-3571bddc0098 object_type = hardware identifier_name = juniper-srx4600 url = https://10.0.0.49:8082/hardware/0a203d47-b5d7-48fc-af06-3571bddc0098 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "fq_name": ["juniper-srx4600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:33.990 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4600'], 'oper': 'UPDATE', 'request-id': 'req-f116ecf1-e02a-42a6-bf94-3d9313696b9b', 'type': 'hardware', 'uuid': '0a203d47-b5d7-48fc-af06-3571bddc0098'} 11/07/2024 02:33:34.085 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:34.091 7fe46db9d6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50ee3c64-e89c-47f1-bff1-80e448d9121b object_type = hardware identifier_name = juniper-srx4100 url = https://10.0.0.49:8082/hardware/50ee3c64-e89c-47f1-bff1-80e448d9121b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "fq_name": ["juniper-srx4100"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:34.098 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4100'], 'oper': 'UPDATE', 'request-id': 'req-bdccc703-719a-462d-99d3-34fe9fc04af0', 'type': 'hardware', 'uuid': '50ee3c64-e89c-47f1-bff1-80e448d9121b'} 11/07/2024 02:33:34.198 7fe46dbd1c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0e56d147-d28a-4670-8703-2dac4ec219ef object_type = hardware identifier_name = juniper-srx1500 url = https://10.0.0.49:8082/hardware/0e56d147-d28a-4670-8703-2dac4ec219ef operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "fq_name": ["juniper-srx1500"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:34.207 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx1500'], 'oper': 'UPDATE', 'request-id': 'req-89ba5c8b-f683-4a86-89d0-9cab7b0f0358', 'type': 'hardware', 'uuid': '0e56d147-d28a-4670-8703-2dac4ec219ef'} 11/07/2024 02:33:34.302 7fe46db130f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5701a594-5475-4388-bc3d-5ffd8c2844cd object_type = hardware identifier_name = juniper-srx240h-poe url = https://10.0.0.49:8082/hardware/5701a594-5475-4388-bc3d-5ffd8c2844cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "fq_name": ["juniper-srx240h-poe"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:34.311 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx240h-poe'], 'oper': 'UPDATE', 'request-id': 'req-1b2f3d23-10a0-4219-9778-c3ccb98b8434', 'type': 'hardware', 'uuid': '5701a594-5475-4388-bc3d-5ffd8c2844cd'} 11/07/2024 02:33:34.406 7fe46d925438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 object_type = hardware identifier_name = juniper-srx5800 url = https://10.0.0.49:8082/hardware/6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "fq_name": ["juniper-srx5800"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:34.415 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5800'], 'oper': 'UPDATE', 'request-id': 'req-a6168b9a-94d4-4259-8487-4d8793200943', 'type': 'hardware', 'uuid': '6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2'} 11/07/2024 02:33:34.514 7fe46df2c240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89e593ec-fd30-4eb7-b5d6-eb5b76da460c object_type = hardware identifier_name = juniper-srx4200 url = https://10.0.0.49:8082/hardware/89e593ec-fd30-4eb7-b5d6-eb5b76da460c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "fq_name": ["juniper-srx4200"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:34.523 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4200'], 'oper': 'UPDATE', 'request-id': 'req-a566d062-ad4d-411a-a0a7-058965c0c812', 'type': 'hardware', 'uuid': '89e593ec-fd30-4eb7-b5d6-eb5b76da460c'} 11/07/2024 02:33:34.618 7fe46db13e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5725d6f5-b9df-4efb-bb13-c34c205775a4 object_type = hardware identifier_name = juniper-vsrx url = https://10.0.0.49:8082/hardware/5725d6f5-b9df-4efb-bb13-c34c205775a4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "fq_name": ["juniper-vsrx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:34.625 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vsrx'], 'oper': 'UPDATE', 'request-id': 'req-b8aa4f52-80bb-49ee-b0f2-2f65b7c9e03a', 'type': 'hardware', 'uuid': '5725d6f5-b9df-4efb-bb13-c34c205775a4'} 11/07/2024 02:33:34.724 7fe46dbd1f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86eee787-5718-44dc-84cf-17ab0a275490 object_type = feature identifier_name = default-global-system-config:underlay-ip-clos url = https://10.0.0.49:8082/feature/86eee787-5718-44dc-84cf-17ab0a275490 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "fq_name": ["default-global-system-config", "underlay-ip-clos"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:34.734 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'underlay-ip-clos'], 'oper': 'UPDATE', 'request-id': 'req-31e94e7f-2fe2-48e7-85b3-9201a24ea128', 'type': 'feature', 'uuid': '86eee787-5718-44dc-84cf-17ab0a275490'} 11/07/2024 02:33:34.830 7fe46e038c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb45a340-532e-471d-8f0a-291569282b15 object_type = feature identifier_name = default-global-system-config:overlay-bgp url = https://10.0.0.49:8082/feature/fb45a340-532e-471d-8f0a-291569282b15 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "fb45a340-532e-471d-8f0a-291569282b15", "fq_name": ["default-global-system-config", "overlay-bgp"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:34.839 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'overlay-bgp'], 'oper': 'UPDATE', 'request-id': 'req-cae1ed62-de95-4d51-907c-65215db8f88d', 'type': 'feature', 'uuid': 'fb45a340-532e-471d-8f0a-291569282b15'} 11/07/2024 02:33:34.938 7fe46da70438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1de6e9e1-19ee-4a38-a94c-5cfc99246ded object_type = feature identifier_name = default-global-system-config:l2-gateway url = https://10.0.0.49:8082/feature/1de6e9e1-19ee-4a38-a94c-5cfc99246ded operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "fq_name": ["default-global-system-config", "l2-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:34.946 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l2-gateway'], 'oper': 'UPDATE', 'request-id': 'req-31c86ba1-f548-4db8-8e73-2274b2a9a45b', 'type': 'feature', 'uuid': '1de6e9e1-19ee-4a38-a94c-5cfc99246ded'} 11/07/2024 02:33:35.042 7fe46ded9b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 object_type = feature identifier_name = default-global-system-config:l3-gateway url = https://10.0.0.49:8082/feature/e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "fq_name": ["default-global-system-config", "l3-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:35.050 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-adb34e32-3112-4aa0-a978-739a0c74d678', 'type': 'feature', 'uuid': 'e86b957c-2c5b-4ea4-bb9d-5178bc8f8592'} 11/07/2024 02:33:35.086 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:35.150 7fe46decc048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ce754582-8dee-462c-b557-c4829be74c27 object_type = feature identifier_name = default-global-system-config:vn-interconnect url = https://10.0.0.49:8082/feature/ce754582-8dee-462c-b557-c4829be74c27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ce754582-8dee-462c-b557-c4829be74c27", "fq_name": ["default-global-system-config", "vn-interconnect"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:35.160 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vn-interconnect'], 'oper': 'UPDATE', 'request-id': 'req-76694100-6b8a-402d-9945-464c143b0475', 'type': 'feature', 'uuid': 'ce754582-8dee-462c-b557-c4829be74c27'} 11/07/2024 02:33:35.259 7fe46dd12780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75a756f7-6687-4306-a372-653b835b7a63 object_type = feature identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/feature/75a756f7-6687-4306-a372-653b835b7a63 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "75a756f7-6687-4306-a372-653b835b7a63", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:35.267 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-ce9df8fe-a907-4a71-a190-92937133402a', 'type': 'feature', 'uuid': '75a756f7-6687-4306-a372-653b835b7a63'} 11/07/2024 02:33:35.362 7fe46dfe4c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8d716e60-7319-4f9f-a0db-1f8fd86d6186 object_type = feature identifier_name = default-global-system-config:assisted-replicator url = https://10.0.0.49:8082/feature/8d716e60-7319-4f9f-a0db-1f8fd86d6186 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "fq_name": ["default-global-system-config", "assisted-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:35.371 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-a9b6c881-42a9-4e42-bc8b-2e3b41633e84', 'type': 'feature', 'uuid': '8d716e60-7319-4f9f-a0db-1f8fd86d6186'} 11/07/2024 02:33:35.470 7fe46da70e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5b262e15-6ed7-4a11-8a7d-e371f26caf53 object_type = feature identifier_name = default-global-system-config:port-profile url = https://10.0.0.49:8082/feature/5b262e15-6ed7-4a11-8a7d-e371f26caf53 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "fq_name": ["default-global-system-config", "port-profile"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:35.480 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'port-profile'], 'oper': 'UPDATE', 'request-id': 'req-090d7e49-2e8a-44ae-80af-22c496ceb46c', 'type': 'feature', 'uuid': '5b262e15-6ed7-4a11-8a7d-e371f26caf53'} 11/07/2024 02:33:35.578 7fe46df14588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ccbfbdbc-d047-4336-a621-25f8b481bd0d object_type = feature identifier_name = default-global-system-config:telemetry url = https://10.0.0.49:8082/feature/ccbfbdbc-d047-4336-a621-25f8b481bd0d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "fq_name": ["default-global-system-config", "telemetry"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:35.587 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'telemetry'], 'oper': 'UPDATE', 'request-id': 'req-3f0e4fb0-ac6c-4234-9b48-dc0ac1733147', 'type': 'feature', 'uuid': 'ccbfbdbc-d047-4336-a621-25f8b481bd0d'} 11/07/2024 02:33:35.686 7fe46de478d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eeea45e9-bfe3-40ce-895c-3f47710c1d81 object_type = feature identifier_name = default-global-system-config:firewall url = https://10.0.0.49:8082/feature/eeea45e9-bfe3-40ce-895c-3f47710c1d81 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "fq_name": ["default-global-system-config", "firewall"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:35.694 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'firewall'], 'oper': 'UPDATE', 'request-id': 'req-d87af4dd-d0ed-4bb1-97b7-3e38196f98ff', 'type': 'feature', 'uuid': 'eeea45e9-bfe3-40ce-895c-3f47710c1d81'} 11/07/2024 02:33:35.794 7fe46ef8b828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1a62bd7d-9bf9-4de3-8861-9421862d8b83 object_type = feature identifier_name = default-global-system-config:infra-bms-access url = https://10.0.0.49:8082/feature/1a62bd7d-9bf9-4de3-8861-9421862d8b83 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "fq_name": ["default-global-system-config", "infra-bms-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:35.803 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'infra-bms-access'], 'oper': 'UPDATE', 'request-id': 'req-001e57b2-373a-4a7e-b996-651df53bc616', 'type': 'feature', 'uuid': '1a62bd7d-9bf9-4de3-8861-9421862d8b83'} 11/07/2024 02:33:35.898 7fe46db13588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86490f57-fc6b-4c66-8c9e-b8ab56611249 object_type = feature identifier_name = default-global-system-config:pnf-service-chaining url = https://10.0.0.49:8082/feature/86490f57-fc6b-4c66-8c9e-b8ab56611249 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "fq_name": ["default-global-system-config", "pnf-service-chaining"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:35.906 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-service-chaining'], 'oper': 'UPDATE', 'request-id': 'req-ecd45ce4-9947-44f3-8068-3d36a5f106e0', 'type': 'feature', 'uuid': '86490f57-fc6b-4c66-8c9e-b8ab56611249'} 11/07/2024 02:33:36.007 7fe46d93ac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a74dd4b0-ec84-40de-89b8-037c2bad424e object_type = physical_role identifier_name = default-global-system-config:leaf url = https://10.0.0.49:8082/physical-role/a74dd4b0-ec84-40de-89b8-037c2bad424e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "fq_name": ["default-global-system-config", "leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:36.017 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'leaf'], 'oper': 'UPDATE', 'request-id': 'req-515652e3-60a8-4280-949a-54fba643ed3f', 'type': 'physical_role', 'uuid': 'a74dd4b0-ec84-40de-89b8-037c2bad424e'} 11/07/2024 02:33:36.087 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:36.118 7fe46db13780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e848e994-4f62-4c2f-9140-8d66298c2a16 object_type = physical_role identifier_name = default-global-system-config:spine url = https://10.0.0.49:8082/physical-role/e848e994-4f62-4c2f-9140-8d66298c2a16 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "fq_name": ["default-global-system-config", "spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:36.126 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'spine'], 'oper': 'UPDATE', 'request-id': 'req-c8e50269-a26e-4b99-9f72-18f09e8a9651', 'type': 'physical_role', 'uuid': 'e848e994-4f62-4c2f-9140-8d66298c2a16'} 11/07/2024 02:33:36.226 7fe46daab588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 165fc8b2-b498-425c-b9ca-c497dfb8ecb8 object_type = physical_role identifier_name = default-global-system-config:superspine url = https://10.0.0.49:8082/physical-role/165fc8b2-b498-425c-b9ca-c497dfb8ecb8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "fq_name": ["default-global-system-config", "superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:36.237 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'superspine'], 'oper': 'UPDATE', 'request-id': 'req-c6ab7a59-4911-48e8-854b-611e56eed318', 'type': 'physical_role', 'uuid': '165fc8b2-b498-425c-b9ca-c497dfb8ecb8'} 11/07/2024 02:33:36.338 7fe46d93a828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 object_type = physical_role identifier_name = default-global-system-config:pnf url = https://10.0.0.49:8082/physical-role/50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "fq_name": ["default-global-system-config", "pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:36.347 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf'], 'oper': 'UPDATE', 'request-id': 'req-77dfaf77-486a-4f8c-9355-403eae53dc5d', 'type': 'physical_role', 'uuid': '50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441'} 11/07/2024 02:33:36.443 7fe46de58198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3f7f21d-5131-42c5-902a-2870b9f2a440 object_type = overlay_role identifier_name = default-global-system-config:erb-ucast-gateway url = https://10.0.0.49:8082/overlay-role/d3f7f21d-5131-42c5-902a-2870b9f2a440 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "fq_name": ["default-global-system-config", "erb-ucast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:36.451 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-ucast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-49f92adc-11a8-4f4e-ace9-af1f95338dc8', 'type': 'overlay_role', 'uuid': 'd3f7f21d-5131-42c5-902a-2870b9f2a440'} 11/07/2024 02:33:36.548 7fe46dfdb8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 63cfa342-76cd-4a56-8157-14c328560d48 object_type = overlay_role identifier_name = default-global-system-config:crb-access url = https://10.0.0.49:8082/overlay-role/63cfa342-76cd-4a56-8157-14c328560d48 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "fq_name": ["default-global-system-config", "crb-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:36.557 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access'], 'oper': 'UPDATE', 'request-id': 'req-775d8823-27c2-4568-be18-9e299b882bba', 'type': 'overlay_role', 'uuid': '63cfa342-76cd-4a56-8157-14c328560d48'} 11/07/2024 02:33:36.650 7fe46deb6240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:36.658 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-c8dfd7cf-d36f-4780-8946-5151277ab689', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:33:36.758 7fe46df11048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22353762-4f58-4a71-b3b7-a794e3f85f0c object_type = overlay_role identifier_name = default-global-system-config:crb-gateway url = https://10.0.0.49:8082/overlay-role/22353762-4f58-4a71-b3b7-a794e3f85f0c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "fq_name": ["default-global-system-config", "crb-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:36.769 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway'], 'oper': 'UPDATE', 'request-id': 'req-7600692a-3c3c-4205-af1b-f1c372e8a3de', 'type': 'overlay_role', 'uuid': '22353762-4f58-4a71-b3b7-a794e3f85f0c'} 11/07/2024 02:33:36.870 7fe46df68cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b378a518-ae07-482d-a546-abc7a34ff5ed object_type = overlay_role identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/overlay-role/b378a518-ae07-482d-a546-abc7a34ff5ed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:36.878 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-166f9f47-b43f-4534-b352-981cdc859716', 'type': 'overlay_role', 'uuid': 'b378a518-ae07-482d-a546-abc7a34ff5ed'} 11/07/2024 02:33:36.978 7fe477603828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:36.986 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-3416fec4-6533-4784-9efe-fa04f4ec4dbc', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:33:37.083 7fe46df8fb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc804de-3a25-4176-a505-11fd99f99b89 object_type = overlay_role identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/overlay-role/7fc804de-3a25-4176-a505-11fd99f99b89 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:37.089 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:37.094 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-6e84e226-8bdf-46c6-9cb3-34962c2ea0c9', 'type': 'overlay_role', 'uuid': '7fc804de-3a25-4176-a505-11fd99f99b89'} 11/07/2024 02:33:37.196 7fe46de50828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f46a292-5727-44c4-b5cc-dbb399d63dc0 object_type = overlay_role identifier_name = default-global-system-config:dci-gateway url = https://10.0.0.49:8082/overlay-role/3f46a292-5727-44c4-b5cc-dbb399d63dc0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "fq_name": ["default-global-system-config", "dci-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:37.204 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway'], 'oper': 'UPDATE', 'request-id': 'req-74a3242f-ff8b-4a54-b5e1-50504ccf1ebd', 'type': 'overlay_role', 'uuid': '3f46a292-5727-44c4-b5cc-dbb399d63dc0'} 11/07/2024 02:33:37.303 7fe46def2240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c288d8d5-0400-434c-9648-973298c28dd2 object_type = overlay_role identifier_name = default-global-system-config:ar-client url = https://10.0.0.49:8082/overlay-role/c288d8d5-0400-434c-9648-973298c28dd2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "fq_name": ["default-global-system-config", "ar-client"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:37.313 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client'], 'oper': 'UPDATE', 'request-id': 'req-80f69f10-ac68-4cbf-bcfa-ca36af870118', 'type': 'overlay_role', 'uuid': 'c288d8d5-0400-434c-9648-973298c28dd2'} 11/07/2024 02:33:37.410 7fe46db6d780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6aae65f-b0d6-44b6-b1f5-b2adbff6debe object_type = overlay_role identifier_name = default-global-system-config:ar-replicator url = https://10.0.0.49:8082/overlay-role/c6aae65f-b0d6-44b6-b1f5-b2adbff6debe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "fq_name": ["default-global-system-config", "ar-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:37.420 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator'], 'oper': 'UPDATE', 'request-id': 'req-96488464-bca2-4b57-a279-999966ab39c7', 'type': 'overlay_role', 'uuid': 'c6aae65f-b0d6-44b6-b1f5-b2adbff6debe'} 11/07/2024 02:33:37.514 7fe46dbef828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c24f6c68-2b22-4d05-9215-bd5f4e97144e object_type = overlay_role identifier_name = default-global-system-config:route-reflector url = https://10.0.0.49:8082/overlay-role/c24f6c68-2b22-4d05-9215-bd5f4e97144e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "fq_name": ["default-global-system-config", "route-reflector"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:37.523 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'route-reflector'], 'oper': 'UPDATE', 'request-id': 'req-24196062-cbe7-45b1-987e-7143868d21ea', 'type': 'overlay_role', 'uuid': 'c24f6c68-2b22-4d05-9215-bd5f4e97144e'} 11/07/2024 02:33:37.619 7fe470a8d390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d04e3467-16c7-4d34-8a16-54db9f2dbd6d object_type = overlay_role identifier_name = default-global-system-config:lean url = https://10.0.0.49:8082/overlay-role/d04e3467-16c7-4d34-8a16-54db9f2dbd6d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "fq_name": ["default-global-system-config", "lean"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:37.630 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean'], 'oper': 'UPDATE', 'request-id': 'req-f2c77822-5906-4507-a65c-97f45f1e9129', 'type': 'overlay_role', 'uuid': 'd04e3467-16c7-4d34-8a16-54db9f2dbd6d'} 11/07/2024 02:33:37.726 7fe46deed828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7c98b4ba-9792-4adc-bbe5-814de08ee193 object_type = overlay_role identifier_name = default-global-system-config:pnf-servicechain url = https://10.0.0.49:8082/overlay-role/7c98b4ba-9792-4adc-bbe5-814de08ee193 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "fq_name": ["default-global-system-config", "pnf-servicechain"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:37.735 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain'], 'oper': 'UPDATE', 'request-id': 'req-88817f75-873c-4dc5-b1ca-f49c2084d778', 'type': 'overlay_role', 'uuid': '7c98b4ba-9792-4adc-bbe5-814de08ee193'} 11/07/2024 02:33:37.835 7fe46da36eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/role-definition/7fc7bdca-a972-42e0-b02b-f14221ab24ff operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "fq_name": ["default-global-system-config", "erb-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:37.844 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-56025ac9-5aca-4dea-b5c6-aca35347f698', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:33:37.939 7fe46de186d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/role-definition/6d675ed2-da72-4f70-b970-60c581a40246 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "fq_name": ["default-global-system-config", "crb-access-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:37.947 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6500e3f4-08ab-4ffb-80c6-c25fe318e2ba', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:33:38.047 7fe46db9d240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/role-definition/12313f49-601a-4c77-a56c-14c5faa0a0f7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "fq_name": ["default-global-system-config", "crb-access-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:38.057 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-5776f0a0-816a-4276-b32b-06298b0949c9', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:33:38.091 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:38.158 7fe46de88f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/role-definition/3e74d541-ffa4-4b60-a80c-f7d30e81267e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "fq_name": ["default-global-system-config", "crb-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:38.167 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-2064da53-22ef-4c93-8008-b7cacabc0090', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:33:38.266 7fe46d93a240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/role-definition/8713bf0b-c920-4bfc-b102-24ff9e8a9a56 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "fq_name": ["default-global-system-config", "crb-mcast-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:38.274 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-7a665677-eae2-4b57-9493-441039d8715f', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:33:38.371 7fe474d35048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/role-definition/3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:38.381 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-022e35d6-5a7f-4252-97bb-b01d05237e35', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:33:38.475 7fe46db39c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/role-definition/9ed12178-e668-406f-ae82-6504f36818d2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "fq_name": ["default-global-system-config", "dc-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:38.483 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ad9599af-0d33-4ab9-9d94-e53a21e377d8', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:33:38.578 7fe474c8beb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/role-definition/cf632c77-302b-45f8-8a3b-d2c6bdc298dd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "fq_name": ["default-global-system-config", "dci-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:38.586 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-fa6b95cf-6958-41bf-9fa8-7a2526b39d56', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:33:38.686 7fe46df66b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/role-definition/a17e9751-f0f6-45fd-b3cd-99d3deac46c3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "fq_name": ["default-global-system-config", "crb-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:38.695 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c294c92f-67de-4995-aee7-f3fcad7e5192', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:33:38.791 7fe46de43588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/role-definition/2c3ab7f0-4324-4cf5-8453-7f3e989086e1 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "fq_name": ["default-global-system-config", "crb-mcast-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:38.801 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-df9700b4-979d-43de-8611-58a1a1dd7b78', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:33:38.902 7fe46de88eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/role-definition/89eb9636-66e1-4865-b82c-0b460ab6c686 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "fq_name": ["default-global-system-config", "dc-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:38.913 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c2395e24-469b-4f87-8712-a89af544b98e', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:33:39.016 7fe46de1b588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/role-definition/8daef5e4-651d-4fd2-adcc-93dc9b88931e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "fq_name": ["default-global-system-config", "dci-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:39.025 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-46509556-79ca-4cde-b369-b3069c0ce42c', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:33:39.092 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:39.123 7fe46faa3cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/role-definition/53bde039-5adb-4b1a-9c0f-03b8c73e978b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "fq_name": ["default-global-system-config", "ar-client-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:39.131 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a33c6ee0-1494-42da-86e5-958ac188811f', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:33:39.226 7fe46de50978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/role-definition/fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "fq_name": ["default-global-system-config", "ar-client-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:39.235 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-38dc3491-8561-4bc8-80a8-2fcd2ad83f83', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:33:39.337 7fe46daab048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/role-definition/b3a5a11a-9058-47cc-bbca-b92e18e00063 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "fq_name": ["default-global-system-config", "ar-replicator-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:39.351 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7ea54830-8f3d-4566-8bf5-9ef13bc48061', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:33:39.447 7fe46deeb048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/role-definition/700f730d-b72d-4b6a-914f-f46880b46dbf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "fq_name": ["default-global-system-config", "ar-replicator-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:39.455 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-626dcd6c-16d8-4bdd-bb0a-0219f3d59764', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:33:39.555 7fe46deb6ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/role-definition/a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "fq_name": ["default-global-system-config", "rr-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:39.564 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-a5cdd514-e253-4702-a425-c800de9c21a3', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:33:39.669 7fe46df22048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/role-definition/337a1ec4-253f-4efd-8e31-d650bdfab64e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "fq_name": ["default-global-system-config", "rr-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:39.683 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-75ab48f5-15a9-483a-9443-7ec11acfea5e', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:33:39.775 7fe46db6deb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/role-definition/05c8ab04-e527-47bf-bd06-cfc7e4f72383 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "fq_name": ["default-global-system-config", "rr-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:39.783 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-faa41dec-9b55-44fe-8c4f-0db846cf9e99', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:33:39.878 7fe46ddf40f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/role-definition/c3369dc6-8fd8-476e-920f-39bfe42b1a18 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "fq_name": ["default-global-system-config", "lean-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:39.886 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-bcddc11d-a4cb-408b-aa7e-864a65ac157c', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:33:39.986 7fe46dece198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/role-definition/887c905f-12cf-4707-abe5-25641ff7994a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "fq_name": ["default-global-system-config", "lean-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:39.993 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-1e51d28d-2ae8-4781-9f88-18bb895e691b', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:33:40.094 7fe46dfdb240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/role-definition/eae130b1-c96e-47dc-a63a-0b04d4515815 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "fq_name": ["default-global-system-config", "pnf-servicechain-pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:40.095 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:40.102 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-575c5a7f-1107-43f8-abaa-c89950cc04de', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:33:40.200 7fe46de47780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/role-definition/c0916b85-cd5b-435c-a8c9-02a9a6f51769 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "fq_name": ["default-global-system-config", "pnf-servicechain-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:40.208 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-4545cd00-dd99-42a7-9e0f-8404ff47347f', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:33:40.302 7fe46db394e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/role-definition/0fab1b56-dc54-446c-9c4a-a2017c20792f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "fq_name": ["default-global-system-config", "pnf-servicechain-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:40.310 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5bcc3a52-b768-4603-b045-f050f9b481d9', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:33:40.407 7fe46e9266d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 71100362-52d5-49e1-a5ec-dc34d5fd4103 object_type = feature_config identifier_name = default-global-system-config:erb-leaf:l3-gateway url = https://10.0.0.49:8082/feature-config/71100362-52d5-49e1-a5ec-dc34d5fd4103 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "71100362-52d5-49e1-a5ec-dc34d5fd4103", "fq_name": ["default-global-system-config", "erb-leaf", "l3-gateway"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "use_gateway_ip", "value": "True"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:40.414 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-f12eed54-8c3d-4efa-a447-ba66f87c7681', 'type': 'feature_config', 'uuid': '71100362-52d5-49e1-a5ec-dc34d5fd4103'} 11/07/2024 02:33:40.511 7fe46d8c7cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 998f5f5b-dac6-428e-afc9-e111ce9c84e2 object_type = feature_config identifier_name = default-global-system-config:ar-client-spine:assisted-replicator url = https://10.0.0.49:8082/feature-config/998f5f5b-dac6-428e-afc9-e111ce9c84e2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "998f5f5b-dac6-428e-afc9-e111ce9c84e2", "fq_name": ["default-global-system-config", "ar-client-spine", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:40.521 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-400315ec-6e37-49ad-8b93-249a8cac6dfc', 'type': 'feature_config', 'uuid': '998f5f5b-dac6-428e-afc9-e111ce9c84e2'} 11/07/2024 02:33:40.620 7fe46de7d8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0867534b-2dea-408b-9d48-f35498eb53fa object_type = feature_config identifier_name = default-global-system-config:ar-client-leaf:assisted-replicator url = https://10.0.0.49:8082/feature-config/0867534b-2dea-408b-9d48-f35498eb53fa operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "0867534b-2dea-408b-9d48-f35498eb53fa", "fq_name": ["default-global-system-config", "ar-client-leaf", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:40.629 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-07754927-c44c-48e0-815f-bfc9db53208f', 'type': 'feature_config', 'uuid': '0867534b-2dea-408b-9d48-f35498eb53fa'} 11/07/2024 02:33:40.731 7fe46ddf40f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/node-profile/edd9d036-a7db-418b-9e5f-80c0fc6adf9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:40.745 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-6f9c632d-e286-4f70-b7d3-307fb2cc2902', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:33:40.844 7fe46de50d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/node-profile/dda2834b-74c3-40b2-ae88-30651406dace operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "fq_name": ["default-global-system-config", "juniper-qfx5k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:40.853 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-b96cbe30-bf3c-4d94-b664-52e5bfd31854', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:33:40.959 7fe46de472e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/node-profile/134314c5-c9a5-480a-8822-b05c25e74d1b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["Route-Reflector", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector", "AR-Client", "AR-Replicator"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:40.968 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-8248156e-e67d-4a8f-a919-23f6392b9b63', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:33:41.075 7fe46d93eac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/node-profile/5c345570-baa6-4cca-aadb-a909315de17a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "fq_name": ["default-global-system-config", "juniper-qfx5120"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector", "AR-Client", "ERB-UCAST-Gateway", "CRB-Gateway", "PNF-Servicechain"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "Route-Reflector", "PNF-Servicechain", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:41.088 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-a1ca347e-601f-42ba-a25e-93a4511862b0', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:33:41.188 7fe46e92cf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/node-profile/4b759c70-b6f4-41cc-9597-4b44bc8e1cbb operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "fq_name": ["default-global-system-config", "juniper-qfx5220"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:41.198 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-e68007d6-56f1-44e0-9e47-ab92c68f4728', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:33:41.299 7fe46db6dc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/node-profile/f5d47ce2-0539-4c22-a861-529351f95857 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "fq_name": ["default-global-system-config", "juniper-qfx10k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:41.310 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-02dea13c-6a4b-444d-8040-dcba67f5d340', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:33:41.415 7fe46d8c6d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/node-profile/fe87400f-2ffc-41ed-88dc-afd60e9b609b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "fq_name": ["default-global-system-config", "juniper-mx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:41.426 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-0c41cd27-5289-4ea6-8ef6-f8ae96771eac', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:33:41.526 7fe46e029a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/node-profile/096a2735-e7c1-4b17-a7a3-a7bb6faa62af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "fq_name": ["default-global-system-config", "juniper-srx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": false, "node_profile_roles": {"role_mappings": [{"physical_role": "pnf", "rb_roles": ["PNF-Servicechain"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:41.537 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-1ba1c7bf-90ae-49a4-8040-ea972e111224', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:33:41.631 7fe46db39828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = abf711ba-5e89-49e5-abbb-67e23053d2e9 object_type = node_profile identifier_name = default-global-system-config:device-functional-group url = https://10.0.0.49:8082/node-profile/abf711ba-5e89-49e5-abbb-67e23053d2e9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "abf711ba-5e89-49e5-abbb-67e23053d2e9", "fq_name": ["default-global-system-config", "device-functional-group"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "ERB-UCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:41.642 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device-functional-group'], 'oper': 'UPDATE', 'request-id': 'req-61fafcb7-ed1e-4856-8da0-26cc448e6e15', 'type': 'node_profile', 'uuid': 'abf711ba-5e89-49e5-abbb-67e23053d2e9'} 11/07/2024 02:33:42.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:42.846 7fe46df660f0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:33:42.846 7fe46df660f0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:33:42.898 7fe46d8c7630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b46dc25a-d8d5-4fb8-92c9-000b4a174622 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k-lean:basic url = https://10.0.0.49:8082/role-config/b46dc25a-d8d5-4fb8-92c9-000b4a174622 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "b46dc25a-d8d5-4fb8-92c9-000b4a174622", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:42.906 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-6c3c3027-0fb7-4e0e-bb10-96a2818b97aa', 'type': 'role_config', 'uuid': 'b46dc25a-d8d5-4fb8-92c9-000b4a174622'} 11/07/2024 02:33:43.006 7fe46df660f0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:33:43.007 7fe46df660f0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:33:43.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:43.059 7fe46df14e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3bba2573-3fa7-4605-be62-08129fd192f3 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k:basic url = https://10.0.0.49:8082/role-config/3bba2573-3fa7-4605-be62-08129fd192f3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "3bba2573-3fa7-4605-be62-08129fd192f3", "fq_name": ["default-global-system-config", "juniper-qfx5k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:43.069 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-cba13fc4-e77b-4d17-8dff-9d4e1d2c5ceb', 'type': 'role_config', 'uuid': '3bba2573-3fa7-4605-be62-08129fd192f3'} 11/07/2024 02:33:43.165 7fe46df660f0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:33:43.166 7fe46df660f0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:33:43.219 7fe46df18d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ca9bfca3-df36-4b18-8818-e83e82bdbcf0 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5120:basic url = https://10.0.0.49:8082/role-config/ca9bfca3-df36-4b18-8818-e83e82bdbcf0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "ca9bfca3-df36-4b18-8818-e83e82bdbcf0", "fq_name": ["default-global-system-config", "juniper-qfx5120", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:43.227 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-83cf356e-a82a-4add-bcc5-b22cbb5b4330', 'type': 'role_config', 'uuid': 'ca9bfca3-df36-4b18-8818-e83e82bdbcf0'} 11/07/2024 02:33:43.326 7fe46df660f0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:33:43.326 7fe46df660f0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:33:43.378 7fe46ddd0e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9075c3e4-8eaf-49c6-a27e-c08153b72693 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5220:basic url = https://10.0.0.49:8082/role-config/9075c3e4-8eaf-49c6-a27e-c08153b72693 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "9075c3e4-8eaf-49c6-a27e-c08153b72693", "fq_name": ["default-global-system-config", "juniper-qfx5220", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:43.386 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-80b71511-7250-46a2-a103-690a281a525c', 'type': 'role_config', 'uuid': '9075c3e4-8eaf-49c6-a27e-c08153b72693'} 11/07/2024 02:33:43.485 7fe46df660f0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:33:43.485 7fe46df660f0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:33:43.536 7fe46d93ecc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 00197742-a3bb-478e-a360-a359ebe4dbfe object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k-lean:basic url = https://10.0.0.49:8082/role-config/00197742-a3bb-478e-a360-a359ebe4dbfe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "00197742-a3bb-478e-a360-a359ebe4dbfe", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:43.544 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-1ce324a3-5cca-47e1-88dc-0cbf72e9b65c', 'type': 'role_config', 'uuid': '00197742-a3bb-478e-a360-a359ebe4dbfe'} 11/07/2024 02:33:43.642 7fe46df660f0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:33:43.642 7fe46df660f0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:33:43.698 7fe46e92c240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0d823831-a334-484f-8088-9128f0681d36 object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k:basic url = https://10.0.0.49:8082/role-config/0d823831-a334-484f-8088-9128f0681d36 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "0d823831-a334-484f-8088-9128f0681d36", "fq_name": ["default-global-system-config", "juniper-qfx10k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:43.707 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-1a604feb-1f1d-4bc4-8a9c-1af5d9004c94', 'type': 'role_config', 'uuid': '0d823831-a334-484f-8088-9128f0681d36'} 11/07/2024 02:33:43.805 7fe46df660f0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:33:43.805 7fe46df660f0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:33:43.859 7fe46de880f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d object_type = role_config identifier_name = default-global-system-config:juniper-mx:basic url = https://10.0.0.49:8082/role-config/2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d", "fq_name": ["default-global-system-config", "juniper-mx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:43.870 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-39afcab3-81bf-410d-b559-bbc317c72ed9', 'type': 'role_config', 'uuid': '2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d'} 11/07/2024 02:33:43.962 7fe46df660f0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:33:43.963 7fe46df660f0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:33:44.018 7fe46df18978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6b3d4a3-1a6f-4687-a0bd-5077da20deba object_type = role_config identifier_name = default-global-system-config:juniper-srx:basic url = https://10.0.0.49:8082/role-config/c6b3d4a3-1a6f-4687-a0bd-5077da20deba operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "c6b3d4a3-1a6f-4687-a0bd-5077da20deba", "fq_name": ["default-global-system-config", "juniper-srx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:44.028 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-e466234f-a9e0-4a0d-a4ed-0c3afafa1b25', 'type': 'role_config', 'uuid': 'c6b3d4a3-1a6f-4687-a0bd-5077da20deba'} 11/07/2024 02:33:44.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:44.178 7fe46dfda978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:44.185 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c72a0e23-67e8-4a1f-8525-7296d4dfe667', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:33:44.339 7fe46df29ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:44.347 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c835a5e2-c90b-49a6-88c4-877a7f3efcd6', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:33:44.498 7fe46d9b80f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:44.505 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-74aa1d8c-dd44-47e3-ab89-f1a87d4e4103', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:33:44.651 7fe46df11f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:44.659 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-48e1d516-e104-4279-bf40-bd5fca4ea1f4', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:33:44.811 7fe46df35438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:44.817 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-21e8dca9-299f-48e1-96b7-0057bf7f7c0b', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:33:44.966 7fe46df116d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:44.973 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6f5de20a-7be4-4394-b146-44678f9bf73e', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:33:45.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:45.118 7fe46df27048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:45.126 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4da9bb49-aa05-4990-bccf-0c440e26000b', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:33:45.274 7fe46de7d390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:45.280 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0f75b44b-3c6b-465a-a070-9f05160ddd61', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:33:45.430 7fe46ded9390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:45.437 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-20e8c49e-9962-473b-969a-6479bade4596', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:33:45.587 7fe46de682e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:45.597 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-99b8331c-4aa9-4a0d-a614-62283c75a717', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:33:45.743 7fe46dd4a630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:45.750 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0d3451de-3e61-4ec6-9886-03bf9a091e10', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:33:45.899 7fe46df276d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:45.906 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c5f69e0e-02e1-4ce5-a523-88ead0341f93', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:33:46.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:46.058 7fe46d9b80f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:46.064 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f696ebcc-980f-4a2a-9921-e820b8210c4b', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:33:46.215 7fe46dfdd390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:46.221 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4e636855-9ede-4371-832e-6a4672962b7a', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:33:46.379 7fe46d8c6cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:46.385 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-108ae358-e7ee-4e14-b741-c26627940633', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:33:46.535 7fe46db39978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:46.542 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5441d202-6731-4c8e-91d1-46ec79ce76e3', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:33:46.694 7fe474af24e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:46.701 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1f37bfe6-46b8-4d1e-9eac-484bd576d76e', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:33:46.846 7fe46d8e5b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:46.855 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-91d1f467-b66c-4c5f-8d8e-3d8f7bc1a5f9', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:33:47.002 7fe46def1198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:47.009 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-e86cb3cd-b448-4a8d-a8ce-22a69a84f7ea', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:33:47.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:47.154 7fe46ddb3eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:47.161 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-4572f03c-6967-4f3c-babf-2713867ecb49', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:33:47.307 7fe46df148d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:47.315 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-50a26637-60b7-4943-b583-5f93468d5116', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:33:47.464 7fe46dfda978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:47.471 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-348c8a4b-bfec-48a1-af94-8118bcc7f9c8', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:33:47.620 7fe46e035240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:47.627 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-6191e1f2-5b89-4fcd-abf9-b88d20c49a16', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:33:47.778 7fe46df29588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:47.788 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-b66177f7-a2b6-4cd0-b1bd-729fbf22d23e', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:33:47.939 7fe46d94b048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:47.946 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-2266faf6-3790-4db2-b2b6-3c3e6215f145', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:33:48.058 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:48.095 7fe474dbcb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:48.104 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-15dd32c6-9662-4379-83c6-f1cfc9dbd850', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:33:48.251 7fe46d93e828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:48.259 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e389d703-7804-4d37-9dd7-43e1a35f0d6d', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:33:48.402 7fe46d94bc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:48.410 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-6d0c9b6e-4dad-4989-8e0c-446fb56afb83', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:33:48.559 7fe46dd4ad68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:48.566 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-086a131c-f9bf-4611-ad5e-40a7f7daa696', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:33:48.710 7fe46d94b780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:48.719 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-9f8cacda-66e6-4347-bd78-d076a6dca55c', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:33:48.863 7fe46e0298d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:48.870 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-16ab1f88-9ed9-4584-b961-dddd2a973c73', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:33:49.018 7fe46d8ddf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:49.025 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-0e0b1fe1-d079-49e7-83c1-504f2fb7e7ee', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:33:49.059 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:49.179 7fe46ded9978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:49.186 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-96d03703-eabc-4009-9871-c27665f3b42b', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:33:49.334 7fe46de68198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:49.342 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-088104cf-6de1-4e3e-953b-e2316792dc24', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:33:49.490 7fe46ded9588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:49.496 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c689b516-1af1-4024-acfc-96c7f400c392', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:33:49.651 7fe46ddd0c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:49.658 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-35b5c9b9-149d-4ce6-8d9f-97a6ba48b7d5', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:33:49.807 7fe46de880f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:49.814 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-27234727-058b-4078-8816-abe29d4bac52', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:33:49.963 7fe46df14390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:49.970 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e051c837-0bfe-4ae2-8167-22702b4ae952', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:33:50.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:50.119 7fe46dfdb048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:50.126 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-457d325e-1779-4d86-813a-7ed3c5fe5ca9', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:33:50.271 7fe46df14198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:50.277 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-651faa40-e036-4362-980d-5eb5cf2b8e33', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:33:50.431 7fe46de682e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:50.440 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-22ee4fe1-7ff4-481b-9b13-4a9f02e82d63', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:33:50.582 7fe46e92ceb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:50.588 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-50ce3a24-189c-4db8-a4aa-453fb1463dbb', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:33:50.738 7fe46deb6390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:50.744 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-fb6a6c53-2462-4ffd-901a-4cb6c5ce4fe9', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:33:50.886 7fe46d965e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:50.893 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-9b9978b0-9395-4d4f-b4fd-035b0c2ea686', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:33:51.043 7fe46e035438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:51.051 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-0666ef07-135c-4a82-af91-bfa3ff3e129e', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:33:51.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:51.195 7fe46d9652e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:51.202 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-75173584-c087-4ee0-a6f3-963d64e02abc', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:33:51.355 7fe46dc9ba20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:51.362 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-32cec892-b675-4c9a-bc6a-26eb9bb57517', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:33:51.506 7fe46dfdb048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "overlay-role", "ref-uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "ref-fq-name": ["default-global-system-config", "crb-mcast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:51.514 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-8d6ccb23-18cd-4d78-b6bb-17ff711438b4', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:33:51.659 7fe46ddd0978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:51.667 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-aa15a506-e8b5-4071-add7-8dd851f98c13', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:33:51.814 7fe46dbd1d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:51.821 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-57bf1d5b-1013-4d0a-a6d4-ccdb3a3b1a6e', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:33:51.975 7fe46e036cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:51.982 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f0dbfd17-6228-4a76-bda6-9adbb5f0f44b', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:33:52.063 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:52.126 7fe46de58048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:52.132 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-24d11785-d7e6-4173-906a-d8b96e45db9c', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:33:52.279 7fe46defe780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:52.285 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-32311c63-55e3-4c23-a9d6-9fdf328b28f7', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:33:52.440 7fe46dec4e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:52.446 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d40b03a4-6f26-47db-8826-bd76cbb280a3', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:33:52.594 7fe46defee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "overlay-role", "ref-uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "ref-fq-name": ["default-global-system-config", "crb-mcast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:52.601 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7c326bdd-859e-46e6-8561-814323ebbaa4', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:33:52.750 7fe46e035978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:52.759 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-391183c3-c9bf-4484-9565-2b7c5b7c8a8f', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:33:52.904 7fe46e0298d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:52.912 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-9415f856-0229-4062-8dd2-5a3eae51c615', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:33:53.058 7fe46df22ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:53.064 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:53.066 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-dae6eaf2-e30d-4052-bd65-be4351e3ee2d', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:33:53.227 7fe46df116d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:53.233 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-71e7fce4-1cb7-4a66-935b-c6b96d8e82b2', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:33:53.382 7fe46deedeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:53.389 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-be4a626a-df3f-4ae8-a838-3d57023aeea0', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:33:53.539 7fe46df11ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:53.549 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-a75eb3b5-f274-4354-8658-8bc4e3cef61f', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:33:53.694 7fe46de2e630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:53.700 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-01922080-3644-4ba4-8aef-22b1b19e2437', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:33:53.850 7fe46de88eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:53.856 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-721ca9de-8959-4e3a-8ae3-f98b4224a0e8', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:33:54.004 7fe46db13cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "overlay-role", "ref-uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:54.013 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-4d56050b-10fd-43f6-ba89-8e0a976090ba', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:33:54.065 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:54.159 7fe46df222e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:54.167 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-fa40196c-0d97-40d0-b670-d0d21128e621', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:33:54.314 7fe46ded9978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "physical-role", "ref-uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "ref-fq-name": ["default-global-system-config", "superspine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:54.321 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-91d220d1-7bde-4522-9112-ede223a0e358', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:33:54.470 7fe46de7d780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "overlay-role", "ref-uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "ref-fq-name": ["default-global-system-config", "lean"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:54.477 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-999f584c-4e4c-4d2d-9ab0-f6261e119569', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:33:54.626 7fe46d8c7390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:54.632 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-da3bd405-61f3-4067-adc4-e01d50e2f80f', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:33:54.779 7fe46def1630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:54.788 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-1c46d460-b8ab-4a50-8654-10aeafdc8700', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:33:54.944 7fe46e870048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:54.951 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-baf9bcb7-feaa-4dbc-8b79-a6526601c12d', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:33:55.067 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:55.103 7fe46dd8d198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "overlay-role", "ref-uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "ref-fq-name": ["default-global-system-config", "lean"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:55.109 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-577cc516-632a-4284-8cbd-6206115f1563', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:33:55.267 7fe46dd90cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:55.275 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-608b120f-5b16-4a60-b7ce-a2ce8fbf3335', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:33:55.422 7fe46df64630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:55.429 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-5fb568c1-42d9-4f0f-b531-ec061ff7c04f', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:33:55.579 7fe46db39eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:55.587 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d8cc7297-738f-4b28-9238-5b4b82529550', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:33:55.735 7fe46e035c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:55.741 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-22ee30ff-02f1-45f5-b5b4-4b7b2d5f25e0', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:33:55.890 7fe46db39cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:55.898 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8c5a26a8-1347-4bc0-9a34-45aab5478ef3', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:33:56.047 7fe46dece198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:56.053 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5f321c9d-51d9-4449-ba97-02cec9884ad6', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:33:56.068 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:56.206 7fe46dea3eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:56.213 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-785e9bc1-e25e-4bc2-bd15-40a4d2758b19', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:33:56.363 7fe46dd3e0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:56.370 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-cffa77fe-64d8-4047-8966-5a36b9e419b5', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:33:56.523 7fe46dea3e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:56.530 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-06c1dfa8-c4f3-44d8-ae02-bc144cee638b', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:33:56.682 7fe46de9c198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "overlay-role", "ref-uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:56.688 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d1ecc68a-402d-4e3b-b673-f6ee80e35ff4', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:33:56.838 7fe46de9c198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:56.846 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ed93ebde-e63b-4194-8d1d-2b028b237e07', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:33:56.994 7fe46db39e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:57.001 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-f7617565-e0a4-41c2-866c-f50cd757b423', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:33:57.070 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:57.151 7fe46dbe4630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:57.158 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-c019350e-6a47-4614-9d82-99690a2d5b46', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:33:57.306 7fe46db39828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:57.315 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-6a917d90-8760-45e9-84c3-3070b179fde8', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:33:57.466 7fe46df22c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:57.474 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-b23ac997-7e24-45e4-9f6d-d829b6bd7383', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:33:57.623 7fe46dd4a438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:57.632 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-05c41d63-b49e-400b-8db7-9ec1b83f2d3c', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:33:57.778 7fe46db398d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:57.785 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-a939c452-1310-4e24-af4c-5865324e9edd', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:33:57.941 7fe46dec42e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:57.949 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ec68dd8e-f8e9-4db6-bcaa-c87cc6342bec', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:33:58.071 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:58.095 7fe46d94bcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "overlay-role", "ref-uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "ref-fq-name": ["default-global-system-config", "dci-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:58.102 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-a7c7b4a4-ee8d-4511-83cd-007070d72953', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:33:58.247 7fe46dd8dd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:58.258 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-3ebb9187-fef6-4063-bace-640a6ca723fb', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:33:58.402 7fe46df29240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:58.410 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b29038b3-05f6-4bd5-8cd9-cc5763ddb342', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:33:58.566 7fe46dfa6eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:58.576 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1d04a8d2-06f6-4426-aa53-febd9165b955', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:33:58.731 7fe46dbd1eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:58.740 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-63886181-eb7f-420b-9f2d-66b8a9fd279b', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:33:58.887 7fe46e92c780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:58.894 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-b814a231-da5c-45c9-a305-a59fc18a8742', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:33:59.038 7fe46dd4a8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "75a756f7-6687-4306-a372-653b835b7a63", "ref-fq-name": ["default-global-system-config", "dc-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:59.046 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-801c37c6-4837-4a76-81eb-40baab3f235a', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:33:59.072 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:33:59.195 7fe46ddf4eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:59.202 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-160d98c5-2404-4d36-bbc4-b3ee39fc279c', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:33:59.350 7fe46dfa6f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:59.364 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1303a821-e6dd-4369-92a4-3809e4483a8d', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:33:59.506 7fe46dd9c8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "overlay-role", "ref-uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "ref-fq-name": ["default-global-system-config", "dci-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:59.513 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e5d1141f-dd3d-4192-aa84-b23ae33a7b04', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:33:59.658 7fe46de88438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:59.669 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8ea7dbc1-8ced-42e6-b939-29fc90bb8f48', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:33:59.820 7fe46d8c6c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:59.829 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-f416e290-35cb-443a-b3ac-daf369ba964a', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:33:59.980 7fe46db39eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:33:59.990 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f6f7c5f9-9a3e-4c09-b06a-1aab06fb9aed', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:34:00.074 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:00.141 7fe46df79cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:00.152 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8fcfe764-d9d2-4dbd-99f6-98a553836ca4', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:34:00.296 7fe46df180f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:00.305 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-fc05b2d2-9db3-4749-a9c3-6cd17d43ed1d', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:34:00.451 7fe46df35e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:00.460 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-f257a139-35ed-4c5d-856a-44b1907ff09d', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:34:00.606 7fe46df18c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:00.612 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-4dbf908c-6fad-4ca3-bcd3-5f2b19ae32c2', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:34:00.758 7fe46db13e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:00.766 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-c10a0f93-9343-44e0-b5f8-bde5890df00a', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:34:00.917 7fe46d9652e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:00.925 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0c5ac477-a6b6-46e8-b37b-2654f0e7c090', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:34:01.076 7fe46de68a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:01.077 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:01.083 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-50cdeca9-9f0c-4c5b-94cb-609d569e48bc', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:34:01.231 7fe46d9650f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "ref-fq-name": ["default-global-system-config", "assisted-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:01.239 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-53213271-a27e-4251-b41b-5bde0b7f7ae6', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:34:01.391 7fe46ecc5e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:01.398 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-cca8b3de-d847-4706-9506-034c3fd873eb', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:34:01.543 7fe46dfda978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:01.550 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0d692999-b9bc-48b9-9818-5d5d7d5ecd25', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:34:01.694 7fe46df18c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "overlay-role", "ref-uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "ref-fq-name": ["default-global-system-config", "ar-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:01.700 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6c581bb8-acbb-4b9f-9b33-7fc37774a459', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:34:01.864 7fe46dfeceb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:01.872 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-33ea3b27-68ce-4a42-a791-6fc26d7de93d', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:34:02.028 7fe46d8c7390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "overlay-role", "ref-uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "ref-fq-name": ["default-global-system-config", "ar-replicator"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:02.037 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-0b8594cd-2b43-4134-95db-ca45b285a713', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:34:02.078 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:02.183 7fe46de43588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:02.191 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0bcf6202-25c4-4812-bbed-6d5f6d853d79', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:34:02.343 7fe46e029ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "overlay-role", "ref-uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "ref-fq-name": ["default-global-system-config", "ar-client"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:02.353 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1ba3ea02-a7b0-45bb-a851-cec2b482da27', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:34:02.495 7fe46dfc70f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:02.502 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-7e2feeeb-2605-4667-a47b-38acecdb8246', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:34:02.660 7fe46d8c6e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:02.669 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-d1a9231f-e3a2-4443-bdd0-c44e9f044b68', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:34:02.827 7fe46de580f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "physical-role", "ref-uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "ref-fq-name": ["default-global-system-config", "superspine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:02.834 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-8ade9200-b438-40f4-9075-663a1baca225', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:34:02.988 7fe46dec4eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:02.996 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4c8ff1ec-ec78-4664-8cea-a01b2a0d9cef', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:34:03.080 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:03.139 7fe46ddb3438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "overlay-role", "ref-uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "ref-fq-name": ["default-global-system-config", "ar-client"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:03.147 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-cbec6e64-7b92-4869-92fe-da355bf822c7', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:34:03.305 7fe46deae588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:03.314 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-27718991-574a-4f7a-a3b4-69978f3b80bd', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:34:03.477 7fe46ded9588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:03.487 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-64da0699-1a4f-4319-8f0b-2a505dffef99', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:34:03.638 7fe46dd8deb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:03.646 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-bcd446c8-c02b-42ff-a754-c0ccc89c9fac', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:34:03.803 7fe46dea2780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:03.815 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-b634750f-38e3-457e-a4c7-05ecfb7f2af0', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:34:03.972 7fe46dd4a438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:03.979 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-8ecb9b34-4935-44e6-af7f-31da93ada913', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:34:04.081 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:04.135 7fe46deae588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:04.142 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-8df8b9c2-54e3-46cf-820b-db91cf71fe15', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:34:04.295 7fe46dd3e0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:04.304 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-fd6bc2ad-9ebe-4f66-aa0d-d74843305008', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:34:04.448 7fe46dd8dd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:04.462 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-8cb034d8-0f5d-4dee-8ef8-01f4dd8f172c', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:34:04.612 7fe46e870048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:04.619 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-4cb13e2a-7610-49f3-888a-218c5486e957', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:34:04.771 7fe46decca20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:04.780 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3d4b1ac3-c9ef-48f6-b5ee-13939d11b840', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:34:04.923 7fe46ecc5e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:04.932 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-fdbd27ac-d826-4074-9f57-888da02f0b09', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:34:05.085 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:05.089 7fe46dd3ee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:05.097 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d21c0e8f-295f-458e-b825-7c70523adc84', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:34:05.256 7fe46dd8d4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "overlay-role", "ref-uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "ref-fq-name": ["default-global-system-config", "route-reflector"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:05.264 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ecf5c543-1e59-4115-8a88-b4f558cd80f1', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:34:05.416 7fe46e036630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:05.425 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3e541e41-bd6c-4995-ac19-b5e5e7aecc72', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:34:05.580 7fe46dea3ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:05.587 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7f912410-5e05-4bc3-ba5c-174f61f4be78', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:34:05.735 7fe46df22438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:05.744 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-c9618255-2f2c-4e4e-8dc4-59e7f8761099', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:34:05.892 7fe46db39588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:05.901 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-a3a17b8c-c5fb-4e34-9101-e52d8e23c304', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:34:06.056 7fe46df11ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:06.064 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-c61113f7-69e9-48b1-8c80-0da392021b34', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:34:06.086 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:06.219 7fe46db39cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:06.227 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-83784619-712b-453e-8db3-d22d2f757350', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:34:06.384 7fe46dd4acc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:06.392 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-e706f439-79f1-4256-a4c2-3d14f0763e0e', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:34:06.544 7fe46df11048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:06.553 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a648f361-8d72-4b73-b269-9d4c7ea9d72f', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:34:06.710 7fe46ded9828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:06.720 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-280a6882-59be-4576-97d7-b0255436aa20', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:34:06.863 7fe46df11198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:06.873 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0f9f9b9e-2e33-4459-aada-5a7e13f86b9c', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:34:07.024 7fe46dea2780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:07.033 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-abfeca8a-b405-48f3-bf90-f69908627303', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:34:07.088 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:07.179 7fe46df684e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:07.186 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-02a24578-c0ae-4903-8304-b6c2fcf76509', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:34:07.335 7fe46e870048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:07.343 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-09537065-5953-4872-8aaf-80a596bedf6a', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:34:07.492 7fe46db13eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:07.502 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-fab4d67b-691d-4b18-9bed-7b60804b1796', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:34:07.651 7fe46df22390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:07.659 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-079bfa89-7d8d-49ff-a3b6-c52c42d97cb7', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:34:07.811 7fe46df68588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:07.818 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-3e622fc8-0874-45e4-8c49-9ec33110f3aa', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:34:07.975 7fe46def20f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:07.982 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-55a357b9-6836-44d8-8ea4-9b050a60bfdf', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:34:08.089 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:08.135 7fe46e019630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:08.142 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-2b1a96c8-df5d-44d3-8286-394d5a1ec06c', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:34:08.300 7fe46df18978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:08.308 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ddd83848-8c28-4ebd-9252-cabf1c951ca7', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:34:08.463 7fe46dd8d978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:08.471 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-4ebcddad-1e66-4d7f-a00e-b5bd7c9960f5', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:34:08.623 7fe46df18b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:08.633 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d3daf621-28df-47a2-ae5a-02cf31443507', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:34:08.780 7fe46dfa6f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:08.787 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-94b459ce-fac2-4ff8-8093-a760f22931b1', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:34:08.930 7fe46dd3e4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:08.944 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-b56786e1-0e92-4a93-9ebf-9c36f47ea3ab', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:34:09.092 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:09.095 7fe46ddb3780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:09.103 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-3a594391-4f37-4a5f-8bcd-58e579d1ee02', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:34:09.254 7fe46dd3e390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:09.263 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-10ac61d6-661d-4929-ae99-96d466eba057', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:34:09.412 7fe46df68630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:09.419 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-84a1f211-3b48-4786-93c0-18611da601a0', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:34:09.567 7fe46e0298d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:09.576 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-9dbd6a38-d794-4754-b260-bdaad80f6a43', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:34:09.723 7fe46dd82780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:09.734 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-24c03670-a9f5-40ef-a307-0e03bf3d6835', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:34:09.879 7fe46ddd00f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:09.890 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-84419d46-d1f0-4b3e-8474-ff0a7d0e279a', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:34:10.043 7fe46dd8dd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:10.050 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-73295b34-7290-4df1-8bd4-a1ae6902f2d7', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:34:10.093 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:10.198 7fe46dfe4780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:10.205 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-82dbe5ac-4abf-483f-81df-92c305d5b430', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:34:10.360 7fe46d965a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:10.370 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-bbfe2daf-da3b-4694-8017-0a2e4009f600', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:34:10.515 7fe46ddb3eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:10.529 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-32a16d44-3726-4949-bd07-6f4b648bcb16', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:34:10.676 7fe46de686d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:10.686 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-f9d5100c-d30f-42bf-9f11-6c010d7eec1c', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:34:10.839 7fe46de47240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "ref-fq-name": ["default-global-system-config", "infra-bms-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:10.848 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-548f21ce-f2d9-41c5-98c3-084b41321d23', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:34:11.000 7fe46dea3ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:11.016 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-1d7ee653-0221-4507-9f61-db1d8a58eddc', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:34:11.170 7fe46deaec18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "overlay-role", "ref-uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "ref-fq-name": ["default-global-system-config", "collapsed-spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:11.179 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-2a3a1f2f-7e52-46fb-a36a-a9051c14d7ce', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:34:11.327 7fe46ddb3b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:11.336 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-857ac0f6-61ae-4991-98cf-45affd7f10b7', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:34:11.488 7fe46dbd18d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:11.495 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-f85794c2-9b7e-420e-93fc-3852b90a73ae', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:34:11.644 7fe46ddb36d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:11.654 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-2e6ea68b-dacd-4442-8170-3378e1b9fd06', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:34:11.798 7fe46d93a0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "feature", "ref-uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "ref-fq-name": ["default-global-system-config", "pnf-service-chaining"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:11.810 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-48ec4827-d0f4-483d-ab55-c38964f2dc34', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:34:11.951 7fe46dfe44e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "physical-role", "ref-uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "ref-fq-name": ["default-global-system-config", "pnf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:11.958 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-79136d0a-415e-4290-b064-b8b2325ff158', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:34:12.051 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:12.115 7fe46ddd0828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:12.122 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-cb521796-0e06-4e13-8bd7-e0f1bfa1a627', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:34:12.272 7fe46dd3ee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:12.280 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a9877269-1a16-44ec-9bbd-c5a2e42187b4', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:34:12.427 7fe46dd9ce10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:12.438 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-fd00eb28-4955-4243-af68-138cadf77c38', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:34:12.592 7fe46e029a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:12.599 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-812bc080-ca03-432e-a9a6-c858c9384c86', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:34:12.746 7fe46ded94e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "ref-type": "overlay-role", "ref-uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "ref-fq-name": ["default-global-system-config", "pnf-servicechain"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:12.756 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-d1761dfe-8510-4303-a9cd-05c41b8d5221', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:34:12.913 7fe46ddd0198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "ref-fq-name": ["juniper-qfx5100-48sh-afi"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:12.920 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-7775b5b6-a333-4408-906e-6d02c755fa1d', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:13.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:13.080 7fe46db13780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "ref-fq-name": ["juniper-qfx5100-48sh-afo"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:13.090 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-96053144-05fb-4318-86b6-71393cf1c553', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:13.245 7fe46ddd0390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "ref-fq-name": ["juniper-qfx5100-48th-afi"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:13.252 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-092f5674-0afb-4aa8-85d6-77b77dad9eb6', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:13.398 7fe46ded9a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "ref-fq-name": ["juniper-qfx5100-48th-afo"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:13.408 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-0d31fbc6-8189-4a0f-bf56-6f35d814e7b9', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:13.552 7fe46df22f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "09842293-1bb4-4536-9393-f26caa94be87", "ref-fq-name": ["juniper-qfx5100-48s-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:13.560 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-6457532e-3cd7-45e7-ae20-8970f12f0446', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:13.702 7fe46dbd1d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "659daa17-ae39-4641-b245-45c06a69b927", "ref-fq-name": ["juniper-qfx5100-96s-8q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:13.710 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-29b85f88-5133-4f4d-af09-dbc7b2b6c88c', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:13.863 7fe46db39780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "ref-fq-name": ["juniper-qfx5100-48t"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:13.870 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-8568a203-1ad1-4b21-a89e-c9204edf07fa', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:14.023 7fe46dd9c0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "ref-fq-name": ["juniper-qfx5100-48t-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:14.037 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-76c50479-c05f-4477-b852-c9948c7586b9', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:14.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:14.188 7fe46df22f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "ref-fq-name": ["juniper-qfx5100-24q-2p"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:14.199 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-5a6215dd-d8da-47a7-afa9-a30df9d6e1f7', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:14.352 7fe46dea2240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "ref-fq-name": ["juniper-qfx5100-24q-aa"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:14.359 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-fdb5f740-7181-4501-82c7-bf74a89abdd8', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:14.509 7fe46dd9c6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "ref-fq-name": ["juniper-qfx5100e-48s-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:14.517 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-1327162c-3b24-4d8b-894a-a980b1b54873', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:14.672 7fe46df11978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "ref-fq-name": ["juniper-qfx5100e-96s-8q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:14.681 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-fb980e01-e54f-4dc7-ab05-a3d3ba5e5381', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:14.835 7fe46dbd1eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "ref-fq-name": ["juniper-qfx5100e-48t-6q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:14.842 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-dd3794a8-7421-47db-b55e-0cc924e7d671', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:14.987 7fe46ded9828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "ref-fq-name": ["juniper-qfx5100e-24q-2p"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:14.995 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-5b5e084c-6818-47bd-9bf7-0e8a8ff58a39', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:15.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:15.143 7fe46df29048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "hardware", "ref-uuid": "403bdb63-2170-4014-9403-f80fba2de755", "ref-fq-name": ["juniper-qfx5110-48s-4c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:15.150 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-7cd47424-c56a-4a3a-9108-8f029dd3df98', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:34:15.307 7fe46dc9b8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "hardware", "ref-uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "ref-fq-name": ["juniper-qfx5110-32q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:15.314 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-ce03a39b-f34e-4573-b7b1-1c8780554778', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:34:15.459 7fe46d94bc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "ref-fq-name": ["juniper-qfx5120-48y-8c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:15.466 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-9f700261-319b-440b-b468-c9e2f7ec93d4', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:34:15.615 7fe46dd4acc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "ref-fq-name": ["juniper-qfx5120-32c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:15.623 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-809b59a9-6f80-435e-9558-624888c50789', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:34:15.771 7fe46df184e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "hardware", "ref-uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "ref-fq-name": ["juniper-qfx5120-48t-6c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:15.779 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-af74b46b-c860-48e3-aadc-e48d110fa389', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:34:15.928 7fe46ddcec18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "ref-fq-name": ["juniper-qfx5200-32c-32q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:15.935 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-37f8ba30-14c2-4e2b-a0d7-d3fb1dbf0ad8', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:16.056 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:16.088 7fe46deccc18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "ref-fq-name": ["juniper-qfx5200-48y"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:16.096 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-05d1c14a-c06a-4a93-9e01-9e7474c45ab8', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:16.247 7fe46ded96d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "hardware", "ref-uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "ref-fq-name": ["juniper-qfx5210-64c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:16.256 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-52232905-5f64-447c-b121-f1eacd30b56c', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:16.403 7fe46dd4a390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "hardware", "ref-uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "ref-fq-name": ["juniper-qfx5220-32cd"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:16.409 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-f5d3ba85-dbd0-451c-820c-b354e336e6a3', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:34:16.563 7fe46dd90198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "hardware", "ref-uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "ref-fq-name": ["juniper-qfx5220-128c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:16.571 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-b74f6056-eaa9-48ed-be7e-180e65d6339e', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:34:16.720 7fe46ddd0390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "ref-fq-name": ["juniper-qfx10002-72q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:16.728 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-2ebed1d2-4617-4d5d-a02b-006e07490f63', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:34:16.875 7fe46dd4a828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "ref-fq-name": ["juniper-qfx10002-36q"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:16.882 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-8ca437fd-3e36-4bd4-bb1a-1f48ddd6257c', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:34:17.031 7fe46de1b6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "ref-fq-name": ["juniper-qfx10002-60c"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:17.046 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-230c4091-29ce-4618-addc-a98efa8c159e', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:34:17.058 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:17.183 7fe46dd4ad68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "ref-fq-name": ["juniper-qfx10016"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:17.191 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-583d43c6-ab17-41aa-aefc-83a906870ad8', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:34:17.338 7fe46df29048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "ref-fq-name": ["juniper-qfx10008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:17.347 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-209bab39-e04b-4773-aa44-d18072dda601', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:34:17.526 7fe46dd8d780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "hardware", "ref-uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "ref-fq-name": ["juniper-vqfx-10000"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:17.533 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-ae403c20-5dfd-45f4-927a-7ea09dc8f391', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:34:17.696 7fe46db39cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0423f25b-c754-4b32-b220-de18f831b363", "ref-fq-name": ["juniper-mx80"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:17.709 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-4f1bc615-e725-4e8b-856f-ffd025fe7faf', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:34:17.854 7fe46dd9c390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "ref-fq-name": ["juniper-mx80-48t"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:17.902 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-01d49f8b-b449-42aa-88d4-6f4958cb0666', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:34:18.063 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:18.128 7fe46deedeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "ref-fq-name": ["juniper-mx204"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:18.224 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-f2d3ca9c-b77c-497e-933e-e61cb967f563', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:34:18.429 7fe46dd9cb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "ref-fq-name": ["juniper-mx240"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:18.473 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-c2fa2e97-e3c8-4133-ad6e-5633a2c5833b', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:34:18.673 7fe46dd8d438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "ref-fq-name": ["juniper-mx480"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:18.719 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-f69ffb8d-cafe-49e4-a81f-28cd3c37b25c', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:34:18.886 7fe46df11c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "ref-fq-name": ["juniper-mx960"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:18.923 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-b8be6780-21ac-4d94-b8e0-4789c5c7af24', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:34:19.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:19.100 7fe46dea3c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "ref-fq-name": ["juniper-mx2008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:19.156 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-5cc69bca-4ad1-48e0-8d8f-3eb2095e0193', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:34:19.319 7fe46deed8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "ref-fq-name": ["juniper-mx2010"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:19.341 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-c49b63aa-1f85-4db2-8871-e0cf049ac096', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:34:19.513 7fe46dea30f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "ref-fq-name": ["juniper-mx2020"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:19.578 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-00996fd2-a1dd-4c77-8432-049b705f361e', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:34:19.765 7fe46ef2acc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "ref-fq-name": ["juniper-mx10003"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:19.837 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-f5d1d83a-8990-4b67-8b7d-dbf167a5b506', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:34:20.043 7fe46deedeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "ref-fq-name": ["juniper-jnp10008"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:20.074 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-fddabbfd-4cb0-4686-8150-b67bec5b3840', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:34:20.075 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:20.243 7fe46e01ea20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "ref-fq-name": ["juniper-jnp10016"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:20.271 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-157c20f0-1dea-4eb2-a1d6-f240c763a170', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:34:20.450 7fe46dd4ad68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "hardware", "ref-uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "ref-fq-name": ["juniper-vmx"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:20.503 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-bc71fc0c-de7f-4866-b127-c28186075cb0', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:34:20.647 7fe46dfa6f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "ref-fq-name": ["juniper-srx5400"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:20.659 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-5b747f93-83c9-43a5-affb-dd7593813daf', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:34:20.812 7fe46de43390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "ref-fq-name": ["juniper-srx5600"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:20.836 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-471d5782-c69e-41b6-b4a1-4560e118c222', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:34:20.976 7fe46df14c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "ref-fq-name": ["juniper-srx4600"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:20.995 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-d34447c0-ac0d-4ea1-b7bf-32263e4bea34', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:34:21.083 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:21.199 7fe46e035390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "ref-fq-name": ["juniper-srx4100"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:21.235 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-2a245c0f-3c36-4233-a6c3-27bad7bd617c', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:34:21.445 7fe46df144e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "ref-fq-name": ["juniper-srx1500"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:21.513 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-730fdf73-bba4-42bd-8126-204b6a1f3adf', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:34:21.734 7fe46de688d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "ref-fq-name": ["juniper-srx240h-poe"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:21.817 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-120ab6e3-123b-43c0-991d-6910e1ddb216', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:34:22.107 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:22.149 7fe46dfa6d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "ref-fq-name": ["juniper-vsrx"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:22.254 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-2308321b-14a7-40fc-8dbb-e4a08fd3c9fb', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:34:22.362 7fe46df14390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "ref-fq-name": ["juniper-srx5800"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:22.444 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-509720cc-e0a9-4a93-a713-407545a43340', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:34:22.645 7fe46de1b978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "hardware", "ref-uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "ref-fq-name": ["juniper-srx4200"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:22.701 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-531f11df-a239-48dd-b8b7-9967b0159b19', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:34:22.920 7fe46e01e978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:22.969 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-7c62781f-350e-4dde-8b7a-07467e74698c', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:34:23.111 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:23.141 7fe46e019c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:23.218 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-f2908c65-6cb7-4227-a0f2-ba3484792ff3', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:34:23.393 7fe46dfa6d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:23.431 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-d98fd63b-a24d-485d-ade9-925aa50ab6e2', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:34:23.605 7fe46dc9ba20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:23.648 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-f9c2973c-44d8-4804-b71c-f9ff549300a4', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:34:23.814 7fe46db134e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:23.860 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-e65c65a1-d799-4bd0-893d-c5f6916dac46', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:34:24.078 7fe46de88630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:24.120 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:24.177 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-b7a63916-df0b-4282-b451-f614dbd8acea', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:34:24.291 7fe46db130f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:24.313 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-26afe351-db75-48ac-a03f-c7108f386af9', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:34:24.464 7fe46def1828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:24.489 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-1e0fc5e3-5526-4025-8596-0958b2205489', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:34:24.638 7fe46de476d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:24.661 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-f31335dd-f9d6-4f5a-a0d3-4c1df628994b', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:34:24.800 7fe46df68d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:24.812 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-a634ba24-53c1-4cb0-a563-7fc0d9e7755c', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:34:24.956 7fe46de478d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "node-profile", "uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "ref-type": "job_template", "ref-uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "ref-fq-name": ["default-global-system-config", "fabric_config_template"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:24.976 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-ccc90f2a-a56d-44e5-bdc5-7094c4829f1c', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:34:25.122 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:25.167 7fe46df22c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 882a33c9-d198-4db3-ae3c-a0b9d312ce0f object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-1 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "882a33c9-d198-4db3-ae3c-a0b9d312ce0f", "ref-type": "sflow-profile", "ref-uuid": "81b31418-5de7-49a0-825d-dc3ebbc05ef7", "ref-fq-name": ["default-domain", "default-project", "sflow-all-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:25.187 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-1'], 'oper': 'UPDATE', 'request-id': 'req-b90002bc-a31c-4318-a974-94a81d5a7b40', 'type': 'telemetry_profile', 'uuid': '882a33c9-d198-4db3-ae3c-a0b9d312ce0f'} 11/07/2024 02:34:25.330 7fe46de58780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e7d329dc-4e3c-4672-94ba-f5904c9b60dc object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-2 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "e7d329dc-4e3c-4672-94ba-f5904c9b60dc", "ref-type": "sflow-profile", "ref-uuid": "87251866-fa54-49c3-8fab-e1bd19228b49", "ref-fq-name": ["default-domain", "default-project", "sflow-fabric-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:25.353 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-2'], 'oper': 'UPDATE', 'request-id': 'req-aa3dc334-744a-4930-91b9-755109653cfe', 'type': 'telemetry_profile', 'uuid': 'e7d329dc-4e3c-4672-94ba-f5904c9b60dc'} 11/07/2024 02:34:25.515 7fe46deb2b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 94d92b3a-86de-475f-a0cd-ceeecf0313d2 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-3 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "94d92b3a-86de-475f-a0cd-ceeecf0313d2", "ref-type": "sflow-profile", "ref-uuid": "708a015d-79d2-49bf-a3ad-d72ab771802f", "ref-fq-name": ["default-domain", "default-project", "sflow-access-interfaces"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:25.535 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-3'], 'oper': 'UPDATE', 'request-id': 'req-b8808b75-f5cf-4b15-9257-7e55c08d8407', 'type': 'telemetry_profile', 'uuid': '94d92b3a-86de-475f-a0cd-ceeecf0313d2'} 11/07/2024 02:34:25.695 7fe46d94b240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6054127a-bd7f-4371-b222-fa30e83f7120 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-4 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "6054127a-bd7f-4371-b222-fa30e83f7120", "ref-type": "grpc-profile", "ref-uuid": "2ac02ef5-1294-48a7-8e45-b906b9183f1c", "ref-fq-name": ["default-domain", "default-project", "grpc-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:25.707 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-4'], 'oper': 'UPDATE', 'request-id': 'req-8a6cfac1-9d3d-4093-8625-b824072f5998', 'type': 'telemetry_profile', 'uuid': '6054127a-bd7f-4371-b222-fa30e83f7120'} 11/07/2024 02:34:25.866 7fe46deb22e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7a385651-45f1-4f1f-9a2c-911abbe94fb5 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-5 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "7a385651-45f1-4f1f-9a2c-911abbe94fb5", "ref-type": "snmp-profile", "ref-uuid": "5391c70a-7089-4832-b774-f0387b8a6049", "ref-fq-name": ["default-domain", "default-project", "snmp-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:25.886 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-5'], 'oper': 'UPDATE', 'request-id': 'req-44d160a6-da73-43a9-ba88-0a75a78ee5b2', 'type': 'telemetry_profile', 'uuid': '7a385651-45f1-4f1f-9a2c-911abbe94fb5'} 11/07/2024 02:34:26.036 7fe46df18f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c2fd53f7-ec96-4263-b0c7-414ed1607727 object_type = telemetry_profile identifier_name = default-domain:default-project:default-telemetry-profile-6 url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "telemetry-profile", "uuid": "c2fd53f7-ec96-4263-b0c7-414ed1607727", "ref-type": "netconf-profile", "ref-uuid": "07bd5e10-fd85-4684-a77a-f33dfe16b40b", "ref-fq-name": ["default-domain", "default-project", "netconf-default-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:26.048 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'default-telemetry-profile-6'], 'oper': 'UPDATE', 'request-id': 'req-a5e33672-3f5f-4076-9ff0-8a81d318c762', 'type': 'telemetry_profile', 'uuid': 'c2fd53f7-ec96-4263-b0c7-414ed1607727'} 11/07/2024 02:34:26.125 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:26.206 7fe46df62b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c9fc589d-301b-413c-a508-4371891d1c8b object_type = device_functional_group identifier_name = default-domain:default-project:L2-Server-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "c9fc589d-301b-413c-a508-4371891d1c8b", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:26.218 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L2-Server-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-8c91be6b-bb38-4341-868b-3aba16cb219c', 'type': 'device_functional_group', 'uuid': 'c9fc589d-301b-413c-a508-4371891d1c8b'} 11/07/2024 02:34:26.374 7fe46dfa6cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0aa198b9-17b7-4c2d-8929-3a636f32faf0 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Storage-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "0aa198b9-17b7-4c2d-8929-3a636f32faf0", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:26.387 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Storage-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-6ea3aa98-0270-437b-987f-3f318a72e192', 'type': 'device_functional_group', 'uuid': '0aa198b9-17b7-4c2d-8929-3a636f32faf0'} 11/07/2024 02:34:26.541 7fe46dd3ed68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 015b6dbf-ffa1-4c4e-a50f-5df18225850e object_type = device_functional_group identifier_name = default-domain:default-project:L3-Gateway-Spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "015b6dbf-ffa1-4c4e-a50f-5df18225850e", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:26.566 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Gateway-Spine'], 'oper': 'UPDATE', 'request-id': 'req-9a8a3c03-1c49-4a10-834d-4092e70b6020', 'type': 'device_functional_group', 'uuid': '015b6dbf-ffa1-4c4e-a50f-5df18225850e'} 11/07/2024 02:34:26.718 7fe46d8e5780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5ff1a60d-ecde-4523-991c-15dd380ad437 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Server-Leaf-with-Optimized-Multicast url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "5ff1a60d-ecde-4523-991c-15dd380ad437", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:26.731 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Server-Leaf-with-Optimized-Multicast'], 'oper': 'UPDATE', 'request-id': 'req-2d870ea6-a63f-47e6-8fde-65a8f8d823e5', 'type': 'device_functional_group', 'uuid': '5ff1a60d-ecde-4523-991c-15dd380ad437'} 11/07/2024 02:34:26.886 7fe46e926cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8233e863-0b9b-4188-aece-da07380f9de3 object_type = device_functional_group identifier_name = default-domain:default-project:Centrally-Routed-Border-Spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "8233e863-0b9b-4188-aece-da07380f9de3", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:26.895 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Centrally-Routed-Border-Spine'], 'oper': 'UPDATE', 'request-id': 'req-02a1d414-ba59-468a-bbfb-41d93595ed8f', 'type': 'device_functional_group', 'uuid': '8233e863-0b9b-4188-aece-da07380f9de3'} 11/07/2024 02:34:27.038 7fe46dbd1588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f1b67a57-1172-4a59-9df3-16d3f27e6ea9 object_type = device_functional_group identifier_name = default-domain:default-project:Centrally-Routed-Border-Spine-With-Optimized-Multicast url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "f1b67a57-1172-4a59-9df3-16d3f27e6ea9", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:27.045 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Centrally-Routed-Border-Spine-With-Optimized-Multicast'], 'oper': 'UPDATE', 'request-id': 'req-d9c333bd-2b00-4742-bcdf-0f70cb03d722', 'type': 'device_functional_group', 'uuid': 'f1b67a57-1172-4a59-9df3-16d3f27e6ea9'} 11/07/2024 02:34:27.127 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:27.208 7fe46d93e6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 20e38b8e-031d-4eb2-88d9-21d2e652ee3f object_type = device_functional_group identifier_name = default-domain:default-project:Border-Spine-in-Edge-Routed url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "20e38b8e-031d-4eb2-88d9-21d2e652ee3f", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:27.233 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Border-Spine-in-Edge-Routed'], 'oper': 'UPDATE', 'request-id': 'req-c1c0a720-a596-41da-90f9-32673b69f851', 'type': 'device_functional_group', 'uuid': '20e38b8e-031d-4eb2-88d9-21d2e652ee3f'} 11/07/2024 02:34:27.375 7fe46df68e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9874aaba-d235-47b5-8ed2-b72efbbdd40e object_type = device_functional_group identifier_name = default-domain:default-project:Border-Leaf-in-Edge-Routed url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "9874aaba-d235-47b5-8ed2-b72efbbdd40e", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:27.390 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Border-Leaf-in-Edge-Routed'], 'oper': 'UPDATE', 'request-id': 'req-a32933de-bd19-4437-83ee-981e448dbe7c', 'type': 'device_functional_group', 'uuid': '9874aaba-d235-47b5-8ed2-b72efbbdd40e'} 11/07/2024 02:34:27.537 7fe46de88a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31a7b75-897f-4f24-9e39-e3711c27e0e8 object_type = device_functional_group identifier_name = default-domain:default-project:L3-Server-Leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "e31a7b75-897f-4f24-9e39-e3711c27e0e8", "ref-type": "physical_role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:27.552 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'L3-Server-Leaf'], 'oper': 'UPDATE', 'request-id': 'req-a9e40adf-d527-4e3a-8264-e1978c00ae81', 'type': 'device_functional_group', 'uuid': 'e31a7b75-897f-4f24-9e39-e3711c27e0e8'} 11/07/2024 02:34:27.734 7fe46defe240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c03d6915-68c7-48fb-bacb-354eaf682ee1 object_type = device_functional_group identifier_name = default-domain:default-project:Lean-Spine-with-Route-Reflector url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "device-functional-group", "uuid": "c03d6915-68c7-48fb-bacb-354eaf682ee1", "ref-type": "physical_role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:27.750 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', 'Lean-Spine-with-Route-Reflector'], 'oper': 'UPDATE', 'request-id': 'req-d046c783-9593-47f8-bcbf-4a97c2f384b2', 'type': 'device_functional_group', 'uuid': 'c03d6915-68c7-48fb-bacb-354eaf682ee1'} 11/07/2024 02:34:27.898 7fe46df62240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6e0b5675-48c4-4601-8109-29a4fe719109 object_type = network_ipam identifier_name = default-domain:default-project:_internal_ipam_ipv6_link_local url = https://10.0.0.49:8082/network-ipam/6e0b5675-48c4-4601-8109-29a4fe719109 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"network-ipam": {"uuid": "6e0b5675-48c4-4601-8109-29a4fe719109", "fq_name": ["default-domain", "default-project", "_internal_ipam_ipv6_link_local"], "parent_type": "project", "ipam_subnet_method": "user-defined-subnet"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:27.914 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', '_internal_ipam_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-100bdd3d-ba5e-433c-944e-c26f8585b779', 'type': 'network_ipam', 'uuid': '6e0b5675-48c4-4601-8109-29a4fe719109'} 11/07/2024 02:34:28.064 7fe46de88f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 148948cb-661d-4b2a-985d-a3daef86734f object_type = virtual_network identifier_name = default-domain:default-project:_internal_vn_ipv6_link_local url = https://10.0.0.49:8082/virtual-network/148948cb-661d-4b2a-985d-a3daef86734f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"virtual-network": {"uuid": "148948cb-661d-4b2a-985d-a3daef86734f", "fq_name": ["default-domain", "default-project", "_internal_vn_ipv6_link_local"], "parent_type": "project", "address_allocation_mode": "user-defined-subnet-only", "network_ipam_refs": [{"to": ["default-domain", "default-project", "_internal_ipam_ipv6_link_local"], "attr": {"ipam_subnets": [{"subnet": {"ip_prefix": "fe80::", "ip_prefix_len": 64}, "default_gateway": "fe80::1", "dns_server_address": null, "subnet_uuid": "cf4c795e-9cb0-11ef-a78f-76fafadcd1c7", "enable_dhcp": true, "dns_nameservers": [], "allocation_pools": [], "addr_from_start": true, "dhcp_option_list": null, "host_routes": null, "subnet_name": null, "alloc_unit": 1, "created": null, "last_modified": null, "subscriber_tag": null, "vlan_tag": null, "dhcp_relay_server": []}], "host_routes": null}, "uuid": "6e0b5675-48c4-4601-8109-29a4fe719109"}]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:34:28.090 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'extra_dict': {'deallocated_vxlan_network_identifier': None}, 'fq_name': ['default-domain', 'default-project', '_internal_vn_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-117e1753-fb6a-4d24-b379-fdf141c75d56', 'type': 'virtual_network', 'uuid': '148948cb-661d-4b2a-985d-a3daef86734f'} 11/07/2024 02:34:28.111 7fe46dc59198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f987b1ce-85a0-4266-93aa-c0976e807b4e object_type = routing_instance identifier_name = default-domain:default-project:_internal_vn_ipv6_link_local:_internal_vn_ipv6_link_local url = http://127.0.0.1/routing-instances operation = http_put domain = default-domain >> 11/07/2024 02:34:28.129 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-domain', 'default-project', '_internal_vn_ipv6_link_local', '_internal_vn_ipv6_link_local'], 'oper': 'UPDATE', 'request-id': 'req-117e1753-fb6a-4d24-b379-fdf141c75d56', 'type': 'routing_instance', 'uuid': 'f987b1ce-85a0-4266-93aa-c0976e807b4e'} 11/07/2024 02:34:28.129 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:29.130 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:30.132 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:31.133 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:32.134 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:33.136 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:34.137 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:35.139 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:36.140 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:37.141 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:38.143 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:39.145 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:40.039 7fe46db3b828 [contrail-api] [DEBUG]: send sync_uve in the [none:ConfigApiWorkerTrace] map 11/07/2024 02:34:40.093 7fe46db3b828 [contrail-api] [DEBUG]: send sync_uve in the [ObjectConfigNode:NodeStatusUVE] map 11/07/2024 02:34:40.146 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:42.053 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:43.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:44.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:44.903 7fe46dbe40f0 [contrail-api] [DEBUG]: send sync_uve in the [none:ConfigApiWorkerTrace] map 11/07/2024 02:34:44.954 7fe46dbe40f0 [contrail-api] [DEBUG]: send sync_uve in the [ObjectConfigNode:NodeStatusUVE] map 11/07/2024 02:34:45.058 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:46.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:47.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:48.064 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:49.065 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:50.067 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:51.070 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:52.071 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:53.073 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:54.074 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:55.076 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:56.078 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:57.081 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:58.082 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:34:59.084 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:00.086 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:01.088 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:02.090 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:03.092 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:04.094 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:05.096 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:06.098 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:07.099 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:08.102 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:09.103 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:10.105 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:10.191 7fe46dec4eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 17ed9a02-475a-4f2c-8279-e8594e0cd48f object_type = job_template identifier_name = default-global-system-config:image_upgrade_template url = https://10.0.0.49:8082/job-template/17ed9a02-475a-4f2c-8279-e8594e0cd48f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "17ed9a02-475a-4f2c-8279-e8594e0cd48f", "fq_name": ["default-global-system-config", "image_upgrade_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/image_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Image upgrade input\", \"type\": \"object\", \"properties\": {\"image_uuid\": {\"type\": \"string\"}}, \"required\": [\"image_uuid\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:10.209 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'image_upgrade_template'], 'oper': 'UPDATE', 'request-id': 'req-913edb1d-684b-4e7c-a5fb-7fe01243e9dd', 'type': 'job_template', 'uuid': '17ed9a02-475a-4f2c-8279-e8594e0cd48f'} 11/07/2024 02:35:10.306 7fe46dfa66d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c5aacf75-83cc-4403-9f0e-a102f04c1ad3 object_type = job_template identifier_name = default-global-system-config:container_cleanup_template url = https://10.0.0.49:8082/job-template/c5aacf75-83cc-4403-9f0e-a102f04c1ad3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c5aacf75-83cc-4403-9f0e-a102f04c1ad3", "fq_name": ["default-global-system-config", "container_cleanup_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/container_cleanup.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Container cleanup input\", \"type\": \"object\", \"required\": [\"fabric_fq_name\", \"container_name\"], \"properties\": {\"container_name\": {\"type\": \"string\"}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Container cleanup output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Container Cleanup"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:10.320 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'container_cleanup_template'], 'oper': 'UPDATE', 'request-id': 'req-a5f417a6-e14b-4811-ac95-46c8bbac8311', 'type': 'job_template', 'uuid': 'c5aacf75-83cc-4403-9f0e-a102f04c1ad3'} 11/07/2024 02:35:10.416 7fe46dbe4048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 66e48199-4b13-4cf3-845b-b90b3cc18530 object_type = job_template identifier_name = default-global-system-config:cli_sync_template url = https://10.0.0.49:8082/job-template/66e48199-4b13-4cf3-845b-b90b3cc18530 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "66e48199-4b13-4cf3-845b-b90b3cc18530", "fq_name": ["default-global-system-config", "cli_sync_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/cli_sync.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"CLI sync input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"devices_cli\": {\"type\": \"array\", \"items\": {\"title\": \"Devices CLI Items\", \"type\": \"object\", \"description\": \"Dictionaries of device details\", \"additionalProperties\": false, \"required\": [\"device_uuid\", \"cli_objects\"], \"properties\": {\"device_uuid\": {\"type\": \"string\", \"title\": \"UUIDs of the device\"}, \"cli_objects\": {\"type\": \"array\", \"title\": \"cli objects for that device\", \"items\": {\"type\": \"object\", \"required\": [\"time\", \"status\"], \"properties\": {\"time\": {\"type\": \"string\", \"title\": \"Timestamp of the cli change\"}, \"status\": {\"type\": \"string\", \"title\": \"Accept or Reject the commit\"}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Sync cli config with Contrail"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:10.427 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'cli_sync_template'], 'oper': 'UPDATE', 'request-id': 'req-c732b6ee-1f15-4c03-bc7d-22e4261ab2a3', 'type': 'job_template', 'uuid': '66e48199-4b13-4cf3-845b-b90b3cc18530'} 11/07/2024 02:35:10.533 7fe46d965d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1bccc463-23c9-412e-9dcb-468e27fde6e7 object_type = job_template identifier_name = default-global-system-config:hitless_upgrade_strategy_template url = https://10.0.0.49:8082/job-template/1bccc463-23c9-412e-9dcb-468e27fde6e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1bccc463-23c9-412e-9dcb-468e27fde6e7", "fq_name": ["default-global-system-config", "hitless_upgrade_strategy_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade_strategy.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hitless_upgrade.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 90, "sequence_no": 1}]}, "job_template_input_schema": "{\"title\": \"Image upgrade strategy input\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"upgrade_mode\": {\"enum\": [\"test_run\", \"dry_run\", \"upgrade\"], \"description\": \"Mode in which to run workflow\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}, \"image_devices\": {\"type\": \"array\", \"items\": {\"title\": \"Image Devices\", \"type\": \"object\", \"description\": \"List of images and corresponding devices to upgrade\", \"additionalProperties\": false, \"properties\": {\"image_uuid\": {\"type\": \"string\"}, \"device_list\": {\"type\": \"array\", \"description\": \"List of device UUIDs to be upgraded with this image\", \"items\": {\"title\": \"device uuid\", \"type\": \"string\", \"format\": \"uuid\"}}}, \"required\": [\"image_uuid\", \"device_list\"]}}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable local interface down check\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable peer interface down check\", \"default\": true}}}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Hitless Image Upgrade"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:10.589 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hitless_upgrade_strategy_template'], 'oper': 'UPDATE', 'request-id': 'req-3aa6ca10-bb74-4c9b-9ca5-a7a5a0a33bbf', 'type': 'job_template', 'uuid': '1bccc463-23c9-412e-9dcb-468e27fde6e7'} 11/07/2024 02:35:10.687 7fe46dec4240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 791a710b-46ed-4ecb-ac2b-c51f60837bcd object_type = job_template identifier_name = default-global-system-config:maintenance_mode_activate_template url = https://10.0.0.49:8082/job-template/791a710b-46ed-4ecb-ac2b-c51f60837bcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "791a710b-46ed-4ecb-ac2b-c51f60837bcd", "fq_name": ["default-global-system-config", "maintenance_mode_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Activate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to enter maintenance mode\"}, \"mode\": {\"enum\": [\"test_run\", \"activate\"], \"description\": \"Mode in which to run workflow\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"validate_critical_roles\": {\"type\": \"boolean\", \"description\": \"Enable/disable critical role validation\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Activate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:10.741 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-1395952c-9803-482c-ba83-569236e60f00', 'type': 'job_template', 'uuid': '791a710b-46ed-4ecb-ac2b-c51f60837bcd'} 11/07/2024 02:35:10.841 7fe46d8e5b70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fb78001-e973-4b89-960d-08ea5bc15897 object_type = job_template identifier_name = default-global-system-config:maintenance_mode_deactivate_template url = https://10.0.0.49:8082/job-template/0fb78001-e973-4b89-960d-08ea5bc15897 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0fb78001-e973-4b89-960d-08ea5bc15897", "fq_name": ["default-global-system-config", "maintenance_mode_deactivate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/maintenance_mode_deactivate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Deactivate maintenance mode\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_uuid\", \"device_uuid\"], \"properties\": {\"fabric_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Fabric UUID\", \"description\": \"UUID of the device fabric\"}, \"device_uuid\": {\"format\": \"uuid\", \"type\": \"string\", \"title\": \"Device UUID\", \"description\": \"UUID of the device to exit maintenance mode\"}, \"advanced_parameters\": {\"title\": \"Advanced parameters\", \"description\": \"Optional parameters used to override defaults\", \"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bulk_device_upgrade_count\": {\"type\": \"integer\", \"description\": \"Maximum number of devices to upgrade simultaneously\", \"default\": 4}, \"health_check_abort\": {\"type\": \"boolean\", \"description\": \"Enable/disable abort upon health check failures\", \"default\": true}, \"Juniper\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"bgp_flap_count\": {\"type\": \"integer\", \"description\": \"Number of flaps allowed for BGP neighbors\", \"default\": 4}, \"bgp_flap_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_flap_count check\", \"default\": true}, \"bgp_down_peer_count\": {\"type\": \"integer\", \"description\": \"Number of down peers allowed\", \"default\": 0}, \"bgp_down_peer_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp_down_peer_count check\", \"default\": true}, \"bgp_peer_state_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable bgp peer state check\", \"default\": true}}}, \"alarm\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"system_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable system alarm check\", \"default\": true}, \"chassis_alarm_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable chassis alarm check\", \"default\": true}}}, \"interface\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"interface_error_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface error check\", \"default\": true}, \"interface_drop_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface drop check\", \"default\": true}, \"interface_carrier_transition_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable interface carrier transition check\", \"default\": true}}}, \"routing_engine\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"routing_engine_cpu_idle\": {\"type\": \"integer\", \"description\": \"Routing engine CPU idle time\", \"default\": 60}, \"routing_engine_cpu_idle_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable routing engine CLU idle time check\", \"default\": true}}}, \"fpc\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"fpc_cpu_5min_avg\": {\"type\": \"integer\", \"description\": \"FPC CPU 5 minute average utilization\", \"default\": 50}, \"fpc_cpu_5min_avg_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC CPU 5 minute average utilizationcheck\", \"default\": true}, \"fpc_memory_heap_util\": {\"type\": \"integer\", \"description\": \"FPC memory heap utilization\", \"default\": 45}, \"fpc_memory_heap_util_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable FPC memory heap utilization check\", \"default\": true}}}, \"lacp\": {\"type\": \"object\", \"additionalProperties\": false, \"default\": {}, \"properties\": {\"lacp_down_local_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on target device\", \"default\": true}, \"lacp_down_peer_check\": {\"type\": \"boolean\", \"description\": \"Enable lacp interface status check on peer device\", \"default\": true}}}, \"active_route_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable active route count check\", \"default\": true}, \"l2_total_mac_count_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable l2 total mac count check\", \"default\": true}, \"storm_control_flag_check\": {\"type\": \"boolean\", \"description\": \"Enable/disable storm control flag check\", \"default\": true}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Deactivate maintenance mode output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Maintenance Mode Deactivation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:10.900 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'maintenance_mode_deactivate_template'], 'oper': 'UPDATE', 'request-id': 'req-4969118e-04e5-4cf1-ab10-cc18a97d13e9', 'type': 'job_template', 'uuid': '0fb78001-e973-4b89-960d-08ea5bc15897'} 11/07/2024 02:35:10.998 7fe46db39eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e5daca80-1dfb-4f46-b252-cf30baf7be85 object_type = job_template identifier_name = default-global-system-config:discover_device_template url = https://10.0.0.49:8082/job-template/e5daca80-1dfb-4f46-b252-cf30baf7be85 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e5daca80-1dfb-4f46-b252-cf30baf7be85", "fq_name": ["default-global-system-config", "discover_device_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 1, \"maxProperties\": 1, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Device"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:11.052 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_device_template'], 'oper': 'UPDATE', 'request-id': 'req-27a1407a-e7ac-4bcf-84d4-b77b285a2539', 'type': 'job_template', 'uuid': 'e5daca80-1dfb-4f46-b252-cf30baf7be85'} 11/07/2024 02:35:11.154 7fe46dfa66d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fffd7bd4-78d6-432f-a85f-9864492f78f6 object_type = job_template identifier_name = default-global-system-config:discover_os_computes_template url = https://10.0.0.49:8082/job-template/fffd7bd4-78d6-432f-a85f-9864492f78f6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "fffd7bd4-78d6-432f-a85f-9864492f78f6", "fq_name": ["default-global-system-config", "discover_os_computes_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_os_computes_template.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"minProperties\": 2, \"maxProperties\": 5, \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"contrail_command_host\": {\"$id\": \"/properties/input/properties/contrail_command_host\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"10.10.10.10:9091\"]}, \"cc_username\": {\"$id\": \"/properties/input/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/input/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"fabric_fq_name\": {\"$id\": \"/properties/input/properties/fabric_fq_name\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/input/properties/fabric_fq_name/items\", \"type\": \"string\", \"title\": \"The Fabric_fq_name Schema\", \"description\": \"FQNAME of the fabric object created\", \"default\": \"\", \"examples\": [\"default-global-system-config\", \"fabric01\"]}}, \"manage_underlay\": {\"type\": \"boolean\", \"title\": \"Manage underlay networking\", \"description\": \"Set to true if need to configure device underlay networking\"}}}", "job_template_output_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"output\": {\"$id\": \"/properties/output\", \"type\": \"object\", \"properties\": {\"status\": {\"$id\": \"/properties/output/properties/status\", \"type\": \"string\", \"title\": \"The Status Schema\", \"description\": \"Status of the plabybook run\", \"default\": \"\", \"examples\": [\"SUCCESS\"]}, \"message\": {\"$id\": \"/properties/output/properties/message\", \"type\": \"string\", \"title\": \"The Message Schema\", \"description\": \"success/failure message about the playbook run\", \"default\": \"\", \"examples\": [\"Successfully ran playbook\"]}, \"results\": {\"$id\": \"/properties/output/properties/results\", \"type\": \"object\", \"properties\": {\"device_uuid\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/output/properties/results/properties/device_uuid/items\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Results Schema\", \"description\": \"objects returned from the playbook to the job_manager\", \"default\": \"\", \"examples\": [\"1234\"]}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover OS Computes"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:11.210 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_os_computes_template'], 'oper': 'UPDATE', 'request-id': 'req-2af01085-0edf-443c-a8a5-4e3e8bf5a2c8', 'type': 'job_template', 'uuid': 'fffd7bd4-78d6-432f-a85f-9864492f78f6'} 11/07/2024 02:35:11.307 7fe46df29438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4ae88703-348c-4774-829b-423f5d95bfd7 object_type = job_template identifier_name = default-global-system-config:discover_role_template url = https://10.0.0.49:8082/job-template/4ae88703-348c-4774-829b-423f5d95bfd7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4ae88703-348c-4774-829b-423f5d95bfd7", "fq_name": ["default-global-system-config", "discover_role_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Discover Role"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:11.321 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_role_template'], 'oper': 'UPDATE', 'request-id': 'req-ef7e32d4-0720-42e3-835b-02a513e9d252', 'type': 'job_template', 'uuid': '4ae88703-348c-4774-829b-423f5d95bfd7'} 11/07/2024 02:35:11.415 7fe46dd9cb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a2122660-c220-4993-82c1-9631e2c4b6e4 object_type = job_template identifier_name = default-global-system-config:device_import_template url = https://10.0.0.49:8082/job-template/a2122660-c220-4993-82c1-9631e2c4b6e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a2122660-c220-4993-82c1-9631e2c4b6e4", "fq_name": ["default-global-system-config", "device_import_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 1}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"additionalProperties\": false, \"properties\": {\"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported.\"}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:11.430 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_import_template'], 'oper': 'UPDATE', 'request-id': 'req-49ffe877-7585-4f88-b123-5de731d1f008', 'type': 'job_template', 'uuid': 'a2122660-c220-4993-82c1-9631e2c4b6e4'} 11/07/2024 02:35:11.527 7fe46e01e390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09e8b101-2b04-4c4b-8e57-55f15857d58d object_type = job_template identifier_name = default-global-system-config:fabric_config_template url = https://10.0.0.49:8082/job-template/09e8b101-2b04-4c4b-8e57-55f15857d58d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "09e8b101-2b04-4c4b-8e57-55f15857d58d", "fq_name": ["default-global-system-config", "fabric_config_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_config.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"device_management_ip\": {\"type\": \"string\", \"description\": \"Management IP of the Device\"}, \"device_abstract_config\": {\"type\": \"object\", \"description\": \"JSON string of the device abstract config derived from VNC data model\"}, \"additional_feature_params\": {\"type\": \"object\", \"additionalProperties\": false, \"description\": \"Additional feature specific parameters that are not defined in the VNC data model. These could be vendor specific parameters.\", \"properties\": {\"basic\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ntp_boot_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP Boot server\", \"examples\": [\"6.6.6.6\"]}}, \"ntp_servers\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"NTP server\", \"examples\": [\"8.8.8.8\"]}}, \"time_zone\": {\"type\": \"string\", \"title\": \"Time Zone\", \"examples\": [\"America/Los_Angeles\"]}}}, \"name_servers\": {\"type\": \"array\", \"additionalProperties\": false, \"items\": {\"type\": \"string\", \"Title\": \"Domain Name Server\", \"examples\": [\"10.1.1.2\", \"11.1.1.2\"]}}, \"domain_name\": {\"type\": \"string\", \"title\": \"Domain Name\", \"examples\": [\"company.net\"]}, \"snmp\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"communities\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\"}, \"readonly\": {\"type\": \"boolean\", \"default\": true}}, \"required\": [\"name\"]}}}}, \"static_routes\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"subnets\", \"nexthop\"], \"properties\": {\"subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"title\": \"Subnet\", \"examples\": [\"10.1.1.0/24\", \"10.1.2.0/24\"]}}, \"nexthop\": {\"type\": \"string\", \"title\": \"Next hop IP\", \"examples\": [\"10.1.1.254\"]}}}}}}, \"underlay_ip_clos\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"bgp_hold_time\": {\"type\": \"integer\", \"default\": 90}}}}}, \"is_delete\": {\"type\": \"boolean\", \"description\": \"Set to true for config delete operation\", \"default\": false}, \"manage_underlay\": {\"type\": \"boolean\", \"description\": \"Set to true to manage underlay config\", \"default\": true}, \"enterprise_style\": {\"type\": \"boolean\", \"description\": \"Set to true to if enterprise-style config\", \"default\": true}, \"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Config Push"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:11.581 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_config_template'], 'oper': 'UPDATE', 'request-id': 'req-fdb773d4-3234-4593-b81a-7467908e7fc2', 'type': 'job_template', 'uuid': '09e8b101-2b04-4c4b-8e57-55f15857d58d'} 11/07/2024 02:35:11.683 7fe46dc86240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = da4abe68-c499-47e7-bd1e-0aadb63f4899 object_type = job_template identifier_name = default-global-system-config:ztp_template url = https://10.0.0.49:8082/job-template/da4abe68-c499-47e7-bd1e-0aadb63f4899 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "da4abe68-c499-47e7-bd1e-0aadb63f4899", "fq_name": ["default-global-system-config", "ztp_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"type\": \"object\", \"definitions\": {}, \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"properties\": {\"fabric_uuid\": {\"$id\": \"/properties/input/properties/fabric_uuid\", \"format\": \"uuid\", \"type\": \"string\", \"title\": \"The Fabric_uuid Schema\", \"description\": \"UUID of the fabric object created\", \"default\": \"\", \"examples\": [\"123456789\"]}, \"device_count\": {\"$id\": \"/properties/input/properties/device_count\", \"type\": \"integer\", \"title\": \"The Device Count Schema\", \"description\": \"Number of devices to discover\", \"default\": 0, \"examples\": [1, 2, 3, 4, 5]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "ZTP"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:11.695 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ztp_template'], 'oper': 'UPDATE', 'request-id': 'req-9dfd2153-01cc-4100-8343-8b0e1a38a7d3', 'type': 'job_template', 'uuid': 'da4abe68-c499-47e7-bd1e-0aadb63f4899'} 11/07/2024 02:35:11.795 7fe46deae4e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dc46fb63-6ab9-4a35-871c-4911abf6cdf3 object_type = job_template identifier_name = default-global-system-config:fabric_deletion_template url = https://10.0.0.49:8082/job-template/dc46fb63-6ab9-4a35-871c-4911abf6cdf3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "dc46fb63-6ab9-4a35-871c-4911abf6cdf3", "fq_name": ["default-global-system-config", "fabric_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:11.812 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-6c904767-a630-44b0-bdf2-8ef60d2ba9df', 'type': 'job_template', 'uuid': 'dc46fb63-6ab9-4a35-871c-4911abf6cdf3'} 11/07/2024 02:35:11.911 7fe46df3b780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 48c89705-9c38-44ba-830b-ef34ceaf6a3a object_type = job_template identifier_name = default-global-system-config:device_deletion_template url = https://10.0.0.49:8082/job-template/48c89705-9c38-44ba-830b-ef34ceaf6a3a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "48c89705-9c38-44ba-830b-ef34ceaf6a3a", "fq_name": ["default-global-system-config", "device_deletion_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/delete_fabric_devices.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": 0}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"devices\": {\"type\": \"array\", \"description\": \"List of device names\", \"items\": {\"type\": \"string\"}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Device Deletion"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:11.921 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device_deletion_template'], 'oper': 'UPDATE', 'request-id': 'req-f3263063-344d-4d93-bdd0-d1c4cfd0eb73', 'type': 'job_template', 'uuid': '48c89705-9c38-44ba-830b-ef34ceaf6a3a'} 11/07/2024 02:35:12.024 7fe46dc8d438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0668d848-ca60-414b-81aa-2da73b30f5e4 object_type = job_template identifier_name = default-global-system-config:role_assignment_template url = https://10.0.0.49:8082/job-template/0668d848-ca60-414b-81aa-2da73b30f5e4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "0668d848-ca60-414b-81aa-2da73b30f5e4", "fq_name": ["default-global-system-config", "role_assignment_template"], "parent_type": "global-system-config", "job_template_type": "config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"role_assignments\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"role_assignments\": {\"type\": \"array\", \"minItems\": 0, \"description\": \"Fabric device role assignments\", \"items\": {\"type\": \"object\", \"properties\": {\"device_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"physical_role\": {\"type\": \"string\", \"enum\": [\"leaf\", \"spine\", \"pnf\", \"superspine\"]}, \"routing_switching_roles\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"enum\": [\"CRB\"]}}}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Role Assignment"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:12.038 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'role_assignment_template'], 'oper': 'UPDATE', 'request-id': 'req-0c709d6b-3002-4df6-bf75-4b805d5d961e', 'type': 'job_template', 'uuid': '0668d848-ca60-414b-81aa-2da73b30f5e4'} 11/07/2024 02:35:12.054 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:12.135 7fe46df3b780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a3babcfc-98a2-43ae-a722-0b7015b0f5cf object_type = job_template identifier_name = default-global-system-config:topology_discovery_template url = https://10.0.0.49:8082/job-template/a3babcfc-98a2-43ae-a722-0b7015b0f5cf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a3babcfc-98a2-43ae-a722-0b7015b0f5cf", "fq_name": ["default-global-system-config", "topology_discovery_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Topology Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:12.146 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'topology_discovery_template'], 'oper': 'UPDATE', 'request-id': 'req-98f997dc-9c82-4d11-ab69-ef8b9bf6a714', 'type': 'job_template', 'uuid': 'a3babcfc-98a2-43ae-a722-0b7015b0f5cf'} 11/07/2024 02:35:12.247 7fe46e01e630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d0d442c5-5d38-4aff-8a04-2f4583dbfbcd object_type = job_template identifier_name = default-global-system-config:fabric_onboard_template url = https://10.0.0.49:8082/job-template/d0d442c5-5d38-4aff-8a04-2f4583dbfbcd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "d0d442c5-5d38-4aff-8a04-2f4583dbfbcd", "fq_name": ["default-global-system-config", "fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": true, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/role_assignment_dfg.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 5}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 6}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 7}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 8}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 9}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 10}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"loopback_subnets\", \"fabric_subnets\", \"fabric_asn_pool\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\", \"gateway\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"root_password\"], \"properties\": {\"root_password\": {\"type\": \"string\"}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"ztp_timeout\": {\"title\": \"Value of ZTP timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of ZTP timeout in seconds\"}, \"retry_timeout\": {\"title\": \"Value of retry timeout in seconds\", \"type\": \"integer\", \"description\": \"Value of retry timeout in seconds\"}, \"supplemental_day_0_cfg\": {\"title\": \"List of day 0 config that can be used to supplement the ZTP config\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"name\", \"cfg\"], \"properties\": {\"name\": {\"title\": \"name for the config\", \"type\": \"string\"}, \"cfg\": {\"title\": \"config blob that contains the supplemental day-0 config\", \"type\": \"string\"}}}}, \"device_to_ztp\": {\"title\": \"List of device serial numbers for the devices to be ZTPed\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"required\": [\"serial_number\", \"hostname\"], \"properties\": {\"serial_number\": {\"title\": \"Device serial number\", \"type\": \"string\"}, \"hostname\": {\"title\": \"Device hostname can be optionally specified.\", \"type\": \"string\", \"pattern\": \"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\\\-]*[a-zA-Z0-9])\\\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\\\-]*[A-Za-z0-9])$\"}, \"underlay_asn\": {\"title\": \"Underlay eBGP autonomous system number\", \"type\": [\"integer\", \"string\"]}, \"loopback_ip\": {\"title\": \"Loopback IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"mgmt_ip\": {\"title\": \"Management IP address\", \"type\": \"string\", \"format\": \"ipv4\"}, \"to_ztp\": {\"title\": \"Include or ignore device in ZTP workflow\", \"type\": \"boolean\"}, \"supplemental_day_0_cfg\": {\"title\": \"Name(s) of the supplemental day-0 config(s) that can be optionally specified for this device\", \"type\": [\"string\", \"array\"], \"items\": {\"type\": \"string\"}}}}}, \"os_version\": {\"type\": \"string\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:12.348 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-775bc99e-194d-4834-a06c-aa6cb5fcb217', 'type': 'job_template', 'uuid': 'd0d442c5-5d38-4aff-8a04-2f4583dbfbcd'} 11/07/2024 02:35:12.448 7fe46db3d6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b6b09d5a-7192-4f83-be6e-9091dc953bbd object_type = job_template identifier_name = default-global-system-config:search_ip_mac_template url = https://10.0.0.49:8082/job-template/b6b09d5a-7192-4f83-be6e-9091dc953bbd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "b6b09d5a-7192-4f83-be6e-9091dc953bbd", "fq_name": ["default-global-system-config", "search_ip_mac_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ip_address\": {\"$id\": \"/properties/ip_address\", \"title\": \"IP Address\", \"pattern\": \"^\\\\s*(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\\\s*$\", \"type\": \"string\"}, \"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Search ip or mac schema command Playbook Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"interface_names\": {\"type\": \"array\", \"title\": \"Interfaces Name(s)\", \"description\": \"Display Interface Names that belong to this mac_address.\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface Name\", \"description\": \"Interface name\"}, \"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"Device name on which the interface was learnt\"}, \"loopback_ip\": {\"type\": \"string\", \"title\": \"Source Loopback IP\", \"description\": \"Originating source's loopback ip address\"}}, \"description\": \"Name of each interface that belongs under this mac_address\"}}}}}}}}}", "job_template_input_ui_schema": "{\"ip_address\": {\"ui:help\": \"Enter an IP Address. The field value must include a IPv4 address without subnet mask; for example, 192.168.3.120\", \"ui:placeholder\": \"Enter IP address\"}, \"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to locate an interface in a fabric given an IP or MAC", "display_name": "Search using IP or MAC"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:12.505 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'search_ip_mac_template'], 'oper': 'UPDATE', 'request-id': 'req-359e1b5a-2080-4c50-9d2f-4830a72cd1b2', 'type': 'job_template', 'uuid': 'b6b09d5a-7192-4f83-be6e-9091dc953bbd'} 11/07/2024 02:35:12.612 7fe46e035048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 object_type = job_template identifier_name = default-global-system-config:show_interface_details_template url = https://10.0.0.49:8082/job-template/bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5", "fq_name": ["default-global-system-config", "show_interface_details_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"interface_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Interface Details\", \"type\": \"object\", \"properties\": {\"interface_type\": {\"type\": \"string\", \"title\": \"Interface Type\", \"enum\": [\"physical\", \"logical\"], \"default\": \"physical\"}}, \"required\": [\"interface_type\"]}, \"conditional\": {\"title\": \"Sub Operation Type\", \"$ref\": \"#/definitions/sub_command\"}}, \"definitions\": {\"sub_command\": {\"title\": \"Sub Operation Type\", \"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"Show runtime interfaces\", \"Show configured interfaces\", \"Show interfaces by names\"], \"default\": \"Show runtime interfaces\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"Show runtime interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show configured interfaces\"]}, \"interface_filters\": {\"$id\": \"/properties/interface_filters\", \"title\": \"Interface Filters\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"title\": \"Filter\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"], \"title\": \"Filter Type\"}, \"expr\": {\"type\": \"string\", \"title\": \"Filter Expression\"}}, \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"Show interfaces by names\"]}, \"interface_names\": {\"$id\": \"/properties/interface_names\", \"title\": \"Interface Names\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/interface_names/items\", \"type\": \"string\", \"pattern\": \"^([a-z]{1,}[0-9]{0,}(-[0-9]{1,}/[0-9]{1,}/[0-9]{1,})?(\\\\.[0-9]{1,})?)$\", \"title\": \"Interface Name\"}, \"examples\": [\"ge-0/0/1\", \"xe-0/0/0\"]}}, \"required\": [\"interface_names\"]}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show Interface Details Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces details sub-command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"oneOf\": [{\"properties\": {\"interface_stats_rt_phy\": {\"type\": \"array\", \"title\": \"Runtime Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"op_status\": {\"type\": \"string\", \"title\": \"Operational Status\", \"description\": \"Operational status of the interface\"}, \"admin_status\": {\"type\": \"string\", \"title\": \"Admin Status\", \"description\": \"Admin status of the interface\"}, \"input_rate\": {\"type\": \"string\", \"title\": \"InputRate (bps)\", \"description\": \"Input packets rate in bits per second if present\"}, \"output_rate\": {\"type\": \"string\", \"title\": \"OutputRate (bps)\", \"description\": \"Output packets rate in bits per second if present\"}}}}}}, {\"properties\": {\"interface_stats_log\": {\"type\": \"array\", \"title\": \"Logical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}, \"address_family\": {\"type\": \"string\", \"title\": \"Address Family\", \"description\": \"Address family if present\"}}}}}}, {\"properties\": {\"interface_stats_cf_phy\": {\"type\": \"array\", \"title\": \"Configured Physical Interfaces Statistics\", \"description\": \"Display statistics and detailed output\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"name\": {\"type\": \"string\", \"title\": \"Interface\", \"description\": \"Interface name\"}}}}}}]}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to get a list of physical or logical interfaces from a device and interfaces' other related information.", "display_name": "Show Interface Details"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:12.665 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_interface_details_template'], 'oper': 'UPDATE', 'request-id': 'req-fba5a789-a0fc-468c-a28a-08108f63fe69', 'type': 'job_template', 'uuid': 'bf1b3252-da12-4926-ab7e-7b1a3dd3f6f5'} 11/07/2024 02:35:12.767 7fe46dcb7f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c27b470e-3e18-424a-b245-34d699dda92f object_type = job_template identifier_name = default-global-system-config:show_config_template url = https://10.0.0.49:8082/job-template/c27b470e-3e18-424a-b245-34d699dda92f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "c27b470e-3e18-424a-b245-34d699dda92f", "fq_name": ["default-global-system-config", "show_config_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"config_type\": {\"$id\": \"/properties/config_type\", \"title\": \"Configuration type\", \"type\": \"string\", \"enum\": [\"current\", \"rollback 1\", \"rollback 2\"], \"default\": \"current\"}, \"config_filter\": {\"$id\": \"/properties/config_filter\", \"title\": \"Configuration filter\", \"type\": \"string\", \"enum\": [\"all\", \"system\", \"system/login\", \"system/services\", \"system/syslog\", \"interfaces\", \"chassis\", \"services\", \"snmp\", \"forwarding-options\", \"event-options\", \"policy-options\", \"class-of-service\", \"firewall\", \"protocols\", \"routing-instances\", \"routing-options\", \"switch-options\", \"vlans\"], \"default\": \"all\"}, \"compare_configurations\": {\"$id\": \"/properties/compare_configurations\", \"title\": \"Compare selected configuration with current\", \"type\": \"boolean\", \"default\": false}}, \"required\": [\"config_type\", \"config_filter\", \"compare_configurations\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show configuration Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"config_type\": {\"ui:help\": \"Select one type at a time\"}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display current or previous configuration", "display_name": " Show current or rollback configuration"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:12.820 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_config_template'], 'oper': 'UPDATE', 'request-id': 'req-6b663185-ea99-4f8c-9922-427a80f8aeee', 'type': 'job_template', 'uuid': 'c27b470e-3e18-424a-b245-34d699dda92f'} 11/07/2024 02:35:12.916 7fe46dbbac18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4e70ac42-2920-48fa-988b-75162b19763c object_type = job_template identifier_name = default-global-system-config:test_overlay_connectivity_template url = https://10.0.0.49:8082/job-template/4e70ac42-2920-48fa-988b-75162b19763c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "4e70ac42-2920-48fa-988b-75162b19763c", "fq_name": ["default-global-system-config", "test_overlay_connectivity_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"source_ip\": {\"$id\": \"/properties/source_ip\", \"title\": \"Source (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"destination_ip\": {\"$id\": \"/properties/destination_ip\", \"title\": \"Destination (device loopback IP)\", \"type\": \"string\", \"default\": \"\"}, \"vni\": {\"$id\": \"/properties/vni\", \"title\": \"VNI\", \"type\": \"integer\", \"default\": 100}, \"count\": {\"$id\": \"/properties/count\", \"title\": \"Packet count\", \"type\": \"integer\", \"default\": 5}}, \"required\": [\"source_ip\", \"destination_ip\", \"count\", \"vni\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show connectivity test report\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Each playbook's command_output for this specific command.\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Connectivity test report\", \"description\": \"Display connectivity test report\"}}}}}}}}", "job_template_input_ui_schema": "{\"destination_ip\": {\"ui:help\": \"\"}}", "job_template_output_ui_schema": "null", "job_template_description": "", "display_name": "Test overlay connectivity"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:12.976 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'test_overlay_connectivity_template'], 'oper': 'UPDATE', 'request-id': 'req-ede42b63-02ec-42b5-851f-52a7333ee1ba', 'type': 'job_template', 'uuid': '4e70ac42-2920-48fa-988b-75162b19763c'} 11/07/2024 02:35:13.055 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:13.080 7fe46dd9ccc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ba6135c7-8d0a-4b49-84c6-877567ff0b2b object_type = job_template identifier_name = default-global-system-config:show_ops_info_template url = https://10.0.0.49:8082/job-template/ba6135c7-8d0a-4b49-84c6-877567ff0b2b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "ba6135c7-8d0a-4b49-84c6-877567ff0b2b", "fq_name": ["default-global-system-config", "show_ops_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"ops_type\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Operations commands\", \"type\": \"array\", \"minItems\": 1, \"items\": {\"$id\": \"/properties/interface_filters/items\", \"type\": \"object\", \"minProperties\": 1, \"additionalProperties\": false, \"properties\": {\"conditional\": {\"title\": \"Operation Command Type\", \"$ref\": \"#/definitions/sub_command\"}}}}}, \"definitions\": {\"sub_command\": {\"type\": \"object\", \"properties\": {\"sub_operation\": {\"title\": \"Choose a sub-operation\", \"type\": \"string\", \"enum\": [\"show chassis info\", \"show route info\", \"show bgp info\", \"show evpn info\", \"show lldp info\", \"show lacp info\", \"show vlan info\"], \"default\": \"show route info\"}}, \"required\": [\"sub_operation\"], \"dependencies\": {\"sub_operation\": {\"oneOf\": [{\"properties\": {\"sub_operation\": {\"enum\": [\"show chassis info\"]}, \"command_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis alarms\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show route info\"]}, \"command_detail\": {\"$id\": \"/properties/route_detail\", \"title\": \"Route detail\", \"type\": \"string\", \"enum\": [\"route summary\"], \"default\": \"route summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show bgp info\"]}, \"command_detail\": {\"$id\": \"/properties/bgp_detail\", \"title\": \"BGP detail\", \"type\": \"string\", \"enum\": [\"bgp summary\", \"bgp neighbor\", \"bgp group\"], \"default\": \"bgp summary\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show evpn info\"]}, \"command_detail\": {\"$id\": \"/properties/evpn_detail\", \"title\": \"EVPN detail\", \"type\": \"string\", \"enum\": [\"evpn ip-prefix-database\", \"evpn instance extensive\", \"evpn instance designated-forwarder\", \"evpn instance backup-forwarder\", \"evpn database state default-gateway\"], \"default\": \"evpn ip-prefix-database\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lldp info\"]}, \"command_detail\": {\"$id\": \"/properties/lldp_detail\", \"title\": \"LLDP detail\", \"type\": \"string\", \"enum\": [\"lldp neighbors\"], \"default\": \"lldp neighbors\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show lacp info\"]}, \"command_detail\": {\"$id\": \"/properties/lacp_detail\", \"title\": \"LACP detail\", \"type\": \"string\", \"enum\": [\"lacp interfaces extensive\", \"lacp statistics interfaces\"], \"default\": \"lacp interfaces extensive\"}}}, {\"properties\": {\"sub_operation\": {\"enum\": [\"show vlan info\"]}, \"command_detail\": {\"$id\": \"/properties/vlan_detail\", \"title\": \"VLAN detail\", \"type\": \"string\", \"enum\": [\"vlans\"], \"default\": \"vlans\"}}}]}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display operational information", "display_name": "Show operations information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:13.137 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_ops_info_template'], 'oper': 'UPDATE', 'request-id': 'req-fe21e675-6bb6-47b6-ba73-792b5ea17b63', 'type': 'job_template', 'uuid': 'ba6135c7-8d0a-4b49-84c6-877567ff0b2b'} 11/07/2024 02:35:13.242 7fe46dc936d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a0104f25-a1f9-4b1a-8dec-d44d354eebed object_type = job_template identifier_name = default-global-system-config:check_multicast_template url = https://10.0.0.49:8082/job-template/a0104f25-a1f9-4b1a-8dec-d44d354eebed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "a0104f25-a1f9-4b1a-8dec-d44d354eebed", "fq_name": ["default-global-system-config", "check_multicast_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"warning_banner\": {\"$id\": \"/properties/warning_banner\", \"title\": \"This GDO gathers multicast statistics from the whole fabric and it might take a few minutes to complete.\", \"type\": \"object\", \"properties\": {\"warning_banner_2\": {\"$id\": \"/properties/warning_banner_2\", \"title\": \"It is assumed that:\", \"type\": \"object\", \"properties\": {\"warning_banner_3\": {\"$id\": \"/properties/warning_banner_3\", \"title\": \"(1) the traffic is coming from outside of the fabric (through device(s) with CRB-MCAST-Gateway role);\", \"type\": \"object\", \"properties\": {\"warning_banner_4\": {\"$id\": \"/properties/warning_banner_4\", \"title\": \"(2) the traffic is going to devices attached to server leaves (physical_router_role == 'leaf');\", \"type\": \"object\", \"properties\": {\"warning_banner_5\": {\"$id\": \"/properties/warning_banner_5\", \"title\": \"(3) PIM is enabled in the fabric.\", \"type\": \"object\", \"properties\": {}}}}}}}}}}, \"source\": {\"$id\": \"/properties/source\", \"title\": \"Source\", \"type\": \"string\", \"default\": \"\"}, \"group\": {\"$id\": \"/properties/group\", \"title\": \"Group\", \"type\": \"string\", \"default\": \"\"}}, \"required\": [\"source\", \"group\"]}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Check multicast output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Device Configuration\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "Check multicast", "display_name": "Check incoming multicast traffic"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:13.296 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'check_multicast_template'], 'oper': 'UPDATE', 'request-id': 'req-a9aae953-ea7d-4989-bef4-1f8490f56027', 'type': 'job_template', 'uuid': 'a0104f25-a1f9-4b1a-8dec-d44d354eebed'} 11/07/2024 02:35:13.395 7fe46ddf7438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = beffdd8f-ab67-4478-9e35-e04f15334529 object_type = job_template identifier_name = default-global-system-config:existing_fabric_onboard_template url = https://10.0.0.49:8082/job-template/beffdd8f-ab67-4478-9e35-e04f15334529 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "beffdd8f-ab67-4478-9e35-e04f15334529", "fq_name": ["default-global-system-config", "existing_fabric_onboard_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/existing_fabric_onboard.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_device.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_role.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 10, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 5, "sequence_no": 3}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/device_import.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 40, "sequence_no": 4}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/topology_discovery.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 5}]}, "job_template_input_schema": "{\"title\": \"fabric info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"required\": [\"fabric_fq_name\", \"management_subnets\", \"device_auth\", \"node_profiles\"], \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"fabric_display_name\": {\"type\": \"string\"}, \"fabric_cluster_id\": {\"type\": \"integer\"}, \"management_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"description\": \"List of the management network subnets for the fabric\", \"additionalProperties\": false, \"required\": [\"cidr\"], \"properties\": {\"cidr\": {\"type\": \"string\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}, \"gateway\": {\"type\": \"string\", \"format\": \"ipv4\"}}}}, \"loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"overlay_loopback_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that fabric device overlay loopback ips can be allocated.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"pnf_servicechain_subnets\": {\"type\": \"array\", \"items\": {\"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for service chaining between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"fabric_asn_pool\": {\"type\": \"array\", \"items\": {\"title\": \"eBGP ASN Pool for fabric underlay network\", \"type\": \"object\", \"description\": \"List of the ASN pools that could be used to configure the eBGP peers for the IP fabric\", \"properties\": {\"asn_min\": {\"type\": \"integer\"}, \"asn_max\": {\"type\": \"integer\"}}, \"required\": [\"asn_min\", \"asn_max\"]}}, \"overlay_ibgp_asn\": {\"type\": \"integer\", \"title\": \"iBGP ASN for Contrail overlay network\", \"default\": 64512}, \"device_auth\": {\"title\": \"Device Auth\", \"type\": \"array\", \"items\": {\"type\": \"object\", \"additionalProperties\": false, \"required\": [\"username\", \"password\"], \"properties\": {\"username\": {\"type\": \"string\"}, \"password\": {\"type\": \"string\"}}}}, \"node_profiles\": {\"type\": \"array\", \"items\": {\"title\": \"Node profile\", \"type\": \"object\", \"description\": \"List of node profiles to be used by the fabric.\", \"additionalProperties\": false, \"properties\": {\"node_profile_name\": {\"type\": \"string\"}, \"serial_nums\": {\"type\": \"array\", \"description\": \"Optional list of serial numbers of fabric devices that we want to associate with this node profile.\", \"items\": {\"type\": \"string\"}}}, \"required\": [\"node_profile_name\"]}}, \"interface_filters\": {\"type\": \"array\", \"items\": {\"type\": \"object\", \"maxProperties\": 2, \"additionalProperties\": false, \"properties\": {\"op\": {\"enum\": [\"regex\"]}, \"expr\": {\"type\": \"string\"}}, \"title\": \"filter object\", \"description\": \"filter object having op and expr fields\", \"default\": {}, \"examples\": [{\"op\": \"regex\", \"expr\": \"^ge-\"}, {\"op\": \"regex\", \"expr\": \"^xe\"}]}}, \"manage_underlay\": {\"title\": \"Manage underlay networking\", \"type\": \"boolean\", \"description\": \"Set to true if need to configure underlay networking\", \"default\": false}, \"import_configured\": {\"type\": \"boolean\", \"default\": false, \"description\": \"Not importing configured interfaces by default. Set this option to true if configured interfaces need to be imported as part of onboarding.\"}, \"device_count\": {\"title\": \"Number of fabric devices\", \"type\": \"integer\", \"description\": \"Total number of devices in the fabric that needs to be zero-touch provisioned\"}, \"enterprise_style\": {\"type\": \"boolean\", \"default\": true, \"description\": \"True if enterprise style, false if sp-style configuration\"}, \"disable_vlan_vn_uniqueness_check\": {\"type\": \"boolean\", \"default\": false, \"description\": \"True if vlan-vn uniqueness validation checks needs to be disabled, false if enable all complex validations\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Existing Fabric Onboarding"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:13.453 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'existing_fabric_onboard_template'], 'oper': 'UPDATE', 'request-id': 'req-de3aec1d-d2a7-4f6c-ac38-5babead072e7', 'type': 'job_template', 'uuid': 'beffdd8f-ab67-4478-9e35-e04f15334529'} 11/07/2024 02:35:13.550 7fe46db39198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42dc3d2b-40a5-4876-a519-62ca5dc6b79b object_type = job_template identifier_name = default-global-system-config:vcenter_import_template url = https://10.0.0.49:8082/job-template/42dc3d2b-40a5-4876-a519-62ca5dc6b79b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "42dc3d2b-40a5-4876-a519-62ca5dc6b79b", "fq_name": ["default-global-system-config", "vcenter_import_template"], "parent_type": "global-system-config", "job_template_type": "executable", "job_template_concurrency_level": "fabric", "job_template_executables": {"executable_info": [{"executable_path": "/opt/contrail/utils/vcenter-import", "executable_args": "", "job_completion_weightage": 100}]}, "job_template_input_schema": "{\"title\": \"vCenter Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"contrail_command\": {\"$id\": \"/properties/contrail_command\", \"description\": \"The Contrail Command details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/contrail_command/username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/contrail_command/password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/contrail_command/host\", \"description\": \"The Contrail Command IP and/or port\", \"type\": \"string\"}}}, \"vcenter\": {\"$id\": \"/properties/vcenter\", \"description\": \"vCenter details\", \"type\": \"object\", \"properties\": {\"username\": {\"$id\": \"/properties/vcenter/username\", \"description\": \"Username of vCenter Server\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/vcenter/password\", \"description\": \"Password of vCenter Server\", \"type\": \"string\"}, \"datacenter\": {\"$id\": \"/properties/vcenter/datacenter\", \"description\": \"vCenter DataCenter name to Import ESXi Hosts\", \"type\": \"string\"}, \"host\": {\"$id\": \"/properties/vcenter/host\", \"description\": \"vCenter Hostname/IP-Address including port\", \"type\": \"string\"}}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "VCenter Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:13.609 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vcenter_import_template'], 'oper': 'UPDATE', 'request-id': 'req-1b5f30fc-46bf-4bab-ae7c-094346eed47f', 'type': 'job_template', 'uuid': '42dc3d2b-40a5-4876-a519-62ca5dc6b79b'} 11/07/2024 02:35:13.706 7fe46d965e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22a3dd9a-b9ea-45a3-af54-f6b92461694b object_type = job_template identifier_name = default-global-system-config:discover_server_template url = https://10.0.0.49:8082/job-template/22a3dd9a-b9ea-45a3-af54-f6b92461694b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "22a3dd9a-b9ea-45a3-af54-f6b92461694b", "fq_name": ["default-global-system-config", "discover_server_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/discover_server.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server info\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"ipmi\": {\"$id\": \"/properties/ipmi\", \"type\": \"object\", \"required\": [\"ipmi_subnet_list\", \"ipmi_credentials\"], \"properties\": {\"ipmi_subnet_list\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_subnet_list/items\", \"type\": \"string\", \"description\": \"List of the subnet prefixes that could be carved out for the p2p networks between fabric devices.\", \"pattern\": \"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$\"}}, \"ipmi_credentials\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"description\": \"The IPMI user:password credentials\", \"type\": \"string\"}}, \"ipmi_port_ranges\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges\", \"type\": \"array\", \"items\": {\"$id\": \"/properties/ipmi/properties/ipmi_credentials/items\", \"type\": \"object\", \"required\": [\"port_range_start\", \"port_range_end\"], \"properties\": {\"port_range_start\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_start\", \"description\": \"Start of IPMI Port Range\", \"type\": \"integer\"}, \"port_range_end\": {\"$id\": \"/properties/ipmi/properties/ipmi_port_ranges/items/port_range_end\", \"description\": \"End of IPMI Port Range\", \"type\": \"integer\"}}}}}}, \"ironic\": {\"$id\": \"/properties/ironic\", \"type\": \"object\", \"required\": [\"auth_url\", \"username\", \"password\"], \"properties\": {\"auth_url\": {\"$id\": \"/properties/ironic/properties/auth_url\", \"description\": \"The Ironic Auth URL\", \"type\": \"string\"}, \"username\": {\"$id\": \"/properties/ironic/properties/username\", \"description\": \"The Ironic Auth username\", \"type\": \"string\"}, \"password\": {\"$id\": \"/properties/ironic/properties/password\", \"description\": \"The Ironic Auth password\", \"type\": \"string\"}, \"introspection_flag\": {\"$id\": \"/properties/ironic/properties/introspection_flag\", \"description\": \"Flag to determine if introspection is needed\", \"type\": \"boolean\", \"default\": true}}}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Discovery"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:13.766 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'discover_server_template'], 'oper': 'UPDATE', 'request-id': 'req-bfd91fe7-c656-4c51-a15b-6502b3235342', 'type': 'job_template', 'uuid': '22a3dd9a-b9ea-45a3-af54-f6b92461694b'} 11/07/2024 02:35:13.864 7fe46dece198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 object_type = job_template identifier_name = default-global-system-config:server_import_template url = https://10.0.0.49:8082/job-template/9f546e19-9ab0-42eb-8f69-cbfd24b6fd94 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "9f546e19-9ab0-42eb-8f69-cbfd24b6fd94", "fq_name": ["default-global-system-config", "server_import_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/server_import.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"server import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Server Import"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:13.875 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'server_import_template'], 'oper': 'UPDATE', 'request-id': 'req-548f3feb-084e-4527-982c-ccd22ecbd285', 'type': 'job_template', 'uuid': '9f546e19-9ab0-42eb-8f69-cbfd24b6fd94'} 11/07/2024 02:35:13.976 7fe46e92c0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 81bdd21a-3c1d-440a-a882-c91aa6b508b0 object_type = job_template identifier_name = default-global-system-config:node_profile_template url = https://10.0.0.49:8082/job-template/81bdd21a-3c1d-440a-a882-c91aa6b508b0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "81bdd21a-3c1d-440a-a882-c91aa6b508b0", "fq_name": ["default-global-system-config", "node_profile_template"], "parent_type": "global-system-config", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/node_profile.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Node Profile Import\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_fq_name\": {\"type\": \"array\", \"items\": {\"type\": \"string\"}}, \"encoded_file\": {\"$id\": \"/properties/encoded_file\", \"description\": \"The Encoded File to Import\", \"type\": \"string\"}, \"file_format\": {\"$id\": \"/properties/file_format\", \"type\": \"string\", \"description\": \"The format of the encoded input file\", \"enum\": [\"yaml\", \"json\", \"YAML\", \"JSON\"]}, \"cc_username\": {\"$id\": \"/properties/cc_username\", \"description\": \"The Contrail Command Login Username\", \"type\": \"string\"}, \"cc_password\": {\"$id\": \"/properties/cc_password\", \"description\": \"The Contrail Command Login Password\", \"type\": \"string\"}, \"contrail_command_host\": {\"$id\": \"/properties/contrail_command_host\", \"description\": \"The Contrail Command Hostname/IP\", \"type\": \"string\"}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "Node Profile"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:13.989 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'node_profile_template'], 'oper': 'UPDATE', 'request-id': 'req-bc413ecc-0190-4346-91c0-ce368c752724', 'type': 'job_template', 'uuid': '81bdd21a-3c1d-440a-a882-c91aa6b508b0'} 11/07/2024 02:35:14.057 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:14.090 7fe46dc93cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 35a01d59-582a-4e7e-8993-09a7fb9ebd19 object_type = job_template identifier_name = default-global-system-config:show_mac_mob_template url = https://10.0.0.49:8082/job-template/35a01d59-582a-4e7e-8993-09a7fb9ebd19 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "35a01d59-582a-4e7e-8993-09a7fb9ebd19", "fq_name": ["default-global-system-config", "show_mac_mob_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"mac_details\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"MAC Details\", \"type\": \"object\", \"properties\": {\"mac_address\": {\"$id\": \"/properties/mac_address\", \"title\": \"Mac Address\", \"pattern\": \"^\\\\s*([A-Fa-f0-9]{2}(:{1}[A-Fa-f0-9]{2}){5})\\\\s*$\", \"type\": \"string\"}}, \"required\": [\"mac_address\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show MAC mobility Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"MAC History\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "{\"mac_details\": {\"mac_address\": {\"ui:help\": \"Enter a 48 bit MAC address in colon separated format; for example, 00:00:0A:BB:28:FC\", \"ui:placeholder\": \"Enter MAC address\"}}}", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display MAC address move or mobility", "display_name": "Show mac mobility"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:14.149 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_mac_mob_template'], 'oper': 'UPDATE', 'request-id': 'req-2301c167-df70-4b71-8c6b-897e844d467e', 'type': 'job_template', 'uuid': '35a01d59-582a-4e7e-8993-09a7fb9ebd19'} 11/07/2024 02:35:14.248 7fe46deb6ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e31ec2c1-89c8-4950-a756-b70565503fc6 object_type = job_template identifier_name = default-global-system-config:rma_activate_template url = https://10.0.0.49:8082/job-template/e31ec2c1-89c8-4950-a756-b70565503fc6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "e31ec2c1-89c8-4950-a756-b70565503fc6", "fq_name": ["default-global-system-config", "rma_activate_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "fabric", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/rma_activate.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 0}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/assign_static_device_ip.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 15, "sequence_no": 1}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/ztp_select_image.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 50, "sequence_no": 2}, {"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 20, "sequence_no": 3}]}, "job_template_recovery_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/update_dhcp_config.yml", "multi_device_playbook": false, "refresh_token": false, "vendor": null, "device_family": null, "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"RMA activate\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"fabric_uuid\": {\"type\": \"string\", \"description\": \"Fabric UUID\"}, \"rma_devices\": {\"type\": \"array\", \"items\": {\"title\": \"RMA Devices\", \"type\": \"object\", \"description\": \"List of devices and corresponding serial numbers to RMA\", \"additionalProperties\": false, \"properties\": {\"device_uuid\": {\"type\": \"string\", \"format\": \"uuid\"}, \"serial_number\": {\"type\": \"string\"}}, \"required\": [\"device_uuid\", \"serial_number\"]}}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "display_name": "RMA Activation"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:14.260 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rma_activate_template'], 'oper': 'UPDATE', 'request-id': 'req-21c27737-08ec-4455-a35e-8b6fe7679d24', 'type': 'job_template', 'uuid': 'e31ec2c1-89c8-4950-a756-b70565503fc6'} 11/07/2024 02:35:14.363 7fe46db398d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096811dc-7f55-4763-8395-1f288d24bb6a object_type = job_template identifier_name = default-global-system-config:show_chassis_info_template url = https://10.0.0.49:8082/job-template/096811dc-7f55-4763-8395-1f288d24bb6a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "096811dc-7f55-4763-8395-1f288d24bb6a", "fq_name": ["default-global-system-config", "show_chassis_info_template"], "parent_type": "global-system-config", "job_template_type": "device_operation", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/operational_command.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"additionalProperties\": false, \"properties\": {\"chassis\": {\"src\": \"https://spacetelescope.github.io/understanding-json-schema/reference/object.html#dependencies\", \"title\": \"Chassis information\", \"type\": \"object\", \"properties\": {\"chassis_detail\": {\"$id\": \"/properties/chassis_detail\", \"title\": \"Chassis detail\", \"type\": \"string\", \"enum\": [\"chassis alarms\", \"chassis environment\", \"chassis environment cb\", \"chassis environment fpc\", \"chassis environment pem\", \"chassis environment routing-engine\", \"chassis fpc detail\", \"chassis fan\", \"chassis firmware\", \"chassis mac-addresses\", \"chassis routing-engine\", \"chassis power\", \"chassis hardware\", \"chassis hardware detail\", \"chassis hardware clei-models\", \"chassis temperature-thresholds\"], \"default\": \"chassis hardware\"}}, \"required\": [\"chassis_detail\"]}}}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Show chassis Output\", \"type\": \"object\", \"properties\": {\"results\": {\"type\": \"array\", \"description\": \"Array holding the specific output details in case of success. Each object of the array would be command_output and device name pair.\", \"items\": {\"type\": \"object\", \"properties\": {\"device_name\": {\"type\": \"string\", \"title\": \"Device Name\", \"description\": \"name of the device for which results are displayed\"}, \"command_output\": {\"type\": \"object\", \"title\": \"Each playbook's command_output for this specific command.\", \"description\": \"Results of the show interfaces command executed on the device. The jinja template matching this command, vendor and family would give output of the below format. This command_output translates to device_op_results in the PR uve\", \"properties\": {\"config_output\": {\"type\": \"string\", \"title\": \"Chassis info\", \"description\": \"Display Device Configuration output\"}}}}}}}}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to display chassis information", "display_name": "Show chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:14.421 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'show_chassis_info_template'], 'oper': 'UPDATE', 'request-id': 'req-6287b098-994b-45a0-936a-adfb69ec3066', 'type': 'job_template', 'uuid': '096811dc-7f55-4763-8395-1f288d24bb6a'} 11/07/2024 02:35:14.518 7fe46dcb7588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1215737e-4ccc-4371-a28e-eb341d000a00 object_type = job_template identifier_name = default-global-system-config:hardware_inventory_template url = https://10.0.0.49:8082/job-template/1215737e-4ccc-4371-a28e-eb341d000a00 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"job-template": {"uuid": "1215737e-4ccc-4371-a28e-eb341d000a00", "fq_name": ["default-global-system-config", "hardware_inventory_template"], "parent_type": "global-system-config", "job_template_type": "workflow", "job_template_concurrency_level": "device", "job_template_playbooks": {"playbook_info": [{"playbook_uri": "./opt/contrail/fabric_ansible_playbooks/hardware_inventory.yml", "multi_device_playbook": true, "refresh_token": false, "vendor": "Juniper", "device_family": "", "job_completion_weightage": 100, "sequence_no": null}]}, "job_template_input_schema": "{\"title\": \"Hardware Inventory Information\", \"$schema\": \"http://json-schema.org/draft-06/schema#\", \"type\": \"object\", \"minProperties\": 1}", "job_template_output_schema": "{\"$schema\": \"http://json-schema.org/draft-06/schema#\", \"title\": \"Generic Job Output\", \"type\": \"object\", \"properties\": {\"status\": {\"type\": \"string\", \"enum\": [\"Success\", \"Failure\", \"Timeout\"], \"description\": \"Result status of the job\"}, \"message\": {\"type\": \"string\", \"description\": \"Should capture a summarized error message in case of Failures.\"}, \"results\": {\"type\": \"object\", \"description\": \"JSON object holding the job specific output details\"}}, \"required\": [\"status\"]}", "job_template_input_ui_schema": "null", "job_template_output_ui_schema": "null", "job_template_description": "This command is used to fetch hardware inventory information from the device", "display_name": "Fetch hardware chassis information"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:14.529 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'hardware_inventory_template'], 'oper': 'UPDATE', 'request-id': 'req-7b589ac4-4121-414c-9ae4-cad6ab5d9490', 'type': 'job_template', 'uuid': '1215737e-4ccc-4371-a28e-eb341d000a00'} 11/07/2024 02:35:14.631 7fe46de1beb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a22fc3b2-62a5-4e31-97a4-e70c039e1019 object_type = config_properties identifier_name = default-global-system-config:config_property url = https://10.0.0.49:8082/config-properties/a22fc3b2-62a5-4e31-97a4-e70c039e1019 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"config-properties": {"uuid": "a22fc3b2-62a5-4e31-97a4-e70c039e1019", "fq_name": ["default-global-system-config", "config_property"], "parent_type": "global-system-config", "properties": {"key_value_pair": [{"key": "junos_commit_timeout", "value": "600"}, {"key": "total_retry_timeout", "value": "600"}, {"key": "device_command_timeout", "value": "600"}, {"key": "ztp_timeout", "value": "570"}]}, "display_name": "Config Property"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:14.639 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'config_property'], 'oper': 'UPDATE', 'request-id': 'req-e3404a9f-7201-4e36-b4e6-4d592a3f02b6', 'type': 'config_properties', 'uuid': 'a22fc3b2-62a5-4e31-97a4-e70c039e1019'} 11/07/2024 02:35:15.058 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:15.097 7fe46e9268d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 object_type = global_system_config identifier_name = default-global-system-config url = https://10.0.0.49:8082/global-system-config/dfd9c1c8-eff8-4a11-805e-4845bcbc4be8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"global-system-config": {"uuid": "dfd9c1c8-eff8-4a11-805e-4845bcbc4be8", "fq_name": ["default-global-system-config"], "supported_device_families": {"device_family": ["junos", "junos-qfx"]}, "supported_vendor_hardwares": {"vendor_hardware": ["juniper-qfx10002-72q", "juniper-qfx10002-36q", "juniper-qfx10002-60c", "juniper-qfx10016", "juniper-qfx10008", "juniper-vqfx-10000", "juniper-qfx5100-48sh-afi", "juniper-qfx5100-48sh-afo", "juniper-qfx5100-48th-afi", "juniper-qfx5100-48th-afo", "juniper-qfx5100-48s-6q", "juniper-qfx5100-96s-8q", "juniper-qfx5100-48t", "juniper-qfx5100-48t-6q", "juniper-qfx5100-24q-2p", "juniper-qfx5100-24q-aa", "juniper-qfx5100e-48s-6q", "juniper-qfx5100e-96s-8q", "juniper-qfx5100e-48t-6q", "juniper-qfx5100e-24q-2p", "juniper-qfx5110-48s-4c", "juniper-qfx5110-32q", "juniper-qfx5120-48y-8c", "juniper-qfx5120-48t-6c", "juniper-qfx5120-32c", "juniper-qfx5220-32cd", "juniper-qfx5220-128c", "juniper-qfx5200-32c-32q", "juniper-qfx5200-48y", "juniper-qfx5210-64c", "juniper-vmx", "juniper-mx80", "juniper-mx80-48t", "juniper-mx204", "juniper-mx240", "juniper-mx480", "juniper-mx960", "juniper-mx2008", "juniper-mx2010", "juniper-mx2020", "juniper-mx10003", "juniper-jnp10008", "juniper-jnp10016", "juniper-srx5400", "juniper-srx5600", "juniper-srx4600", "juniper-srx4100", "juniper-srx1500", "juniper-srx240h-poe", "juniper-vsrx", "juniper-srx5800", "juniper-srx4200"]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:15.108 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config'], 'oper': 'UPDATE', 'request-id': 'req-29bbc5d9-0bb4-43fa-8be0-438f404df27c', 'type': 'global_system_config', 'uuid': 'dfd9c1c8-eff8-4a11-805e-4845bcbc4be8'} 11/07/2024 02:35:15.206 7fe46ded98d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 42087eae-1152-4e4b-8ebb-ac8bcdc13323 object_type = hardware identifier_name = juniper-qfx5100-48sh-afi url = https://10.0.0.49:8082/hardware/42087eae-1152-4e4b-8ebb-ac8bcdc13323 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "42087eae-1152-4e4b-8ebb-ac8bcdc13323", "fq_name": ["juniper-qfx5100-48sh-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:15.215 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afi'], 'oper': 'UPDATE', 'request-id': 'req-7755143e-a5c9-47eb-b622-175466cf7e43', 'type': 'hardware', 'uuid': '42087eae-1152-4e4b-8ebb-ac8bcdc13323'} 11/07/2024 02:35:15.317 7fe46dc86048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bb7beed3-60d7-49c5-9d84-49ac2a782218 object_type = hardware identifier_name = juniper-qfx5100-48sh-afo url = https://10.0.0.49:8082/hardware/bb7beed3-60d7-49c5-9d84-49ac2a782218 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bb7beed3-60d7-49c5-9d84-49ac2a782218", "fq_name": ["juniper-qfx5100-48sh-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:15.329 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48sh-afo'], 'oper': 'UPDATE', 'request-id': 'req-3d46175b-bc02-41e7-be20-b4f5d1f74572', 'type': 'hardware', 'uuid': 'bb7beed3-60d7-49c5-9d84-49ac2a782218'} 11/07/2024 02:35:15.429 7fe46dcb7eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6432d3f-ce9a-411f-8a75-9e22d185f2cd object_type = hardware identifier_name = juniper-qfx5100-48th-afi url = https://10.0.0.49:8082/hardware/c6432d3f-ce9a-411f-8a75-9e22d185f2cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c6432d3f-ce9a-411f-8a75-9e22d185f2cd", "fq_name": ["juniper-qfx5100-48th-afi"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:15.437 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afi'], 'oper': 'UPDATE', 'request-id': 'req-3499c2a1-581b-4984-86bf-40e4448a37a7', 'type': 'hardware', 'uuid': 'c6432d3f-ce9a-411f-8a75-9e22d185f2cd'} 11/07/2024 02:35:15.535 7fe46de16828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d1543237-89a0-4607-a0f5-40f0be645bcf object_type = hardware identifier_name = juniper-qfx5100-48th-afo url = https://10.0.0.49:8082/hardware/d1543237-89a0-4607-a0f5-40f0be645bcf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d1543237-89a0-4607-a0f5-40f0be645bcf", "fq_name": ["juniper-qfx5100-48th-afo"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:15.543 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48th-afo'], 'oper': 'UPDATE', 'request-id': 'req-9b989636-d48f-4400-aefd-1d266c7a47c4', 'type': 'hardware', 'uuid': 'd1543237-89a0-4607-a0f5-40f0be645bcf'} 11/07/2024 02:35:15.638 7fe46e926978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 09842293-1bb4-4536-9393-f26caa94be87 object_type = hardware identifier_name = juniper-qfx5100-48s-6q url = https://10.0.0.49:8082/hardware/09842293-1bb4-4536-9393-f26caa94be87 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "09842293-1bb4-4536-9393-f26caa94be87", "fq_name": ["juniper-qfx5100-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:15.646 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-a7745a43-34e3-4469-8830-802ca2a63b73', 'type': 'hardware', 'uuid': '09842293-1bb4-4536-9393-f26caa94be87'} 11/07/2024 02:35:15.742 7fe46df35a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 659daa17-ae39-4641-b245-45c06a69b927 object_type = hardware identifier_name = juniper-qfx5100-96s-8q url = https://10.0.0.49:8082/hardware/659daa17-ae39-4641-b245-45c06a69b927 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "659daa17-ae39-4641-b245-45c06a69b927", "fq_name": ["juniper-qfx5100-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:15.750 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-30a37cad-d528-48e7-b4e1-21dd32da423d', 'type': 'hardware', 'uuid': '659daa17-ae39-4641-b245-45c06a69b927'} 11/07/2024 02:35:15.850 7fe46df68e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9b18d69f-cfa6-47a6-9837-5886979b7d27 object_type = hardware identifier_name = juniper-qfx5100-48t url = https://10.0.0.49:8082/hardware/9b18d69f-cfa6-47a6-9837-5886979b7d27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9b18d69f-cfa6-47a6-9837-5886979b7d27", "fq_name": ["juniper-qfx5100-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:15.861 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t'], 'oper': 'UPDATE', 'request-id': 'req-9fe02220-d694-4fab-87f2-2acb1b74b67f', 'type': 'hardware', 'uuid': '9b18d69f-cfa6-47a6-9837-5886979b7d27'} 11/07/2024 02:35:15.958 7fe46de95240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fdd501e-e56b-45b5-9083-e8e81f459673 object_type = hardware identifier_name = juniper-qfx5100-48t-6q url = https://10.0.0.49:8082/hardware/0fdd501e-e56b-45b5-9083-e8e81f459673 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0fdd501e-e56b-45b5-9083-e8e81f459673", "fq_name": ["juniper-qfx5100-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:15.967 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-f625a582-53e4-48c0-b305-968ff49a6e14', 'type': 'hardware', 'uuid': '0fdd501e-e56b-45b5-9083-e8e81f459673'} 11/07/2024 02:35:16.060 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:16.062 7fe46df35a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a415b5b6-e554-4e69-8ac8-100664a655bd object_type = hardware identifier_name = juniper-qfx5100-24q-2p url = https://10.0.0.49:8082/hardware/a415b5b6-e554-4e69-8ac8-100664a655bd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "a415b5b6-e554-4e69-8ac8-100664a655bd", "fq_name": ["juniper-qfx5100-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:16.069 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-9e319fb8-31a9-44a4-a41e-8d8f322ed970', 'type': 'hardware', 'uuid': 'a415b5b6-e554-4e69-8ac8-100664a655bd'} 11/07/2024 02:35:16.166 7fe46e01ef60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ec46a0d-8b6e-4461-b351-ab3960b11966 object_type = hardware identifier_name = juniper-qfx5100-24q-aa url = https://10.0.0.49:8082/hardware/9ec46a0d-8b6e-4461-b351-ab3960b11966 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9ec46a0d-8b6e-4461-b351-ab3960b11966", "fq_name": ["juniper-qfx5100-24q-aa"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:16.175 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100-24q-aa'], 'oper': 'UPDATE', 'request-id': 'req-4f445ff6-e3d9-4bb0-8701-0cf167752f96', 'type': 'hardware', 'uuid': '9ec46a0d-8b6e-4461-b351-ab3960b11966'} 11/07/2024 02:35:16.274 7fe46df29240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc object_type = hardware identifier_name = juniper-qfx5100e-48s-6q url = https://10.0.0.49:8082/hardware/7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc", "fq_name": ["juniper-qfx5100e-48s-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:16.283 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48s-6q'], 'oper': 'UPDATE', 'request-id': 'req-5701d9cb-bd30-4e3b-8423-81db1d8c287c', 'type': 'hardware', 'uuid': '7596c3d3-047d-41cd-9f6f-9dee9a3fa1fc'} 11/07/2024 02:35:16.381 7fe46e01e8d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3be1a72-35aa-4778-a173-5986e8c2fae8 object_type = hardware identifier_name = juniper-qfx5100e-96s-8q url = https://10.0.0.49:8082/hardware/d3be1a72-35aa-4778-a173-5986e8c2fae8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3be1a72-35aa-4778-a173-5986e8c2fae8", "fq_name": ["juniper-qfx5100e-96s-8q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:16.391 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-96s-8q'], 'oper': 'UPDATE', 'request-id': 'req-35b5384a-f209-4a99-93bd-66fd1e158460', 'type': 'hardware', 'uuid': 'd3be1a72-35aa-4778-a173-5986e8c2fae8'} 11/07/2024 02:35:16.491 7fe46df35438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 84d423a0-c168-4209-9a24-3b690f4332f8 object_type = hardware identifier_name = juniper-qfx5100e-48t-6q url = https://10.0.0.49:8082/hardware/84d423a0-c168-4209-9a24-3b690f4332f8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "84d423a0-c168-4209-9a24-3b690f4332f8", "fq_name": ["juniper-qfx5100e-48t-6q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:16.500 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-48t-6q'], 'oper': 'UPDATE', 'request-id': 'req-99dd5683-8e6a-4c0a-ae86-1734d2ceb7da', 'type': 'hardware', 'uuid': '84d423a0-c168-4209-9a24-3b690f4332f8'} 11/07/2024 02:35:16.598 7fe46df29588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b1493cca-8842-42f9-800a-753565a2d6b6 object_type = hardware identifier_name = juniper-qfx5100e-24q-2p url = https://10.0.0.49:8082/hardware/b1493cca-8842-42f9-800a-753565a2d6b6 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b1493cca-8842-42f9-800a-753565a2d6b6", "fq_name": ["juniper-qfx5100e-24q-2p"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:16.605 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5100e-24q-2p'], 'oper': 'UPDATE', 'request-id': 'req-08d47ef4-f643-47fa-8339-17a370131eb8', 'type': 'hardware', 'uuid': 'b1493cca-8842-42f9-800a-753565a2d6b6'} 11/07/2024 02:35:16.706 7fe46db6deb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 403bdb63-2170-4014-9403-f80fba2de755 object_type = hardware identifier_name = juniper-qfx5110-48s-4c url = https://10.0.0.49:8082/hardware/403bdb63-2170-4014-9403-f80fba2de755 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "403bdb63-2170-4014-9403-f80fba2de755", "fq_name": ["juniper-qfx5110-48s-4c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:16.715 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-48s-4c'], 'oper': 'UPDATE', 'request-id': 'req-d36e98ed-cf0d-4400-a60b-628519e653f6', 'type': 'hardware', 'uuid': '403bdb63-2170-4014-9403-f80fba2de755'} 11/07/2024 02:35:16.810 7fe475312978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b5500813-1eb7-4e75-8a4c-674e0ba66461 object_type = hardware identifier_name = juniper-qfx5110-32q url = https://10.0.0.49:8082/hardware/b5500813-1eb7-4e75-8a4c-674e0ba66461 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b5500813-1eb7-4e75-8a4c-674e0ba66461", "fq_name": ["juniper-qfx5110-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:16.819 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5110-32q'], 'oper': 'UPDATE', 'request-id': 'req-c87b0d80-174b-4b17-b22d-e633264d92b1', 'type': 'hardware', 'uuid': 'b5500813-1eb7-4e75-8a4c-674e0ba66461'} 11/07/2024 02:35:16.915 7fe46ddf7390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b63324e2-273a-400b-9d59-0dec80d655d4 object_type = hardware identifier_name = juniper-qfx5120-48y-8c url = https://10.0.0.49:8082/hardware/b63324e2-273a-400b-9d59-0dec80d655d4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "b63324e2-273a-400b-9d59-0dec80d655d4", "fq_name": ["juniper-qfx5120-48y-8c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:16.929 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48y-8c'], 'oper': 'UPDATE', 'request-id': 'req-55d36467-d3c8-40ab-bdda-3507c1d46633', 'type': 'hardware', 'uuid': 'b63324e2-273a-400b-9d59-0dec80d655d4'} 11/07/2024 02:35:17.027 7fe46db38d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 object_type = hardware identifier_name = juniper-qfx5120-32c url = https://10.0.0.49:8082/hardware/017ec5ed-1b9e-47d0-9b3c-e2df68b376e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "017ec5ed-1b9e-47d0-9b3c-e2df68b376e7", "fq_name": ["juniper-qfx5120-32c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:17.036 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-32c'], 'oper': 'UPDATE', 'request-id': 'req-1da452d4-b8c0-4579-8c66-cd6d801a46db', 'type': 'hardware', 'uuid': '017ec5ed-1b9e-47d0-9b3c-e2df68b376e7'} 11/07/2024 02:35:17.061 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:17.135 7fe46de88e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75328164-8eed-4868-b183-9bcbe27e276a object_type = hardware identifier_name = juniper-qfx5120-48t-6c url = https://10.0.0.49:8082/hardware/75328164-8eed-4868-b183-9bcbe27e276a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "75328164-8eed-4868-b183-9bcbe27e276a", "fq_name": ["juniper-qfx5120-48t-6c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:17.144 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5120-48t-6c'], 'oper': 'UPDATE', 'request-id': 'req-23999fdd-d5a9-4a85-be7a-ab4fd3429445', 'type': 'hardware', 'uuid': '75328164-8eed-4868-b183-9bcbe27e276a'} 11/07/2024 02:35:17.238 7fe46db39a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ac596c42-3f13-42e2-a6b1-be2b27e18331 object_type = hardware identifier_name = juniper-qfx5220-32cd url = https://10.0.0.49:8082/hardware/ac596c42-3f13-42e2-a6b1-be2b27e18331 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "ac596c42-3f13-42e2-a6b1-be2b27e18331", "fq_name": ["juniper-qfx5220-32cd"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:17.247 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-32cd'], 'oper': 'UPDATE', 'request-id': 'req-1b1eed93-3f7d-4deb-abfe-3eb640c7eeb1', 'type': 'hardware', 'uuid': 'ac596c42-3f13-42e2-a6b1-be2b27e18331'} 11/07/2024 02:35:17.342 7fe46df22d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1c773810-104a-43e2-b78a-a0b3dac4dd7f object_type = hardware identifier_name = juniper-qfx5220-128c url = https://10.0.0.49:8082/hardware/1c773810-104a-43e2-b78a-a0b3dac4dd7f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "1c773810-104a-43e2-b78a-a0b3dac4dd7f", "fq_name": ["juniper-qfx5220-128c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:17.350 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5220-128c'], 'oper': 'UPDATE', 'request-id': 'req-a507ad28-ca18-4275-9ffe-04ab3c9a1a28', 'type': 'hardware', 'uuid': '1c773810-104a-43e2-b78a-a0b3dac4dd7f'} 11/07/2024 02:35:17.451 7fe46dc900f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 922c08d7-1c72-4e46-b73b-c5cce20c7d4b object_type = hardware identifier_name = juniper-qfx5200-32c-32q url = https://10.0.0.49:8082/hardware/922c08d7-1c72-4e46-b73b-c5cce20c7d4b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "922c08d7-1c72-4e46-b73b-c5cce20c7d4b", "fq_name": ["juniper-qfx5200-32c-32q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:17.460 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-32c-32q'], 'oper': 'UPDATE', 'request-id': 'req-1058b0fa-9912-4331-a8d4-6ca334100955', 'type': 'hardware', 'uuid': '922c08d7-1c72-4e46-b73b-c5cce20c7d4b'} 11/07/2024 02:35:17.558 7fe46dcc0a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 133f6aba-4d41-4450-9996-aef90d73b888 object_type = hardware identifier_name = juniper-qfx5200-48y url = https://10.0.0.49:8082/hardware/133f6aba-4d41-4450-9996-aef90d73b888 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "133f6aba-4d41-4450-9996-aef90d73b888", "fq_name": ["juniper-qfx5200-48y"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:17.565 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5200-48y'], 'oper': 'UPDATE', 'request-id': 'req-e91c065d-1615-4175-982a-aac9674671dd', 'type': 'hardware', 'uuid': '133f6aba-4d41-4450-9996-aef90d73b888'} 11/07/2024 02:35:17.661 7fe46dbd1d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = db87e59b-96e1-49d8-a62c-1c2d89d684d9 object_type = hardware identifier_name = juniper-qfx5210-64c url = https://10.0.0.49:8082/hardware/db87e59b-96e1-49d8-a62c-1c2d89d684d9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "db87e59b-96e1-49d8-a62c-1c2d89d684d9", "fq_name": ["juniper-qfx5210-64c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:17.670 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx5210-64c'], 'oper': 'UPDATE', 'request-id': 'req-735cc82e-8f18-48ad-8933-f5aef25fc663', 'type': 'hardware', 'uuid': 'db87e59b-96e1-49d8-a62c-1c2d89d684d9'} 11/07/2024 02:35:17.766 7fe46decceb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 864af8d2-658f-4299-b31c-a18e657d786b object_type = hardware identifier_name = juniper-qfx10002-72q url = https://10.0.0.49:8082/hardware/864af8d2-658f-4299-b31c-a18e657d786b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "864af8d2-658f-4299-b31c-a18e657d786b", "fq_name": ["juniper-qfx10002-72q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:17.774 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-72q'], 'oper': 'UPDATE', 'request-id': 'req-ce0e4f1c-ac2d-4119-948f-3c0d869b65e5', 'type': 'hardware', 'uuid': '864af8d2-658f-4299-b31c-a18e657d786b'} 11/07/2024 02:35:17.871 7fe474af24e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 object_type = hardware identifier_name = juniper-qfx10002-36q url = https://10.0.0.49:8082/hardware/8cc029e3-98bd-4b93-ae1b-3a1eb169fab4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "8cc029e3-98bd-4b93-ae1b-3a1eb169fab4", "fq_name": ["juniper-qfx10002-36q"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:17.879 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-36q'], 'oper': 'UPDATE', 'request-id': 'req-04f7ab21-70f9-4c87-b702-d42e51340cb1', 'type': 'hardware', 'uuid': '8cc029e3-98bd-4b93-ae1b-3a1eb169fab4'} 11/07/2024 02:35:17.979 7fe46dd4a978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7d28fa02-7667-4bc7-bec6-01b08d00dd4d object_type = hardware identifier_name = juniper-qfx10002-60c url = https://10.0.0.49:8082/hardware/7d28fa02-7667-4bc7-bec6-01b08d00dd4d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "7d28fa02-7667-4bc7-bec6-01b08d00dd4d", "fq_name": ["juniper-qfx10002-60c"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:17.992 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10002-60c'], 'oper': 'UPDATE', 'request-id': 'req-db2e6afd-604f-42ff-9656-d2ba5aff48c9', 'type': 'hardware', 'uuid': '7d28fa02-7667-4bc7-bec6-01b08d00dd4d'} 11/07/2024 02:35:18.062 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:18.088 7fe46dd8d198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c8d84e84-6056-4872-b06b-ae4bed62f7a2 object_type = hardware identifier_name = juniper-qfx10016 url = https://10.0.0.49:8082/hardware/c8d84e84-6056-4872-b06b-ae4bed62f7a2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c8d84e84-6056-4872-b06b-ae4bed62f7a2", "fq_name": ["juniper-qfx10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:18.097 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10016'], 'oper': 'UPDATE', 'request-id': 'req-aad5850c-8e00-4fbc-994a-d5b6b25bc71f', 'type': 'hardware', 'uuid': 'c8d84e84-6056-4872-b06b-ae4bed62f7a2'} 11/07/2024 02:35:18.198 7fe46df22e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e97d4f94-63fb-439d-a014-5b702068f369 object_type = hardware identifier_name = juniper-qfx10008 url = https://10.0.0.49:8082/hardware/e97d4f94-63fb-439d-a014-5b702068f369 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e97d4f94-63fb-439d-a014-5b702068f369", "fq_name": ["juniper-qfx10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:18.205 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-qfx10008'], 'oper': 'UPDATE', 'request-id': 'req-504881f8-911c-4ca3-b418-36798bdcf3cf', 'type': 'hardware', 'uuid': 'e97d4f94-63fb-439d-a014-5b702068f369'} 11/07/2024 02:35:18.310 7fe46dea9048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 26af5cc4-535f-45fc-9202-3abfc9fe6c7b object_type = hardware identifier_name = juniper-vqfx-10000 url = https://10.0.0.49:8082/hardware/26af5cc4-535f-45fc-9202-3abfc9fe6c7b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "26af5cc4-535f-45fc-9202-3abfc9fe6c7b", "fq_name": ["juniper-vqfx-10000"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:18.318 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vqfx-10000'], 'oper': 'UPDATE', 'request-id': 'req-b69587c5-cb03-4d51-871d-f5a33a980237', 'type': 'hardware', 'uuid': '26af5cc4-535f-45fc-9202-3abfc9fe6c7b'} 11/07/2024 02:35:18.414 7fe46d94b630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0423f25b-c754-4b32-b220-de18f831b363 object_type = hardware identifier_name = juniper-mx80 url = https://10.0.0.49:8082/hardware/0423f25b-c754-4b32-b220-de18f831b363 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0423f25b-c754-4b32-b220-de18f831b363", "fq_name": ["juniper-mx80"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:18.422 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80'], 'oper': 'UPDATE', 'request-id': 'req-530badd2-eff1-4ef0-9629-21483a00fd09', 'type': 'hardware', 'uuid': '0423f25b-c754-4b32-b220-de18f831b363'} 11/07/2024 02:35:18.527 7fe46de58240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 68bfa83f-2753-461c-9dce-b9f3464c234c object_type = hardware identifier_name = juniper-mx80-48t url = https://10.0.0.49:8082/hardware/68bfa83f-2753-461c-9dce-b9f3464c234c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "68bfa83f-2753-461c-9dce-b9f3464c234c", "fq_name": ["juniper-mx80-48t"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:18.541 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx80-48t'], 'oper': 'UPDATE', 'request-id': 'req-54642884-f9af-4d9f-a6b2-51d1d78ddd53', 'type': 'hardware', 'uuid': '68bfa83f-2753-461c-9dce-b9f3464c234c'} 11/07/2024 02:35:18.638 7fe46ddf48d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 33f16db1-08a6-4377-9060-f894b4aafda4 object_type = hardware identifier_name = juniper-mx204 url = https://10.0.0.49:8082/hardware/33f16db1-08a6-4377-9060-f894b4aafda4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "33f16db1-08a6-4377-9060-f894b4aafda4", "fq_name": ["juniper-mx204"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:18.647 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx204'], 'oper': 'UPDATE', 'request-id': 'req-ecb566e5-e7ed-4e76-9f15-7dea1f6edf4c', 'type': 'hardware', 'uuid': '33f16db1-08a6-4377-9060-f894b4aafda4'} 11/07/2024 02:35:18.747 7fe46dd4ae10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd25932c-6fe2-438c-96d7-998c27af28af object_type = hardware identifier_name = juniper-mx240 url = https://10.0.0.49:8082/hardware/fd25932c-6fe2-438c-96d7-998c27af28af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fd25932c-6fe2-438c-96d7-998c27af28af", "fq_name": ["juniper-mx240"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:18.756 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx240'], 'oper': 'UPDATE', 'request-id': 'req-2fac4503-0d66-4337-80f4-6ee8b865baf4', 'type': 'hardware', 'uuid': 'fd25932c-6fe2-438c-96d7-998c27af28af'} 11/07/2024 02:35:18.854 7fe46d94b6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0389f738-89c0-4f53-a7bd-56569482be43 object_type = hardware identifier_name = juniper-mx480 url = https://10.0.0.49:8082/hardware/0389f738-89c0-4f53-a7bd-56569482be43 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0389f738-89c0-4f53-a7bd-56569482be43", "fq_name": ["juniper-mx480"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:18.862 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx480'], 'oper': 'UPDATE', 'request-id': 'req-edb3a09c-4729-4bc7-b751-b3da23ba6b20', 'type': 'hardware', 'uuid': '0389f738-89c0-4f53-a7bd-56569482be43'} 11/07/2024 02:35:18.958 7fe46db13390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9618fd20-e6e6-4d9c-b295-14b0316300af object_type = hardware identifier_name = juniper-mx960 url = https://10.0.0.49:8082/hardware/9618fd20-e6e6-4d9c-b295-14b0316300af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "9618fd20-e6e6-4d9c-b295-14b0316300af", "fq_name": ["juniper-mx960"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:18.971 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx960'], 'oper': 'UPDATE', 'request-id': 'req-59094855-ad52-4865-9d52-8bbe773728aa', 'type': 'hardware', 'uuid': '9618fd20-e6e6-4d9c-b295-14b0316300af'} 11/07/2024 02:35:19.064 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:19.075 7fe46de30828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 object_type = hardware identifier_name = juniper-mx2008 url = https://10.0.0.49:8082/hardware/c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5", "fq_name": ["juniper-mx2008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:19.082 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2008'], 'oper': 'UPDATE', 'request-id': 'req-0ee29deb-0e20-41dc-810d-c9104818b76f', 'type': 'hardware', 'uuid': 'c3c4e86a-8de2-48ec-b9bd-d64c514a5ee5'} 11/07/2024 02:35:19.182 7fe46df35198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c7e966eb-8a0a-421b-b740-9f9df7ad1c77 object_type = hardware identifier_name = juniper-mx2010 url = https://10.0.0.49:8082/hardware/c7e966eb-8a0a-421b-b740-9f9df7ad1c77 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "c7e966eb-8a0a-421b-b740-9f9df7ad1c77", "fq_name": ["juniper-mx2010"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:19.190 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2010'], 'oper': 'UPDATE', 'request-id': 'req-7bf28f8a-64fd-4e8e-84d3-1d8bf19ee653', 'type': 'hardware', 'uuid': 'c7e966eb-8a0a-421b-b740-9f9df7ad1c77'} 11/07/2024 02:35:19.290 7fe46dd3ef60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = bf0608bd-3a72-46c0-af0b-c272778c736c object_type = hardware identifier_name = juniper-mx2020 url = https://10.0.0.49:8082/hardware/bf0608bd-3a72-46c0-af0b-c272778c736c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "bf0608bd-3a72-46c0-af0b-c272778c736c", "fq_name": ["juniper-mx2020"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:19.298 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx2020'], 'oper': 'UPDATE', 'request-id': 'req-22ec292a-1fb4-42e0-91a5-4d81352acf2e', 'type': 'hardware', 'uuid': 'bf0608bd-3a72-46c0-af0b-c272778c736c'} 11/07/2024 02:35:19.394 7fe46d925438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 object_type = hardware identifier_name = juniper-mx10003 url = https://10.0.0.49:8082/hardware/f234fa20-3dd5-4f22-bc86-4c1e2e279bd5 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "f234fa20-3dd5-4f22-bc86-4c1e2e279bd5", "fq_name": ["juniper-mx10003"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:19.404 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-mx10003'], 'oper': 'UPDATE', 'request-id': 'req-7270d67a-75ff-415e-8b85-4e91c2ec82e0', 'type': 'hardware', 'uuid': 'f234fa20-3dd5-4f22-bc86-4c1e2e279bd5'} 11/07/2024 02:35:19.503 7fe46db6d588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0cf56917-0fea-454e-84f2-cdf01c8bb067 object_type = hardware identifier_name = juniper-jnp10008 url = https://10.0.0.49:8082/hardware/0cf56917-0fea-454e-84f2-cdf01c8bb067 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0cf56917-0fea-454e-84f2-cdf01c8bb067", "fq_name": ["juniper-jnp10008"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:19.511 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10008'], 'oper': 'UPDATE', 'request-id': 'req-ff3f7c69-985b-4235-9551-3df2e43928cb', 'type': 'hardware', 'uuid': '0cf56917-0fea-454e-84f2-cdf01c8bb067'} 11/07/2024 02:35:19.611 7fe46dec76d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e3fc4483-abbe-451f-aa39-a4aff4476187 object_type = hardware identifier_name = juniper-jnp10016 url = https://10.0.0.49:8082/hardware/e3fc4483-abbe-451f-aa39-a4aff4476187 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "e3fc4483-abbe-451f-aa39-a4aff4476187", "fq_name": ["juniper-jnp10016"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:19.621 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-jnp10016'], 'oper': 'UPDATE', 'request-id': 'req-ac40ccb4-c760-4b6b-a07a-7c0968eb1de6', 'type': 'hardware', 'uuid': 'e3fc4483-abbe-451f-aa39-a4aff4476187'} 11/07/2024 02:35:19.714 7fe46df35240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3973797-34d8-49d4-95b4-30df06256c6e object_type = hardware identifier_name = juniper-vmx url = https://10.0.0.49:8082/hardware/d3973797-34d8-49d4-95b4-30df06256c6e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "d3973797-34d8-49d4-95b4-30df06256c6e", "fq_name": ["juniper-vmx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:19.722 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vmx'], 'oper': 'UPDATE', 'request-id': 'req-de34cba8-1bdf-4de0-a832-63dd6c5be281', 'type': 'hardware', 'uuid': 'd3973797-34d8-49d4-95b4-30df06256c6e'} 11/07/2024 02:35:19.819 7fe46dd90eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb970d87-db82-4005-8700-962a40c2e31d object_type = hardware identifier_name = juniper-srx5400 url = https://10.0.0.49:8082/hardware/fb970d87-db82-4005-8700-962a40c2e31d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "fb970d87-db82-4005-8700-962a40c2e31d", "fq_name": ["juniper-srx5400"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:19.826 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5400'], 'oper': 'UPDATE', 'request-id': 'req-9a4f99dc-6c61-4113-abf4-344309a9c564', 'type': 'hardware', 'uuid': 'fb970d87-db82-4005-8700-962a40c2e31d'} 11/07/2024 02:35:19.926 7fe46d94be10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6457b9f7-51f0-430a-a150-5ae208362781 object_type = hardware identifier_name = juniper-srx5600 url = https://10.0.0.49:8082/hardware/6457b9f7-51f0-430a-a150-5ae208362781 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6457b9f7-51f0-430a-a150-5ae208362781", "fq_name": ["juniper-srx5600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:19.935 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5600'], 'oper': 'UPDATE', 'request-id': 'req-5eca115c-b47d-461d-bba6-3f3a5876144e', 'type': 'hardware', 'uuid': '6457b9f7-51f0-430a-a150-5ae208362781'} 11/07/2024 02:35:20.034 7fe46df18ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0a203d47-b5d7-48fc-af06-3571bddc0098 object_type = hardware identifier_name = juniper-srx4600 url = https://10.0.0.49:8082/hardware/0a203d47-b5d7-48fc-af06-3571bddc0098 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0a203d47-b5d7-48fc-af06-3571bddc0098", "fq_name": ["juniper-srx4600"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:20.042 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4600'], 'oper': 'UPDATE', 'request-id': 'req-a90fa305-47a7-47fb-b275-93670f1ae6b8', 'type': 'hardware', 'uuid': '0a203d47-b5d7-48fc-af06-3571bddc0098'} 11/07/2024 02:35:20.065 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:20.143 7fe46dd904e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50ee3c64-e89c-47f1-bff1-80e448d9121b object_type = hardware identifier_name = juniper-srx4100 url = https://10.0.0.49:8082/hardware/50ee3c64-e89c-47f1-bff1-80e448d9121b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "50ee3c64-e89c-47f1-bff1-80e448d9121b", "fq_name": ["juniper-srx4100"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:20.151 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4100'], 'oper': 'UPDATE', 'request-id': 'req-23062598-d382-4990-aec5-ffbd3e6dfd94', 'type': 'hardware', 'uuid': '50ee3c64-e89c-47f1-bff1-80e448d9121b'} 11/07/2024 02:35:20.249 7fe46dea9588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0e56d147-d28a-4670-8703-2dac4ec219ef object_type = hardware identifier_name = juniper-srx1500 url = https://10.0.0.49:8082/hardware/0e56d147-d28a-4670-8703-2dac4ec219ef operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "0e56d147-d28a-4670-8703-2dac4ec219ef", "fq_name": ["juniper-srx1500"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:20.258 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx1500'], 'oper': 'UPDATE', 'request-id': 'req-c0da4ae5-2b2e-4cc2-8a05-26a697554ca6', 'type': 'hardware', 'uuid': '0e56d147-d28a-4670-8703-2dac4ec219ef'} 11/07/2024 02:35:20.358 7fe46ddcee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5701a594-5475-4388-bc3d-5ffd8c2844cd object_type = hardware identifier_name = juniper-srx240h-poe url = https://10.0.0.49:8082/hardware/5701a594-5475-4388-bc3d-5ffd8c2844cd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5701a594-5475-4388-bc3d-5ffd8c2844cd", "fq_name": ["juniper-srx240h-poe"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:20.366 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx240h-poe'], 'oper': 'UPDATE', 'request-id': 'req-021ff8ef-1ede-4774-9460-155204d34094', 'type': 'hardware', 'uuid': '5701a594-5475-4388-bc3d-5ffd8c2844cd'} 11/07/2024 02:35:20.467 7fe46defe630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 object_type = hardware identifier_name = juniper-srx5800 url = https://10.0.0.49:8082/hardware/6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2", "fq_name": ["juniper-srx5800"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:20.476 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx5800'], 'oper': 'UPDATE', 'request-id': 'req-75d03869-f827-4867-ab42-6e0f6d23e4b2', 'type': 'hardware', 'uuid': '6f5bb06f-54f4-42c8-bb07-e3fdf20cc4b2'} 11/07/2024 02:35:20.574 7fe46d965828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89e593ec-fd30-4eb7-b5d6-eb5b76da460c object_type = hardware identifier_name = juniper-srx4200 url = https://10.0.0.49:8082/hardware/89e593ec-fd30-4eb7-b5d6-eb5b76da460c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "89e593ec-fd30-4eb7-b5d6-eb5b76da460c", "fq_name": ["juniper-srx4200"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:20.582 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-srx4200'], 'oper': 'UPDATE', 'request-id': 'req-b4bcead2-fae3-4bb3-8868-06597cf8b39d', 'type': 'hardware', 'uuid': '89e593ec-fd30-4eb7-b5d6-eb5b76da460c'} 11/07/2024 02:35:20.682 7fe46ef8b828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5725d6f5-b9df-4efb-bb13-c34c205775a4 object_type = hardware identifier_name = juniper-vsrx url = https://10.0.0.49:8082/hardware/5725d6f5-b9df-4efb-bb13-c34c205775a4 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"hardware": {"uuid": "5725d6f5-b9df-4efb-bb13-c34c205775a4", "fq_name": ["juniper-vsrx"]}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:20.692 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['juniper-vsrx'], 'oper': 'UPDATE', 'request-id': 'req-87092b16-eb6e-4e24-921e-a7cdccb795aa', 'type': 'hardware', 'uuid': '5725d6f5-b9df-4efb-bb13-c34c205775a4'} 11/07/2024 02:35:20.787 7fe46eceee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86eee787-5718-44dc-84cf-17ab0a275490 object_type = feature identifier_name = default-global-system-config:underlay-ip-clos url = https://10.0.0.49:8082/feature/86eee787-5718-44dc-84cf-17ab0a275490 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "fq_name": ["default-global-system-config", "underlay-ip-clos"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:20.796 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'underlay-ip-clos'], 'oper': 'UPDATE', 'request-id': 'req-6b4daa43-3180-46c1-8cff-d240b72f514e', 'type': 'feature', 'uuid': '86eee787-5718-44dc-84cf-17ab0a275490'} 11/07/2024 02:35:20.890 7fe46dd3ee10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fb45a340-532e-471d-8f0a-291569282b15 object_type = feature identifier_name = default-global-system-config:overlay-bgp url = https://10.0.0.49:8082/feature/fb45a340-532e-471d-8f0a-291569282b15 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "fb45a340-532e-471d-8f0a-291569282b15", "fq_name": ["default-global-system-config", "overlay-bgp"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:20.897 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'overlay-bgp'], 'oper': 'UPDATE', 'request-id': 'req-44617b28-da73-400f-8526-4776cb7600aa', 'type': 'feature', 'uuid': 'fb45a340-532e-471d-8f0a-291569282b15'} 11/07/2024 02:35:20.998 7fe46dbf84e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1de6e9e1-19ee-4a38-a94c-5cfc99246ded object_type = feature identifier_name = default-global-system-config:l2-gateway url = https://10.0.0.49:8082/feature/1de6e9e1-19ee-4a38-a94c-5cfc99246ded operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "fq_name": ["default-global-system-config", "l2-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:21.007 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l2-gateway'], 'oper': 'UPDATE', 'request-id': 'req-82b4a058-b35d-4e17-b6d2-6ee0a0f462cf', 'type': 'feature', 'uuid': '1de6e9e1-19ee-4a38-a94c-5cfc99246ded'} 11/07/2024 02:35:21.066 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:21.102 7fe46dec4438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 object_type = feature identifier_name = default-global-system-config:l3-gateway url = https://10.0.0.49:8082/feature/e86b957c-2c5b-4ea4-bb9d-5178bc8f8592 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "fq_name": ["default-global-system-config", "l3-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:21.110 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-21cae68f-aaa0-494a-bc41-cd91a0394133', 'type': 'feature', 'uuid': 'e86b957c-2c5b-4ea4-bb9d-5178bc8f8592'} 11/07/2024 02:35:21.210 7fe46dbd1d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ce754582-8dee-462c-b557-c4829be74c27 object_type = feature identifier_name = default-global-system-config:vn-interconnect url = https://10.0.0.49:8082/feature/ce754582-8dee-462c-b557-c4829be74c27 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ce754582-8dee-462c-b557-c4829be74c27", "fq_name": ["default-global-system-config", "vn-interconnect"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:21.218 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'vn-interconnect'], 'oper': 'UPDATE', 'request-id': 'req-1da164c8-d87f-457a-b875-b76222212e9d', 'type': 'feature', 'uuid': 'ce754582-8dee-462c-b557-c4829be74c27'} 11/07/2024 02:35:21.322 7fe46ddf4d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 75a756f7-6687-4306-a372-653b835b7a63 object_type = feature identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/feature/75a756f7-6687-4306-a372-653b835b7a63 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "75a756f7-6687-4306-a372-653b835b7a63", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:21.330 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-3c63b56a-3461-41b1-a57a-51f95526f4c3', 'type': 'feature', 'uuid': '75a756f7-6687-4306-a372-653b835b7a63'} 11/07/2024 02:35:21.431 7fe46db6d588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8d716e60-7319-4f9f-a0db-1f8fd86d6186 object_type = feature identifier_name = default-global-system-config:assisted-replicator url = https://10.0.0.49:8082/feature/8d716e60-7319-4f9f-a0db-1f8fd86d6186 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "8d716e60-7319-4f9f-a0db-1f8fd86d6186", "fq_name": ["default-global-system-config", "assisted-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:21.439 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-e55b4b8d-5a19-4171-b62e-e90a0f9d0763', 'type': 'feature', 'uuid': '8d716e60-7319-4f9f-a0db-1f8fd86d6186'} 11/07/2024 02:35:21.542 7fe46df35048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5b262e15-6ed7-4a11-8a7d-e371f26caf53 object_type = feature identifier_name = default-global-system-config:port-profile url = https://10.0.0.49:8082/feature/5b262e15-6ed7-4a11-8a7d-e371f26caf53 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "fq_name": ["default-global-system-config", "port-profile"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:21.553 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'port-profile'], 'oper': 'UPDATE', 'request-id': 'req-ebc3b2a6-560e-45a4-947b-42ab6cca1a8a', 'type': 'feature', 'uuid': '5b262e15-6ed7-4a11-8a7d-e371f26caf53'} 11/07/2024 02:35:21.646 7fe46df18d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ccbfbdbc-d047-4336-a621-25f8b481bd0d object_type = feature identifier_name = default-global-system-config:telemetry url = https://10.0.0.49:8082/feature/ccbfbdbc-d047-4336-a621-25f8b481bd0d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "fq_name": ["default-global-system-config", "telemetry"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:21.656 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'telemetry'], 'oper': 'UPDATE', 'request-id': 'req-c7e5778d-1ffe-4ccc-a736-1b080d3375a7', 'type': 'feature', 'uuid': 'ccbfbdbc-d047-4336-a621-25f8b481bd0d'} 11/07/2024 02:35:21.754 7fe46db386d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eeea45e9-bfe3-40ce-895c-3f47710c1d81 object_type = feature identifier_name = default-global-system-config:firewall url = https://10.0.0.49:8082/feature/eeea45e9-bfe3-40ce-895c-3f47710c1d81 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "fq_name": ["default-global-system-config", "firewall"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:21.763 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'firewall'], 'oper': 'UPDATE', 'request-id': 'req-2ffea457-f76d-4a95-9988-361815014c94', 'type': 'feature', 'uuid': 'eeea45e9-bfe3-40ce-895c-3f47710c1d81'} 11/07/2024 02:35:21.858 7fe46db38390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 1a62bd7d-9bf9-4de3-8861-9421862d8b83 object_type = feature identifier_name = default-global-system-config:infra-bms-access url = https://10.0.0.49:8082/feature/1a62bd7d-9bf9-4de3-8861-9421862d8b83 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "1a62bd7d-9bf9-4de3-8861-9421862d8b83", "fq_name": ["default-global-system-config", "infra-bms-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:21.866 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'infra-bms-access'], 'oper': 'UPDATE', 'request-id': 'req-9a7d19e1-dabc-485b-a613-d25a4b4faa6d', 'type': 'feature', 'uuid': '1a62bd7d-9bf9-4de3-8861-9421862d8b83'} 11/07/2024 02:35:21.966 7fe46dd90198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 86490f57-fc6b-4c66-8c9e-b8ab56611249 object_type = feature identifier_name = default-global-system-config:pnf-service-chaining url = https://10.0.0.49:8082/feature/86490f57-fc6b-4c66-8c9e-b8ab56611249 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature": {"uuid": "86490f57-fc6b-4c66-8c9e-b8ab56611249", "fq_name": ["default-global-system-config", "pnf-service-chaining"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:21.974 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-service-chaining'], 'oper': 'UPDATE', 'request-id': 'req-7900a514-97d9-4db1-bd1d-ee11632fa2c1', 'type': 'feature', 'uuid': '86490f57-fc6b-4c66-8c9e-b8ab56611249'} 11/07/2024 02:35:22.069 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:22.071 7fe46df35cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a74dd4b0-ec84-40de-89b8-037c2bad424e object_type = physical_role identifier_name = default-global-system-config:leaf url = https://10.0.0.49:8082/physical-role/a74dd4b0-ec84-40de-89b8-037c2bad424e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "fq_name": ["default-global-system-config", "leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:22.080 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'leaf'], 'oper': 'UPDATE', 'request-id': 'req-fccac489-2009-464f-bab6-85a6ccccd660', 'type': 'physical_role', 'uuid': 'a74dd4b0-ec84-40de-89b8-037c2bad424e'} 11/07/2024 02:35:22.175 7fe46db66780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = e848e994-4f62-4c2f-9140-8d66298c2a16 object_type = physical_role identifier_name = default-global-system-config:spine url = https://10.0.0.49:8082/physical-role/e848e994-4f62-4c2f-9140-8d66298c2a16 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "fq_name": ["default-global-system-config", "spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:22.183 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'spine'], 'oper': 'UPDATE', 'request-id': 'req-286d35cd-cea8-4dc3-b431-3c76aaca6371', 'type': 'physical_role', 'uuid': 'e848e994-4f62-4c2f-9140-8d66298c2a16'} 11/07/2024 02:35:22.279 7fe46db570f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 165fc8b2-b498-425c-b9ca-c497dfb8ecb8 object_type = physical_role identifier_name = default-global-system-config:superspine url = https://10.0.0.49:8082/physical-role/165fc8b2-b498-425c-b9ca-c497dfb8ecb8 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "165fc8b2-b498-425c-b9ca-c497dfb8ecb8", "fq_name": ["default-global-system-config", "superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:22.287 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'superspine'], 'oper': 'UPDATE', 'request-id': 'req-71011cde-c31d-4e32-9d9d-3c47311209a8', 'type': 'physical_role', 'uuid': '165fc8b2-b498-425c-b9ca-c497dfb8ecb8'} 11/07/2024 02:35:22.382 7fe46da84978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 object_type = physical_role identifier_name = default-global-system-config:pnf url = https://10.0.0.49:8082/physical-role/50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"physical-role": {"uuid": "50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441", "fq_name": ["default-global-system-config", "pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:22.391 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf'], 'oper': 'UPDATE', 'request-id': 'req-b45a42eb-7974-4a32-9b63-997dbf3b48ad', 'type': 'physical_role', 'uuid': '50eaf0b4-7996-4d71-8cb9-5b0e6f1e6441'} 11/07/2024 02:35:22.486 7fe46dc938d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d3f7f21d-5131-42c5-902a-2870b9f2a440 object_type = overlay_role identifier_name = default-global-system-config:erb-ucast-gateway url = https://10.0.0.49:8082/overlay-role/d3f7f21d-5131-42c5-902a-2870b9f2a440 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "fq_name": ["default-global-system-config", "erb-ucast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:22.494 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-ucast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-05a3abaf-f083-48b9-8e86-eeefde3bbfcd', 'type': 'overlay_role', 'uuid': 'd3f7f21d-5131-42c5-902a-2870b9f2a440'} 11/07/2024 02:35:22.594 7fe46dec76d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 63cfa342-76cd-4a56-8157-14c328560d48 object_type = overlay_role identifier_name = default-global-system-config:crb-access url = https://10.0.0.49:8082/overlay-role/63cfa342-76cd-4a56-8157-14c328560d48 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "fq_name": ["default-global-system-config", "crb-access"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:22.602 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access'], 'oper': 'UPDATE', 'request-id': 'req-ceaa5820-bfbb-4ce1-b12a-aac7c21facb1', 'type': 'overlay_role', 'uuid': '63cfa342-76cd-4a56-8157-14c328560d48'} 11/07/2024 02:35:22.698 7fe46d9652e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:22.707 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-67faaf4a-8c85-4677-ab67-dbc4b909d8c4', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:35:22.807 7fe46dea3eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 22353762-4f58-4a71-b3b7-a794e3f85f0c object_type = overlay_role identifier_name = default-global-system-config:crb-gateway url = https://10.0.0.49:8082/overlay-role/22353762-4f58-4a71-b3b7-a794e3f85f0c operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "fq_name": ["default-global-system-config", "crb-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:22.814 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway'], 'oper': 'UPDATE', 'request-id': 'req-098762b2-b8eb-4b0a-9441-b3efe6f01d63', 'type': 'overlay_role', 'uuid': '22353762-4f58-4a71-b3b7-a794e3f85f0c'} 11/07/2024 02:35:22.910 7fe46de68eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b378a518-ae07-482d-a546-abc7a34ff5ed object_type = overlay_role identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/overlay-role/b378a518-ae07-482d-a546-abc7a34ff5ed operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "b378a518-ae07-482d-a546-abc7a34ff5ed", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:22.920 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-d427b95f-9eb3-4a89-b8eb-77c1f072f4bc', 'type': 'overlay_role', 'uuid': 'b378a518-ae07-482d-a546-abc7a34ff5ed'} 11/07/2024 02:35:23.014 7fe46dd9cf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cd7f4e59-241c-453d-a06c-a2e80e3f4134 object_type = overlay_role identifier_name = default-global-system-config:crb-mcast-gateway url = https://10.0.0.49:8082/overlay-role/cd7f4e59-241c-453d-a06c-a2e80e3f4134 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "cd7f4e59-241c-453d-a06c-a2e80e3f4134", "fq_name": ["default-global-system-config", "crb-mcast-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:23.022 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway'], 'oper': 'UPDATE', 'request-id': 'req-3d65790c-7b8c-4582-b918-9ec4d7e8bb9f', 'type': 'overlay_role', 'uuid': 'cd7f4e59-241c-453d-a06c-a2e80e3f4134'} 11/07/2024 02:35:23.070 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:23.118 7fe46df68a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc804de-3a25-4176-a505-11fd99f99b89 object_type = overlay_role identifier_name = default-global-system-config:dc-gateway url = https://10.0.0.49:8082/overlay-role/7fc804de-3a25-4176-a505-11fd99f99b89 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7fc804de-3a25-4176-a505-11fd99f99b89", "fq_name": ["default-global-system-config", "dc-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:23.128 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway'], 'oper': 'UPDATE', 'request-id': 'req-e32eabc4-91b6-45bc-a861-7b9e4b49157d', 'type': 'overlay_role', 'uuid': '7fc804de-3a25-4176-a505-11fd99f99b89'} 11/07/2024 02:35:23.222 7fe46dfa6d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f46a292-5727-44c4-b5cc-dbb399d63dc0 object_type = overlay_role identifier_name = default-global-system-config:dci-gateway url = https://10.0.0.49:8082/overlay-role/3f46a292-5727-44c4-b5cc-dbb399d63dc0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "3f46a292-5727-44c4-b5cc-dbb399d63dc0", "fq_name": ["default-global-system-config", "dci-gateway"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:23.230 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway'], 'oper': 'UPDATE', 'request-id': 'req-7b3ab866-3e5a-4411-9219-3880979a9115', 'type': 'overlay_role', 'uuid': '3f46a292-5727-44c4-b5cc-dbb399d63dc0'} 11/07/2024 02:35:23.327 7fe46deb6e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c288d8d5-0400-434c-9648-973298c28dd2 object_type = overlay_role identifier_name = default-global-system-config:ar-client url = https://10.0.0.49:8082/overlay-role/c288d8d5-0400-434c-9648-973298c28dd2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c288d8d5-0400-434c-9648-973298c28dd2", "fq_name": ["default-global-system-config", "ar-client"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:23.335 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client'], 'oper': 'UPDATE', 'request-id': 'req-69b78be7-bae6-4ceb-9aee-43e7f76bff68', 'type': 'overlay_role', 'uuid': 'c288d8d5-0400-434c-9648-973298c28dd2'} 11/07/2024 02:35:23.430 7fe46def2978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6aae65f-b0d6-44b6-b1f5-b2adbff6debe object_type = overlay_role identifier_name = default-global-system-config:ar-replicator url = https://10.0.0.49:8082/overlay-role/c6aae65f-b0d6-44b6-b1f5-b2adbff6debe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c6aae65f-b0d6-44b6-b1f5-b2adbff6debe", "fq_name": ["default-global-system-config", "ar-replicator"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:23.439 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator'], 'oper': 'UPDATE', 'request-id': 'req-176cb834-d459-4a1d-8ca3-84e559976cbf', 'type': 'overlay_role', 'uuid': 'c6aae65f-b0d6-44b6-b1f5-b2adbff6debe'} 11/07/2024 02:35:23.538 7fe46dea3e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c24f6c68-2b22-4d05-9215-bd5f4e97144e object_type = overlay_role identifier_name = default-global-system-config:route-reflector url = https://10.0.0.49:8082/overlay-role/c24f6c68-2b22-4d05-9215-bd5f4e97144e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "c24f6c68-2b22-4d05-9215-bd5f4e97144e", "fq_name": ["default-global-system-config", "route-reflector"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:23.548 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'route-reflector'], 'oper': 'UPDATE', 'request-id': 'req-9d109f43-fa31-46c4-a22b-f8cf0d4a326d', 'type': 'overlay_role', 'uuid': 'c24f6c68-2b22-4d05-9215-bd5f4e97144e'} 11/07/2024 02:35:23.642 7fe46deb6390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = d04e3467-16c7-4d34-8a16-54db9f2dbd6d object_type = overlay_role identifier_name = default-global-system-config:lean url = https://10.0.0.49:8082/overlay-role/d04e3467-16c7-4d34-8a16-54db9f2dbd6d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "d04e3467-16c7-4d34-8a16-54db9f2dbd6d", "fq_name": ["default-global-system-config", "lean"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:23.650 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean'], 'oper': 'UPDATE', 'request-id': 'req-f02809a6-1ef7-4e06-b749-d5ae320812db', 'type': 'overlay_role', 'uuid': 'd04e3467-16c7-4d34-8a16-54db9f2dbd6d'} 11/07/2024 02:35:23.755 7fe46d965828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7c98b4ba-9792-4adc-bbe5-814de08ee193 object_type = overlay_role identifier_name = default-global-system-config:pnf-servicechain url = https://10.0.0.49:8082/overlay-role/7c98b4ba-9792-4adc-bbe5-814de08ee193 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"overlay-role": {"uuid": "7c98b4ba-9792-4adc-bbe5-814de08ee193", "fq_name": ["default-global-system-config", "pnf-servicechain"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:23.763 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain'], 'oper': 'UPDATE', 'request-id': 'req-c4dfe24f-2ba8-42bb-b3c6-9636d51feab0', 'type': 'overlay_role', 'uuid': '7c98b4ba-9792-4adc-bbe5-814de08ee193'} 11/07/2024 02:35:23.862 7fe46df29240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/role-definition/7fc7bdca-a972-42e0-b02b-f14221ab24ff operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "fq_name": ["default-global-system-config", "erb-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:23.871 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-cf552f84-255f-4789-b1a2-32e813ae4e42', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:35:23.967 7fe46df144e0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/role-definition/6d675ed2-da72-4f70-b970-60c581a40246 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "fq_name": ["default-global-system-config", "crb-access-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:23.977 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a0a9d83f-bff2-4f22-9301-f4c1efbb8d2d', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:35:24.072 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:24.074 7fe46dc86828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/role-definition/12313f49-601a-4c77-a56c-14c5faa0a0f7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "fq_name": ["default-global-system-config", "crb-access-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:24.083 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-1331945a-04b3-46ca-ac37-f8f1be72e084', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:35:24.185 7fe46dc93cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/role-definition/3e74d541-ffa4-4b60-a80c-f7d30e81267e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "fq_name": ["default-global-system-config", "crb-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:24.194 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-f62ba08b-4598-4b65-a41a-dd0e75a169ea', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:35:24.294 7fe46e01e978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/role-definition/8713bf0b-c920-4bfc-b102-24ff9e8a9a56 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "fq_name": ["default-global-system-config", "crb-mcast-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:24.304 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-0ee3f40e-6eed-49fc-bd1c-20a475ad10e1', 'type': 'role_definition', 'uuid': '8713bf0b-c920-4bfc-b102-24ff9e8a9a56'} 11/07/2024 02:35:24.400 7fe46dd9cf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 object_type = role_definition identifier_name = default-global-system-config:collapsed-spine url = https://10.0.0.49:8082/role-definition/3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2", "fq_name": ["default-global-system-config", "collapsed-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:24.408 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'collapsed-spine'], 'oper': 'UPDATE', 'request-id': 'req-59758e51-bb07-4e59-b7bb-884c43bba15e', 'type': 'role_definition', 'uuid': '3f02cfc2-d210-410e-9fd1-e05bf8f6c1c2'} 11/07/2024 02:35:24.511 7fe46de2eeb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9ed12178-e668-406f-ae82-6504f36818d2 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-spine url = https://10.0.0.49:8082/role-definition/9ed12178-e668-406f-ae82-6504f36818d2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "9ed12178-e668-406f-ae82-6504f36818d2", "fq_name": ["default-global-system-config", "dc-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:24.519 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ac7da98c-5c17-4260-bee4-aa2c40e7e8fa', 'type': 'role_definition', 'uuid': '9ed12178-e668-406f-ae82-6504f36818d2'} 11/07/2024 02:35:24.620 7fe46df11198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = cf632c77-302b-45f8-8a3b-d2c6bdc298dd object_type = role_definition identifier_name = default-global-system-config:dci-gateway-spine url = https://10.0.0.49:8082/role-definition/cf632c77-302b-45f8-8a3b-d2c6bdc298dd operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "cf632c77-302b-45f8-8a3b-d2c6bdc298dd", "fq_name": ["default-global-system-config", "dci-gateway-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:24.629 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-a1f5b3ff-9b6c-4814-84ce-87ef52ec1572', 'type': 'role_definition', 'uuid': 'cf632c77-302b-45f8-8a3b-d2c6bdc298dd'} 11/07/2024 02:35:24.731 7fe46e029588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/role-definition/a17e9751-f0f6-45fd-b3cd-99d3deac46c3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "fq_name": ["default-global-system-config", "crb-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:24.739 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-73344543-e321-44fc-a759-1599792ab1b2', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:35:24.835 7fe46dc86048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2c3ab7f0-4324-4cf5-8453-7f3e989086e1 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-leaf url = https://10.0.0.49:8082/role-definition/2c3ab7f0-4324-4cf5-8453-7f3e989086e1 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "2c3ab7f0-4324-4cf5-8453-7f3e989086e1", "fq_name": ["default-global-system-config", "crb-mcast-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:24.844 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-mcast-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-71a5dd70-6b12-4117-8132-4b0e3720dd3e', 'type': 'role_definition', 'uuid': '2c3ab7f0-4324-4cf5-8453-7f3e989086e1'} 11/07/2024 02:35:24.943 7fe46e92ea20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 89eb9636-66e1-4865-b82c-0b460ab6c686 object_type = role_definition identifier_name = default-global-system-config:dc-gateway-leaf url = https://10.0.0.49:8082/role-definition/89eb9636-66e1-4865-b82c-0b460ab6c686 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "89eb9636-66e1-4865-b82c-0b460ab6c686", "fq_name": ["default-global-system-config", "dc-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:24.950 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dc-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7e43eb3d-dc51-459f-852a-8509509ffbed', 'type': 'role_definition', 'uuid': '89eb9636-66e1-4865-b82c-0b460ab6c686'} 11/07/2024 02:35:25.051 7fe46e029a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8daef5e4-651d-4fd2-adcc-93dc9b88931e object_type = role_definition identifier_name = default-global-system-config:dci-gateway-leaf url = https://10.0.0.49:8082/role-definition/8daef5e4-651d-4fd2-adcc-93dc9b88931e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "8daef5e4-651d-4fd2-adcc-93dc9b88931e", "fq_name": ["default-global-system-config", "dci-gateway-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:25.060 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'dci-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f34d8d8a-1f44-44f5-8e3c-6af4198e53aa', 'type': 'role_definition', 'uuid': '8daef5e4-651d-4fd2-adcc-93dc9b88931e'} 11/07/2024 02:35:25.073 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:25.158 7fe46db57198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 53bde039-5adb-4b1a-9c0f-03b8c73e978b object_type = role_definition identifier_name = default-global-system-config:ar-client-leaf url = https://10.0.0.49:8082/role-definition/53bde039-5adb-4b1a-9c0f-03b8c73e978b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "53bde039-5adb-4b1a-9c0f-03b8c73e978b", "fq_name": ["default-global-system-config", "ar-client-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:25.167 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf'], 'oper': 'UPDATE', 'request-id': 'req-47cea7d9-2b0f-4f66-bf95-44182625aa25', 'type': 'role_definition', 'uuid': '53bde039-5adb-4b1a-9c0f-03b8c73e978b'} 11/07/2024 02:35:25.267 7fe46decc438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 object_type = role_definition identifier_name = default-global-system-config:ar-client-spine url = https://10.0.0.49:8082/role-definition/fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7", "fq_name": ["default-global-system-config", "ar-client-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:25.276 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine'], 'oper': 'UPDATE', 'request-id': 'req-0890ec04-b619-4eee-a27e-28a50d39cd33', 'type': 'role_definition', 'uuid': 'fd6d064e-fb6b-4cc0-a9d0-f74ea5cff0e7'} 11/07/2024 02:35:25.374 7fe46df27048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b3a5a11a-9058-47cc-bbca-b92e18e00063 object_type = role_definition identifier_name = default-global-system-config:ar-replicator-leaf url = https://10.0.0.49:8082/role-definition/b3a5a11a-9058-47cc-bbca-b92e18e00063 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "b3a5a11a-9058-47cc-bbca-b92e18e00063", "fq_name": ["default-global-system-config", "ar-replicator-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:25.383 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-leaf'], 'oper': 'UPDATE', 'request-id': 'req-3951a575-df69-4c21-9952-47bc5d1c2e26', 'type': 'role_definition', 'uuid': 'b3a5a11a-9058-47cc-bbca-b92e18e00063'} 11/07/2024 02:35:25.482 7fe46ecc5630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 700f730d-b72d-4b6a-914f-f46880b46dbf object_type = role_definition identifier_name = default-global-system-config:ar-replicator-spine url = https://10.0.0.49:8082/role-definition/700f730d-b72d-4b6a-914f-f46880b46dbf operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "700f730d-b72d-4b6a-914f-f46880b46dbf", "fq_name": ["default-global-system-config", "ar-replicator-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:25.490 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-replicator-spine'], 'oper': 'UPDATE', 'request-id': 'req-648aad06-1500-47ff-b682-b41109ad1c64', 'type': 'role_definition', 'uuid': '700f730d-b72d-4b6a-914f-f46880b46dbf'} 11/07/2024 02:35:25.587 7fe46dd3ed68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 object_type = role_definition identifier_name = default-global-system-config:rr-spine url = https://10.0.0.49:8082/role-definition/a8c8ad0c-ad3c-4405-bcb5-90b5dff29096 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "a8c8ad0c-ad3c-4405-bcb5-90b5dff29096", "fq_name": ["default-global-system-config", "rr-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:25.600 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-spine'], 'oper': 'UPDATE', 'request-id': 'req-38855791-6646-4ac1-8514-79ac40a1e7f2', 'type': 'role_definition', 'uuid': 'a8c8ad0c-ad3c-4405-bcb5-90b5dff29096'} 11/07/2024 02:35:25.695 7fe46de20c18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 337a1ec4-253f-4efd-8e31-d650bdfab64e object_type = role_definition identifier_name = default-global-system-config:rr-superspine url = https://10.0.0.49:8082/role-definition/337a1ec4-253f-4efd-8e31-d650bdfab64e operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "337a1ec4-253f-4efd-8e31-d650bdfab64e", "fq_name": ["default-global-system-config", "rr-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:25.704 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-superspine'], 'oper': 'UPDATE', 'request-id': 'req-c271793f-a877-4c92-a1d3-01b40d9df351', 'type': 'role_definition', 'uuid': '337a1ec4-253f-4efd-8e31-d650bdfab64e'} 11/07/2024 02:35:25.802 7fe46dea9eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 05c8ab04-e527-47bf-bd06-cfc7e4f72383 object_type = role_definition identifier_name = default-global-system-config:rr-leaf url = https://10.0.0.49:8082/role-definition/05c8ab04-e527-47bf-bd06-cfc7e4f72383 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "05c8ab04-e527-47bf-bd06-cfc7e4f72383", "fq_name": ["default-global-system-config", "rr-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:25.810 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'rr-leaf'], 'oper': 'UPDATE', 'request-id': 'req-ff10bc48-9936-4c4d-a30b-b44b48249ab2', 'type': 'role_definition', 'uuid': '05c8ab04-e527-47bf-bd06-cfc7e4f72383'} 11/07/2024 02:35:25.906 7fe46df68630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c3369dc6-8fd8-476e-920f-39bfe42b1a18 object_type = role_definition identifier_name = default-global-system-config:lean-spine url = https://10.0.0.49:8082/role-definition/c3369dc6-8fd8-476e-920f-39bfe42b1a18 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c3369dc6-8fd8-476e-920f-39bfe42b1a18", "fq_name": ["default-global-system-config", "lean-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:25.914 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-spine'], 'oper': 'UPDATE', 'request-id': 'req-de46623c-bed9-455d-8794-fe3a0c5e7eb2', 'type': 'role_definition', 'uuid': 'c3369dc6-8fd8-476e-920f-39bfe42b1a18'} 11/07/2024 02:35:26.014 7fe46de202e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 887c905f-12cf-4707-abe5-25641ff7994a object_type = role_definition identifier_name = default-global-system-config:lean-superspine url = https://10.0.0.49:8082/role-definition/887c905f-12cf-4707-abe5-25641ff7994a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "887c905f-12cf-4707-abe5-25641ff7994a", "fq_name": ["default-global-system-config", "lean-superspine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:26.021 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'lean-superspine'], 'oper': 'UPDATE', 'request-id': 'req-0714a9ce-ef51-48f8-a370-6b03843e0e8d', 'type': 'role_definition', 'uuid': '887c905f-12cf-4707-abe5-25641ff7994a'} 11/07/2024 02:35:26.074 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:26.122 7fe46ddcec18 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = eae130b1-c96e-47dc-a63a-0b04d4515815 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-pnf url = https://10.0.0.49:8082/role-definition/eae130b1-c96e-47dc-a63a-0b04d4515815 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "eae130b1-c96e-47dc-a63a-0b04d4515815", "fq_name": ["default-global-system-config", "pnf-servicechain-pnf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:26.130 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-pnf'], 'oper': 'UPDATE', 'request-id': 'req-e11fc768-148f-43d5-aed3-913cf8c8745e', 'type': 'role_definition', 'uuid': 'eae130b1-c96e-47dc-a63a-0b04d4515815'} 11/07/2024 02:35:26.230 7fe46ddab0f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c0916b85-cd5b-435c-a8c9-02a9a6f51769 object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-spine url = https://10.0.0.49:8082/role-definition/c0916b85-cd5b-435c-a8c9-02a9a6f51769 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "c0916b85-cd5b-435c-a8c9-02a9a6f51769", "fq_name": ["default-global-system-config", "pnf-servicechain-spine"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:26.238 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-spine'], 'oper': 'UPDATE', 'request-id': 'req-8b57abbd-29c3-4b2f-9838-d3d133958a2a', 'type': 'role_definition', 'uuid': 'c0916b85-cd5b-435c-a8c9-02a9a6f51769'} 11/07/2024 02:35:26.334 7fe46de43198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0fab1b56-dc54-446c-9c4a-a2017c20792f object_type = role_definition identifier_name = default-global-system-config:pnf-servicechain-leaf url = https://10.0.0.49:8082/role-definition/0fab1b56-dc54-446c-9c4a-a2017c20792f operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-definition": {"uuid": "0fab1b56-dc54-446c-9c4a-a2017c20792f", "fq_name": ["default-global-system-config", "pnf-servicechain-leaf"], "parent_type": "global-system-config"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:26.342 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'pnf-servicechain-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5e8dc6aa-67d6-402f-8065-d1c7ed1be7f2', 'type': 'role_definition', 'uuid': '0fab1b56-dc54-446c-9c4a-a2017c20792f'} 11/07/2024 02:35:26.442 7fe46db5a588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 71100362-52d5-49e1-a5ec-dc34d5fd4103 object_type = feature_config identifier_name = default-global-system-config:erb-leaf:l3-gateway url = https://10.0.0.49:8082/feature-config/71100362-52d5-49e1-a5ec-dc34d5fd4103 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "71100362-52d5-49e1-a5ec-dc34d5fd4103", "fq_name": ["default-global-system-config", "erb-leaf", "l3-gateway"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "use_gateway_ip", "value": "True"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:26.452 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf', 'l3-gateway'], 'oper': 'UPDATE', 'request-id': 'req-07ecf1d6-d3ce-4b48-bd21-50ce33c7332b', 'type': 'feature_config', 'uuid': '71100362-52d5-49e1-a5ec-dc34d5fd4103'} 11/07/2024 02:35:26.546 7fe46db39e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 998f5f5b-dac6-428e-afc9-e111ce9c84e2 object_type = feature_config identifier_name = default-global-system-config:ar-client-spine:assisted-replicator url = https://10.0.0.49:8082/feature-config/998f5f5b-dac6-428e-afc9-e111ce9c84e2 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "998f5f5b-dac6-428e-afc9-e111ce9c84e2", "fq_name": ["default-global-system-config", "ar-client-spine", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:26.555 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-spine', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-b711aa8f-307f-4905-b648-00b9ef538a5c', 'type': 'feature_config', 'uuid': '998f5f5b-dac6-428e-afc9-e111ce9c84e2'} 11/07/2024 02:35:26.655 7fe46def2828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0867534b-2dea-408b-9d48-f35498eb53fa object_type = feature_config identifier_name = default-global-system-config:ar-client-leaf:assisted-replicator url = https://10.0.0.49:8082/feature-config/0867534b-2dea-408b-9d48-f35498eb53fa operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"feature-config": {"uuid": "0867534b-2dea-408b-9d48-f35498eb53fa", "fq_name": ["default-global-system-config", "ar-client-leaf", "assisted-replicator"], "parent_type": "role-definition", "feature_config_additional_params": {"key_value_pair": [{"key": "replicator_activation_delay", "value": "30"}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:26.666 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'ar-client-leaf', 'assisted-replicator'], 'oper': 'UPDATE', 'request-id': 'req-06c12476-80fd-4482-a258-6375715ecd70', 'type': 'feature_config', 'uuid': '0867534b-2dea-408b-9d48-f35498eb53fa'} 11/07/2024 02:35:26.763 7fe46deae198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = edd9d036-a7db-418b-9e5f-80c0fc6adf9d object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k-lean url = https://10.0.0.49:8082/node-profile/edd9d036-a7db-418b-9e5f-80c0fc6adf9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "edd9d036-a7db-418b-9e5f-80c0fc6adf9d", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:26.773 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean'], 'oper': 'UPDATE', 'request-id': 'req-156119e9-aec9-427d-aac9-264276ad92cc', 'type': 'node_profile', 'uuid': 'edd9d036-a7db-418b-9e5f-80c0fc6adf9d'} 11/07/2024 02:35:26.872 7fe46db77f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = dda2834b-74c3-40b2-ae88-30651406dace object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5k url = https://10.0.0.49:8082/node-profile/dda2834b-74c3-40b2-ae88-30651406dace operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "dda2834b-74c3-40b2-ae88-30651406dace", "fq_name": ["default-global-system-config", "juniper-qfx5k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "PNF-Servicechain", "AR-Client"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:26.884 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k'], 'oper': 'UPDATE', 'request-id': 'req-a4df5552-aa7a-4b90-8a82-428e122ccf8e', 'type': 'node_profile', 'uuid': 'dda2834b-74c3-40b2-ae88-30651406dace'} 11/07/2024 02:35:26.986 7fe46db50eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 134314c5-c9a5-480a-8822-b05c25e74d1b object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k-lean url = https://10.0.0.49:8082/node-profile/134314c5-c9a5-480a-8822-b05c25e74d1b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "134314c5-c9a5-480a-8822-b05c25e74d1b", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["Route-Reflector", "AR-Client"]}, {"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector", "AR-Client", "AR-Replicator"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:26.998 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean'], 'oper': 'UPDATE', 'request-id': 'req-dff4d34b-e01a-4e77-92ef-040b714cdcbf', 'type': 'node_profile', 'uuid': '134314c5-c9a5-480a-8822-b05c25e74d1b'} 11/07/2024 02:35:27.075 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:27.096 7fe46db3bcc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 5c345570-baa6-4cca-aadb-a909315de17a object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5120 url = https://10.0.0.49:8082/node-profile/5c345570-baa6-4cca-aadb-a909315de17a operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "5c345570-baa6-4cca-aadb-a909315de17a", "fq_name": ["default-global-system-config", "juniper-qfx5120"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "Route-Reflector", "AR-Client", "ERB-UCAST-Gateway", "CRB-Gateway", "PNF-Servicechain"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "Route-Reflector", "PNF-Servicechain", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:27.106 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120'], 'oper': 'UPDATE', 'request-id': 'req-e5dd7d07-74f9-4fa4-bd72-849835896ca0', 'type': 'node_profile', 'uuid': '5c345570-baa6-4cca-aadb-a909315de17a'} 11/07/2024 02:35:27.203 7fe46df22630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 4b759c70-b6f4-41cc-9597-4b44bc8e1cbb object_type = node_profile identifier_name = default-global-system-config:juniper-qfx5220 url = https://10.0.0.49:8082/node-profile/4b759c70-b6f4-41cc-9597-4b44bc8e1cbb operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "4b759c70-b6f4-41cc-9597-4b44bc8e1cbb", "fq_name": ["default-global-system-config", "juniper-qfx5220"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "spine", "rb_roles": ["lean", "Route-Reflector"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:27.213 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220'], 'oper': 'UPDATE', 'request-id': 'req-a62b8ea6-cc3c-4239-ba92-9116d8e9402a', 'type': 'node_profile', 'uuid': '4b759c70-b6f4-41cc-9597-4b44bc8e1cbb'} 11/07/2024 02:35:27.310 7fe46dbd1588 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = f5d47ce2-0539-4c22-a861-529351f95857 object_type = node_profile identifier_name = default-global-system-config:juniper-qfx10k url = https://10.0.0.49:8082/node-profile/f5d47ce2-0539-4c22-a861-529351f95857 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "f5d47ce2-0539-4c22-a861-529351f95857", "fq_name": ["default-global-system-config", "juniper-qfx10k"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos-qfx", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator", "Collapsed-Spine"]}, {"physical_role": "superspine", "rb_roles": ["lean", "Route-Reflector"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:27.319 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k'], 'oper': 'UPDATE', 'request-id': 'req-cd99b9e9-a7f0-4761-81d4-0f3af478f418', 'type': 'node_profile', 'uuid': 'f5d47ce2-0539-4c22-a861-529351f95857'} 11/07/2024 02:35:27.419 7fe46df27390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = fe87400f-2ffc-41ed-88dc-afd60e9b609b object_type = node_profile identifier_name = default-global-system-config:juniper-mx url = https://10.0.0.49:8082/node-profile/fe87400f-2ffc-41ed-88dc-afd60e9b609b operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "fe87400f-2ffc-41ed-88dc-afd60e9b609b", "fq_name": ["default-global-system-config", "juniper-mx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": true, "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "DCI-Gateway", "CRB-MCAST-Gateway"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:27.427 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx'], 'oper': 'UPDATE', 'request-id': 'req-6b435718-abf7-4705-9e73-2a196651f5eb', 'type': 'node_profile', 'uuid': 'fe87400f-2ffc-41ed-88dc-afd60e9b609b'} 11/07/2024 02:35:27.523 7fe46deedf60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 096a2735-e7c1-4b17-a7a3-a7bb6faa62af object_type = node_profile identifier_name = default-global-system-config:juniper-srx url = https://10.0.0.49:8082/node-profile/096a2735-e7c1-4b17-a7a3-a7bb6faa62af operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "096a2735-e7c1-4b17-a7a3-a7bb6faa62af", "fq_name": ["default-global-system-config", "juniper-srx"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_device_family": "junos", "node_profile_hitless_upgrade": false, "node_profile_roles": {"role_mappings": [{"physical_role": "pnf", "rb_roles": ["PNF-Servicechain"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:27.535 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx'], 'oper': 'UPDATE', 'request-id': 'req-751f1070-e24c-49d5-9eba-04ac9f88a870', 'type': 'node_profile', 'uuid': '096a2735-e7c1-4b17-a7a3-a7bb6faa62af'} 11/07/2024 02:35:27.628 7fe46df46390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = abf711ba-5e89-49e5-abbb-67e23053d2e9 object_type = node_profile identifier_name = default-global-system-config:device-functional-group url = https://10.0.0.49:8082/node-profile/abf711ba-5e89-49e5-abbb-67e23053d2e9 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"node-profile": {"uuid": "abf711ba-5e89-49e5-abbb-67e23053d2e9", "fq_name": ["default-global-system-config", "device-functional-group"], "parent_type": "global-system-config", "node_profile_vendor": "Juniper", "node_profile_roles": {"role_mappings": [{"physical_role": "leaf", "rb_roles": ["CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "DCI-Gateway", "ERB-UCAST-Gateway", "CRB-MCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}, {"physical_role": "spine", "rb_roles": ["lean", "CRB-Access", "CRB-Gateway", "DC-Gateway", "Route-Reflector", "CRB-MCAST-Gateway", "DCI-Gateway", "ERB-UCAST-Gateway", "PNF-Servicechain", "AR-Client", "AR-Replicator"]}]}}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:27.637 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'device-functional-group'], 'oper': 'UPDATE', 'request-id': 'req-174523b0-f350-4ca3-b35b-507278b94723', 'type': 'node_profile', 'uuid': 'abf711ba-5e89-49e5-abbb-67e23053d2e9'} 11/07/2024 02:35:28.076 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:28.833 7fe46faa3cc0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:35:28.834 7fe46faa3cc0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:35:28.882 7fe46dc59828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = b46dc25a-d8d5-4fb8-92c9-000b4a174622 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k-lean:basic url = https://10.0.0.49:8082/role-config/b46dc25a-d8d5-4fb8-92c9-000b4a174622 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "b46dc25a-d8d5-4fb8-92c9-000b4a174622", "fq_name": ["default-global-system-config", "juniper-qfx5k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:28.890 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-09607d85-d627-49c8-b9ad-1d4df80b5fdd', 'type': 'role_config', 'uuid': 'b46dc25a-d8d5-4fb8-92c9-000b4a174622'} 11/07/2024 02:35:28.987 7fe46faa3cc0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:35:28.987 7fe46faa3cc0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:35:29.038 7fe470decb70 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3bba2573-3fa7-4605-be62-08129fd192f3 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5k:basic url = https://10.0.0.49:8082/role-config/3bba2573-3fa7-4605-be62-08129fd192f3 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "3bba2573-3fa7-4605-be62-08129fd192f3", "fq_name": ["default-global-system-config", "juniper-qfx5k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:29.047 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-dc1f5127-aa87-44bb-88a7-fff30da71dc4', 'type': 'role_config', 'uuid': '3bba2573-3fa7-4605-be62-08129fd192f3'} 11/07/2024 02:35:29.077 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:29.141 7fe46faa3cc0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:35:29.141 7fe46faa3cc0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:35:29.192 7fe46d93a390 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = ca9bfca3-df36-4b18-8818-e83e82bdbcf0 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5120:basic url = https://10.0.0.49:8082/role-config/ca9bfca3-df36-4b18-8818-e83e82bdbcf0 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "ca9bfca3-df36-4b18-8818-e83e82bdbcf0", "fq_name": ["default-global-system-config", "juniper-qfx5120", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:29.205 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5120', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-03b7a410-e20e-42e4-ba6b-d860ffedcca2', 'type': 'role_config', 'uuid': 'ca9bfca3-df36-4b18-8818-e83e82bdbcf0'} 11/07/2024 02:35:29.301 7fe46faa3cc0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:35:29.301 7fe46faa3cc0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:35:29.351 7fe46df118d0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 9075c3e4-8eaf-49c6-a27e-c08153b72693 object_type = role_config identifier_name = default-global-system-config:juniper-qfx5220:basic url = https://10.0.0.49:8082/role-config/9075c3e4-8eaf-49c6-a27e-c08153b72693 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "9075c3e4-8eaf-49c6-a27e-c08153b72693", "fq_name": ["default-global-system-config", "juniper-qfx5220", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:29.358 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx5220', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-74e3409a-6164-4a6e-9fd6-d70b90b98c59', 'type': 'role_config', 'uuid': '9075c3e4-8eaf-49c6-a27e-c08153b72693'} 11/07/2024 02:35:29.453 7fe46faa3cc0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:35:29.453 7fe46faa3cc0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:35:29.503 7fe46db66f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 00197742-a3bb-478e-a360-a359ebe4dbfe object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k-lean:basic url = https://10.0.0.49:8082/role-config/00197742-a3bb-478e-a360-a359ebe4dbfe operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "00197742-a3bb-478e-a360-a359ebe4dbfe", "fq_name": ["default-global-system-config", "juniper-qfx10k-lean", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:29.515 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k-lean', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-3793af4a-d23a-4ea4-bb3e-e400acdf0c6e', 'type': 'role_config', 'uuid': '00197742-a3bb-478e-a360-a359ebe4dbfe'} 11/07/2024 02:35:29.609 7fe46faa3cc0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:35:29.610 7fe46faa3cc0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:35:29.658 7fe46de58d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 0d823831-a334-484f-8088-9128f0681d36 object_type = role_config identifier_name = default-global-system-config:juniper-qfx10k:basic url = https://10.0.0.49:8082/role-config/0d823831-a334-484f-8088-9128f0681d36 operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "0d823831-a334-484f-8088-9128f0681d36", "fq_name": ["default-global-system-config", "juniper-qfx10k", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:29.667 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-qfx10k', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-9e5e22dc-e293-4ac9-870a-745526b5bb8b', 'type': 'role_config', 'uuid': '0d823831-a334-484f-8088-9128f0681d36'} 11/07/2024 02:35:29.765 7fe46faa3cc0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:35:29.766 7fe46faa3cc0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:35:29.819 7fe46dd12780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d object_type = role_config identifier_name = default-global-system-config:juniper-mx:basic url = https://10.0.0.49:8082/role-config/2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d", "fq_name": ["default-global-system-config", "juniper-mx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:29.828 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-mx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-ac2a2806-b3c4-4d5c-8f42-a7935013caa2', 'type': 'role_config', 'uuid': '2f668d6a-e3c1-4921-8eb6-a0c40b6b6c9d'} 11/07/2024 02:35:29.922 7fe46faa3cc0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Key not found for field tag_refs in resource role-config: 'tag_refs' 11/07/2024 02:35:29.922 7fe46faa3cc0 [contrail-api] [WARNING]: __default__ [SYS_WARN]: VncApiDebug: Traceback: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/vnc_cfg_api_server/api_server.py", line 4295, in generate_hrefs for link in obj_dict[field]: KeyError: 'tag_refs' 11/07/2024 02:35:29.975 7fe46df3b6d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = c6b3d4a3-1a6f-4687-a0bd-5077da20deba object_type = role_config identifier_name = default-global-system-config:juniper-srx:basic url = https://10.0.0.49:8082/role-config/c6b3d4a3-1a6f-4687-a0bd-5077da20deba operation = http_put useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"role-config": {"uuid": "c6b3d4a3-1a6f-4687-a0bd-5077da20deba", "fq_name": ["default-global-system-config", "juniper-srx", "basic"], "parent_type": "node-profile", "role_config_config": "{\"snmp\": {\"communities\": [{\"readonly\": true, \"name\": \"public\"}]}}"}} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:29.983 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'juniper-srx', 'basic'], 'oper': 'UPDATE', 'request-id': 'req-14eb686a-2ab6-4011-9cf5-dbf8f985d0de', 'type': 'role_config', 'uuid': 'c6b3d4a3-1a6f-4687-a0bd-5077da20deba'} 11/07/2024 02:35:30.078 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:30.131 7fe46d925e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:30.139 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-c11b8bd7-6a4a-4247-961a-d89ce116c84e', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:35:30.282 7fe46dbd1978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:30.289 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-9e780d57-2cf0-4700-b1e0-890c724e7be2', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:35:30.435 7fe46d965e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:30.442 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-6cdca717-8251-4c2a-9da8-fa48e4a3b4dc', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:35:30.590 7fe46deb6828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:30.601 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a6184db8-50e8-4c82-8700-70b998d0e1bb', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:35:30.755 7fe46dc65780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:30.761 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-e5320325-b1a7-4b6e-a01d-38b36dd96e5f', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:35:30.907 7fe46dea9ac8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:30.913 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-7c5447df-8d39-484d-a45f-b5d5826a348d', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:35:31.063 7fe46db3b828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:31.069 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-283ed24d-a445-40c5-8921-25d21fc94821', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:35:31.079 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:31.214 7fe46deb6a20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:31.220 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-aa53e4a2-c3fc-4a68-b339-9ef02ea01596', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:35:31.370 7fe46ed10780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:31.378 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-dece98f5-5744-44ba-a092-9c7ac97b35f2', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:35:31.531 7fe46dc65780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 7fc7bdca-a972-42e0-b02b-f14221ab24ff object_type = role_definition identifier_name = default-global-system-config:erb-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "7fc7bdca-a972-42e0-b02b-f14221ab24ff", "ref-type": "overlay-role", "ref-uuid": "d3f7f21d-5131-42c5-902a-2870b9f2a440", "ref-fq-name": ["default-global-system-config", "erb-ucast-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:31.538 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'erb-leaf'], 'oper': 'UPDATE', 'request-id': 'req-53d8dc0b-3af3-4a5b-9d4c-4260d01d3ffc', 'type': 'role_definition', 'uuid': '7fc7bdca-a972-42e0-b02b-f14221ab24ff'} 11/07/2024 02:35:31.683 7fe46db75630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:31.691 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8f4fe7ea-4e12-4624-a4e4-7e0da5f00b5f', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:35:31.834 7fe46d8c7630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:31.842 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-8be659e7-ac37-4138-908a-8cbcd9b67757', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:35:31.988 7fe46de68198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:31.995 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-05d0f8e8-bdab-4cf3-a2c4-3b2000df095f', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:35:32.081 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:32.151 7fe46dbd1eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:32.159 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-a00ebf80-c298-4daa-99ed-f4781004753a', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:35:32.306 7fe46db75cc0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:32.312 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-64cee99a-334d-49fe-9051-cc6bfb294735', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:35:32.459 7fe46db3d438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:32.466 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-11727da4-12b2-4d8e-9d63-ca51b04878bb', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:35:32.618 7fe46defe2e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:32.627 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-1ad1c1f8-1aa3-4259-89ca-66953a2c676c', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:35:32.774 7fe46dbd16d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 6d675ed2-da72-4f70-b970-60c581a40246 object_type = role_definition identifier_name = default-global-system-config:crb-access-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "6d675ed2-da72-4f70-b970-60c581a40246", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:32.782 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-leaf'], 'oper': 'UPDATE', 'request-id': 'req-f314535d-929b-48b6-b361-3071b2c3213e', 'type': 'role_definition', 'uuid': '6d675ed2-da72-4f70-b970-60c581a40246'} 11/07/2024 02:35:32.931 7fe46d8e5240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:32.940 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-af2ba0ae-19b8-4698-96d3-b9a76139c9de', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:35:33.082 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:33.090 7fe46deb6630 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:33.098 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-3890fea2-0258-4bf2-a0cc-1f233ca83e44', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:35:33.243 7fe46dd4a978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:33.249 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-562952b0-18da-44af-9f0c-a32c60943281', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:35:33.406 7fe46dea2d68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:33.413 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-3fdc37a9-681f-43a8-9a26-2e1c44cbf96d', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:35:33.562 7fe46e92cd68 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "1de6e9e1-19ee-4a38-a94c-5cfc99246ded", "ref-fq-name": ["default-global-system-config", "l2-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:33.569 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-2e930297-ccf5-4201-9a43-46e05a11fefb', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:35:33.714 7fe46db3b240 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "feature", "ref-uuid": "eeea45e9-bfe3-40ce-895c-3f47710c1d81", "ref-fq-name": ["default-global-system-config", "firewall"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:33.721 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-ac110015-4a56-4423-9f61-5704f2a5ad55', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:35:33.879 7fe46df14f60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:33.887 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-8c044259-fd39-4ba1-bac4-1421b6c77899', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:35:34.036 7fe46df22438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 12313f49-601a-4c77-a56c-14c5faa0a0f7 object_type = role_definition identifier_name = default-global-system-config:crb-access-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "12313f49-601a-4c77-a56c-14c5faa0a0f7", "ref-type": "overlay-role", "ref-uuid": "63cfa342-76cd-4a56-8157-14c328560d48", "ref-fq-name": ["default-global-system-config", "crb-access"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:34.042 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-access-spine'], 'oper': 'UPDATE', 'request-id': 'req-5c95aa4f-1fec-4598-85a9-5e80d9b82f9a', 'type': 'role_definition', 'uuid': '12313f49-601a-4c77-a56c-14c5faa0a0f7'} 11/07/2024 02:35:34.084 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:34.192 7fe46dea2780 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:34.200 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-8f923429-fb43-4fa6-8384-76d0b1413f50', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:35:34.342 7fe46def2828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:34.350 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-16a7b717-35f6-442c-9943-5d4ddf68bb0e', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:35:34.499 7fe46ddf46d8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:34.506 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-ba9b9a84-286d-470e-bd22-4a65218f0df5', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:35:34.658 7fe46dea20f0 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:34.666 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-d0874570-8b1c-4d93-bdb4-9ae1e4b18cf4', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:35:34.815 7fe46de30438 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:34.821 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-4b3016e8-7206-4750-866c-4c9a11bc2be4', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:35:34.967 7fe46dd3ef60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:34.973 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-64bc7922-cd0c-4999-89b9-38306593ac47', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:35:35.085 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:35.127 7fe46d93e048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:35.135 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-c888fcdf-fd8b-4b8e-8f04-5ed420e081e1', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:35:35.279 7fe46db502e8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 3e74d541-ffa4-4b60-a80c-f7d30e81267e object_type = role_definition identifier_name = default-global-system-config:crb-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "3e74d541-ffa4-4b60-a80c-f7d30e81267e", "ref-type": "physical-role", "ref-uuid": "e848e994-4f62-4c2f-9140-8d66298c2a16", "ref-fq-name": ["default-global-system-config", "spine"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:35.288 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-spine'], 'oper': 'UPDATE', 'request-id': 'req-aeceddd4-1f24-4c70-a3ee-68c054fb4998', 'type': 'role_definition', 'uuid': '3e74d541-ffa4-4b60-a80c-f7d30e81267e'} 11/07/2024 02:35:35.435 7fe46df14e10 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:35.443 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-0adfb6c7-0893-4b8b-9a09-c3bcdae7eef6', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:35:35.591 7fe46db6df60 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "86eee787-5718-44dc-84cf-17ab0a275490", "ref-fq-name": ["default-global-system-config", "underlay-ip-clos"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:35.600 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-156557cd-6a3f-4cbf-a479-c65a78440863', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:35:35.751 7fe46dd9ca20 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ce754582-8dee-462c-b557-c4829be74c27", "ref-fq-name": ["default-global-system-config", "vn-interconnect"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:35.759 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-4f1d3eb4-8d80-4083-b8f4-0c793451a6ea', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:35:35.902 7fe46dec4828 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "fb45a340-532e-471d-8f0a-291569282b15", "ref-fq-name": ["default-global-system-config", "overlay-bgp"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:35.912 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-2ee3b2a7-e3dc-43b9-8bd8-1e0f2defb452', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:35:36.059 7fe46ded9eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "5b262e15-6ed7-4a11-8a7d-e371f26caf53", "ref-fq-name": ["default-global-system-config", "port-profile"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:36.066 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-401d1a50-b806-426d-80bc-322b9a7c2b0e', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:35:36.086 7fe46e9802e8 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: KombuAmqpClient: socket.timeout occurred while draining events, no events to process. 11/07/2024 02:35:36.215 7fe46df14198 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "feature", "ref-uuid": "ccbfbdbc-d047-4336-a621-25f8b481bd0d", "ref-fq-name": ["default-global-system-config", "telemetry"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:36.224 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-997001eb-ef58-4ed9-be79-8576a9cefd33', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:35:36.372 7fe46dc90eb8 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "overlay-role", "ref-uuid": "22353762-4f58-4a71-b3b7-a794e3f85f0c", "ref-fq-name": ["default-global-system-config", "crb-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:36.380 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-5de0bbe5-d0ed-466b-8346-f880311db7f9', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:35:36.531 7fe46de58978 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = a17e9751-f0f6-45fd-b3cd-99d3deac46c3 object_type = role_definition identifier_name = default-global-system-config:crb-gateway-leaf url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "a17e9751-f0f6-45fd-b3cd-99d3deac46c3", "ref-type": "physical-role", "ref-uuid": "a74dd4b0-ec84-40de-89b8-037c2bad424e", "ref-fq-name": ["default-global-system-config", "leaf"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >> 11/07/2024 02:35:36.540 7fe46fb478d0 [contrail-api] [DEBUG]: __default__ [SYS_DEBUG]: VncApiError: Notification Message: {'fq_name': ['default-global-system-config', 'crb-gateway-leaf'], 'oper': 'UPDATE', 'request-id': 'req-58f29c19-9029-4eea-b896-3de6494ecf01', 'type': 'role_definition', 'uuid': 'a17e9751-f0f6-45fd-b3cd-99d3deac46c3'} 11/07/2024 02:35:36.683 7fe46dbba048 [contrail-api] [INFO]: __default__ [SYS_INFO]: VncApiConfigLog: api_log = << identifier_uuid = 8713bf0b-c920-4bfc-b102-24ff9e8a9a56 object_type = role_definition identifier_name = default-global-system-config:crb-mcast-gateway-spine url = https://10.0.0.49:8082/ref-update operation = ref-update useragent = cn-jenkins-deploy-platform-juju-os-444-1:/usr/bin/contrail-device-manager remote_ip = 10.0.0.49 body = {"type": "role-definition", "uuid": "8713bf0b-c920-4bfc-b102-24ff9e8a9a56", "ref-type": "feature", "ref-uuid": "e86b957c-2c5b-4ea4-bb9d-5178bc8f8592", "ref-fq-name": ["default-global-system-config", "l3-gateway"], "operation": "ADD", "attr": null} domain = default-domain project = admin user = admin >>