Hello,

        I have a running puppetmaster with version 3.8.6.

Now I'm trying to deploy a new puppetmaster 4 (using the puppetserver AIO package) that uses my current 3.8.6 puppetmaster as the CA. In this server's puppet.conf file I have:

[main]
  ca_server = <fqdn of my 3.8.6 puppet master>
  ...

[master]
    autosign       = $confdir/autosign.conf { mode = 664 }
    external_nodes = /etc/puppetlabs/puppet/node.rb
    node_terminus  = exec
    ca             = false
    ssldir         = /etc/puppetlabs/puppet/ssl
    certname       = <fqdn of new puppet master>
    parser         = current
    strict_variables = false

The problem I have is that whenever I try to run puppet agent in this same host I get:

# /opt/puppetlabs/bin/puppet agent -t --server <fqdn of new puppetmaster> --environment feature_TLM_3240 Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Find /puppet/v3/node/mus30.um.es?environment=feature_TLM_3240&configured_environment=feature_TLM_3240&... resulted in 404 with the message: Not Found: Could not find node <fqdn of new puppetmaster>
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find node '<fqdn of new puppetmaster>'; cannot compile
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run

        Any help? Is there any way I could debug this problem?

        Thanks.

--
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: 868887590
Fax: 868888337

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/5703B454.40103%40um.es.
For more options, visit https://groups.google.com/d/optout.

Reply via email to