Hi There,
I am running a puppet master agent/device proxy and a device setup.
Where my setup was working fine till y'day.
Suddenly some thing happened not in my knowledge that my setup is giving this error
which i am not able to diagnose.
Any kind of hint/help will be highly appreciated.
puppet device run logs
================
http://paste.openstack.org/show/610918/
puppet.conf on agent
===============
[root@scsor0012515001 ~]# cat /etc/puppetlabs/puppet/puppet.conf
# This file can be used to override the default puppet settings.
# See the following links for more details on what settings are available:
#
#
#
[main]
[root@scsor0012515001 ~]#
On Agent
=========
[root@scsor0012515001 ~]# cat /etc/puppetlabs/puppet/device.conf
[hnidhi-vsim1]
type netapp
url https://admin:netapp1!@hnidhi-vsim1
[root@scsor0012515001 ~]#
On master
[root@scsor0012513001 ~]# cat /etc/puppetlabs/code/environments/production/manifests/site.pp
node 'hnidhi-vsim1' { # Applies only to mentioned node; if nothing mentioned, applies to all nodes
netapp_aggregate { 'aggr1':
ensure => present,
diskcount => '6',
}
}
[root@scsor0012513001 ~]#
Any other info if required kindly ask.