Merge "Include missing config classes"

This commit is contained in:
Zuul
2018-10-07 00:36:05 +00:00
committed by Gerrit Code Review
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::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::dnsmasq
include ::ironic::config
}
}

View File

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

View File

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

View File

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