diff --git a/deployment_scripts/puppet/manifests/agent.pp b/deployment_scripts/puppet/manifests/agent.pp index 1008311..1f8603e 100644 --- a/deployment_scripts/puppet/manifests/agent.pp +++ b/deployment_scripts/puppet/manifests/agent.pp @@ -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']) diff --git a/deployment_scripts/puppet/manifests/cleanup_apt_config.pp b/deployment_scripts/puppet/manifests/cleanup_apt_config.pp index d9c3fd0..dec49ad 100644 --- a/deployment_scripts/puppet/manifests/cleanup_apt_config.pp +++ b/deployment_scripts/puppet/manifests/cleanup_apt_config.pp @@ -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': { diff --git a/deployment_scripts/puppet/manifests/controller.pp b/deployment_scripts/puppet/manifests/controller.pp index 798dfc6..9d94c90 100644 --- a/deployment_scripts/puppet/manifests/controller.pp +++ b/deployment_scripts/puppet/manifests/controller.pp @@ -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 diff --git a/deployment_scripts/puppet/manifests/primary_controller.pp b/deployment_scripts/puppet/manifests/primary_controller.pp index 5de3b77..d8fa485 100644 --- a/deployment_scripts/puppet/manifests/primary_controller.pp +++ b/deployment_scripts/puppet/manifests/primary_controller.pp @@ -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 diff --git a/deployment_scripts/puppet/manifests/zabbix_server_config.pp b/deployment_scripts/puppet/manifests/zabbix_server_config.pp index bfc5317..452ee2c 100644 --- a/deployment_scripts/puppet/manifests/zabbix_server_config.pp +++ b/deployment_scripts/puppet/manifests/zabbix_server_config.pp @@ -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