[foreman-users] Manage puppet modules with foreman (pulp)

2017-06-27 Thread Bernhard Suttner
Hi, Yesterday I have added puppet modules to foreman / katello using the pulp-puppet-module-builder which did work pretty good. Unfortunately, the generation of the content view failed because of "permission denied": "distributor_id"=> "ATIX-Library-puppet-ssh", "repo_id"=> "ATIX

[foreman-users] Katello 3.4.2 Released

2017-06-27 Thread Eric D Helms
We are happy to announce the GA of Katello 3.4.2. This release was accelerated due to the breakage in attempting to register via an activation key. This release includes 17 bug fixes, a few highlighted: * Registration via an activation key will not error * The katello-backup tool now has supp

[foreman-users] Vertical Nav demo

2017-06-27 Thread Duncan Innes
Is there any way to leave a semi-interactive demo of the vertical nav for users to see? I put together an amateur patternfly demo for Rockstor in my fork of the patternfly repo (https://rawgit.com/duncaninnes/patternfly/master/tests/rockstor5.html#). It's not great, but allowed people to see

[foreman-users] Re: Vertical Nav demo

2017-06-27 Thread rohoover
Hi Duncan! Here you can see the demo that I had shown: https://rawgit.com/patternfly/patternfly/master-dist/dist/tests/vertical-navigation-with-tertiary-pins.html It's fully responsive, so feel free to adjust the screen size. I don't have any demos to other upstreams that have made small tweaks

[foreman-users] katello-agent 3.4 repos missing deps

2017-06-27 Thread matthewhmiller
I'm attempting to install the katello-agent on a CentOS 6 system per the instructions listed here: https://theforeman.org/plugins/katello/3.4/installation/clients.html But I get the following error: Cannot open: http://fedorapeople.org/groups/katello/releases/yum/3.4/client/el6/x86_64/katello

Re: [foreman-users] katello-agent 3.4 repos missing deps

2017-06-27 Thread 'Jason B. Nance' via Foreman users
Hi Matthew, EL 6 support was dropped earlier in the 3.x series. EL 7 is currently the only supported version for RHEL/RHEL-like distros. Regards, j From: matthewhmil...@gmail.com To: "Foreman Users" Sent: Tuesday, June 27, 2017 3:03:29 PM Subject: [foreman-users] katello-agent 3.4 r

Re: [foreman-users] katello-agent 3.4 repos missing deps

2017-06-27 Thread 'Jason B. Nance' via Foreman users
Errr... wait, sorry, I totally misread your email. I thought you were referring to Katello server, not client. Sorry sorry... Ignore me. j From: "Jason Nance" To: "Foreman Users" Sent: Tuesday, June 27, 2017 3:52:19 PM Subject: Re: [foreman-users] katello-agent 3.4 repos missing deps

Re: [foreman-users] katello-agent 3.4 repos missing deps

2017-06-27 Thread Eric D Helms
I'll look into this discrepancy. This is likely due to the migration we had to make and rebuild our RPM build server. Stay tuned. On Tue, Jun 27, 2017 at 4:53 PM, 'Jason B. Nance' via Foreman users < foreman-users@googlegroups.com> wrote: > Errr... wait, sorry, I totally misread your email. I th

[foreman-users] Network provisioning failing

2017-06-27 Thread Renig Tra
Hi all, I'm trying to install a host with CentOS 7.3 using foreman 1.15.0 but when booting using a "Full image", the specified network configuration created in the host is not applied because a new network interface called idrac has appeared with the same IP configured for the real network inte

[foreman-users] Foreman (puppetserver) reachable by agent but...

2017-06-27 Thread Christian Tardif
I have an issue I can't figure out. Out of a sudden, my puppet agents can't get their updates anymore. The agent starts (puppet agent -td), apparently gets the facts, and then stops, waiting indefinitely with: Debug: Starting connection for https://puppet:8140 >From the same host, I can reach

[foreman-users] Re: Foreman (puppetserver) reachable by agent but...

2017-06-27 Thread Christian Tardif
Forgot to mention... I'm running the latest Foreman server (1.15.1) and the latest Puppet-CE clients (Puppet sources are all from Puppet-CE ubuntu repositories) Le mercredi 28 juin 2017 00:42:25 UTC-4, Christian Tardif a écrit : > > I have an issue I can't figure out. Out of a sudden, my puppet

[foreman-users] use PXE http GET parameter in provision template?

2017-06-27 Thread AdamW
Hello list, I want to have a machine boot into a pxe menu with two menu options: "clean install" and "reinstall". The main difference between these are that they use different partition schemes in my kickstart configuration. I've been trying to come up with a solution as to how I can build a p

[foreman-users] Re: use PXE http GET parameter in provision template?

2017-06-27 Thread AdamW
ok, i kind of found the answer to this in lib/foreman/renderer.rb in function 'load_template_vars', where the @static http parameter is read. So I can add my own 'reinstall' parameter there and get my kickstart template to work. Unfortunately this involves altering the Foreman code, so if anyo