Improved notifications in Puppet logs

Change-Id: Icbf4c2c82f39552726eb17bf41f30055d11cfe2b
This commit is contained in:
Taras Kostyuk 2016-09-20 13:35:33 +03:00
parent a0e8b83c10
commit 5a0ceae640
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
notice('MODULAR:gcs_conf.pp')
notice('MODULAR: fuel-plugin-cinder-gcs/config.pp')
include gcs
class { 'gcs::config': }
class { 'gcs::package_utils': }

View File

@ -12,6 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
notice('MODULAR:gcs_horizon.pp')
notice('MODULAR: fuel-plugin-cinder-gcs/gcs_horizon.pp')
include gcs
class { 'gcs::horizon': }

View File

@ -7,7 +7,7 @@
- name: /.*cinder.*/
role: self
parameters:
puppet_manifest: puppet/manifests/gcs_conf.pp
puppet_manifest: puppet/manifests/config.pp
puppet_modules: puppet/modules:/etc/puppet/modules
timeout: 300
condition:
@ -22,7 +22,7 @@
- name: gcs_config
role: self
parameters:
puppet_manifest: puppet/manifests/gcs_horizon.pp
puppet_manifest: puppet/manifests/horizon.pp
puppet_modules: puppet/modules:/etc/puppet/modules
timeout: 300