Update infoblox template issues
Posted: Mon May 04, 2020 7:57 pm
Good Morining, Need some help with editing the Infoblox template. I am trying to modify the interface names
Currently, it lists LAN1 LAN2 LAN3 and MGNT (not a typo). I want to change it to MGMT LAN1 HA LAN2 in that order.
Following the documentation I updated the infoblox.yml file in the intel folder to be
type: qemu
name: infoblox
description: Infoblox DDI
cpulimit: 1
icon: Infoblox.png
cpu: 1
ram: 2048
ethernet: 4
eth_name:
- MGMT
- LAN1
- HA
- LAN2
console: telnet
qemu_arch: x86_64
qemu_version: 2.12.0
qemu_nic: virtio-net-pci
qemu_options: -machine type=pc,accel=kvm -vga std -usbdevice tablet -boot order=dc
However I dont see the change when i add a new infoblox object to the topology
Setup: windows 10 1909 host machine 32gb ram, 8 cores, VMware workstation 15, eve-ng pro
Currently, it lists LAN1 LAN2 LAN3 and MGNT (not a typo). I want to change it to MGMT LAN1 HA LAN2 in that order.
Following the documentation I updated the infoblox.yml file in the intel folder to be
type: qemu
name: infoblox
description: Infoblox DDI
cpulimit: 1
icon: Infoblox.png
cpu: 1
ram: 2048
ethernet: 4
eth_name:
- MGMT
- LAN1
- HA
- LAN2
console: telnet
qemu_arch: x86_64
qemu_version: 2.12.0
qemu_nic: virtio-net-pci
qemu_options: -machine type=pc,accel=kvm -vga std -usbdevice tablet -boot order=dc
However I dont see the change when i add a new infoblox object to the topology
Setup: windows 10 1909 host machine 32gb ram, 8 cores, VMware workstation 15, eve-ng pro