Add notice messages to manifests

Change-Id: I29537787244389fce10fbe428668c5478ff47aa2
This commit is contained in:
Olivier Bourdon 2017-02-14 11:39:28 +01:00
parent 295ffedf82
commit 4937294340
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