Add integration between pol and mysql charms
[osm/devops.git] / installers / charm / pol / config.yaml
index 1ae26a4..909235e 100644 (file)
@@ -24,3 +24,11 @@ options:
     description: "Log Level"
     type: string
     default: "INFO"
+  mongodb_uri:
+    type: string
+    description: MongoDB URI (external database)
+  mysql_uri:
+    type: string
+    description: |
+      Mysql URI with the following format:
+        mysql://<user>:<password>@<mysql_host>:<mysql_port>/<database>