Skip to content

Commit

Permalink
Change "Compute-AI" to "ComputeAI" (sonic-net#11720)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsycqyz authored Feb 20, 2024
1 parent 54e3667 commit 6094e93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ansible/config_sonic_basedon_testbed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@
enable_tunnel_qos_remap: true
when: "(('leafrouter' == (vm_topo_config['dut_type'] | lower)) or ('backendleafrouter' == (vm_topo_config['dut_type'] | lower))) and (hwsku in hwsku_list_dualtor_t1) and not (is_ixia_testbed)"

- name: gather hwsku that supports Compute-AI deployment
- name: gather hwsku that supports ComputeAI deployment
set_fact:
hwsku_list_compute_ai: "['Cisco-8111-O64']"

- name: enable Compute-AI deployment
- name: enable ComputeAI deployment
set_fact:
enable_compute_ai_deployment: true
when: "(hwsku in hwsku_list_compute_ai) and not (is_ixia_testbed)"
Expand Down
2 changes: 1 addition & 1 deletion ansible/templates/minigraph_meta.j2
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<a:DeviceProperty>
<a:Name>ResourceType</a:Name>
<a:Reference i:nil="true"/>
<a:Value>Compute-AI</a:Value>
<a:Value>ComputeAI</a:Value>
</a:DeviceProperty>
{% endif %}
{% if dhcp_servers %}
Expand Down

0 comments on commit 6094e93

Please sign in to comment.