From 4faa7f927149a5c4ef7a03523f7bc14523cb9baa Mon Sep 17 00:00:00 2001 From: Stuart Mackie Date: Fri, 7 Oct 2016 12:24:58 -0700 Subject: Charms for Contrail 3.1 with Mitaka Change-Id: Id37f3b9743d1974e31fcd7cd9c54be41bb0c47fb Signed-off-by: Stuart Mackie --- charms/trusty/contrail-webui/config.yaml | 52 ++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 charms/trusty/contrail-webui/config.yaml (limited to 'charms/trusty/contrail-webui/config.yaml') diff --git a/charms/trusty/contrail-webui/config.yaml b/charms/trusty/contrail-webui/config.yaml new file mode 100644 index 0000000..99a3d7c --- /dev/null +++ b/charms/trusty/contrail-webui/config.yaml @@ -0,0 +1,52 @@ +options: + install-sources: + type: string + default: | + - "ppa:opencontrail/ppa" + - "ppa:opencontrail/r2.20" + description: Package sources for install + install-keys: + type: string + description: Apt keys for package install sources + http-port: + type: int + default: 8080 + description: Port to listen for HTTP requests on. + https-port: + type: int + default: 8143 + description: Port to listen for HTTPS requests on. + use-https: + type: boolean + default: true + description: Use HTTPS. HTTP requests will be redirected to HTTPS. + ssl-cert: + type: string + description: | + PEM encoded X.509 certificate for use in SSL. + A self-signed certificate will be generated for use if ssl-cert and + ssl-key are not set. + ssl-key: + type: string + description: | + PEM encoded private key for use in SSL. + A self-signed certificate will be generated for use if ssl-cert and + ssl-key are not set. + logo-url: + type: string + default: "" + description: | + Optional URL to an image file with the site logo + to be used. + NOTE: it will get downloaded and cached every time + the config is updated. If empty, the default will + be used. + favicon-url: + type: string + default: "" + description: | + Optional URL to an icon file with the site favicon + to be used. + NOTE: it will get downloaded and cached every time + the config is updated. If empty, the default will + be used. -- cgit 1.2.3-korg