Issue #2942 has been updated by Rob Terhaar.
I've added this ugly hack to my site.pp for now:
case $fqdn {
'nagios2.domain.com': {
$ipaddress_eth1 = $ipaddress_eth0
}
}
This is a terrible hack, but it has fixed the problem until we can rewrite the
various manifests assigned to this node which reference the non-existent
$ipaddress_eth1. We're using exported resources that reference $ipaddress_eth1
as well as referencing that variable from within .erb files.
----------------------------------------
Bug #2942: store configs error: After adding a new external node, all clients
fail with unhelpful err: "invalid ip address"
http://projects.reductivelabs.com/issues/2942
Author: Rob Terhaar
Status: Needs more information
Priority: Normal
Assigned to: Markus Roberts
Category:
Target version: 0.25.2
Affected version: 0.25.1
Keywords:
Branch:
I added our first external node to our puppetmaster today, and now I receive
this message on all nodes whenever they try to refresh their catalog:
err: Could not run Puppet configuration client: Parameter ip failed: Invalid IP
address
I know that it's related to the new external node (nagios2) because when i use
the 'kill in db' script to remove nagios2 from store configs, everything works
as usual.
The logs do not say anything useful ether:
puppetd trace/debug:
http://pastebin.com/f2dad53d2
puppetmaster trace/debug:
http://pastebin.com/f600413a3
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://reductivelabs.com/redmine/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.