Hi Rilindo,
Thank you for the reply, let me explain the issue more clearly.
We have gcloud instances whose private IPs are DNS registered in our company network as <hostname>.
mycompany.comBut these google cloud instances seem to have their own local domain as c.<ProjectID> and thus hostname --fqdn gives
<hostname>.c.<ProjectID> this Project id is some random long weird name.
And when I register a puppet agent node to the master, its requesting certificate with this long name, I want it to be
hostname.mycompany.com.
I tried using certname option like below
I did add certname =
uc1f-coster-xxx02.mycompany.com in /etc/puppet/puppet.conf
The certificate request came as desired with
hostname.mycompany.com but once its added, when I check hosts in foreman interface it shows the long hostname.
so, I'm looking at options to override fqdn from google's to my company's and register it with master.
Please share your thoughts..
On Wednesday, May 13, 2015 at 6:13:21 PM UTC+5:30, RIlindo Foster wrote: