config.json 644 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {"servers":
  2. [
  3. {
  4. "username": "s01",
  5. "name": "node1",
  6. "type": "xen",
  7. "host": "host1",
  8. "location": "cn",
  9. "password": "USER_DEFAULT_PASSWORD"
  10. },
  11. {
  12. "username": "s02",
  13. "name": "node2",
  14. "type": "vmware",
  15. "host": "host2",
  16. "location": "jp",
  17. "password": "USER_DEFAULT_PASSWORD"
  18. },
  19. {
  20. "disabled": true,
  21. "username": "s03",
  22. "name": "node3",
  23. "type": "Nothing",
  24. "host": "host3",
  25. "location": "fr",
  26. "password": "USER_DEFAULT_PASSWORD"
  27. },
  28. {
  29. "username": "s04",
  30. "name": "ssss",
  31. "type": "ssss",
  32. "host": "ssss",
  33. "location": "ssss",
  34. "password": "USER_DEFAULT_PASSWORD"
  35. }
  36. ]
  37. }