Include missing config classes

If a user wants to use an extra config to tune something that we do not
currently expose then they need to use the various config classes
available in the puppet modules. This change adds an include for the
missing classes for congress, ironic, sahara, tacker and zaqar.

Change-Id: Ic3bea5a2081fc5194471e35b765e7ef8a9f5b036
Related-Bug: #1793361
This commit is contained in:
Alex Schultz 2018-09-19 12:44:20 -06:00
parent bc74f380be
commit 4592234a2c
5 changed files with 5 additions and 0 deletions

View File

@ -82,5 +82,6 @@ class tripleo::profile::base::congress (
include ::congress::server include ::congress::server
include ::congress::db include ::congress::db
include ::congress::config
} }
} }

View File

@ -45,5 +45,6 @@ class tripleo::profile::base::ironic_inspector (
include ::ironic::inspector::pxe_filter include ::ironic::inspector::pxe_filter
include ::ironic::inspector::pxe_filter::dnsmasq include ::ironic::inspector::pxe_filter::dnsmasq
include ::ironic::config
} }
} }

View File

@ -121,5 +121,6 @@ class tripleo::profile::base::sahara (
}), }),
} }
include ::sahara::keystone::authtoken include ::sahara::keystone::authtoken
include ::sahara::config
} }
} }

View File

@ -82,5 +82,6 @@ class tripleo::profile::base::tacker (
include ::tacker::server include ::tacker::server
include ::tacker::db include ::tacker::db
include ::tacker::config
} }
} }

View File

@ -135,6 +135,7 @@ class tripleo::profile::base::zaqar (
include ::zaqar::transport::websocket include ::zaqar::transport::websocket
include ::tripleo::profile::base::apache include ::tripleo::profile::base::apache
include ::zaqar::transport::wsgi include ::zaqar::transport::wsgi
include ::zaqar::config
# TODO (bcrochet): At some point, the transports should be split out to # TODO (bcrochet): At some point, the transports should be split out to
# separate services. # separate services.