summaryrefslogtreecommitdiffstats
path: root/charms/trusty/ceilometer-agent/config.yaml
diff options
context:
space:
mode:
authorStuart Mackie <wsmackie@juniper.net>2016-10-07 12:24:58 -0700
committerStuart Mackie <wsmackie@juniper.net>2016-10-07 12:24:58 -0700
commit4faa7f927149a5c4ef7a03523f7bc14523cb9baa (patch)
tree0be55aa0809cc395e45baeae63db660b4e72fe83 /charms/trusty/ceilometer-agent/config.yaml
parent82f1a7eb5535b30a95b1e71ff18c315d40d1e6f0 (diff)
Charms for Contrail 3.1 with Mitaka
Change-Id: Id37f3b9743d1974e31fcd7cd9c54be41bb0c47fb Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
Diffstat (limited to 'charms/trusty/ceilometer-agent/config.yaml')
-rw-r--r--charms/trusty/ceilometer-agent/config.yaml59
1 files changed, 59 insertions, 0 deletions
diff --git a/charms/trusty/ceilometer-agent/config.yaml b/charms/trusty/ceilometer-agent/config.yaml
new file mode 100644
index 0000000..e276cbf
--- /dev/null
+++ b/charms/trusty/ceilometer-agent/config.yaml
@@ -0,0 +1,59 @@
+options:
+ openstack-origin:
+ default: distro
+ type: string
+ description: |
+ Repository from which to install. May be one of the following:
+ distro (default), ppa:somecustom/ppa, a deb url sources entry,
+ or a supported Cloud Archive release pocket.
+
+ Supported Cloud Archive sources include:
+
+ cloud:<series>-<openstack-release>
+ cloud:<series>-<openstack-release>/updates
+ cloud:<series>-<openstack-release>/staging
+ cloud:<series>-<openstack-release>/proposed
+
+ For series=Precise we support cloud archives for openstack-release:
+ * icehouse
+
+ For series=Trusty we support cloud archives for openstack-release:
+ * juno
+ * kilo
+ * ...
+
+ NOTE: updating this setting to a source that is known to provide
+ a later version of OpenStack will trigger a software upgrade.
+ nagios_context:
+ default: "juju"
+ type: string
+ description: |
+ 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-myservice-0
+ If you're running multiple environments with the same services in them
+ this allows you to differentiate between them.
+ nagios_servicegroups:
+ default: ""
+ type: string
+ description: |
+ A comma-separated list of nagios servicegroups.
+ If left empty, the nagios_context will be used as the servicegroup
+ action-managed-upgrade:
+ type: boolean
+ default: False
+ description: |
+ If True enables openstack upgrades for this charm via juju actions.
+ You will still need to set openstack-origin to the new repository but
+ instead of an upgrade running automatically across all units, it will
+ wait for you to execute the openstack-upgrade action for this charm on
+ each unit. If False it will revert to existing behavior of upgrading
+ all units on config change.
+ use-internal-endpoints:
+ default: False
+ type: boolean
+ description: |
+ Openstack mostly defaults to using public endpoints for
+ internal communication between services. If set to True this option will
+ configure services to use internal endpoints where possible.