From 06bf8cf347d8af6740ab5df842abebf17dabac30 Mon Sep 17 00:00:00 2001 From: chenliangyjy Date: Fri, 8 May 2020 12:38:30 +0800 Subject: migrate hdv code from cirv to subproject cirv-hdv project Signed-off-by: chenliangyjy Change-Id: Ieb02ccf45bdf7b0b46cb204c864a521d547a5231 Signed-off-by: chenliangyjy --- hdv/redfish/conf/config.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 hdv/redfish/conf/config.yaml (limited to 'hdv/redfish/conf/config.yaml') diff --git a/hdv/redfish/conf/config.yaml b/hdv/redfish/conf/config.yaml new file mode 100644 index 0000000..b57b71c --- /dev/null +++ b/hdv/redfish/conf/config.yaml @@ -0,0 +1,17 @@ +--- +bmc_ip: 172.29.160.22 +bmc_user: root +bmc_pwd: Huawei12#$ +system_id: 1 +chassis_id: 1 +attr_name: 3 +pro_seq: 4 +url_seq: 5 +req_header_seq: 6 +req_body_seq: 7 +expect_return_code_seq: 8 +expect_return_value_seq: 9 +return_code_seq: 10 +return_value_seq: 11 +detail_result: 12 +final_result: 13 -- cgit 1.2.3-korg