-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path_topic_map.yml
279 lines (268 loc) · 6.75 KB
/
_topic_map.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
# This configuration file dictates the organization of the topic groups and
# topics on the main page of the doc site for this branch. Each record
# consists of the following:
#
# --- <= Record delimiter
# Name: Origin of the Species <= Display name of topic group
# Dir: origin_of_the_species <= Directory name of topic group
# Topics:
# - Name: The Majestic Marmoset <= Topic name
# File: the_majestic_marmoset <= Topic file under group dir +/- .adoc
# - Name: The Curious Crocodile <= Topic 2 name
# File: the_curious_crocodile <= Topic 2 file
# - Name: The Numerous Nematodes <= Sub-topic group name
# Dir: the_numerous_nematodes <= Sub-topic group dir
# Topics:
# - Name: The Wily Worm <= Sub-topic name
# File: the_wily_worm <= Sub-topic file under <group dir>/<subtopic dir>
# - Name: The Acrobatic Ascarid <= Sub-topic 2 name
# File: the_acrobatic_ascarid <= Sub-topic 2 file under <group dir>/<subtopic dir>
#
# The ordering of the records in this document determines the ordering of the
# topic groups and topics on the main page.
---
Name: About
Dir: welcome
Topics:
- Name: Welcome
File: index
---
Name: Introduction
Dir: introduction
Topics:
- Name: Goals of Atomic Host
File: goals
- Name: How Atomic Host Revolutionizes OSes
File: revolution
- Name: From RPMs to Layers
File: rpm_to_layers
---
Name: Installation
Dir: installation
Topics:
- Name: Vagrant
Dir: vagrant
Topics:
- Name: Installation
File: vagrant
- Name: Public Cloud
Dir: public_cloud
Topics:
- Name: cloud-init
File: cloud_init
- Name: AWS
File: aws
- Name: Digital Ocean
File: digital_ocean
- Name: Bare Metal
Dir: bare_metal
Topics:
- Name: Interactive Installation
File: interactive_install
- Name: Automated Install with Kickstarts
File: kickstarts
- Name: Manage Storage
File: manage_storage
- Name: Openstack
Dir: openstack
Topics:
- Name: Magnum
File: magnum
---
Name: Quick Start
Dir: quick_start
Topics:
- Name: Developer Mode
File: developer_mode
- Name: Container Cluster Quickstarts
File: container_cluster
---
Name: Cluster Setup
Dir: cluster_setup
Topics:
- Name: Vagrant
Dir: vagrant
Topics:
- Name: Single-Node Vagrant Example
File: single_node
- Name: Multi-Node Vagrant Example
File: multi_node
- Name: Openshift Origin
Dir: openshift_origin
Topics:
- Name: OC Cluster Up
File: oc_cluster
- Name: Openshift Ansible
File: openshift_ansible
- Name: Kubernetes
Dir: kubernetes
Topics:
- Name: Kubeadm
File: kubeadm
- Name: Kubernetes Ansible
File: kubernetes_ansible
- Name: Others
Dir: others
Topics:
- Name: Swarm
File: swarm
- Name: Mesos
File: mesos
---
Name: Using OSTree
Dir: using_ostree
Topics:
- Name: Examine Your System
Dir: examine_system
Topics:
- Name: Checking Current Ref
File: current_ref
- Name: Browsing History
File: browse_history
- Name: Updates
Dir: updates
Topics:
- Name: Updates
File: updates
- Name: Live updates with LiveFS
File: livefs
- Name: Rebasing
Dir: rebasing
Topics:
- Name: OSTree Mutation
File: ostree_mutation
- Name: Package Layering
File: package_layering
- Name: Overrides
File: overrides
- Name: Rollback
File: rollback
- Name: Creating Own Distribution
Dir: creating_own_distribution
Topics:
- Name: OSTree Compose
File: ostree_compose
- Name: OSTree Server
File: ostree_server
- Name: Automated Commit Build
File: automate_commit_build
- Name: Distributing OSTree with Pulp
File: distribute_ostree_pulp
---
Name: Administration
Dir: administration
Topics:
- Name: Life of Atomic Sys-Admin
Dir: atomic_sysadmin
Topics:
- Name: Checking System Status in Cockpit
File: system_status
- Name: Checking Upgrades
File: upgrades
- Name: Pushing Upgrades to Servers
File: pushing_upgrades
- Name: Rolling Back Servers with Issues
File: rollback_server
- Name: Testing Software with Overrides
File: test_software
- Name: Adding Storage
File: add_storage
- Name: Installing System Containers
File: install_system_containers
- Name: Deploy New Cluster Nodes
File: deploy_cluster_nodes
- Name: Installing Software
Dir: installing_software
Topics:
- Name: Containers
File: skopeo
- Name: System Containers
File: system_containers
- Name: Build Own OSTree
File: build_own_ostree
- Name: Local Ostree Changes
File: local_ostree_changes
- Name: Cockpit Installation
Dir: cockpit_installation
Topics:
- Name: Installation
File: installation
- Name: Administration with Cockpit
Dir: administration_with_cockpit
Topics:
- Name: OSTree
File: ostree
- Name: Containers
File: containers
- Name: Monitoring
File: monitoring
- Name: Other tasks
File: others
- Name: Managing Multiple Servers Cockpit
Dir: manage_multiple_servers_cockpit
Topics:
- Name: Manage Multiple Servers
File: manage_multiple_servers
- Name: Configuration Management
Dir: configuration_management
Topics:
- Name: Ansible
File: ansible
- Name: Puppet
File: puppet
- Name: Others
File: others
---
Name: Atomic Tools
Dir: atomic_tools
Topics:
- Name: Atomic CLI
Dir: atomic_cli
Topics:
- Name: Atomic Install
File: atomic_install
- Name: Atomic Host Commands
File: atomic_host_commands
- Name: Image Signing and Trusting Registries
File: image_signing_registries
- Name: Other Commands
File: other_commands
- Name: Container Tools
Dir: container_tools
Topics:
- Name: Docker
File: docker
- Name: CRI-O
File: crio
- Name: Registry
File: registry
- Name: Skopeo
File: skopeo
- Name: Buildah
File: buildah
---
Name: Cookbook
Dir: cookbook
Topics:
- Name: Setting up Your Own Hosted OSTree Server
File: setup_own_ostree_server
- Name: Caching Images Using a Private Registry
File: caching_image
- Name: Upgrade from Fedora25 Atomic to Fedora26 Atomic
File: upgrade_atomic
---
Name: References
Dir: references
Topics:
- Name: SELinux and Containers
File: selinux_containers_troubleshooting
- Name: RPM-OSTree Command Reference
File: rpm_ostree_command_ref
- Name: Atomic CLI Command Reference
File: atomic_cli_command_ref
---
Name: Contribute Guide
Dir: contribution
Topics:
- Name: How Can I Contribute
File: contribution_guide