Jira (FACT-684) EC2 facts unavailable

2014-10-13 Thread Klaus Ethgen (JIRA)
Title: Message Title










 

 Klaus Ethgen commented on an issue


















  Re: EC2 facts unavailable 










I see the same problem and I was able to track it down.
I run facter on boxes on openstack. Openstack uses kvm instead of xen. But in facter/ec2.rb confines only for xen.
But this is not the only problem. facter/ec2/rest.rb defines the timeout to 0.2 seconds what is definitively to little time for openstack to respond.
Changing this two thinks (removing the confine test and increasing the timeout) solves the problem.












   

 Add Comment

























 Facter /  FACT-684



  EC2 facts unavailable 







 Looks like [FACT-185|https://tickets.puppetlabs.com/browse/FACT-185] may have regressed in 2.2.0. I'm unable to retrieve ec2_* facts for an EC2 instance in VPC. Works fine in 2.1.0.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, 

Jira (PUP-2960) No custom status binary in upstart provider for service

2014-07-22 Thread Klaus Ethgen (JIRA)
Title: Message Title










 

 Klaus Ethgen created an issue


















 Puppet /  PUP-2960



  No custom status binary in upstart provider for service 










Issue Type:

  Bug




Affects Versions:


 3.6.1




Assignee:

 Kylo Ginsberg




Components:


 Types and Providers




Created:


 22/Jul/14 6:54 AM




Priority:

  Normal




Reporter:

 Klaus Ethgen










I have upstart services (like procps) that have no proper status. To work around that I use /bin/true as status binary and setting hasstatus to false.
That works well for all non upstart services but services done with upstart uses the upstart way (that doesn't give a proper status) and not the user provided binary.












   

 Add Comment