Credentials:
SDNC API URL: http://sdnc:8282/apidoc/explorer/index.html, credential: admin/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
DGBuilder URL: http://{{sdnc_ip}}:3000/# with dguser/test123
...
Code Block | ||
---|---|---|
| ||
mysql> select * from VF_MODEL where nf_role is not null; +--------------------------------------+------------+--------------------------------------+--------------------------------------+---------+-------------------------+-------------------------------------------------+------------------------+----------------------+--------------------------------------+---------------------+--------------------+-----------------------+-------------------------+----------------+ | 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 | +--------------------------------------+------------+--------------------------------------+--------------------------------------+---------+-------------------------+-------------------------------------------------+------------------------+----------------------+--------------------------------------+---------------------+--------------------+-----------------------+-------------------------+----------------+ | 232972fe-4ee2-4056-b23a-73c5052eb791 | null | af94e0b5-454c-4fd8-b62b-ef27632afd22 | 71b87384-8e60-4d0b-9ed0-757245996fc3 | 1.0 | VID-PCRF-05-15-17 | NULL | NULL | 1 | function_2 | code_1 | Type_1 | role_1 | null | null | | 53ed3b2b-4225-45da-bf21-ebb5abdc9000 | null | 15b244fa-a9e2-4f68-a978-05184d78b911 | 028c08dd-56c6-42e3-ae6d-84f98ca09f37 | 2.0 | 06e7a3b5-f81c-4f99-b33d | SDNC_Policy.Config_MS_ONAP_VFW_NAMING_TIMESTAMP | Y | 1 | ONAP-TRAFFIC-GEN | vpg | TRAFFIC-GEN | vPG | 8f64125f-125a-40b4-b882 | 1.0 | |
Set karaf log level
...
Code Block |
---|
root@dev-appc-appc-0:/opt/opendaylight/current/data/log# /opt/opendaylight/bin/client Logging in as karaf ________ ________ .__ .__ .__ __ \_____ \ ______ ____ ____ \______ \ _____ ___.__.| | |__| ____ | |___/ |_ / | \\____ \_/ __ \ / \ | | \\__ \< | || | | |/ ___\| | \ __\ / | \ |_> > ___/| | \| ` \/ __ \\___ || |_| / /_/ > Y \ | \_______ / __/ \___ >___| /_______ (____ / ____||____/__\___ /|___| /__| \/|__| \/ \/ \/ \/\/ /_____/ \/ Hit '<tab>' for a list of available commands and '[cmd] --help' for help on a specific command. Hit '<ctrl-d>' or type 'system:shutdown' or 'logout' to shutdown OpenDaylight. opendaylight-user@root>log opendaylight-user@root>get Logger | Level ------------------------------------+------ ROOT | INFO org.apache.aries.spifly | WARN org.apache.karaf.jaas.modules.audit | INFO opendaylight-user@root>set DEBUG org.onap opendaylight-user@root> |
...