Update infoblox template issues

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
G00dj0b
Posts: 1
Joined: Mon May 04, 2020 7:42 pm

Update infoblox template issues

Post by G00dj0b » 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

Uldis (UD)
Posts: 5080
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: Update infoblox template issues

Post by Uldis (UD) » Wed May 06, 2020 7:44 am

You can play with qemu version, but after update all infoblox were tested and working.
I believe previosuly it was 2.4.0
Another thing to try create fresh lab add fresh infoblox node and try

Post Reply