From cbc5e351da04420dbfc35516c00cba5d40f228f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Ciecierski?= Date: Thu, 16 Jan 2025 12:30:20 +0100 Subject: [PATCH] Adjust external network to match HCI greenfield OSP17.1 external network should mathc external network defined for RHOSO18 greenfield[1] [1]https://github.com/openstack-k8s-operators/architecture/blob/e5a762d0fc0217efb98c7b603ea2466d0e66cebd/examples/va/hci/control-plane/nncp/values.yaml#L165 --- scenarios/hci/network_data.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scenarios/hci/network_data.yaml.j2 b/scenarios/hci/network_data.yaml.j2 index 1fcfa71fc..cffc2784c 100644 --- a/scenarios/hci/network_data.yaml.j2 +++ b/scenarios/hci/network_data.yaml.j2 @@ -56,5 +56,5 @@ subnets: external_subnet: vlan: 44 - ip_subnet: '172.21.0.0/24' - allocation_pools: [{'start': '172.21.0.120', 'end': '172.21.0.250'}] + ip_subnet: '10.0.0.0/24' + allocation_pools: [{'start': '10.0.0.150', 'end': '10.0.0.250'}]