From 1d9c721a64a30988051ceb3fc224cbbc00b63e52 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 15 Apr 2021 12:32:17 +1000 Subject: [PATCH] OSU OSL : add default network The public5 network has the most IP addresses available and is recommended for use. This cloud also has fixed public IP's, not floating Change-Id: I7ae1bb0081d3a86149225c3400b53a9561ccffe6 --- playbooks/templates/clouds/nodepool_clouds.yaml.j2 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/playbooks/templates/clouds/nodepool_clouds.yaml.j2 b/playbooks/templates/clouds/nodepool_clouds.yaml.j2 index 7a540def13..fc22e51b68 100644 --- a/playbooks/templates/clouds/nodepool_clouds.yaml.j2 +++ b/playbooks/templates/clouds/nodepool_clouds.yaml.j2 @@ -144,7 +144,11 @@ clouds: user_domain_name: CCP_Domain_34466 osuosl: regions: - - RegionOne + - name: RegionOne + values: + networks: + - name: public5 + default_interface: True auth: auth_url: https://arm-openstack.osuosl.org:5000/v3 username: '{{ nodepool_osuosl_username }}' @@ -152,4 +156,5 @@ clouds: project_name: 'opendevzuul' project_id: '{{ nodepool_osuosl_project_id }}' user_domain_name: "Default" + floating_ip_source: None identity_api_version: 3