-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathoutline.txt
123 lines (115 loc) · 3.1 KB
/
outline.txt
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
This is the "final" version of the outline from the 2017-07-28 VFAD.
Please do not modify this outline without prior discussion on
[email protected], as there are multiple teams using it to coordinate.
Leaf nodes of this tree, down to the third level, will be individual documents in the
final documentation. Below the third level, they will be subheadings on a page.
Issues related to a specific page should reference this structure. Omit annotations
like (QS).
Example Issue names:
Installation/Vagrant
Installation/Bare Metal/Managing Storage
Administration/Installing Software/OSTree Mutations
(the three items below the above are on the same page)
## Master Outline
* Introduction
* Goals of the Atomic Host project
* How Atomic Host Revolutionizes OSes
* From RPMs to Layers
* Installation
* Vagrant
* Public Cloud
* Using cloud-init
* AWS
* Digital Ocean
* Bare Metal
* Interactive Install
* Automated Install with Kickstarts
* Managing Storage
* OpenStack
* Magnum
* Others
* Quick Start
* Developer Mode
* Container Cluster Quickstarts
(links to QS items below)
* Cluster Setup
* Vagrant
* Single-Node Vagrant Example (QS)
* Multi-Node Vagrant Demo
* OpenShift Origin
* oc cluster up (QS)
* Openshift-Ansible
* Kubernetes
* Kubeadm (QS)
* Kubernetes-Ansible
* Other Platforms
* Swarm
* Mesos
* Using Ostree
* Examining Your System
* Checking Current Ref
* Browsing History
* Updates
* Rebasing
* OSTree Mutations
* Package Layering
* Overrides
* Livefs
* Rolling Back
* Creating Your Own Distributions
* OStree Compose
* Simple OSTree Server
* Automated Commit Building
* Distributing OStrees with Pulp
* Administration
* A Day In The Life of An Atomic SysAdmin
* Checking System Status in Cockpit
* Check Upgrades
* Pushing Upgrades to Servers
* Rolling Back Servers with Issues
* Testing Software with Override
* Adding Storage
* Installing System Containers
* Deploy New Cluster Nodes
* Installing Software
* Containers
* Using Skopeo
* System Containers
* Build Your Own Tree
(links to ostree section)
* Local OSTree Changes
(links to ostree section)
* Cockpit
* Installation
* Administration with Cockpit
* OStree
* Containers
* Monitoring
* Other Tasks
* Managing Multiple Servers
* Configuration Management
* Ansible
* Puppet
* Others
* Atomic Tools
* Atomic CLI
* atomic install
* atomic host Commands
* Image Signing and Trusting Registries
* Other Commands
* Container Tools
* Docker
* CRI-O
* Registry (openshift all-in-one)
* Skopeo
* Buildah (just mention and link off)
* Cookbook
(examples of doing specific tasks with Atomic)
* Setting up Your Own Hosted OSTree Server
* Caching Images Using a Private Registry
* Upgrade from Fedora 25 Atomic to Fedora 26 Atomic
* Reference
* SELinux and Containers
(troubleshooting guide)
* RPM-OSTree Command Reference
* Atomic CLI Command Reference (external link)