Re: [foreman-users] Re: PXE boot never ending after apdating from 1.14.3 to 1.15.0

2017-05-19 Thread Lukas Zapletal
On Fri, May 19, 2017 at 4:05 AM, laxman veeturi wrote: > foreman_url Haven't you edited this template? We have it correctly everywhere, except two minor cases: https://github.com/theforeman/community-templates/pull/390 -- Later, Lukas @lzap Zapletal -- You received this message because y

Re: [foreman-users] Re: Occasional ERF50-7522 on facts_refresh

2017-05-19 Thread Lukas Zapletal
Well, you can easily fix this, I thought it is obvious sorry: https://github.com/theforeman/foreman_default_hostgroup/blob/develop/lib/default_hostgroup_base_host_patch.rb#L66 change to: unless new_host && hostgroup.nil? && reports.nil? && reports.empty? On Fri, May 19, 2017 at 12:56 AM, 'Konst

Re: [foreman-users] Re: Occasional ERF50-7522 on facts_refresh

2017-05-19 Thread Lukas Zapletal
On Fri, May 19, 2017 at 10:54 AM, Lukas Zapletal wrote: > unless new_host && hostgroup.nil? && reports.nil? && reports.empty? Sorry I mean: unless new_host && hostgroup.nil? && respond_to?(:reports) && reports.empty? Send a PR to discuss this with Greg for a proper fix, this is dirty. -- Lat

[foreman-users] Install Katello with external SSL CA

2017-05-19 Thread Arsène Gschwind
Hi, I'm trying to install the latest Katello using freeipa as external SSL CA. The certificates were generate using ipa-getcert and stored at /etc/pki/katelli-ipa. I've used the following installer options: foreman-installer --scenario katello \ --certs-server-cert='/etc/pki/katello-ipa/certs/ka

[foreman-users] Foreman TLV meetup

2017-05-19 Thread Ori Rabin
Hello all, In celebration of Foreman 1.15 release we will be holding a meetup in the Red Hat offices in Israel. The meetup will be on June 7th between 17:30 and 21:00 IST. The office is located at 34 Yerushalaim Rd, Raanana, Israel. So far we have confirmed: - two international speakers - two co

Re: [foreman-users] Re: PXE boot never ending after apdating from 1.14.3 to 1.15.0

2017-05-19 Thread laxman veeturi
No I dodn't try that. Usually i clone kickstart redhat template to create customized kickstart templates. I missed that built option in customized kickstat file. Thanks Laxman On Fri, May 19, 2017 at 4:53 AM Lukas Zapletal wrote: > > On Fri, May 19, 2017 at 4:05 AM, laxman veeturi > wrote: >

[foreman-users] VMs being deleted immediatelyafter provisioning in 1.15.0

2017-05-19 Thread Sean Larimore
After upgrading to 1.15.0 I am unable to provision VMware VMs with Foreman. After creating the node in Foreman it successfully brings the VM up in VMware and then immediately deletes it. It seems to be related to Foreman scheduling a compute instance update. Log output below: 2017-05-19T11:47

Re: [foreman-users] Re: Occasional ERF50-7522 on facts_refresh

2017-05-19 Thread 'Konstantin Orekhov' via Foreman users
> unless new_host && hostgroup.nil? && respond_to?(:reports) && > reports.empty? > > Well, that's what I was trying to tell you - this patch did not work for me. I tried it out as you suggested on May 3rd, the only difference it made is the error message changed from Discovered by URL: https

[foreman-users] Re: Foreman 1.14.3 UI - Cannot create new host (or provision a new host from a discovered host)

2017-05-19 Thread 'Konstantin Orekhov' via Foreman users
> > > Please let me know if you are aware of a problem in this Foreman build - > it seems like version 1.14.1 may not have this problem. > > Just verified on fresh 1.14.1 and 1.15.0 installs this is still an issue. However, we do have several upgraded into 1.14.1 and 1.14.2 Foreman instances w

[foreman-users] Re: Foreman 1.14.3 UI - Cannot create new host (or provision a new host from a discovered host)

2017-05-19 Thread 'Konstantin Orekhov' via Foreman users
BTW, we've tried both included community PXELinux templates and our own ones and none them actually has a direct call of blamed "request" method: Unable to render PXELinux template 'Preseed default PXELinux': undefined local variable or method `request' for # -- You received this message becau

[foreman-users] Re: Foreman 1.14.3 UI - Cannot create new host (or provision a new host from a discovered host)

2017-05-19 Thread 'Konstantin Orekhov' via Foreman users
LOL, with debugging on we quickly found the issue: 2017-05-19 12:05:01 0c04f9fc [app] [W] Unable to render PXELinux template 'custom_Ubuntu_PXELinux': undefined local variable or method `request' for # | NameError: undefined local variable or method `request' for # | /opt/rh/sclo-ror42/root/

[foreman-users] Re: Install Katello with external SSL CA

2017-05-19 Thread pascalp
Hello, when I installed Katello to use my FreeIPA CA I had to install in two steps to get it to work (this was a couple versions ago). Here are my notes: sudo foreman-installer --scenario katello \ --foreman-admin-username admin \ --foreman-admin-password "" \ --foreman-initial-organization "" \

[foreman-users] cockpit integration with foreman

2017-05-19 Thread laxman veeturi
Hello, I installed cockpit and tfm-rubygem-foreman_cockpit.noarch in foreman server. I'm using foreman-1.15.0 I got below error when click on the host in foreman.do I need to change any configuration for cockpit in foreman? Please help me *Oops, we're sorry but something wen

[foreman-users] Re: Did foreman-vmware works with VMWare vSphere 6.5 ?

2017-05-19 Thread laxman veeturi
On Monday, May 15, 2017 at 8:58:05 AM UTC-4, Quin wrote: > > Good evening together, > > we have created a new infrastructure with VMWare vSphere 6.5. > I want to add the new resource (type "VMWare") in Foreman. After i write > my login data to the fields and click on "load datacenters" it said

[foreman-users] Re: Did foreman-vmware works with VMWare vSphere 6.5 ?

2017-05-19 Thread laxman veeturi
vsphere 6.5 is working as expected for for me with foreman-1.14.3 except no VNC console.I'm using vcenter server appliance 6.5. Thanks Laxman On Monday, May 15, 2017 at 8:58:05 AM UTC-4, Quin wrote: > > Good evening together, > > we have created a new infrastructure with VMWare vSphere 6

[foreman-users] Re: Install Katello with external SSL CA

2017-05-19 Thread Arsène Gschwind
Hello Pascal, Thanks for your answer, I've tried that too, this works great for replacing Katello/Foreman Web SSL certificate and also for the smart proxy but not for puppet. I wanted to disable the puppet ca and use the one provided by freeIPA. I've tried to replace the puppet certificate by h