From bfe2afed0c1477368c9873eaea57e5dcda7fc803 Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Thu, 16 Dec 2021 11:44:07 -0800 Subject: [PATCH] Use same networks as docs in pod11 Signed-off-by: Todd Malsbary Change-Id: I48fe2e42fd6215ce4b17989734d4cec7b8f95f31 --- deploy/site/pod11/site.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/deploy/site/pod11/site.yaml b/deploy/site/pod11/site.yaml index 9c66316..1ba4f32 100644 --- a/deploy/site/pod11/site.yaml +++ b/deploy/site/pod11/site.yaml @@ -110,11 +110,7 @@ spec: provisioning: macAddress: 00:1e:67:fe:f4:1a type: ipv4_dhcp - private: - macAddress: 00:1e:67:f8:6a:40 - type: ipv4 - ipAddress: 10.10.112.3/24 - storage: + sriov: macAddress: 00:1e:67:f8:6a:41 type: ipv4 ipAddress: 10.10.113.3/24 @@ -182,11 +178,7 @@ spec: provisioning: macAddress: 00:1e:67:f1:5b:91 type: ipv4_dhcp - private: - macAddress: 00:1e:67:f8:69:80 - type: ipv4 - ipAddress: 10.10.112.4/24 - storage: + sriov: macAddress: 00:1e:67:f8:69:81 type: ipv4 ipAddress: 10.10.113.4/24 -- 2.16.6