[foreman-users] Re: rake aborted! foreman-rake db:seed

2017-10-18 Thread Sam Amara
Hi, Yes I'm using FQDN and all configuration for user account and access permissions have been added. Regards, Le mercredi 18 octobre 2017 01:11:18 UTC+2, Michael Hurn a écrit : > > Two things that may help until an expert can give some imput > > I recommend all ways using FQDNs for the host

[foreman-users] Re: rake aborted! foreman-rake db:seed

2017-10-18 Thread Michael Hurn
It looked like you were not using FQDNs as you used IP addresses in your foreman install "--foreman-proxy-tftp-servername=10.130.30.62 --foreman-db-host=10.130.10.247" Hence my suggestion to use FQDN. It may not be an issue in your case as it looks like your issue is beyond just using FQDNs.

[foreman-users] Updating interfaces for Rhev platform through foreman

2017-10-18 Thread Brian Doody
Hi, So i've got 2 very similar commands that to override the subnet being used by a host in foreman. 1) It looks like i have to manually set an ip or the command entirely fails. 2) On Vsphere the command is successful although i'm seeing a 500 error when trying to power up the machine - will i

Re: [foreman-users] Lots of "Mysql2::Error: Deadlock found when trying to get lock" under increased load

2017-10-18 Thread 'Konstantin Orekhov' via Foreman users
> In the console with both records presnet do something like: > > ::Nic::Managed.where(:mac => "MA:CA:DDRESS::", :primary => true) > > OK, thanks, Lukas! As soon as I get that duplicate entries show up again, I'll run above and provide a result here. After patching for MySQL query issue, I don'

[foreman-users] Foreman ESXi Installation is always in "Pending Installation" status

2017-10-18 Thread No1
Hi, I am trying to install the Esxi 6.0 using foreman and the process is completely successfully without any issues. However, the build status in the foreman is always in the "Pending Installation" status. I tried to use the script that other suggested as informing the foreman as 'built' using

Re: [foreman-users] Foreman ESXi Installation is always in "Pending Installation" status

2017-10-18 Thread Alexander Fisher
Hi I can’t recall when it changed, but these days you have to use “<%= foreman_url('built') %>” instead of just “<%= foreman_url %>” Kind regards, Alex > On 19 Oct 2017, at 06:46, No1 wrote: > > Hi, > > I am trying to install the Esxi 6.0 using foreman and the process is > completely success

[foreman-users] foreman_tasks V1 endpoint works but V2 returns 40

2017-10-18 Thread rajesh . erasani
Hi, If I *#* curl --user admin:changeme -H "Content-Type:application/json" -k https://katelloserver/foreman_tasks/api/tasks/3574500b-0394-4a94-9f86-8ff1890ceadb I get the expected response back. But if I send the request to V2 of the api as follows *#* curl --user sledge:hammer -H "Content-T

[foreman-users] Interface overriding using the ApipieBindings ruby sdk - not able to force overwrite in Bespin oVirt

2017-10-18 Thread Brian Doody
Hi, So i've got 2 very similar commands that to override the subnet being used by a host in foreman. 1) It looks like i have to manually set an ip or the command entirely fails. 2) On Vsphere the command is successful although i'm seeing a 500 error when trying to power up the machine - will i