Migrate to new NBI charm, and change in NGUI charm
[osm/devops.git] / installers / charm / ng-ui / config.yaml
index 022d150..279b759 100644 (file)
 # limitations under the License.
 
 options:
-  image:
-    description: Docker image name
-    type: string
-    default: opensourcemano/ng-ui:8
-  image_username:
-    description: Docker repository username
-    type: string
-    default: ""
-  image_password:
-    description: Docker repository password
+  server_name:
+    description: Server name
     type: string
-    default: ""
+    default: localhost
   port:
-    description: Port number
+    description: Port to expose
     type: int
     default: 80
-  https_port:
-    description: Port number
+  max_file_size:
     type: int
-    default: 443
-  server_name:
-    description: Server name
-    type: string
-    default: localhost
-  client_max_body_size:
-    description: Client maximum body size
+    description: |
+      The maximum file size, in megabytes. If there is a reverse proxy in front
+      of Keystone, it may need to be configured to handle the requested size.
+      Note: if set to 0, there is no limit.
+    default: 0
+  ingress_whitelist_source_range:
     type: string
-    default: 15M
-  ssl_certificate:
-    description: Base64 encoded ssl certificate
+    description: |
+      A comma-separated list of CIDRs to store in the
+      ingress.kubernetes.io/whitelist-source-range annotation.
+    default: ""
+  tls_secret_name:
     type: string
-  ssl_certificate_key:
-    description: Base64 encoded ssl certificate key
+    description: TLS Secret name
+    default: ""
+  site_url:
     type: string
+    description: Ingress URL
+    default: ""