Merge "Add notice messages to manifests"

This commit is contained in:
Jenkins 2017-02-17 15:33:20 +00:00 committed by Gerrit Code Review
commit d51d8265c5
5 changed files with 9 additions and 1 deletions

View File

@ -13,6 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
#
notice('fuel-plugin-external-zabbix: agent.pp')
$fuel_version = 0 + hiera('fuel_version')
$network_metadata = hiera_hash('network_metadata')
$primary_controller_nodes = get_nodes_hash_by_roles($network_metadata, ['primary-controller'])

View File

@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
notice('fuel-plugin-lma-collector: cleanup_apt_config.pp')
notice('fuel-plugin-external-zabbix: cleanup_apt_config.pp')
case $::osfamily {
'Debian': {

View File

@ -13,4 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
notice('fuel-plugin-external-zabbix: controller.pp')
include plugin_zabbix::controller

View File

@ -13,4 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
notice('fuel-plugin-external-zabbix: primary_controller.pp')
include plugin_zabbix::primary_controller

View File

@ -13,4 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
notice('fuel-plugin-external-zabbix: zabbix_server_config.pp')
include plugin_zabbix::server::config