weebl #133
Description
OIL Dashboard provides insight into OIL. This charm deploys the OIL dashboard.
To build, run charm build -o $HOME/path/to/built/charms/dir/
At this point I usually copy in the .bzr folder from https://code.launchpad.net/~oil-ci/oil-ci/charm-weebl-BUILT to $HOME/path/to/built/charms/dir/, bzr add .
and commit the changes and push back to lp:~oil-ci/oil-ci/charm-weebl-BUILT, but there's may be a better way of doing this.
Configuration
- apikey
- (string) Random string of characters to enable API access.
- None
- debug_mode
- (string) A string representation of a boolean that toggles debug mode.
- True
- (string) Email of default admin user, as registered in Lauchpad.
- oil-ci-bot@canonical.com
- extra_options
- (string) Extra options to put in the systemd service file.
- extra_packages
- (string) Space separated list of extra deb packages to install.
- host
- (string) listen address
- 127.0.0.1
- install_keys
- (string) List of signing keys for install_sources package sources, per charmhelpers standard format (a yaml list of strings encoded as a string). The keys should be the full ASCII armoured GPG public keys. While GPG key ids are also supported and looked up on a keyserver, operators should be aware that this mechanism is insecure. null can be used if a standard package signing key is used that will already be installed on the machine, and for PPA sources where the package signing key is securely retrieved from Launchpad.
- install_sources
- (string) List of extra apt sources, per charm-helpers standard format (a yaml list of strings encoded as a string). Each source may be either a line that can be added directly to sources.list(5), or in the form ppa:<user>/<ppa-name> for adding Personal Package Archives, or a distribution component to enable.
- package_status
- (string) The status of service-affecting packages will be set to this value in the dpkg database. Valid values are "install" and "hold".
- install
- port
- (int) NGINX listen port
- 80
- ppa
- (string) PPA to add before installing weebl.
- ppa_key
- (string) Key for PPA.
- servername
- (string) FQDN of server (e.g. solutions.qa.staging.canonical.com).
- uid
- (string) User id of default admin user.
- oil-ci-bot
- username
- (string) Launchpad username of default admin user.
- CanonicalOilCiBot
- weebl_name
- (string) Name of this instance of Weebl (e.g. Production Weebl).