packstack allinone behind a proxy server
I have tried several times to install packstack allinone on a system with a static IP that sits behind a proxy server. It is on a dot 10 network in a lab environment. In order to get to the external network, there is a proxy server defined.
The problem occurs during the packstack install when it reaches the step where it it is verifying puppet.pp. I get the following error:
ERROR : Error appeared during Puppet run: 10.86.144.19_keystone.pp
Error: /Stage[main]/Keystone::Roles::Admin/Keystone_role[_member_]: Could not evaluate: Execution of '/bin/keystone --endpoint http://127.0.0.1:35357/v2.0/ role-list' returned 1: Gateway Timeout (HTTP 504)
My assumption is that this error is because of the proxy setup, but I have excluded 127.0.0.1 from the proxy using the NO_PROXY and no_proxy environment variables (set from the network manager).
Has anyone else seen this problem and figured out a workaround?
What is your ip address? Did you add that to no_proxy?