Add lab-config files for as7512 switch. Changes password to onie-image defaults.#80
Conversation
Signed-off-by: Nadiya.Stetskovych <[email protected]>
Signed-off-by: Nadiya.Stetskovych <[email protected]>
|
@lguohan please review |
|
@qiluo-msft and @stcheng please review |
ansible/group_vars/sonic/vars
Outdated
| ansible_ssh_pass: password | ||
| ansible_become_pass: password | ||
| ansible_ssh_pass: admin | ||
| ansible_become_pass: admin |
There was a problem hiding this comment.
Thanks for catching this. I don't like the default password in sonic-buildimages. Could you also change it to "YourPaSsWoRd" at both places: sonic-buildimage repo and sonic-mgmt repo. #Closed
There was a problem hiding this comment.
I submitted a PR: https://github.com/Azure/sonic-buildimage/pull/197/files. Please wait after that.
In reply to: 96720233 [](ancestors = 96720233)
ansible/minigraph/switch4.xml
Outdated
| @@ -0,0 +1,916 @@ | |||
| <DeviceMiniGraph xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="Microsoft.Search.Autopilot.Evolution"> | |||
There was a problem hiding this comment.
Could you summarize what are special in this minigraph comared with others? If no, you may reuse existing one. #Closed
There was a problem hiding this comment.
I prefer not to introduce a new minigraph unless there is a reason.
There was a problem hiding this comment.
@lguohan @qiluo-msft as far as I understand minigraph_facts use {{ inventory_hostname }} and use 'minigraph/{}.xml' to parse data i.e -mgmt ip. Deployment fails for me if I have switch4 in inventory but do not have corresponding xml under minigraph folder.
Please correct me if I wrong.
Signed-off-by: Nadiya.Stetskovych <[email protected]>
Please check with other reviewers. My comments are resolved.
Signed-off-by: Nadiya.Stetskovych <[email protected]>
|
@lguohan removed minigraph. Just default passwd here. |
* Change password to ONIE-image defaults Signed-off-by: Nadiya.Stetskovych <[email protected]>
Merge sonic-mgmt 202405 13_02_24
Feb 17 Fix tests failing due to duplicate vxlan tunnel creation (sonic-net#75) Mar 11 Update route api to specify limitation (sonic-net#77) Apr 01 Add host_ifname field while adding entry in VLAN table (sonic-net#80)
linkmgrd: * 3c2b546 2022-05-31 | Add default route support to `active-active` state machine (sonic-net#78) (github/202205, master, 202205) [Jing Zhang] * 6fa892e 2022-05-27 | Degrade `LinkProberStateMachineBase` virtual function logging level (sonic-net#80) [Longxiang Lyu] * 7b695ca 2022-05-27 | Fix mux wait timer and peer mux wait timer (sonic-net#81) [Longxiang Lyu] platform-daemons: * 0d90023 2022-05-31 | grpc client implementation for active-active dualtor (sonic-net#248) (github/master, github/202205, master, 202205) [vdahiya12] * 6b8bf69 2022-05-27 | [ycabled] Fix some syntax warnings in ycabled (sonic-net#263) [vdahiya12] * 2bcf936 2022-05-24 | [ycabled] fix the posting for mux_cable_static_info per downlink when ycabled is spawned; synchronizing executing Telemetry API (sonic-net#257) [vdahiya12] * ce217c0 2022-04-25 | Include changes from xcvr_api in transceiver_info table (sonic-net#253) [qinchuanares] * e0f8a35 2022-04-22 | Fix checkReplyType failed issue via recreating xcvr_table_helper on forking subprocess (sonic-net#255) [Stephen Sun] platform-common: * f575a40 2022-05-24 | [Credo][Ycable] changes for synchronizing executing Telemetry API's when mux toggle is inprogress (sonic-net#280) (github/202205, master, 202205) [vdahiya12] * b043372 2022-05-11 | [sonic_ssd] Nokia-7215: "show platform ssdhealth" not showing health percent (sonic-net#279) [bill-nokia] * d62d3d6 2022-05-04 | [CMIS]Fix low-power to high power mode transition (sonic-net#268) [Prince George] * f918125 2022-05-02 | [syseeprom] Enable display of vendor extension TLV content (sonic-net#270) [dflynn-Nokia] * 4e08440 2022-04-14 | [Credo][Ycable] improve logging for Server Powered off/Faulty cables (sonic-net#272) [vdahiya12] Signed-off-by: Ying Xie <[email protected]>
…atically (sonic-net#15544) src/sonic-telemetry * 0b8843c - (HEAD -> 202205, origin/202205) Merge pull request sonic-net#120 from zbud-msft/202205_divide_by_zero (3 hours ago) [Ying Xie] | * 015defa - Merge branch '202205' into 202205_divide_by_zero (5 hours ago) [Zain Budhwani] * | de2124b - Change log level (5 hours ago) [zbud-msft] * | f203be5 - Add logs for md5 checksum (sonic-net#80) (5 hours ago) [Zain Budhwani] | * ea6c84b - Merge branch '202205' into 202205_divide_by_zero (31 hours ago) [Zain Budhwani] * | ab98380 - Fix sonic-mgmt-common version to ec32690 in pipeline (sonic-net#123) (34 hours ago) [Sachin Holla] * 5fcecef - Merge branch '202205' into 202205_divide_by_zero (4 days ago) [Ying Xie] * 09c8bfc - Merge branch '202205' into 202205_divide_by_zero (11 days ago) [Zain Budhwani] * 21b9bc8 - Fix crash when retrieving cpu utilization (sonic-net#70) (sonic-net#71) (11 days ago) [Zain Budhwani]
Why I did it Update sonic-telemetry submodules (to fix CVE-2021-3121 alert). e56e9b4 Fix CVE-2021-3121 warning (sonic-net#96) bf1be4f [ci]: Support code diff coverage threshold 50% (sonic-net#94) 64e516c Ported Marvell armhf build on x86 for debian buster to use cross-compilation instead of qemu emulation (sonic-net#80) e426388 [ci]: Support azp code coverage (sonic-net#87) 0443e66 Remove DB Directory removal as part of make clean (sonic-net#84) 085f29d Fix unhandled nil err check to prevent rpc causing a crash (sonic-net#78)
e56e9b4 Fix CVE-2021-3121 warning (sonic-net#96) bf1be4f [ci]: Support code diff coverage threshold 50% (sonic-net#94) 64e516c Ported Marvell armhf build on x86 for debian buster to use cross-compilation instead of qemu emulation (sonic-net#80) e426388 [ci]: Support azp code coverage (sonic-net#87)
[Chassis base] Add sfp error event definition sonic-net#80 SFP(sff8472 attributes) transciever eeprom attribute support sonic-net#74
Feb 17 Fix tests failing due to duplicate vxlan tunnel creation (sonic-net#75) Mar 11 Update route api to specify limitation (sonic-net#77) Apr 01 Add host_ifname field while adding entry in VLAN table (sonic-net#80)
No description provided.