Skip to content

Commit

Permalink
AOS-CX: Update CPU and MEM values for newer versions (hellt#294)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Sasso <[email protected]>
  • Loading branch information
2 people authored and kaelemc committed Dec 19, 2024
1 parent adcf16e commit b2e2b62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions aoscx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ docker tag vrnetlab/vr-aoscx:20210610000730 vrnetlab/vr-aoscx:10.07.0010
Tested booting and responding to SSH:

* `ArubaOS-CX_10_12_0006.ova` (`arubaoscx-disk-image-genericx86-p4-20230531220439.vmdk`)
* `ArubaOS-CX_10_13_0005.ova` (`arubaoscx-disk-image-genericx86-p4-20231110145644.vmdk`)
* `ArubaOS-CX_10_14_1000.ova` (`arubaoscx-disk-image-genericx86-p4-20240731173624.vmdk`)

## System requirements

CPU: 2 core
CPU: 4 core

RAM: 4GB
RAM: 8GB

Disk: <1GB
2 changes: 1 addition & 1 deletion aoscx/docker/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, hostname, username, password, conn_mode):
logging.getLogger().info("Disk image was not found")
exit(1)
super(AOSCX_vm, self).__init__(
username, password, disk_image=disk_image, ram=4096, cpu="host,level=9", smp="2"
username, password, disk_image=disk_image, ram=8192, cpu="host,level=9", smp="4"
)
self.hostname = hostname
self.conn_mode = conn_mode
Expand Down

0 comments on commit b2e2b62

Please sign in to comment.