oci-help.ini 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # 配置 socks5 或 http 代理. socks5://127.0.0.1:7890 / http://127.0.0.1:7890
  2. #proxy=socks5://127.0.0.1:7890
  3. # Telegram Bot 消息提醒
  4. token=
  5. chat_id=
  6. ############################## 甲骨文账号配置 ##############################
  7. # 可以配置多个账号
  8. [新加坡01]
  9. user=
  10. fingerprint=
  11. tenancy=
  12. region=
  13. key_file=xxxxxx.pem
  14. [东京01]
  15. user=
  16. fingerprint=
  17. tenancy=
  18. region=
  19. key_file=
  20. [东京02]
  21. user=
  22. fingerprint=
  23. tenancy=
  24. region=
  25. key_file=
  26. ############################## 实例相关参数配置 ##############################
  27. [INSTANCE]
  28. # 虚拟云网络名称 (可选)
  29. #vcnDisplayName=
  30. # 子网名称 (可选)
  31. #subnetDisplayName=
  32. # 实例名称 (可选)
  33. #instanceDisplayName=
  34. # 系统 Canonical Ubuntu / CentOS / Oracle Linux
  35. OperatingSystem=Canonical Ubuntu
  36. # 系统版本 Canonical Ubuntu: 20.04|18.04 / CentOS :8|7 / Oracle Linux: 8|7.9
  37. OperatingSystemVersion=20.04
  38. # 失败后重试次数
  39. retry=3
  40. # 延迟时间(秒)
  41. minTime=5
  42. maxTime=30
  43. ssh_authorized_key=
  44. # 初始化脚本(将脚本内容base64编码后添加)。该脚本将在您的实例引导或重新启动时运行。
  45. cloud-init=
  46. [INSTANCE.ARM]
  47. shape=VM.Standard.A1.Flex
  48. cpus=1 # cpu个数
  49. memoryInGBs=6 # 内存大小(GB)
  50. bootVolumeSizeInGBs=50 # 引导卷大小(GB)
  51. sum=1 # 创建实例个数
  52. retry=-1 # 失败后重试次数设置为-1,失败后一直尝试直到成功。
  53. # 可用性域(选填)
  54. availabilityDomain=
  55. # SSH 公钥
  56. ssh_authorized_key=
  57. [INSTANCE.AMD]
  58. shape=VM.Standard.E2.1.Micro
  59. bootVolumeSizeInGBs=50 # 引导卷大小
  60. sum=1 # 创建实例个数
  61. retry=-1
  62. # 可用性域(选填)
  63. availabilityDomain=
  64. # SSH 公钥
  65. ssh_authorized_key=