[foreman-users] Most the attributes are getting "null" from /api/hosts Foreman API

2016-11-24 Thread Amrit Atmajit
Hi, I am using two Puppet Servers, one is having the version as v3.8.7 and the other is having version as v4.7.0. In Puppet v3.8.7, hosts details In am getting from foreman API is: Foreman API: *https:///api/hosts?per_page=9* Response: { "ip": "10.65.229.45",

Re: [foreman-users] Foreman - 0 bytes file boot/CentOS-7.2-x86_64-vmlinuz

2016-11-24 Thread Neil Hanlon
Anything in /var/log/foreman-proxy/proxy.log on your smart proxy w/ regard to pulp or CentOS-7.2-x86_64-vmlinuz? On Thu, Nov 24, 2016 at 12:10 PM Tom K. wrote: > Hi Neil, > > thanks. I've tried already to delete them. They got rebuild but still > 0bytes. > > On my Foreman I found

Re: [foreman-users] Foreman - 0 bytes file boot/CentOS-7.2-x86_64-vmlinuz

2016-11-24 Thread Tom K.
Hi Neil, thanks. I've tried already to delete them. They got rebuild but still 0bytes. On my Foreman I found this. ( vmg-ffm-fosp-saltmaster-001.zone.loc should be the new CentOS Machine) ==> /var/log/foreman/production.log 2016-11-24 18:03:11 [app] [I] Started PUT

Re: [foreman-users] Foreman - 0 bytes file boot/CentOS-7.2-x86_64-vmlinuz

2016-11-24 Thread Neil Hanlon
Try removing these files from the proxy and doing a "cancel build" -> "build" on the host. This will prompt the smart proxy to redownload the kstree files. If this still doesn't get the right files, please take a look at /var/log/messages and see if there are any task/pulp logs referencing this

[foreman-users] Foreman - 0 bytes file boot/CentOS-7.2-x86_64-vmlinuz

2016-11-24 Thread Tom K.
Hi! I've build a couple of debian hosts with my foreman setup. Now I want to setup some CentOS Machines. But during Build process the PXE Start via TFPT failed. It says Could not find boot/CentOS-7.2-x86_64-vmlinuz I checked this on my smartproxy. It's there, but just 0 bytes.

Re: [foreman-users] "foreman-installer --scenario katello -i" no setup of puppet?

2016-11-24 Thread Denny
Ahh okay! Follow up question: If puppet is installed with no addtional configuration how do I edit settings like "show_diff" and "dns_alt_names"? Thank you Denny Am Donnerstag, 24. November 2016 15:31:29 UTC+1 schrieb Greg Swift: > > katello scenario sets up puppet by default. you have

[foreman-users] unattended/built issue for vsphere image based provisioning without ssh

2016-11-24 Thread Robert Foreman
I was able to get image based provisioning without SSH working for a vsphere compute resource: https://theforeman.org/manuals/1.11/index.html#5.2ComputeResources But I'm having issues automating the build completion. The VMware CustomizationSpec

[foreman-users] puppet-certs can't be executed with puppet agent

2016-11-24 Thread Mattson, Robert
Hi All, In our test environment, puppet agent errors [1] when executing puppet-cert

[foreman-users] Re: katello pulp epel-7 sync problem

2016-11-24 Thread pascalp
Hello, I just got started with katello and installed version 3.2. I get the same error when syncing EPEL 7. On Friday, October 21, 2016 at 12:51:35 PM UTC+2, jamese wrote: > > Hi, > > I have katello 3.2-rc2 installed on a CentOS 7 VM and am having problems > syncing the EPEL-7 repo. > > I get

[foreman-users] Error when creating users / groups

2016-11-24 Thread Donald Kramer
Unable to create or modify users or groups. Logs showed 401 unauthorized errors. Had to turn on API authentication in order to allow user / group creation and modification via Hammer CLI. Web interface still will not allow users / groups to be created or modified. Foreman-debug upload

Re: [foreman-users] "foreman-installer --scenario katello -i" no setup of puppet?

2016-11-24 Thread Greg Swift
katello scenario sets up puppet by default. you have to explicitly disable puppet in katello if you dont want it. greg On Thu, Nov 24, 2016, 08:00 Denny wrote: > Hi there, > > pretty easy question for you I'd guess. > > If I run "foreman-installer --scenario katello

Re: [foreman-users] Foreman-Ansible Callback Connection Refused (Errno 111)

2016-11-24 Thread Daniel Lobato Garcia
On 11/21, vladi...@gochange.co wrote: > Hi, ladies and gentlemen. I'm trying to setup Foreman with Ansible. > Looks like I'm missing something. After the test command on the Ansible > server "ansible -m setup localhost" Ansible writes many green strings with > configuration info, and in the end

Re: Re: [foreman-users] Foreman and Katello Ansible Module

2016-11-24 Thread Daniel Lobato Garcia
On 11/24, Ohad Levy wrote: > On Thu, Nov 24, 2016 at 12:58 AM, Eric D Helms wrote: > > > Howdy, > > > > The ansible-modules-extras [1] repository now contains the beginnings of > > Foreman and Katello modules for managing resources with Ansible. This will > > be officially

Re: [foreman-users] Foreman and Katello Ansible Module

2016-11-24 Thread Ohad Levy
On Thu, Nov 24, 2016 at 12:58 AM, Eric D Helms wrote: > Howdy, > > The ansible-modules-extras [1] repository now contains the beginnings of > Foreman and Katello modules for managing resources with Ansible. This will > be officially included with Ansible 2.3. > > The