I've set puppet_hostname="puppet.stratos.com" which results in /etc/hosts:

   vagrant@puppet:~$ cat /etc/hosts
   127.0.0.1  localhost
   127.0.0.1  puppet.stratos.com
   127.0.0.1 stratos.com   # stratos domain

However, when devstack stack.sh fails to setup rabbitmq:

   vagrant@puppet:~$ cat /var/log/rabbitmq/startup_log
   ERROR: epmd error for host "puppet": timeout (timed out)

Should the stratos installer be adding the hostname as well, like this:

   vagrant@puppet:~$ cat /etc/hosts
   127.0.0.1  localhost
   127.0.0.1  puppet.stratos.com puppet
   127.0.0.1 stratos.com   # stratos domain

Many thanks,

Chris

Reply via email to