Adding ImagePullPolicy config option to OSM Charms
[osm/devops.git] / installers / charm / mon / config.yaml
index 5391497..ee593ff 100644 (file)
@@ -36,6 +36,9 @@ options:
     description: Database common key
     type: string
     default: osm
+  mongodb_uri:
+    type: string
+    description: MongoDB URI (external database)
   collector_interval:
     description: Collector interval
     type: int
@@ -76,3 +79,17 @@ options:
     description: MON will use Keystone backend
     type: boolean
     default: false
+  certificates:
+    type: string
+    description: |
+      comma-separated list of <name>:<content> certificates.
+      Where:
+        name: name of the file for the certificate
+        content: base64 content of the certificate
+      The path for the files is /certs.
+  image_pull_policy:
+    type: string
+    description: |
+      ImagePullPolicy configuration for the pod.
+      Possible values: always, ifnotpresent, never
+    default: always