--------
The ceilometer module is part of [OpenStack](https://opendev.org/openstack), an effort by the
-OpenStack infrastructure team to provice continuous integration testing and code review for
+OpenStack infrastructure team to provide continuous integration testing and code review for
OpenStack and OpenStack community projects as part of the core software. The module itself
is used to flexibly configure and manage the metering service for OpenStack.
# Defaults to true
#
# [*tls_enabled*]
-# (Optional) Global toggle for TLS usage when comunicating with
+# (Optional) Global toggle for TLS usage when communicating with
# the caching servers.
# Default to $::os_service_default
#
#
# [*tls_keyfile*]
# (Optional) Path to a single file containing the client's private
-# key in. Otherwhise the private key will be taken from the file
+# key in. Otherwise the private key will be taken from the file
# specified in tls_certfile. If tls_enabled is False, this option
# is ignored.
# Default to $::os_service_default
# (Optional) Enable retry client mechanisms to handle failure.
# Those mechanisms can be used to wrap all kind of pymemcache
# clients. The wrapper allows you to define how many attempts
-# to make and how long to wait between attemots.
+# to make and how long to wait between attempts.
# Default to $::os_service_default
#
# [*retry_attempts*]
# Defaults to undef
#
# [*cache_tls_enabled*]
-# (Optional) Global toggle for TLS usage when comunicating with
+# (Optional) Global toggle for TLS usage when communicating with
# the caching servers.
# Default to undef
#
#
# [*cache_tls_keyfile*]
# (Optional) Path to a single file containing the client's private
-# key in. Otherwhise the private key will be taken from the file
+# key in. Otherwise the private key will be taken from the file
# specified in tls_certfile. If tls_enabled is False, this option
# is ignored.
# Default to undef
# (Optional) Enable retry client mechanisms to handle failure.
# Those mechanisms can be used to wrap all kind of pymemcache
# clients. The wrapper allows you to define how many attempts
-# to make and how long to wait between attemots.
+# to make and how long to wait between attempts.
# Default to undef
#
# [*cache_retry_attempts*]
validate_legacy(String, 'validate_string', $password)
- # Ceilometer rquires only its user, project, and role assignment.
+ # Ceilometer requires only its user, project, and role assignment.
# service and endpoint should be disabled since ceilometer-api has been removed.
keystone::resource::service_identity { 'ceilometer':
configure_user => $configure_user,
shared_examples_for 'ceilometer::agent::service_credentials' do
- context 'wtih default values' do
+ context 'with default values' do
it 'configures authentication' do
is_expected.to contain_ceilometer_config('service_credentials/auth_url').with_value('http://localhost:5000')
is_expected.to contain_ceilometer_config('service_credentials/region_name').with_value('<SERVICE DEFAULT>')
}.to raise_error(Puppet::Error, /Invalid value/)
end
- it 'should autorequire the pachage that install the file' do
+ it 'should autorequire the package that install the file' do
catalog = Puppet::Resource::Catalog.new
anchor = Puppet::Type.type(:anchor).new(:name => 'ceilometer::install::end')
catalog.add_resource anchor, @ceilometer_config