forked from openshift/openshift-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_build_cfg.yml
More file actions
466 lines (456 loc) · 12.3 KB
/
_build_cfg.yml
File metadata and controls
466 lines (456 loc) · 12.3 KB
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
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
# 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: All Revision History
File: revhistory_all
Distros: openshift-enterprise,openshift-dedicated
---
Name: Release Notes
Dir: release_notes
Distros: openshift-enterprise,openshift-dedicated
Topics:
- Name: Overview
File: index
- Name: OpenShift Enterprise 3.1 Release Notes
File: ose_3_1_release_notes
Distros: openshift-enterprise
- Name: OpenShift Dedicated 3.1 Release Notes
File: osd_3_1_release_notes
Distros: openshift-dedicated
- Name: xPaaS Release Notes
File: xpaas_release_notes
Distros: openshift-enterprise
- Name: Comparing OpenShift Enterprise 2 and OpenShift Enterprise 3
File: v2_vs_v3
- Name: Revision History
File: revhistory_release_notes
---
Name: What's New?
Dir: whats_new
Distros: openshift-origin
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
Distros: openshift-origin,openshift-enterprise
- Name: Revision History
File: revhistory_getting_started
Distros: openshift-enterprise,openshift-dedicated
---
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: Revision History
File: revhistory_architecture
Distros: openshift-enterprise,openshift-dedicated
---
Name: Installation and Configuration
Dir: install_config
Distros: openshift-origin,openshift-enterprise
Topics:
- Name: Overview
File: index
- Name: Installing
Dir: install
Topics:
- Name: Overview
File: index
- Name: Prerequisites
File: prerequisites
- Name: RPM vs Containerized
File: rpm_vs_containerized
- 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: Downgrading
File: downgrade
Distros: openshift-enterprise
- Name: Master and Node Configuration
File: master_node_configuration
- Name: Configuring Custom Certificates
File: certificate_customization
- Name: Configuring Authentication
File: configuring_authentication
- Name: Syncing Groups With LDAP
File: syncing_groups_with_ldap
- Name: Configuring the SDN
File: configuring_sdn
- Name: Configuring for AWS
File: configuring_aws
- Name: Configuring for OpenStack
File: configuring_openstack
- Name: Configuring for GCE
File: configuring_gce
- Name: Configuring Persistent Storage
Dir: persistent_storage
Topics:
- Name: Overview
File: index
- Name: Using NFS
File: persistent_storage_nfs
- Name: Using GlusterFS
File: persistent_storage_glusterfs
- Name: Using OpenStack Cinder
File: persistent_storage_cinder
- Name: Using Ceph RBD
File: persistent_storage_ceph_rbd
- Name: Using AWS Elastic Block Store
File: persistent_storage_aws
- Name: Using GCE Persistent Disk
File: persistent_storage_gce
- Name: Using iSCSI
File: persistent_storage_iscsi
- Name: Using Fibre Channel
File: persistent_storage_fibre_channel
- Name: Volume Security
File: pod_security_context
- Name: Working with HTTP Proxies
File: http_proxies
- Name: Native Container Routing
File: native_container_routing
- Name: Routing from Edge Load Balancers
File: routing_from_edge_lb
- Name: Aggregating Container Logs
File: aggregate_logging
- Name: Enabling Cluster Metrics
File: cluster_metrics
- Name: Customizing the Web Console
File: web_console_customization
- Name: Revision History
File: revhistory_install_config
Distros: openshift-enterprise,openshift-dedicated
---
Name: Cluster Administration
Dir: admin_guide
Distros: openshift-origin,openshift-enterprise
Topics:
- Name: Overview
File: index
- Name: Managing Nodes
File: manage_nodes
- 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: Overcommitting
File: overcommit
- Name: Pruning Objects
File: pruning_resources
- Name: Garbage Collection
File: garbage_collection
- Name: Monitoring Routers
File: router
- Name: High Availability
File: high_availability
- Name: Managing Pod Networks
File: pod_network
- Name: Self-Provisioned Projects
File: selfprovisioned_projects
- Name: IPtables
File: iptables
- Name: Securing Builds by Strategy
File: securing_builds
- Name: Building Dependency Trees
File: building_dependency_trees
- Name: Troubleshooting Networking
File: sdn_troubleshooting
- Name: Revision History
File: revhistory_admin_guide
Distros: openshift-enterprise,openshift-dedicated
---
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: Developer CLI Operations
File: basic_cli_operations
- Name: Administrator CLI Operations
File: admin_cli_operations
- Name: Revision History
File: revhistory_cli_reference
Distros: openshift-enterprise,openshift-dedicated
---
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: index
- 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: Pod Autoscaling
File: pod_autoscaling
- Name: Managing Volumes
File: volumes
- Name: Using Persistent Volumes
File: persistent_volumes
- Name: Executing Remote Commands
File: executing_remote_commands
- Name: Copying Files
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: Revision History
File: revhistory_dev_guide
Distros: openshift-enterprise,openshift-dedicated
---
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: Revision History
File: revhistory_creating_images
Distros: openshift-enterprise,openshift-dedicated
---
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
Topics:
- Name: Overview
File: index
- Name: Jenkins
File: jenkins
- Name: xPaaS Middleware Images
Dir: xpaas_images
Distros: openshift-online,openshift-enterprise,openshift-dedicated
Topics:
- Name: Overview
File: index
- Name: JBoss EAP
File: eap
- Name: JBoss A-MQ
File: a_mq
- Name: JBoss Web Server
File: jws
- Name: JBoss Fuse Integration Services
File: fuse
- Name: Decision Server
File: decision_server
- Name: JBoss Data Grid
File: data_grid
- Name: Revision History
File: revhistory_using_images
Distros: openshift-enterprise,openshift-dedicated
---
Name: REST API Reference
Dir: rest_api
Topics:
- Name: Overview
File: index
- Name: OpenShift v1
File: openshift_v1
- Name: Kubernetes v1
File: kubernetes_v1
- Name: Revision History
File: revhistory_rest_api
Distros: openshift-enterprise,openshift-dedicated