Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for vr-aoscx #1488

Merged
merged 2 commits into from
Jul 28, 2023
Merged

Support for vr-aoscx #1488

merged 2 commits into from
Jul 28, 2023

Conversation

ssasso
Copy link
Contributor

@ssasso ssasso commented Jul 28, 2023

Support for ArubaOS-CX using vrnetlab, after hellt/vrnetlab#133

(This is my first time working with go, so forgive me if I did something wrong. It tried to copy from other vr- kinds.)

I compiled everything with make all, and got everyting working in my env with the following topology:

name: test-aoscx

mgmt:
  ipv4-subnet: 192.168.124.0/24

topology:
  nodes:
    r1:
      mgmt-ipv4: 192.168.124.101
      kind: vr-aoscx
      image: vrnetlab/vr-aoscx:20230531220439
      runtime: docker
    r2:
      mgmt-ipv4: 192.168.124.102
      kind: vr-aoscx
      image: vrnetlab/vr-aoscx:20230531220439
      runtime: docker

  links:
  - endpoints:
    - "r1:eth1"
    - "r2:eth1"

@hellt
Copy link
Member

hellt commented Jul 28, 2023

All looks good @ssasso
I just added the new doc entry to the doc engine TOC.

@hellt hellt merged commit 8641cca into srl-labs:main Jul 28, 2023
17 checks passed
@ssasso ssasso changed the title CLAB support for vr-aoscx Support for vr-aoscx Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants