oil qmaster #19
Description
Contains python modules and utilities for managing Canonical OIL. This package provides the OIL queue master daemon.
- Tags:
- applications ›
OIL Qmaster Charm for Juju
This charm provides an instance of the oil-qdaemon which manages a job queue for running continuous Openstack deployments in Jenkins jobs. Requires access to a jenkins system and MAAS server to query the systems available
Example usage:
juju deploy oil-qmaster
juju deploy oil-ci-config
juju add-relation oil-qmaster oil-ci-config
juju set oil-qmaster oil-queue start
Configuration
- nagios_context
- (string) Used by the nrpe-external-master subordinate charm. A string that will be prepended to instance name to set the host name in nagios. So for instance the hostname would be something like: juju-memcached-0 If you're running multiple environments with the same services in them this allows you to differentiate between them.
- juju
- oil-ci-key
- (string) GPG Key for oil-ci PPA
- 6DCD151C
- oil-ci-ppa
- (string) URL of the ppa where oil-ci packages can be found
- https://LAUNCHPADID:PASSWORD@private-ppa.launchpad.net/canonical-ci/oil-ci/ubuntu
- oil-queue
- (string) 'start' will start up the oil-qdaemon service 'stop' will stop the oil-qdaemon service 'restart' will restart the oil-qdaemon service
- start