vQFX Problems - Template not detected

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
febilo
Posts: 5
Joined: Sat Mar 25, 2017 10:00 am

vQFX Problems - Template not detected

Post by febilo » Tue Jun 12, 2018 11:22 pm

Hello World,

I am installing vqfx on latest eve community : 2.0.3-92

however it is not detected on eve-ng (attached)

i did not change the template settings (attached)

root@eve-ng:/opt/unetlab/html/templates# cat vqfxpfe.php
<?php
# vim: syntax=php tabstop=4 softtabstop=0 noexpandtab laststatus=1 ruler

/*
* Copyright (c) 2016, Andrea Dainese
* Copyright (c) 2017, Alain Degreffe
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of the UNetLab Ltd nor the name of EVE-NG Ltd nor the
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

$p['type'] = 'qemu';
$p['name'] = 'vQFX-PFE';
$p['cpulimit'] = 1;
$p['icon'] = 'JunipervQFXpfe.png';
$p['cpu'] = 2;
$p['ram'] = 4096;
$p['ethernet'] = 2;
$p['console'] = 'vnc';
$p['qemu_arch'] = 'x86_64';
$p['qemu_nic'] = 'e1000';
$p['qemu_options'] = '-machine type=pc-1.0,accel=kvm -vga std -usbdevice tablet -boot order=dc';
?>




root@eve-ng:/opt/unetlab/html/templates# cat vqfxre.php
<?php
# vim: syntax=php tabstop=4 softtabstop=0 noexpandtab laststatus=1 ruler

/*
* Copyright (c) 2016, Andrea Dainese
* Copyright (c) 2017, Alain Degreffe
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of the UNetLab Ltd nor the name of EVE-NG Ltd nor the
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

$p['type'] = 'qemu';
$p['name'] = 'vQFX-RE';
$p['cpulimit'] = 1;
$p['icon'] = 'JunipervQFXre.png';
$p['cpu'] = 2;
$p['ram'] = 2048;
$p['ethernet'] = 15;
$p['console'] = 'telnet';
$p['qemu_arch'] = 'x86_64';
$p['qemu_nic'] = 'virtio-net-pci';
$p['qemu_options'] = '-machine type=pc-1.0,accel=kvm -serial mon:stdio -nographic';
?>



Image that i used :

RE : vqfx10k-re-15.1X53-D60.vmdk
PFE : vqfx10k-pfe-20160609-2.vmdk

i already convert both of them to be hda.qcow2 in separate directories, however, no luck

is there something that i missed?



Thank you for tremendous support


Regards

Febilo
You do not have the required permissions to view the files attached to this post.

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

Re: vQFX Problems - Template not detected

Post by Uldis (UD) » Wed Jun 13, 2018 8:08 am

image folder names are sensitive please refer our image table for proper foldernames.
http://www.eve-ng.net/documentation/images-table
UD

febilo
Posts: 5
Joined: Sat Mar 25, 2017 10:00 am

Re: vQFX Problems - Template not detected

Post by febilo » Fri Jun 15, 2018 3:14 pm

Thank you, it works like a charm :D :D


Anyway, can i get these 2 files belows :

vqfx17.4-re.vmdk

and

vqfx17.4-pfe.vmdk

Thank you

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

Re: vQFX Problems - Template not detected

Post by Uldis (UD) » Fri Jun 15, 2018 6:49 pm

mate its foldername, which is veru sensitive..
as well vmdk need connvert to qcow..

http://www.eve-ng.net/documentation/images-table

Chek table for exact image foldernaming !

UD

Post Reply