X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fpla%2Fconfig.yaml;h=75b19d82b5aa0ea546b40d5c996feaf1ff5f6517;hb=3ddbbd1f6c70306d13db0976e1e6b3bda0c69abd;hp=f3318fc6f1768e0277a560632b4949768dd3c129;hpb=fa75eca9077591fcac5f0ea7f07a2ce5e60c8294;p=osm%2Fdevops.git diff --git a/installers/charm/pla/config.yaml b/installers/charm/pla/config.yaml index f3318fc6..75b19d82 100644 --- a/installers/charm/pla/config.yaml +++ b/installers/charm/pla/config.yaml @@ -16,31 +16,20 @@ # limitations under the License. options: - image: - description: Docker image name - type: string - default: opensourcemano/pla:8 - image_username: - description: Docker repository username - type: string - default: "" - image_password: - description: Docker repository password - type: string - default: "" - port: - description: Port number - type: int - default: 8080 # Fake port log_level: description: Log level type: string default: INFO - database: - description: Database name - type: string - default: pla - database_common_key: + database_commonkey: description: Common Key for Mongo database type: string default: osm + mongodb_uri: + type: string + description: MongoDB URI (external database) + image_pull_policy: + type: string + description: | + ImagePullPolicy configuration for the pod. + Possible values: always, ifnotpresent, never + default: always