Created new image but it doesn't show on map

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
jacksonp2008
Posts: 17
Joined: Sun Jul 22, 2018 10:22 pm

Created new image but it doesn't show on map

Post by jacksonp2008 » Sun Sep 02, 2018 4:47 am

created opt/unetlab/html/templates/ct.php
$p['type'] = 'qemu';
$p['name'] = 'CTX';
$p['cpulimit'] = 1;
$p['icon'] = 'ctx.png';
$p['cpu'] = 4;
$p['ram'] = 3072;
$p['ethernet'] = 1;
$p['console'] = 'vnc';
$p['qemu_arch'] = 'x86_64';
$p['qemu_nic'] = 'e1000-82545em';
$p['qemu_options'] = '--machine pc-q35-2.4,accel=kvm -cpu Penryn,vendor=GenuineIntel -smp 4,cores=2 -usb -device usb-kbd -usbdevice tablet -smbios type=2 -nodefaults -vga std';
created /opt/unetlab/html/includes/config.php

$custom_templates = Array(
'ct' => 'ct test'
);
I even restart the machine, when I try to add a node to the map there is no "ct test" that shows up.

Did I miss a step?

thanks!

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

Re: Created new image but it doesn't show on map

Post by Uldis (UD) » Sun Sep 02, 2018 8:10 am

check our cookbook section 16.3
http://www.eve-ng.net/images/EVE-COOK-BOOK-1.2.pdf

Uldis

jacksonp2008
Posts: 17
Joined: Sun Jul 22, 2018 10:22 pm

Re: Created new image but it doesn't show on map

Post by jacksonp2008 » Wed Sep 05, 2018 11:05 pm

Thats exactly what I did as you can see from the snippets.

Post Reply