X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fappc%2Fsrc%2Fmain%2Fresources%2FsqlData.dump;h=e198a7598e103ee3a778c69227d8d0cc47b8468e;hb=refs%2Fchanges%2F68%2F82068%2F1;hp=7b067f06722990fc999ef9ff4f6e02ecebf8b5dc;hpb=1140632654bc928a2065ef76658b3ff74b9ec91a;p=appc%2Fdeployment.git diff --git a/installation/appc/src/main/resources/sqlData.dump b/installation/appc/src/main/resources/sqlData.dump index 7b067f0..e198a75 100644 --- a/installation/appc/src/main/resources/sqlData.dump +++ b/installation/appc/src/main/resources/sqlData.dump @@ -51,5 +51,5 @@ INSERT INTO DOWNLOAD_DG_REFERENCE (DOWNLOAD_DG_REFERENCE_ID, PROTOCOL, DOWNLOAD_ UNLOCK TABLES; LOCK TABLES `DEVICE_AUTHENTICATION` WRITE; -INSERT INTO DEVICE_AUTHENTICATION (DEVICE_AUTHENTICATION_ID, VNF_TYPE, PROTOCOL, ACTION, USER_NAME, PASSWORD, URL) VALUES (1, 'ANSIBLE', '', '', 'admin','admin', 'http://appc-ansible-server:8000/Dispatch'); +INSERT INTO DEVICE_AUTHENTICATION (PROTOCOL, VNF_TYPE, ACTION, USER_NAME, PASSWORD, URL) VALUES ('ANSIBLE', '', '', 'admin','admin', 'http://appc-ansible-server:8000/Dispatch'); UNLOCK TABLES;