[foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-12 Thread Lachlan Musicman
I don't understand what I've done wrong - I am literally following the rule book here, but it seems to trip at every step. I read the logs, and discovered that there were only three files it couldn't find because katello was stopped (this still amazes me - "stop katello, then make foreman-installe

[foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-12 Thread Lachlan Musicman
Ok, I've found the itemized puppet upgrade instructions that are here: http://projects.theforeman.org/projects/foreman/wiki/ Upgrading_from_Puppet_3_to_4 and the place where the doc'd process fails. I start there. When I get to Step 1b. Environments, SSL and Apache; part 5 states "Update SSL pat

[foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-12 Thread Lachlan Musicman
and now yum update on the katello server fails on a certificate problem? [Errno 14] curl#35 - "Peer does not recognize and trust the CA that issued your certificate." -- The most dangerous phrase in the language is, "We've always done it this way." - Grace Hopper On 13 February 2017 at 12:5

[foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-12 Thread Lachlan Musicman
I'm checking through the step 3 process. Looks like most things have been done, with a few differences to the notes: - step 3a.3 edit /etc/puppetlabs/puppetserver/conf.d/puppetserver.conf 1. change master-var-dir to /opt/puppetlabs/puppet/cache my installation had master-var-dir to /o

[foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-12 Thread Lachlan Musicman
Hmmm. Certs continued to fail. I discovered that Candlepin wasn't starting. A search took me to the Katello upgrade page. So I ran foreman-installer --service katello --upgrade again. It fails with: -- Upgrade Step: remove_gutterball... Upgrade Step: start_tomcat... Redirecting to /bin/

[foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-12 Thread Lachlan Musicman
Neither candlepin nor pulp start. logs show this?: Feb 13 16:25:21 vmpr-res-utils goferd[853]: [ERROR][MainThread] katelloplugin:208 - tlsv1 alert unknown ca Feb 13 16:25:21 vmpr-res-utils goferd[853]: [ERROR][MainThread] katelloplugin:208 - Traceback (most recent call last): Feb 13 16:25:21 vmpr

[foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-15 Thread Mario Gamboa
Any solution ? Same issues here the thing that is amazing the katello and foreman team they are planning to no support anymore puppet 3 on 1.15 foreman but how we are going to upgrade our current puppet 3 to 4 is ridiculous -- You received this message because you are subscribed to the Googl

Re: [foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-15 Thread Klaas Demter
Greetings Klaas Demter ATIX - The Linux & Open Source Company www.atix.de - Ursprüngliche Mail - Von: "Mario Gamboa" An: "Foreman users" Gesendet: Mittwoch, 15. Februar 2017 09:18:54 Betreff: [foreman-users] Re: Puppet upgrade from 3.x to 4.x fails Any solution ?

Re: [foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-15 Thread Lachlan Musicman
x & Open Source Company > www.atix.de > > - Ursprüngliche Mail - > Von: "Mario Gamboa" > An: "Foreman users" > Gesendet: Mittwoch, 15. Februar 2017 09:18:54 > Betreff: [foreman-users] Re: Puppet upgrade from 3.x to 4.x fails > > Any solutio

Re: [foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-15 Thread Lachlan Musicman
Mario, I'll be testing Klaas' offerings against a snapshot from last week. I'm hoping it should just work - I'll let you know. cheers L. -- The most dangerous phrase in the language is, "We've always done it this way." - Grace Hopper On 15 February 2017 at 19:18, Mario Gamboa wrote: > An

Re: [foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-16 Thread Klaas Demter
reetings Klaas Demter ATIX - The Linux & Open Source Company www.atix.de - Ursprüngliche Mail - Von: "Lachlan Musicman" An: foreman-users@googlegroups.com Gesendet: Donnerstag, 16. Februar 2017 03:54:31 Betreff: Re: [foreman-users] Re: Puppet upgrade from 3.x to 4.x fails Klaas, Than

Re: [foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-16 Thread Daniel Lobato Garcia
On 02/13, Lachlan Musicman wrote: > Ok, I've found the itemized puppet upgrade instructions that are here: > > http://projects.theforeman.org/projects/foreman/wiki/ > Upgrading_from_Puppet_3_to_4 > > and the place where the doc'd process fails. I start there. > > When I get to Step 1b. Environments

Re: [foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-16 Thread Lachlan Musicman
Great - thanks all. VM snapshot from last week has been restored. We will try again now. cheers L. -- The most dangerous phrase in the language is, "We've always done it this way." - Grace Hopper On 16 February 2017 at 22:06, Daniel Lobato Garcia wrote: > On 02/13, Lachlan Musicman wrote:

Re: [foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-16 Thread Lachlan Musicman
Daniel, running the instructions as per the puppet upgrade page failed again. On issue we kept running into was this, from /var/log/foreman-installer/katello.log [ERROR 2017-02-17 13:44:48 main] mv: cannot move ‘/var/lib/puppet/ssl’ to ‘/etc/puppetlabs/puppet/ssl’: File exists [ERROR 2017-02-17

Re: [foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-16 Thread Lachlan Musicman
GOT IT. GADDAM. Edited /usr/share/katello-installer-base/hooks/pre/31-upgrade-puppet.rb commented out lines 21 and 22: success << Kafo::Helpers.execute('mv /var/lib/puppet/ssl /etc/puppetlabs/puppet') if File.directory?('/var/lib/puppet/ssl') success << Kafo::Helpers.execute('mv /var/lib/p

Re: [foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-17 Thread Eric D Helms
Could you please file a bug report with this information including your fix or add it to an existing report so that we can look at getting this fixed in the upcoming 3.3 release? Thanks Eric On Feb 16, 2017 11:58 PM, "Lachlan Musicman" wrote: GOT IT. GADDAM. Edited /usr/share/katello-install

Re: [foreman-users] Re: Puppet upgrade from 3.x to 4.x fails

2017-02-17 Thread Lachlan Musicman
It was the first thing I did after sending that email. http://projects.theforeman.org/issues/18548 Let me know if you need any more information. cheers L. -- The most dangerous phrase in the language is, "We've always done it this way." - Grace Hopper On 18 February 2017 at 13:44, Eric D