Hi, on centos 7, i changed the repo for foreman from 1.9 to latest and when i try to do an update to get to 1.13 or 1.14, i get many error of missing dependency ruby22, i didn't find on the installation documentation how to resolve it.
bitchecker joined the channel
mmoll
toordog: update to 1.10.x first, then 1.11.x and so on, it's not supported to jump over more than one release (and even known to fail in quite some situations), the update notes of the respective version to update to should have additional information, if that should be needed
toordog
aww that's a painful process :s
i'd rather uninstall all and reinstall
bitchecker has quit
is there any good reason to go from 1.9 to 1.13^
mmoll
toordog: not really... it's the only way to have some confidence in the upgrade process, as anything else would need to be tested and thought of, additionally
toordog: check the release notes of the versions...
toordog: and of course, there are not updates for anything below 1.13 anymore
toordog
i'm only asking about something major enough that i shouldn't do otherwise than run 1.13
ok
bitchecker joined the channel
imcleod has quit
phileas has quit
phileas joined the channel
Hau00r joined the channel
Hau0r has quit
imcleod joined the channel
aupadhye joined the channel
imcleod has quit
fenrus02 joined the channel
imcleod joined the channel
haux has quit
phileas has quit
phileas joined the channel
hprakash joined the channel
ranjank has quit
oogs joined the channel
aupadhye has quit
AshishH joined the channel
ranjank joined the channel
aupadhye joined the channel
optiz0r joined the channel
amitKarsale joined the channel
sjagtap joined the channel
oogs has quit
bitchecker has quit
bitchecker joined the channel
wandering_vagran joined the channel
Poornima joined the channel
sghai joined the channel
wandering_vagran has quit
imcleod has quit
swapab joined the channel
bitchecker joined the channel
rofl____
whats the best way to install foreman if you already have a puppet master?
KAM joined the channel
_nono_ joined the channel
jyejare joined the channel
rcernin joined the channel
mhulsman joined the channel
tesseract joined the channel
sjagtap has quit
sjagtap joined the channel
sjagtap has quit
sjagtap joined the channel
smeyer joined the channel
mhulan66 joined the channel
toi joined the channel
im having issues setting up foreman-proxy on my puppet4 instance
just put the version inside puppet.yml but i get ERROR because puppet_url is expected
but this should be detected by version am i right?
outi joined the channel
xjg joined the channel
xjg
hi
I have install foreman-1.14-rc.but I can not login when I input "admin/changme"
who knows password ?
outi
afaik, the password is generated during install and shown at the end, when the installation finished
dLobatog
xjg: you can also run 'foreman-rake permissions:reset username=admin password=changeme' (or whatever username password) to reset it
dlobato: that is a general reset of foremans admin account?
dLobatog
Elwood_5G: yeah, it'd work for any username actually not just admin
if you don't provide username and pass it'll create a random password for the admin
Elwood_5G
.. something to keep in mind
btw is anybody working on a plugin to create networks on various hypervisors?
rofl____
dLobatog: thanks
i have a smartproxy running on my puppet master now
with puppet and puppetca capabilities
should this add all my puppethosts automatically to foreman?
orabin joined the channel
dLobatog
rofl____: not until you run puppet on all of your hosts
rofl____
dLobatog: i have run on some
but seems there is some trouble detecting environments
E, [2016-12-30T09:27:14.761748 ] ERROR -- : Failed to initialize puppet class cache, will use lazy initialization instead
E, [2016-12-30T09:27:14.664818 ] ERROR -- : Error while retrieving puppet classes for 'production' environment
dLobatog
rofl____: set the log_level to debug and restart the proxy
rofl____
does it look like a ACL issue?
dLobatog
rofl____: possibly, journalctl -l -u puppetserver will tell you
rofl____
D, [2016-12-30T09:30:05.814526 ] DEBUG -- : 403 Forbidden request: /puppet/v3/environment_classes (method :get). Please see the server logs for details. (Proxy::Error::HttpError)
dLobatog
rofl____: yeah, check your auth.conf to allow that request
dLobatog: is there a way to set a timeout for puppet requests?
D, [2016-12-30T10:15:37.291908 ] DEBUG -- : Puppet is taking too long to respond,
so it gave foreman a 503
wbx joined the channel
xjg
yes I install from source code
witlessb joined the channel
dLobatog
xjg: ok, then just run 'rake permissions:reset username=admin' from the foreman directory
ikonia
my new test 1.13.3 test system is a real problem compared to other releases, I don't see anything in the release notes that suggests I need to approach this different. It appears that every action around a host tries to create a new dhcp lease, which then errors saying there is a conflict (which there is because it's already created it) the provisioning script calls home to finish the build but doesn't
remove the tftp build tokens so next time it reboots it provisions again
I use the same build script to build the 1.13.3 test system as the 1.13.1 previous test system, .1 was working
xjg
hi
Spring was unable to find your config/application.rb file. Your project root was detected at /data/usr_data/foreman-1.13.3/bin, so spring looked for /data/usr_data/foreman-1.13.3/bin/config/application.rb but it doesn't exist. You can configure the root of your application by setting Spring.application_root in config/spring.rb
ikonia
xjg: thats an odd location
(as in path)
dLobatog
he's installing it from source
ikonia
why ?
that seems an unusual thing to do with the packages being available
dLobatog
xjg: are you running rake from /data/usr_data/foreman-1.13.3/?
xjg
yes
dLobatog
ikonia: ¯\_(ツ)_/¯
xjg: try 'bin/rake' or 'bundle exec rake' instead.. I'm not sure why is it not loading rake if you're on that directory