Skip to content

Commit b1bf824

Browse files
committed
Improve out of the box use.
Submitted by: Tomas Mikuska
1 parent 8a83eef commit b1bf824

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

node-definitions/cisco/ngfw/fmcv.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ui:
1717
description: |-
1818
Cisco Firepower Management Center Virtual Appliance
1919
20-
28 GB DRAM, 4 vCPUs
20+
32 GB DRAM, 4 vCPUs
2121
2222
[CCO Link](https://www.cisco.com/c/en/us/td/docs/security/firepower/quick_start/fmcv/fpmc-virtual.html)
2323
label_prefix: fmcv-
@@ -28,13 +28,13 @@ sim:
2828
libvirt_domain_driver: kvm
2929
driver: server
3030
disk_driver: virtio
31-
ram: 28672
31+
ram: 32768
3232
cpus: 4
3333
cpu_limit: 100
3434
nic_driver: virtio
35-
data_volume: 250
35+
data_volume: 256
3636
boot:
37-
timeout: 1200
37+
timeout: 1800
3838
completed:
3939
- 'login:'
4040
inherited:
@@ -52,7 +52,7 @@ inherited:
5252
boot_disk_size: false
5353
configuration:
5454
generator:
55-
driver: server
55+
driver: null
5656
provisioning:
5757
volume_name: day0
5858
media_type: iso
@@ -64,7 +64,7 @@ configuration:
6464
{
6565
"EULA": "accept",
6666
"Hostname": "fmvc",
67-
"AdminPassword": "Admin123",
67+
"AdminPassword": "Cisco1@3",
6868
"DNS1": "",
6969
"DNS2": "",
7070
"IPv4Mode": "dhcp",
@@ -79,4 +79,5 @@ configuration:
7979
schema_version: 0.0.1
8080
pyats:
8181
os: linux
82-
use_in_testbed: true
82+
username: admin
83+
password: Cisco1@3

0 commit comments

Comments
 (0)