Hi All, I am deploying the entire ONAP (Master branch - 30-05-2019). Several sdnc pods are not into Running state:
dev-sdnc-cds-blueprints-processor-645b76bbcc-qbpz4 1/1 Running 0 27m dev-sdnc-cds-command-executor-7564d4d998-t4qlj 1/1 Running 0 27m dev-sdnc-cds-controller-blueprints-75dcb5b994-q28pf 1/1 Running 0 27m dev-sdnc-cds-db-0 1/1 Running 0 27m dev-sdnc-cds-sdc-listener-6f6bd4fb95-6jmpt 1/1 Running 0 27m dev-sdnc-cds-ui-57458d5467-7lskm 1/1 Running 0 27m dev-sdnc-nengdb-0 1/1 Running 0 27m dev-sdnc-network-name-gen-5f96669ddd-vrcvv 1/1 Running 0 27m *dev-sdnc-sdnc-0 1/2 Running 0 27m* *dev-sdnc-sdnc-ansible-server-66c6d75fd9-nz5wf 0/1 Init:0/1 2 27m* dev-sdnc-sdnc-dgbuilder-7697b96bc8-rctn8 1/1 Running 0 27m *dev-sdnc-sdnc-dmaap-listener-79d49856bd-t7hvn 0/1 Init:0/1 0 27m* *dev-sdnc-sdnc-ueb-listener-8c4f9fbd8-4hfq7 0/1 Init:0/1 0 26m* The PODS into INIT: 0/1 state are waiting for dev-sdnc-sdnc-0 POD goes into Running state. But the sdnc pod can't go into Run state because its installSdncDb.sh script fails during the pod's configuration . In particular, after debugging it, I found that the error is related to 2 *_model.dump file: bash-4.4$ ./installSdncDb.sh /opt/onap/sdnc/data/allotted_resource_model.data.dump /opt/onap/sdnc/data/blueprint-processor.data.dump /opt/onap/sdnc/data/ipam.data.dump /opt/onap/sdnc/data/network_model.data.dump /opt/onap/sdnc/data/service_model.data.dump */opt/onap/sdnc/data/vf_model.data.dump* ERROR 1136 (21S01) at line 54: Column count doesn't match value count at row 1 */opt/onap/sdnc/data/vf_module_model.data.dump* ERROR 1136 (21S01) at line 46: Column count doesn't match value count at row 1 /opt/onap/sdnc/data/vfc_model.data.dump It seems that the insert query is not coherent with the table schema. Aniello Paolo Malinconico -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17337): https://lists.onap.org/g/onap-discuss/message/17337 Mute This Topic: https://lists.onap.org/mt/31868607/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
