diff options
author | Shubham Mishra <shivam828787@gmail.com> | 2020-06-16 18:42:58 +0530 |
---|---|---|
committer | Shubham Mishra <shivam828787@gmail.com> | 2020-06-16 20:57:22 +0530 |
commit | b5609493e9a3366a64bcf5931322bda96d965854 (patch) | |
tree | 7bc88a86442e8260eaf66ea0fd7f19e9951f77db /hdv/redfish/conf/config.yaml | |
parent | 06bf8cf347d8af6740ab5df842abebf17dabac30 (diff) |
Merged depends.yml and cases.yml for general cases
Updated create_real_url() function to retreive and process parent url to get child url.
All cases are indepedent now and order doesn't matter, same can be extended to exception cases too.
Change-Id: I77c9ad1b406fde01a7853872a515b560b9265871
Signed-off-by: Shubham Mishra <shivam828787@gmail.com>
Diffstat (limited to 'hdv/redfish/conf/config.yaml')
-rw-r--r-- | hdv/redfish/conf/config.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hdv/redfish/conf/config.yaml b/hdv/redfish/conf/config.yaml index b57b71c..4f71234 100644 --- a/hdv/redfish/conf/config.yaml +++ b/hdv/redfish/conf/config.yaml @@ -1,9 +1,7 @@ --- -bmc_ip: 172.29.160.22 +bmc_ip: https://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 |