Adding manual external DB URI config
[osm/devops.git] / installers / charm / ro / config.yaml
index bb667d7..0d3c9a0 100644 (file)
@@ -28,10 +28,28 @@ options:
     description: Database COMMON KEY
     type: string
     default: osm
+  mongodb_uri:
+    type: string
+    description: MongoDB URI (external database)
   log_level:
     description: "Log Level"
     type: string
     default: "INFO"
+  mysql_host:
+    type: string
+    description: MySQL Host (external database)
+  mysql_port:
+    type: int
+    description: MySQL Port (external database)
+  mysql_user:
+    type: string
+    description: MySQL User (external database)
+  mysql_password:
+    type: string
+    description: MySQL Password (external database)
+  mysql_root_password:
+    type: string
+    description: MySQL Root Password (external database)
   vim_database:
     type: string
     description: "The database name."