Puppet platform 5

With this out, does anyone know if this will be an easier new version
support in Foreman, or another long wait to get it functional?

Fantastic question … I"m waiting on foreman announcements myself.

··· On Wednesday, September 13, 2017 at 7:06:06 AM UTC-7, jp1...@gmail.com wrote: > > With this out, does anyone know if this will be an easier new version > support in Foreman, or another long wait to get it functional? >

I'm using it with puppet 5.1 without any problem, although I'm using
foreman just as a report console.

··· El 13/09/17 a las 16:06, jp10558@gmail.com escribió: > With this out, does anyone know if this will be an easier new version > support in Foreman, or another long wait to get it functional? > -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información y las Comunicaciones Aplicadas (ATICA) http://www.um.es/atica Tfo: 868889150 Fax: 868888337

Using foreman with puppet5 too, but I faced 2 issues on upgrade(I'm using the foreman puppet modules too) :

/etc/puppetlabs/puppetserver/conf.d/web-routes.conf does not contain :
"puppetlabs.trapperkeeper.services.metrics.metrics-service/metrics-webservice": "/metrics"

And /opt/puppetlabs/server/apps/puppetserver/config/services.d/bootstrap.cfg does not contain
puppetlabs.trapperkeeper.services.watcher.filesystem-watch-service/filesystem-watch-service

Once that's fixed, puppetserver runs ok and foreman is happy

-----Message d'origine-----

··· De : foreman-users@googlegroups.com [mailto:foreman-users@googlegroups.com] De la part de Angel L. Mateo Envoyé : vendredi 15 septembre 2017 08:08 À : foreman-users@googlegroups.com Objet : Re: [foreman-users] Puppet platform 5

El 13/09/17 a las 16:06, jp10558@gmail.com escribió:

With this out, does anyone know if this will be an easier new version
support in Foreman, or another long wait to get it functional?

I'm using it with puppet 5.1 without any problem, although I'm using 

foreman just as a report console.


Angel L. Mateo Martínez
Sección de Telemática
Área de Tecnologías de la Información
y las Comunicaciones Aplicadas (ATICA)
http://www.um.es/atica
Tfo: 868889150
Fax: 868888337


You received this message because you are subscribed to the Google Groups “Foreman users” group.
To unsubscribe from this group and stop receiving emails from it, send an email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

Sorry to resurrect, but I am having this issue right now. I get

default: Oct 04 12:56:28 puppet-server-mirror-01 puppetserver[11309]: Exception in thread “main” java.lang.IllegalArgumentException: service :puppetlabs.trapperkeeper.services.metrics.metrics-service/metrics-webservice does not appear in configuration

I am in the process of upgrading to Puppet 5 server. I am using the foreman-puppet puppet module version 9.1.0.

I don’t see anything in the configuration files for the metrics service which is why I am getting the error. Foreman is still managing the web-routes.conf file which I thought was supposed to have been patched out?
https://github.com/theforeman/puppet-puppet/commit/9c5e77cbe26fc3a800f25d6266384a488df9cc63

Any ideas what I might be doing incorrectly?

For puppet 5 you actually need the part to be there.

If you’re using the installer, have a look at Upgrading from Puppet 4 to 5 - Foreman.

When you use the puppet module directly then you want to look at $puppet::server_puppetserver_metrics. We should be autodetecting the puppet version so be sure you don’t set it to an incorrect value or at least set it to a correct value:

1 Like

Thank you for your help. I ended up figuring out the issues.