From 47c7ee60863c673a25db4cfb501c2729489a9ceb Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 19 Jun 2018 11:41:03 +1000 Subject: [PATCH] packethost: fix default network setting It's actually "default_interface", not just "default". I must have tested with it correct, then copied it in wrong to system-config :/ Change-Id: I38a76c2d162a9ef35ebaa87080d6986af1a3daa2 --- modules/openstack_project/templates/nodepool/clouds.yaml.erb | 2 +- .../templates/puppetmaster/all-clouds.yaml.erb | 4 ++-- .../templates/puppetmaster/ansible-clouds.yaml.erb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/openstack_project/templates/nodepool/clouds.yaml.erb b/modules/openstack_project/templates/nodepool/clouds.yaml.erb index c057464039..597e94da3d 100644 --- a/modules/openstack_project/templates/nodepool/clouds.yaml.erb +++ b/modules/openstack_project/templates/nodepool/clouds.yaml.erb @@ -104,7 +104,7 @@ clouds: values: networks: - name: openstackzuul-net - default: True + default_interface: True auth: auth_url: https://packet.platform9.net/keystone username: <%= @packethost_username %> diff --git a/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb b/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb index 058883c6f4..4dedd36920 100644 --- a/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb +++ b/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb @@ -181,7 +181,7 @@ clouds: values: networks: - name: openstackci-net - default: True + default_interface: True auth: auth_url: https://packet.platform9.net/keystone username: <%= @puppetmaster_clouds['openstackci_packethost_username'] %> @@ -196,7 +196,7 @@ clouds: values: networks: - name: openstackzuul-net - default: True + default_interface: True auth: auth_url: https://packet.platform9.net/keystone username: <%= @puppetmaster_clouds['openstackzuul_packethost_username'] %> diff --git a/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb b/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb index 33a7c44242..a705910ddd 100644 --- a/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb +++ b/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb @@ -104,7 +104,7 @@ clouds: values: networks: - name: openstackci-net - default: True + default_interface: True auth: auth_url: https://packet.platform9.net/keystone username: <%= @puppetmaster_clouds['openstackci_packethost_username'] %>