forked from openshift/openshift-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_build_cfg.yml
378 lines (367 loc) · 9.28 KB
/
_build_cfg.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
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
# 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: OpenShift Documentation
Dir: welcome
Topics:
- Name: Welcome
File: index
---
Name: What's New?
Dir: whats_new
Topics:
- Name: Overview
File: index
- Name: Release Notes
File: ose_3_0_release_notes
Distros: openshift-enterprise
- Name: Applications
File: applications
- Name: Cartridges vs Images
File: carts_vs_images
- Name: Terminology
File: terminology
---
Name: Getting Started
Dir: getting_started
Topics:
- Name: Overview
File: index
- Name: Developers
Dir: developers
Topics:
- Name: Web Console
File: developers_console
- Name: Administrators
File: administrators
---
Name: Architecture
Dir: architecture
Topics:
- Name: Overview
File: index
- Name: Infrastructure Components
Dir: infrastructure_components
Topics:
- Name: Kubernetes Infrastructure
File: kubernetes_infrastructure
- Name: Image Registry
File: image_registry
- Name: Web Console
File: web_console
- Name: Core Concepts
Dir: core_concepts
Topics:
- Name: Overview
File: index
- Name: Containers and Images
File: containers_and_images
- Name: Pods and Services
File: pods_and_services
- Name: Projects and Users
File: projects_and_users
- Name: Builds and Image Streams
File: builds_and_image_streams
- Name: Deployments
File: deployments
- Name: Routes
File: routes
- Name: Templates
File: templates
- Name: Additional Concepts
Dir: additional_concepts
Topics:
- Name: Networking
File: networking
- Name: OpenShift SDN
File: sdn
- Name: Authentication
File: authentication
- Name: Authorization
File: authorization
- Name: Persistent Storage
File: storage
- Name: Remote Commands
File: remote_commands
- Name: Port Forwarding
File: port_forwarding
- Name: Throttling
File: throttling
- Name: Source Control Management
File: scm
- Name: Other API Objects
File: other_api_objects
---
Name: Installation and Configuration
Dir: install_config
Topics:
- Name: Overview
File: index
- Name: Installing
Dir: install
Topics:
- Name: Overview
File: index
- Name: Prerequisites
File: prerequisites
- Name: Quick Installation
File: quick_install
- Name: Advanced Installation
File: advanced_install
- Name: Deploying a Docker Registry
File: docker_registry
- Name: Deploying a Router
File: deploy_router
- Name: First Steps
File: first_steps
- Name: Upgrading
File: upgrades
---
Name: Administration
Dir: admin_guide
Topics:
- Name: Overview
File: index
- Name: Master and Node Configuration
File: master_node_configuration
- Name: Configuring with OpenStack
File: configuring_openstack
- Name: Managing Nodes
File: manage_nodes
- Name: Routing from Edge Load Balancers
File: routing_from_edge_lb
- Name: Enabling Cluster Metrics
File: cluster_metrics
Distros: openshift-origin
- Name: Aggregating Container Logs
File: aggregate_logging
- Name: Configuring Authentication
File: configuring_authentication
- Name: Configuring Service Accounts
File: service_accounts
- Name: Managing Authorization Policies
File: manage_authorization_policy
- Name: Managing Security Context Constraints
File: manage_scc
- Name: Scheduler
File: scheduler
- Name: Overcommit
File: overcommit
- Name: Pruning Objects
File: pruning_resources
- Name: Monitoring Routers
File: router
- Name: High Availability
File: high_availability
- Name: Manage Pod Network
File: pod_network
- Name: Self-Provisioned Projects
File: selfprovisioned_projects
- Name: Persistent Storage
Dir: persistent_storage
Topics:
- Name: Using NFS
File: persistent_storage_nfs
- Name: Using GlusterFS
File: persistent_storage_glusterfs
- Name: Using OpenStack Cinder
File: persistent_storage_cinder
- Name: IPtables
File: iptables
- Name: Native Container Routing
File: native_container_routing
- Name: Securing Builds by Strategy
File: securing_builds
- Name: Building Dependency Trees
File: building_dependency_trees
- Name: Customizing the Web Console
File: web_console_customization
- Name: Working with HTTP Proxies
File: http_proxies
- Name: Troubleshooting Networking
File: sdn_troubleshooting
- Name: Syncing Groups With LDAP
File: syncing_groups_with_ldap
- Name: Available Ports
File: available_ports
---
Name: CLI Reference
Dir: cli_reference
Topics:
- Name: Overview
File: index
- Name: Get Started with the CLI
File: get_started_cli
- Name: Managing CLI Profiles
File: manage_cli_profiles
- Name: CLI Operations
File: basic_cli_operations
---
Name: Developer Guide
Dir: dev_guide
Topics:
- Name: Overview
File: index
- Name: Authentication
File: authentication
- Name: Projects
File: projects
- Name: Service Accounts
File: service_accounts
- Name: Creating New Applications
File: new_app
- Name: Application Tutorials
Dir: app_tutorials
Topics:
- Name: Overview
File: overview
- Name: Ruby on Rails
File: ruby_on_rails
- Name: Templates
File: templates
- Name: Builds
File: builds
- Name: Compute Resources
File: compute_resources
- Name: Deployments
File: deployments
- Name: Routes
File: routes
- Name: Integrating External Services
File: integrating_external_services
- Name: Secrets
File: secrets
- Name: Image Pull Secrets
File: image_pull_secrets
- Name: Resource Limits
File: limits
- Name: Quota
File: quota
- Name: Managing Volumes
File: volumes
- Name: Using Persistent Volumes
File: persistent_volumes
- Name: Executing Remote Commands
File: executing_remote_commands
- Name: Copying Local Files to Containers
File: copy_files_to_container
- Name: Port Forwarding
File: port_forwarding
- Name: Shared Memory
File: shared_memory
- Name: Application Health
File: application_health
- Name: Events
File: events
- Name: Downward API
File: downward_api
- Name: Managing Environment Variables
File: environment_variables
- Name: Jobs
File: jobs
---
Name: Creating Images
Dir: creating_images
Topics:
- Name: Overview
File: index
- Name: Guidelines
File: guidelines
- Name: Image Metadata
File: metadata
- Name: S2I Requirements
File: s2i
- Name: Testing S2I Images
File: s2i_testing
- Name: Custom Builder
File: custom
---
Name: Using Images
Dir: using_images
Topics:
- Name: Overview
File: index
- Name: Source-to-Image (S2I)
Dir: s2i_images
Topics:
- Name: Overview
File: index
- Name: Node.js
File: nodejs
- Name: Ruby
File: ruby
- Name: Perl
File: perl
- Name: PHP
File: php
- Name: Python
File: python
- Name: Java
File: java
Distros: openshift-origin
- Name: Database Images
Dir: db_images
Topics:
- Name: Overview
File: index
- Name: MySQL
File: mysql
- Name: PostgreSQL
File: postgresql
- Name: MongoDB
File: mongodb
- Name: Docker Images
Dir: docker_images
Topics:
- Name: Overview
File: index
- Name: Other Images
Dir: other_images
Distros: openshift-origin
Topics:
- Name: Overview
File: index
- Name: Jenkins
File: jenkins
- Name: xPaaS Middleware Images
Dir: xpaas_images
Distros: openshift-online,openshift-enterprise
Topics:
- Name: Overview
File: index
- Name: JBoss EAP
File: eap
- Name: JBoss A-MQ
File: a_mq
- Name: JBoss Web Server
File: jws
---
Name: REST API Reference
Dir: rest_api
Topics:
- Name: Overview
File: index
- Name: OpenShift v1
File: openshift_v1
- Name: Kubernetes v1
File: kubernetes_v1