mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-01 15:07:17 +08:00
docs: 改进用词
This commit is contained in:
@@ -9,12 +9,12 @@ post:
|
||||
- `pass`,密码
|
||||
- `proj`,项目名,一般情况下该值应当为`system`
|
||||
|
||||
当`deploy_method`为`yum`时,需要同时指定yum源相关的言火日王
|
||||
当`deploy_method`为`yum`时,需要同时指定yum源相关的变量
|
||||
|
||||
- `repo_base_url`,一般情况下该值应当为`https://controller-host-ip/yumrepo`
|
||||
- `repo_sslverify`,默认为0,表示不校验仓库tls证书
|
||||
|
||||
若`repo_base_url`使用https,且使用自签名证书时一般情况下应当关闭tls证书校验
|
||||
- `repo_sslverify`,默认为0,表示访问仓库时不校验tls证书
|
||||
|
||||
若`repo_base_url`使用https,且使用自签名证书时,一般应当关闭tls证书校验
|
||||
|
||||
该操作依赖ansibleserver执行具体的部署任务。对应的ansibleplaybook任务id记录在deployment.ansibleplaybook,可通过这个ID获得部署执行的结果
|
||||
parameters:
|
||||
|
||||
@@ -54,19 +54,19 @@ AnsiblePlaybookInventoryHost:
|
||||
name:
|
||||
type: string
|
||||
description: |
|
||||
被操作主机描述
|
||||
被操作目标主机描述
|
||||
|
||||
支持以下几种格式
|
||||
支持以下几种类型,格式描述如下
|
||||
|
||||
- 云平台虚机id或名称:[server:]name-or-id
|
||||
- 指定云平台宿主机:host:name-or-id
|
||||
- 直接指定IP地址
|
||||
- 非纳管的机器,直接指定IP地址
|
||||
|
||||
若通过直接指定IP地址的方式尝试对非纳管的机器进行操作,对于目标机器有以下要求
|
||||
|
||||
- ansibleserver服务能够访问目的机器
|
||||
- ansibleserver服务能够访问目标机器
|
||||
- 目标机器
|
||||
- Linux操作系统
|
||||
- 安装了OpenSSH和Python
|
||||
- 存在用户`cloudroot`
|
||||
- 能够通过管理员或项目ssh pubkey免密登录cloudroot
|
||||
- 若需要`ansible_become`,则要求cloudroot用户能够免密使用sudo
|
||||
|
||||
@@ -362,7 +362,7 @@ LoadbalancerAgent:
|
||||
- 同zone不同cluster中的lbagent
|
||||
- vrrp virtual_router_id必须不同
|
||||
- 创建时,若不满足以上条件,则创建失败
|
||||
- 更新参数时(params-patch),同时更新同cluster的peer lbagents
|
||||
- 更新参数时(`params-patch`),同时更新同cluster的peer lbagents
|
||||
|
||||
properties:
|
||||
id:
|
||||
|
||||
Reference in New Issue
Block a user