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