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

[vs][multi-asic]: Add new platforms for multi-asic vs. #8269

Merged
merged 8 commits into from
Sep 1, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions device/virtual/x86_64-mkvm_x86_64_4_asic-r0/asic.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NUM_ASIC=4
1 change: 1 addition & 0 deletions device/virtual/x86_64-mkvm_x86_64_4_asic-r0/default_sku
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
msft_four_asic_vs
1 change: 1 addition & 0 deletions device/virtual/x86_64-mkvm_x86_64_4_asic-r0/installer.conf
1 change: 1 addition & 0 deletions device/virtual/x86_64-mkvm_x86_64_4_asic-r0/plugins
1 change: 1 addition & 0 deletions device/virtual/x86_64-mkvm_x86_64_6_asic-r0/asic.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NUM_ASIC=6
1 change: 1 addition & 0 deletions device/virtual/x86_64-mkvm_x86_64_6_asic-r0/default_sku
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
msft_multi_asic_vs
1 change: 1 addition & 0 deletions device/virtual/x86_64-mkvm_x86_64_6_asic-r0/installer.conf
1 change: 1 addition & 0 deletions device/virtual/x86_64-mkvm_x86_64_6_asic-r0/plugins
7 changes: 5 additions & 2 deletions platform/vs/onie.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
ONIE_RECOVERY_IMAGE = onie-recovery-x86_64-kvm_x86_64-r0.iso
$(ONIE_RECOVERY_IMAGE)_URL = "https://sonicstorage.blob.core.windows.net/packages/onie/onie-recovery-x86_64-kvm_x86_64-r0.iso?sv=2015-04-05&sr=b&sig=XMAk1cttBFM369CMbihe5oZgXwe4uaDVfwg4CTLT%2F5U%3D&se=2155-10-13T10%3A40%3A13Z&sp=r"

SONIC_ONLINE_FILES += $(ONIE_RECOVERY_IMAGE)
ONIE_RECOVERY_MKVM_4ASIC_IMAGE = onie-recovery-x86_64-mkvm_x86_64_4_asic-r0.iso
$(ONIE_RECOVERY_MKVM_4ASIC_IMAGE)_URL=""
SuvarnaMeenakshi marked this conversation as resolved.
Show resolved Hide resolved
ONIE_RECOVERY_MKVM_6ASIC_IMAGE = onie-recovery-x86_64-mkvm_x86_64_6_asic-r0.iso
$(ONIE_RECOVERY_MKVM_6ASIC_IMAGE)_URL=""
SONIC_ONLINE_FILES += $(ONIE_RECOVERY_IMAGE) $(ONIE_RECOVERY_MKVM_4ASIC_IMAGE) $(ONIE_RECOVERY_MKVM_6ASIC_IMAGE)
judyjoseph marked this conversation as resolved.
Show resolved Hide resolved