You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

hccl_evb_multi_rank.json 1.1 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "board_id": "0x3000",
  3. "chip_info": "910",
  4. "deploy_mode": "lab",
  5. "group_count": "1",
  6. "group_list": [
  7. {
  8. "device_num": "2",
  9. "server_num": "1",
  10. "group_name": "",
  11. "instance_count": "2",
  12. "instance_list": [
  13. {
  14. "devices": [
  15. {
  16. "device_id": "0",
  17. "device_ip": "[device_ip]"
  18. }
  19. ],
  20. "rank_id": "0",
  21. "server_id": "[sever_id]"
  22. },
  23. {
  24. "devices": [
  25. {
  26. "device_id": "1",
  27. "device_ip": "[device_ip]"
  28. }
  29. ],
  30. "rank_id": "1",
  31. "server_id": "[sever_id]"
  32. }
  33. ]
  34. }
  35. ],
  36. "para_plane_nic_location": "device",
  37. "para_plane_nic_name": [
  38. "eth0",
  39. "eth1"
  40. ],
  41. "para_plane_nic_num": "2",
  42. "status": "completed"
  43. }