summaryrefslogtreecommitdiffstats
path: root/charms/trusty/contrail-webui/config.yaml
diff options
context:
space:
mode:
authorStuart Mackie <wsmackie@juniper.net>2017-03-23 06:19:54 -0700
committerStuart Mackie <wsmackie@juniper.net>2017-03-23 06:19:54 -0700
commit88df88a19674ccc0017836941b8ee32eaadf19fb (patch)
treef930c90f75846ec8d8e33cf27325ff8fafc85d5c /charms/trusty/contrail-webui/config.yaml
parent9f50a40437477432a21b326b15c343ca6b8fe516 (diff)
Deleted charms with wrong license. Will source them differently in future.
Change-Id: I0fc99ea03c6b6ca4701e63793cb2be60e56c7588 Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
Diffstat (limited to 'charms/trusty/contrail-webui/config.yaml')
-rw-r--r--charms/trusty/contrail-webui/config.yaml52
1 files changed, 0 insertions, 52 deletions
diff --git a/charms/trusty/contrail-webui/config.yaml b/charms/trusty/contrail-webui/config.yaml
deleted file mode 100644
index 99a3d7c..0000000
--- a/charms/trusty/contrail-webui/config.yaml
+++ /dev/null
@@ -1,52 +0,0 @@
-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.