aboutsummaryrefslogtreecommitdiffstats
path: root/installation/appc/src/main/resources/sqlData.dump
diff options
context:
space:
mode:
Diffstat (limited to 'installation/appc/src/main/resources/sqlData.dump')
-rw-r--r--installation/appc/src/main/resources/sqlData.dump3
1 files changed, 3 insertions, 0 deletions
diff --git a/installation/appc/src/main/resources/sqlData.dump b/installation/appc/src/main/resources/sqlData.dump
index 0e8b223..633101b 100644
--- a/installation/appc/src/main/resources/sqlData.dump
+++ b/installation/appc/src/main/resources/sqlData.dump
@@ -50,3 +50,6 @@ INSERT INTO DOWNLOAD_DG_REFERENCE (DOWNLOAD_DG_REFERENCE_ID, PROTOCOL, DOWNLOAD_
INSERT INTO DOWNLOAD_DG_REFERENCE (DOWNLOAD_DG_REFERENCE_ID, PROTOCOL, DOWNLOAD_CONFIG_DG) VALUES (0, 'NETCONF', 'DownloadXmlConfig');
UNLOCK TABLES;
+LOCK TABLES `DEVICE_AUTHENTICATION` WRITE;
+INSERT INTO DEVICE_AUTHENTICATION (DEVICE_AUTHENTICATION_ID, PROTOCOL, USER_NAME, PASSWORD, URL) VALUES (1, 'ANSIBLE', 'admin','admin', 'http://appc-ansible-server:8000/Dispatch');
+UNLOCK TABLES;