Project

General

Profile

ErrorCodes » History » Revision 3

Revision 2 (Lukas Zapletal, 04/23/2013 06:53 AM) → Revision 3/23 (Dominic Cleal, 11/13/2013 09:24 AM)

h1. Foreman error codes 

 h2. ERF51-4505 invalid path 

 Check the @Default_variables_Lookup_Path@ setting under _More > Settings > Puppet_ is defined as an array, e.g. @[ fqdn hostgroup os domain ]@.    If defining it via a seed script, ensure it's saved as an array and not a string. 

 h2. Other codes 

 codes: 

 <pre> 
 
 ERF51-5146 %s %25s console is not supported at this time 
 
 ERF51-0154 Attempting to construct an operating system image filename but %s %25s cannot be built from an image 
 
 ERF51-3629 Can't find a valid Foreman Proxy with a Puppet feature 
 
 ERF51-9902 DHCP not supported for this NIC 
 
 ERF51-9911 Host is pending for Build 
 
 ERF51-7343 Invalid Facts, much be a Puppet::Node::Facts or a Hash 
 
 ERF51-8125 Invalid Host 
 
 ERF51-2399 Invalid report 
 
 ERF51-1936 Invalid type requested for host creation via facts: %s 
 %25s 
 ERF51-8380 Must provide an operating systems 
 
 ERF51-6801 Must provide template kind 
 
 ERF51-1311 Must specify a Smart Proxy to use 
 
 ERF51-5371 Provision script had a non zero exit, removing instance 
 
 ERF51-7611 Unable to create the anonymous role. 
 
 ERF51-1736 Unable to create the default user role. 
 
 ERF51-1994 Unable to find proper authentication method 
 
 ERF51-5351 invalid architecture for %s 
 %25s 
 ERF51-5635 invalid facts hash 
 
 ERF51-1231 invalid host list 
 
 ERF51-6051 invalid medium for %s 
 %25s 
 ERF51-8175 invalid method %s 
 %25s 
 ERF51-4505 invalid path 
 ERF51-1330 must provide a provider 
 
 ERF51-8428 unable to find any hosts that match your request 
 
 ERF51-5670 unable to find recipients 
 
 ERF51-8590 unable to sign a non pending certificate 
 
 </pre> 

 

 Generated with `rake exception:codes`, for more info and options see 
 
 https://github.com/theforeman/foreman/blob/develop/lib/tasks/exception.rake