diff options
author | pmikus <pmikus@cisco.com> | 2021-06-10 12:52:07 +0000 |
---|---|---|
committer | pmikus <pmikus@cisco.com> | 2021-06-10 12:52:07 +0000 |
commit | a576a9d94b30f0f4a88160881342e2b943027ade (patch) | |
tree | e9a5e7ac527aaaabbcdeafb9de66f86e14f38a7b /fdio.infra.pxe | |
parent | 7829fea4a2c8936513fa95215b7d84997f814a69 (diff) |
Infra: Move Nomad AARCH64 mgmt.ip via i350
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I358680cd165c52d1515f1542d4eb7051ac436bb4
Diffstat (limited to 'fdio.infra.pxe')
3 files changed, 4 insertions, 4 deletions
diff --git a/fdio.infra.pxe/docker-dnsmasq/etc/dnsmasq.conf b/fdio.infra.pxe/docker-dnsmasq/etc/dnsmasq.conf index 2373104662..a58f30d1a6 100755 --- a/fdio.infra.pxe/docker-dnsmasq/etc/dnsmasq.conf +++ b/fdio.infra.pxe/docker-dnsmasq/etc/dnsmasq.conf @@ -80,8 +80,8 @@ dhcp-host=40:8d:5c:e7:b0:aa,10.30.51.66,s51-nomad,infinite # enP2p1s0v0 dhcp-host=1c:1b:0d:68:7c:b3,10.30.51.67,s49-nomad,infinite # enP2p1s0v0 dhcp-host=1c:1b:0d:01:d8:dc,10.30.51.68,s50-nomad,infinite # enP2p1s0v0 dhcp-host=e0:d5:5e:ae:70:26,10.30.51.69,s27-t211-sut1,infinite # eno1 -dhcp-host=b4:2e:99:ab:1d:e8,10.30.51.70,s55-t13-sut1,infinite # eno1 -dhcp-host=b4:2e:99:ab:1d:dc,10.30.51.71,s56-t14-sut1,infinite # eno1 +dhcp-host=b4:2e:99:ab:1d:e8,10.30.51.70,s55-t13-sut1,infinite # enp8s0f0 +dhcp-host=b4:2e:99:ab:1d:dc,10.30.51.71,s56-t14-sut1,infinite # enp8s0f0 # Hosts DHCP settings yul1_2 subnet. dhcp-host=ac:1f:6b:8b:54:c8,10.32.8.10,s28-t26t35-tg1,infinite # eno1 dhcp-host=0c:c4:7a:fc:ca:cc,10.32.8.11,s29-t26-sut1,infinite # eno3 diff --git a/fdio.infra.pxe/docker-nginx/html/ubuntu_focal_arm64/b4:2e:99:ab:1d:dc/user-data b/fdio.infra.pxe/docker-nginx/html/ubuntu_focal_arm64/b4:2e:99:ab:1d:dc/user-data index 30e0537469..2a5157ec4c 100644 --- a/fdio.infra.pxe/docker-nginx/html/ubuntu_focal_arm64/b4:2e:99:ab:1d:dc/user-data +++ b/fdio.infra.pxe/docker-nginx/html/ubuntu_focal_arm64/b4:2e:99:ab:1d:dc/user-data @@ -21,7 +21,7 @@ autoinstall: locale: en_US.UTF-8 network: ethernets: - eno1: + enp8s0f0: addresses: [ 10.30.51.71/24 ] dhcp4: false gateway4: 10.30.51.1 diff --git a/fdio.infra.pxe/docker-nginx/html/ubuntu_focal_arm64/b4:2e:99:ab:1d:e8/user-data b/fdio.infra.pxe/docker-nginx/html/ubuntu_focal_arm64/b4:2e:99:ab:1d:e8/user-data index 20135d98ea..649d2c27b4 100644 --- a/fdio.infra.pxe/docker-nginx/html/ubuntu_focal_arm64/b4:2e:99:ab:1d:e8/user-data +++ b/fdio.infra.pxe/docker-nginx/html/ubuntu_focal_arm64/b4:2e:99:ab:1d:e8/user-data @@ -21,7 +21,7 @@ autoinstall: locale: en_US.UTF-8 network: ethernets: - eno1: + enp8s0f0: addresses: [ 10.30.51.70/24 ] dhcp4: false gateway4: 10.30.51.1 |