forked from ablecloud-team/ablestack-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
323 lines (303 loc) · 14.6 KB
/
mkdocs.yml
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
# Copyright (c) 2021 ABLECLOUD Co. Ltd.
# 이 파일은 Mold Docs의 도큐먼트 설정 및 테마 설정을 위한 설정 파일입니다.
# 최초 작성일 : 2021. 03. 18
# 작성자 : 박동혁
# 프로젝트 정보
site_name: ABLESTACK Online Docs
site_author: ABLECLOUD Co. Ltd
# Repository
repo_name: ablecloud-team/ablestack-docs
repo_url: https://github.com/ablecloud-team/ablestack-docs
# Copyright
copyright: Copyright © 2021-2023 ABLECLOUD Co. Ltd.
# Configuration
theme:
name: material
language: kr
static_templates:
- 404.html
features:
- navigation.instant
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
# - navigation.sections
- content.code.annotate
- content.code.copy
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: red
accent: red
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: Noto Sans KR
code: Cutive Mono
favicon: assets/favicon.png
logo: assets/logo.png
# Plugin
plugins:
- search
- mike
- glightbox:
width: 80%
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ablecloud-team
version:
provider: mike
extra_css:
- assets/css/basic.css
# Extensions
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Page Tree
nav:
- 환영합니다: index.md
- 아키텍처:
- ABLESTACK의 탄생:
- 데이터센터의 역사와 문제점: architecture/architecture-overview.md
- 문제해결방법-ABLESTACK: architecture/birth-of-ablestack.md
- ABLESTACK 물리 아키텍처:
- ABLESTACK의 기본구조 : architecture/ablestack-basic-structure.md
- 호스트 아키텍처 : architecture/host-architecture.md
- 네트워크 아키텍처 : architecture/network-architecture.md
- ABLESTACK Core:
- Cube 알아보기 : architecture/book-of-cube.md
- Cell 알아보기 : architecture/book-of-cell.md
- Glue 알아보기 :
- ABLESTACK : architecture/book-of-glue.md
- PowerFlex : architecture/book-of-powerflex.md
- Mold 알아보기 : architecture/book-of-mold.md
- ABLESTACK Extended:
- Wall 알아보기 : architecture/book-of-wall.md
- Koral 알아보기 : architecture/book-of-koral.md
- ABLESTACK Service:
- Works 알아보기 : architecture/book-of-works.md
- Genie 알아보기 : architecture/book-of-genie.md
# - ABLESTACK on Others:
# - vSphere 기반 ABLESTACK: architecture/book-of-vsphere.md
# - Citrix 기반 ABLESTACK: architecture/book-of-citrix.md
# - HyperV 기반 ABLESTACK: architecture/book-of-hyperv.md
# - ABLESTACK과 OpenStack: architecture/book-of-openstack.md
- 시작하기:
- ABLESTACK 설치 가이드:
- 설치전 준비사항: getting-started/getting-started-overview.md
- Core:
- Cube 설치 가이드: getting-started/install-guide-cube.md
- Glue 설치 가이드: getting-started/install-guide-glue.md
- Mold 설치 가이드: getting-started/install-guide-mold.md
- Extended:
- Wall 설치 가이드: getting-started/install-guide-wall.md
- Service:
- Works 설치 가이드: getting-started/install-guide-works.md
- Genie 설치 가이드: getting-started/install-guide-genie.md
- Add Host:
- 호스트 추가 가이드: getting-started/install-guide-add-host.md
- PowerFlex 설치 가이드:
- 설치전 준비사항: getting-started/install-guide-powerflex-overview.md
- Core:
- Cube 설치 가이드: getting-started/install-guide-powerflex-cube.md
- Glue 설치 가이드: getting-started/install-guide-powerflex-glue.md
- PFMP 설치 가이드: getting-started/install-guide-powerflex-pfmp.md
- Mold 설치 가이드: getting-started/install-guide-powerflex-mold.md
- Extended:
- Wall 설치 가이드: getting-started/install-guide-powerflex-wall.md
# - 설정 및 구성:
# - 시작하며: setup/setup-overview.md
- 관리가이드:
- Cube 가이드:
- 사용자 인터페이스 : administration/cube/userinterface-guide.md
- 개요 : administration/cube/overview-guide.md
- 기록 : administration/cube/log-guide.md
- 저장소 : administration/cube/storage-guide.md
- 네트워킹 : administration/cube/networking-guide.md
#- 가상머신 : administration/cube/vm-guide.md
- 계정 : administration/cube/account-guide.md
- 서비스 : administration/cube/service-guide.md
- ABLESTACK : administration/cube/ablestack-guide.md
- 소프트웨어 최신화 : administration/cube/update-software-guide.md
- 애플리케이션 : administration/cube/application-guide.md
- 진단 보고서 : administration/cube/diagnostic-guide.md
- 커널 덤프 : administration/cube/kerneldump-guide.md
- 터미널 : administration/cube/terminal-guide.md
- SELinux : administration/cube/selinux-guide.md
- Mold 가이드:
- 사용자 인터페이스: administration/mold/userinterface-guide.md
- 계정 및 사용자 관리: administration/mold/account-mngt-guide.md
- 프로젝트 관리: administration/mold/project-mngt-guide.md
- 서비스오퍼링 관리 : administration/mold/serviceoffering-mngt-guide.md
- 사용자 네트워크 관리 : administration/mold/network-mngt-guide.md
- 가상머신 관리: administration/mold/vm-mngt-guide.md
- 템플릿 및 ISO 관리: administration/mold/template&ISO-mngt-guide.md
- 호스트 관리: administration/mold/host-mngt-guide.md
- 스토리지 관리: administration/mold/storage-mngt-guide.md
- 네트워크 및 트래픽 관리: administration/mold/network&traffic-mngt-guide.md
- 시스템VM 관리: administration/mold/systemvm-mngt-guide.md
- Usage 관리: administration/mold/usage-mngt-guide.md
- Cloud 관리: administration/mold/cloud-mngt-guide.md
- 고가용성(HA) 관리: administration/mold/ha-mngt-guide.md
- 이벤트 관리: administration/mold/event-mngt-guide.md
- Glue 가이드:
- 사용자 인터페이스 : administration/glue/userinterface-guide.md
- 설정 : administration/glue/config-guide.md
- 사용자 및 역할 관리 : administration/glue/account&role-guide.md
- 프록시 설정 : administration/glue/proxyconfig-guide.md
- API 요청 감사 : administration/glue/api-request-audit-guide.md
- NFS-Ganesha 관리 : administration/glue/nfs-ganesha-mngt-guide.md
- 플러그인 : administration/glue/plugin-guide.md
- 문제해결 : administration/glue/troubleshooting-guide.md
# - Cell 가이드: administration/cell/cell-guide-overview.md
- Wall 가이드:
- 사용자 인터페이스 : administration/wall/userinterface-guide.md
- 대시보드 검색 : administration/wall/dashboard-search.md
- 생성 : administration/wall/create.md
- 대시보드 : administration/wall/dashboard.md
- 탐색 : administration/wall/explore.md
- 경고 : administration/wall/alerting.md
- 환경 설정 : administration/wall/preferences.md
# - 서버 관리 : administration/wall/server-management.md
# - 기본설정 : administration/wall/basic-setting.md
- Netdive : administration/wall/netdive-guide.md
- Works 관리자 가이드:
- 관리자 로그인: administration/works/admin-login.md
- 대시보드: administration/works/admin-dashboard.md
- 워크스페이스: administration/works/admin-workspaces.md
- 가상머신: administration/works/admin-virtual-machines.md
- 사용자: administration/works/admin-user.md
- 설정: administration/works/admin-setting.md
- Works 사용자 가이드:
- 사용자 로그인: administration/works/user-login.md
- 데스크탑: administration/works/user-desktop.md
# - 데스크탑 접속(Guacamole Client): administration/works/user-desktop-connection.md
- Genie 가이드:
- 사용자 인터페이스: administration/genie/userinterface-guide.md
- Quick Start: administration/genie/quick-start.md
- Views: administration/genie/views.md
- 리소스: administration/genie/resources.md
- 액세스: administration/genie/access.md
- 관리: administration/genie/management.md
- 설정: administration/genie/configuration.md
- ABLESTACK 시스템점검: administration/system-check.md
- ABLESTACK 시스템 재기동: administration/system-restart.md
- 레퍼런스 가이드 :
- CentOS 가상머신 가이드 :
- ISO를 이용한 VM/템플릿 생성 : userGuide/vms/centos-guide-prepare-vm.md
- 템플릿을 이용한 VM 생성 : userGuide/vms/centos-guide-add-and-use-vm.md
- 비밀번호/SSH Key 관리기능 추가 : userGuide/vms/centos-guide-ssh-key-use.md
- UserData 적용 기능 추가 : userGuide/vms/centos-guide-userdata.md
- 가상머신 볼륨 사용 : userGuide/vms/centos-guide-storage.md
- 가상머신 NIC 사용 : userGuide/vms/centos-guide-nics.md
- Ubuntu 가상머신 가이드 :
- ISO를 이용한 VM/템플릿 생성 : userGuide/vms/ubuntu-guide-prepare-vm.md
- 템플릿을 이용한 VM 생성 : userGuide/vms/ubuntu-guide-add-and-use-vm.md
- 비밀번호/SSH Key 관리기능 추가 : userGuide/vms/ubuntu-guide-ssh-key-use.md
- UserData 적용 기능 추가 : userGuide/vms/ubuntu-guide-userdata.md
- 가상머신 볼륨 사용 : userGuide/vms/ubuntu-guide-storage.md
- 가상머신 NIC 사용 : userGuide/vms/ubuntu-guide-nics.md
- Windows 가상머신 가이드 :
- ISO를 이용한 VM/템플릿 생성 : userGuide/vms/windows-guide-prepare-vm.md
- 템플릿을 이용한 VM 생성 : userGuide/vms/windows-guide-add-and-use-vm.md
- 가상머신 설정 자동화 적용 : userGuide/vms/windows-guide-password-userdata.md
- 가상머신 볼륨 사용 : userGuide/vms/windows-guide-storage.md
- 가상머신 NIC 사용 : userGuide/vms/windows-guide-nics.md
- Windows 기반 3Tier 구성 가이드 :
- 구성 개요 : userGuide/3tiers/windows/windows-guide-architecture.md
- 네트워크 구성 : userGuide/3tiers/windows/windows-guide-network.md
- DB 구성 : userGuide/3tiers/windows/windows-guide-db.md
- WAS 구성 : userGuide/3tiers/windows/windows-guide-was.md
- WEB 구성 : userGuide/3tiers/windows/windows-guide-web.md
- Linux 기반 3Tier 구성 가이드:
- 구성 개요: userGuide/3tiers/linux/3tiers-linux-guide-prepare.md
- 네트워크 구성: userGuide/3tiers/linux/3tiers-linux-guide-network.md
- 관리 가상머신 구성: userGuide/3tiers/linux/3tiers-linux-guide-add-manage-vm.md
- DB 구성: userGuide/3tiers/linux/3tiers-linux-guide-db.md
- WAS 구성: userGuide/3tiers/linux/3tiers-linux-guide-was.md
- WEB 서버 구성: userGuide/3tiers/linux/3tiers-linux-guide-web.md
- Kubernete 구성 가이드:
- 구성 개요: userGuide/kubernetes/kubernetes-cluster-prepare.md
- 네트워크 생성: userGuide/kubernetes/kubernetes-cluster-network-create.md
- Kubernetes ISO 등록: userGuide/kubernetes/kubernetes-cluster-iso-add.md
- Cluster 생성: userGuide/kubernetes/kubernetes-cluster-create.md
- Cluster 설정: userGuide/kubernetes/kubernetes-cluster-setting.md
- 공유 볼륨 설정: userGuide/kubernetes/kubernetes-cluster-shared-volume-create.md
- 서비스 배포: userGuide/kubernetes/kubernetes-cluster-service-add.md
- Oracle RAC 구성 가이드:
- 구성 개요: userGuide/oraclerac/oracle-rac-prepare.md
- 가상환경 구성: userGuide/oraclerac/oracle-rac-infra-setup.md
- ASM 및 GI 구성: userGuide/oraclerac/oracle-rac-asm-gi-setup.md
- Oracle 데이터베이스 구성: userGuide/oraclerac/oracle-rac-db-setup.md
- Glue Service 관리 가이드:
- 게이트웨이 가상머신 관리 및 기능: userGuide/glue/gwvm-manage-feature.md
- Glue FS 관리 및 기능: userGuide/glue/fs-manage-feature.md
- Glue NFS 관리 및 기능: userGuide/glue/nfs-manage-feature.md
- Glue Object Gateway 관리 및 기능: userGuide/glue/rgw-manage-feature.md
- Glue Ingress 관리 및 기능: userGuide/glue/ingress-manage-feature.md
- Glue iSCSI 관리 및 기능: userGuide/glue/iscsi-manage-feature.md
- Glue NVMe-oF 관리 및 기능: userGuide/glue/nvmeof-manage-feature.md
- Glue Samba 관리 및 기능: userGuide/glue/samba-manage-feature.md
- Mold Fence Agent 활용한 HA 구성 가이드:
- 구성 개요: userGuide/mold_fence/mold-fence-prepare.md
- 구성 환경: userGuide/mold_fence/mold-fence-configuration-environment.md
- Pacemaker 클러스터 구성: userGuide/mold_fence/mold-fence-configuration-pacemaker-cluster.md
- Shared Volume를 활용한 Mysql 구성: userGuide/mold_fence/mold-fence-configuration-shared-volume.md
- MOLD Fence Agent 설치 및 STONITH 구성: userGuide/mold_fence/mold-fence-configuration-mold-fence.md
- Mysql 이중화를 위한 PCS Resource 구성: userGuide/mold_fence/mold-fence-configuration-pcs-ha-resource.md
- 마이그레이션 및 Agent 정상 동작 테스트: userGuide/mold_fence/mold-fence-test.md
# - 템플릿 :
# - 샘플 템플릿: userGuide/templateSample/template.md
# - readme: userGuide/templateSample/readme.md
# - 레퍼런스:
# - 시작하며: reference/reference-overview.md
- 릴리즈노트 :
- Cerato : releaseNote/release-cerato.md
- Bronto : releaseNote/release-note.md
- 지식베이스 :
- 문제해결사례 : troubleshooting/troubleshooting.md