Skip to content

Commit

Permalink
updated metdata in all three file of ansible tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh Kumar authored and Mahesh Kumar committed Dec 18, 2024
1 parent 655b26c commit edb9339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"hostname": "testhost", "is_deployed": true, "service_routing_protocols_model": "multi-agent", "vlan_internal_order": {"allocation": "ascending", "range": {"beginning": 1006, "ending": 1199}}, "aaa_root": {"disabled": true}, "config_end": true, "enable_password": {"disabled": true}, "transceiver_qsfp_default_mode_4x10": true, "vrfs": [{"name": "MGMT", "ip_routing": false}], "management_api_http": {"enable_vrfs": [{"name": "MGMT"}], "enable_https": true}, "ip_igmp_snooping": {"globally_enabled": true}}
{"hostname": "testhost", "is_deployed": true, "service_routing_protocols_model": "multi-agent", "vlan_internal_order": {"allocation": "ascending", "range": {"beginning": 1006, "ending": 1199}}, "aaa_root": {"disabled": true}, "config_end": true, "enable_password": {"disabled": true}, "transceiver_qsfp_default_mode_4x10": true, "vrfs": [{"name": "MGMT", "ip_routing": false}], "management_api_http": {"enable_vrfs": [{"name": "MGMT"}], "enable_https": true}, "ip_igmp_snooping": {"globally_enabled": true}, "metadata": {"fabric_name": "integration_tests"}}
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ management_api_http:
enable_https: true
ip_igmp_snooping:
globally_enabled: true
metadata:
fabric_name: integration_tests

0 comments on commit edb9339

Please sign in to comment.