INFO 2019-03-12 18:32:53.998 +0000 SdncUebConfiguration - Loading artifactMapFile /opt/app/ueb-listener/lib/artifact.map INFO 2019-03-12 18:32:54.047 +0000 SdncUebConfiguration - Scanning for local distribution artifacts before starting client INFO 2019-03-12 18:32:54.055 +0000 SdncUebCallback - Process TOSCA CSAR file: /opt/app/ueb-listener/spool/asdc/incoming/service-Testservice140-csar.csar INFO 2019-03-12 18:32:55.230 +0000 Reflections - Reflections took 15 ms to scan 1 urls, producing 4 keys and 4 values INFO 2019-03-12 18:32:55.476 +0000 Reflections - Reflections took 2 ms to scan 1 urls, producing 4 keys and 4 values WARN 2019-03-12 18:32:56.589 +0000 SdcToscaParserFactory - #################################################################################################### WARN 2019-03-12 18:32:56.589 +0000 SdcToscaParserFactory - CSAR Warnings found! CSAR name - /opt/app/ueb-listener/spool/asdc/incoming/service-Testservice140-csar.csar WARN 2019-03-12 18:32:56.590 +0000 SdcToscaParserFactory - ToscaTemplate - verifyTemplate - 1 Parsing Warning occurred... WARN 2019-03-12 18:32:56.590 +0000 SdcToscaParserFactory - JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Test140PNF 0" are missing field(s): [software_versions, nf_type]. CSAR name - /opt/app/ueb-listener/spool/asdc/incoming/service-Testservice140-csar.csar WARN 2019-03-12 18:32:56.590 +0000 SdcToscaParserFactory - #################################################################################################### INFO 2019-03-12 18:32:56.661 +0000 DBResourceManager - Recovery Mode disabled INFO 2019-03-12 18:32:56.713 +0000 JdbcDBCachedDataSource - JdbcDBCachedDataSource configured successfully. Using URL: jdbc:mysql://sdnctldb01:3306/sdnctl INFO 2019-03-12 18:32:57.046 +0000 DBResourceManager - Adding MASTER sdnctldb01 to active queue INFO 2019-03-12 18:32:57.047 +0000 DBResourceManager - Thread DataSourceTester terminated Thread-3 for sdnctldb01 INFO 2019-03-12 18:32:57.047 +0000 DBResourceManager - Completed wait with 1 active datasource(s) in 370 ms WARN 2019-03-12 18:32:57.047 +0000 SdncUebCallback - DBLIB: JDBC DataSource has been initialized. INFO 2019-03-12 18:32:57.050 +0000 SdncUebCallback - cleanUpExistingToscaData: "efaea486-561f-4159-9191-a8d3cb346728" INFO 2019-03-12 18:32:57.060 +0000 SdncUebCallback - Call insertToscaData for SERVICE_MODEL where service_uuid = "efaea486-561f-4159-9191-a8d3cb346728" INFO 2019-03-12 18:35:31.163 +0000 SdncVFModel - Call insertToscaData for VF_MODEL where customization_uuid = "428a3d73-f962-4cc2-ba62-2483c45d6b12" INFO 2019-03-12 18:35:31.185 +0000 SdncUebCallback - Update to SDN-C succeeded DB Insertions consolidated: select * from SERVICE_MODEL where service_uuid = "efaea486-561f-4159-9191-a8d3cb346728"; select * from VF_MODEL where customization_uuid = "428a3d73-f962-4cc2-ba62-2483c45d6b12"; select * from SERVICE_MODEL_TO_VF_MODEL_MAPPING where service_uuid = "efaea486-561f-4159-9191-a8d3cb346728"; mysql> select * from SERVICE_MODEL where service_uuid = "efaea486-561f-4159-9191-a8d3cb346728"; +--------------------------------------+------------+--------------------------------------+---------+----------------+------------------------------------------------------+---------+-----------------+--------------+------------------------------+----------------------------------+---------------+ | service_uuid | model_yaml | invariant_uuid | version | name | description | type | category | ecomp_naming | service_instance_name_prefix | filename | naming_policy | +--------------------------------------+------------+--------------------------------------+---------+----------------+------------------------------------------------------+---------+-----------------+--------------+------------------------------+----------------------------------+---------------+ | efaea486-561f-4159-9191-a8d3cb346728 | null | f2edfbf4-bb0a-4fe7-a57a-71362d4b0b23 | NULL | TestService140 | Test Service for extended attributes of PNF resource | Service | Network Service | Y | Testservice140 | service-Testservice140-csar.csar | Policy | +--------------------------------------+------------+--------------------------------------+---------+----------------+------------------------------------------------------+---------+-----------------+--------------+------------------------------+----------------------------------+---------------+ 1 row in set (0.00 sec) mysql> select * from VF_MODEL where customization_uuid = "428a3d73-f962-4cc2-ba62-2483c45d6b12"; +--------------------------------------+------------+--------------------------------------+--------------------------------------+---------+------------+---------------+------------------------+----------------------+-------------+---------+---------+---------+--------+----------------+-----------------+--------------------+--------------------+ | customization_uuid | model_yaml | invariant_uuid | uuid | version | name | naming_policy | ecomp_generated_naming | avail_zone_max_count | nf_function | nf_code | nf_type | nf_role | vendor | vendor_version | sdnc_model_name | sdnc_model_version | sdnc_artifact_name | +--------------------------------------+------------+--------------------------------------+--------------------------------------+---------+------------+---------------+------------------------+----------------------+-------------+---------+---------+---------+--------+----------------+-----------------+--------------------+--------------------+ | 428a3d73-f962-4cc2-ba62-2483c45d6b12 | null | d832a027-75f3-455d-9de4-f02fcdee7e7e | 9c54e269-122b-4e8a-8b2a-6eac849b441a | 1.0 | Test140PNF | NULL | NULL | NULL | nf | NULL | NULL | nf | Oracle | Oracle | Blueprint140 | v1.4.0 | NULL | +--------------------------------------+------------+--------------------------------------+--------------------------------------+---------+------------+---------------+------------------------+----------------------+-------------+---------+---------+---------+--------+----------------+-----------------+--------------------+--------------------+ 1 row in set (0.00 sec) mysql> select * from SERVICE_MODEL_TO_VF_MODEL_MAPPING where service_uuid = "efaea486-561f-4159-9191-a8d3cb346728"; +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------------------+ | service_uuid | vf_uuid | vf_customization_uuid | service_invariant_uuid | +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------------------+ | efaea486-561f-4159-9191-a8d3cb346728 | 9c54e269-122b-4e8a-8b2a-6eac849b441a | 428a3d73-f962-4cc2-ba62-2483c45d6b12 | f2edfbf4-bb0a-4fe7-a57a-71362d4b0b23 | +--------------------------------------+--------------------------------------+--------------------------------------+--------------------------------------+ 1 row in set (0.00 sec)