diff --git a/modules/openstack_project/templates/nodepool/clouds.yaml.erb b/modules/openstack_project/templates/nodepool/clouds.yaml.erb index 7f6f3b00e6..837bc584ac 100644 --- a/modules/openstack_project/templates/nodepool/clouds.yaml.erb +++ b/modules/openstack_project/templates/nodepool/clouds.yaml.erb @@ -2,6 +2,7 @@ cache: expiration: server: 5 port: 5 + floating-ip: 5 clouds: rax: profile: rackspace diff --git a/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb b/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb index 64b734935b..74efb836e9 100644 --- a/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb +++ b/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb @@ -5,6 +5,10 @@ ansible: cache: expiration_time: 86400 path: /var/cache/ansible-inventory + expiration: + server: 5 + port: 5 + floating-ip: 5 clouds: openstackci-internap: profile: internap