Skip to content

Commit adad3d4

Browse files
Merge pull request openshift#7601 from vikram-redhat/enterprise-3.7-stage
[enterprise-3.7] Weekly Release: 02/06/18
2 parents e995b12 + 04355e2 commit adad3d4

13 files changed

+222
-12
lines changed

admin_guide/revhistory_admin_guide.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@
77
:experimental:
88

99
// do-release: revhist-tables
10+
== Tue Feb 06 2018
11+
12+
// tag::admin_guide_tue_feb_06_2018[]
13+
[cols="1,3",options="header"]
14+
|===
15+
16+
|Affected Topic |Description of Change
17+
//Tue Feb 06 2018
18+
|xref:../admin_guide/image_signatures.adoc#admin-guide-image-signatures[Image Signatures]
19+
|Added information on xref:../install_config/build_defaults_overrides.adoc#importing-signatures-from-sigstore[configuring automatic image signature import].
20+
21+
|xref:../admin_guide/managing_networking.adoc#admin-guide-manage-networking[Managing Networking]
22+
|Changed the xref:../admin_guide/managing_networking.adoc#admin-guide-disabling-hostname-collision[Disabling Host Name Collision Prevention For Routes and Ingress Objects] section to mention the ability to give users the rights to edits host names on routes and ingress objects.
23+
24+
25+
26+
|===
27+
28+
// end::admin_guide_tue_feb_06_2018[]
1029
== Thu Jan 25 2018
1130

1231
// tag::admin_guide_thu_jan_25_2018[]

apb_devel/revhistory_apb_devel.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@
77
:experimental:
88

99
// do-release: revhist-tables
10+
== Tue Feb 06 2018
11+
12+
// tag::apb_devel_tue_feb_06_2018[]
13+
[cols="1,3",options="header"]
14+
|===
15+
16+
|Affected Topic |Description of Change
17+
//Tue Feb 06 2018
18+
n|xref:../apb_devel/writing/getting_started.adoc#apb-devel-writing-getting-started[Writing APBs -> Getting Started]
19+
|Added a step to use `openshift3/apb-base` in the `FROM` directive.
20+
21+
n|xref:../apb_devel/writing/getting_started.adoc#apb-devel-writing-getting-started[Writing APBs -> Getting Started]
22+
|Added a step to use `openshift3/apb-base` in the `FROM` directive.
23+
24+
25+
26+
|===
27+
28+
// end::apb_devel_tue_feb_06_2018[]
1029
== Wed Nov 29 2017
1130

1231
// tag::apb_devel_wed_nov_29_2017[]

architecture/revhistory_architecture.adoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@
77
:experimental:
88

99
// do-release: revhist-tables
10+
== Tue Feb 06 2018
11+
12+
// tag::architecture_tue_feb_06_2018[]
13+
[cols="1,3",options="header"]
14+
|===
15+
16+
|Affected Topic |Description of Change
17+
//Tue Feb 06 2018
18+
|xref:../architecture/core_concepts/pods_and_services.adoc#architecture-core-concepts-pods-and-services[Pods and Services]
19+
|Added a new section on xref:../architecture/core_concepts/pods_and_services.adoc#admin-manage-pod-restart[Pod Restart Policy].
20+
21+
|xref:../architecture/infrastructure_components/kubernetes_infrastructure.adoc#architecture-infrastructure-components-kubernetes-infrastructure[Infrastructure Components -> Kubernetes Infrastructure]
22+
|Changed the maximum number of nodes from 300 to 2000.
23+
24+
n|xref:../architecture/networking/routes.adoc#architecture-core-concepts-routes[Architecture -> Routes]
25+
|Added information on the `ROUTER_LISTEN_ADDR` and `ROUTER_METRICS_TYPE` variables to the Router Environment Variables section.
26+
27+
|xref:../architecture/networking/haproxy-router.adoc#architecture-core-concepts-haproxy-router[Architecture -> HAProxy Router Plug-in]
28+
|New section describing the HAProxy Template Router Metrics.
29+
30+
31+
32+
|===
33+
34+
// end::architecture_tue_feb_06_2018[]
1035
== Thu Jan 25 2018
1136

1237
// tag::architecture_thu_jan_25_2018[]

day_two_guide/host_level_tasks.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ include::day_two_guide/topics/restore_node.adoc[]
5454
[[day-two-guide-node-maintenance]]
5555
=== Node maintenance
5656

57-
See xref:../admin_guide/manage_nodes#admin-guide-manage-nodes[Managing nodes] or
58-
xref:../admin_guide/manage_pods#admin-guide-manage-pods[Managing pods] topics
57+
See xref:../admin_guide/manage_nodes.adoc#admin-guide-manage-nodes[Managing nodes] or
58+
xref:../admin_guide/managing_pods.adoc#admin-guide-manage-pods[Managing pods] topics
5959
for various node management options. These include:
6060

61-
* xref:../admin_guide/manage_nodes#marking-nodes-as-unschedulable-or-schedulable[Marking Nodes as Unschedulable or Schedulable]
62-
* xref:../admin_guide/manage_nodes#evacuating-pods-on-nodes[Evacuating Pods on Nodes]
63-
* xref:../admin_guide/manage_pods#managing-pods-poddisruptionbudget[Setting Pod Disruption Budgets]
61+
* xref:../admin_guide/manage_nodes.adoc#marking-nodes-as-unschedulable-or-schedulable[Marking Nodes as Unschedulable or Schedulable]
62+
* xref:../admin_guide/manage_nodes.adoc#evacuating-pods-on-nodes[Evacuating Pods on Nodes]
63+
* xref:../admin_guide/managing_pods.adoc#managing-pods-poddisruptionbudget[Setting Pod Disruption Budgets]
6464

6565
////
6666
include::day_two_guide/topics/node_maintenance.adoc[]

day_two_guide/project_level_tasks.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include::day_two_guide/topics/pvc_backup_and_restore.adoc[]
2525
== Pruning images and Containers
2626

2727
See the
28-
xref:../admin_guide/pruning-resources.adoc#admin-guide-pruning-resources[Pruning
28+
xref:../admin_guide/pruning_resources.adoc#admin-guide-pruning-resources[Pruning
2929
Resources] topic for information about pruning collected data and older versions
3030
of objects.
3131

day_two_guide/topics/deprecating_master.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,13 @@ etcd host].
162162
==== Replacing a master host
163163

164164
In the event of replacing a broken master host, follow the process in
165-
xref:../day_two_guide/host_level_tasks.adoc#day-two_guide_host-tasks-deprecating-master-without-etcd[Deprecating
165+
xref:../day_two_guide/host_level_tasks.adoc#day-two-guide-host-tasks-deprecating-master-without-etcd[Deprecating
166166
a master host without collocated etcd], then scale up the master hosts using the scale up Ansible playbook following the steps in
167167
xref:../install_config/adding_hosts_to_existing_cluster.adoc#install-config-adding-hosts-to-cluster[Adding hosts to an
168168
existing cluster].
169169

170170
If the master host has a collocated etcd, use the
171-
xref:../day_two_guide/host_level_tasks.adoc#deprecating-a-collocated-etcd-master_host[Deprecating
171+
xref:../day_two_guide/host_level_tasks.adoc#deprecating-a-collocated-etcd-master-host[Deprecating
172172
master host with collocated etcd] steps, then the
173173
xref:../install_config/adding_hosts_to_existing_cluster.adoc#install-config-adding-hosts-to-cluster[Adding hosts to an
174174
existing cluster] as well as

dev_guide/revhistory_dev_guide.adoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@
77
:experimental:
88

99
// do-release: revhist-tables
10+
== Tue Feb 06 2018
11+
12+
// tag::dev_guide_tue_feb_06_2018[]
13+
[cols="1,3",options="header"]
14+
|===
15+
16+
|Affected Topic |Description of Change
17+
//Tue Feb 06 2018
18+
|xref:../dev_guide/builds/build_inputs.adoc#dev-guide-build-inputs[Build Inputs]
19+
|Added an example of a Dockerfile referencing secret data in the xref:../dev_guide/builds/build_inputs.adoc#using-secrets-docker-strategy[Docker Strategy] section.
20+
21+
|xref:../dev_guide/builds/build_inputs.adoc#dev-guide-build-inputs[Build Inputs]
22+
|Updated `git clone` behavior in the xref:../dev_guide/builds/build_inputs.adoc#source-code[Git Source] section.
23+
24+
|xref:../dev_guide/templates.adoc#dev-guide-templates[Templates]
25+
|Corrected the template file example in the xref:../dev_guide/templates.adoc#writing-exposing-object-fields[Exposing Object Fields] section.
26+
27+
|xref:../dev_guide/managing_images.adoc#dev-guide-managing-images[Managing Images]
28+
|Added xref:../dev_guide/managing_images.adoc#triggering-updates-on-image-stream-changes[Triggering Updates on Image Stream Changes] section.
29+
30+
31+
32+
|===
33+
34+
// end::dev_guide_tue_feb_06_2018[]
1035
== Thu Jan 25 2018
1136

1237
// tag::dev_guide_thu_jan_25_2018[]

install_config/install/advanced_install.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,15 +1895,12 @@ xref:configuring-dedicated-infrastructure-nodes[dedicated infrastructure]:
18951895
|*infra-node2.example.com*
18961896
|===
18971897

1898-
<<<<<<< HEAD
1899-
=======
19001898
[NOTE]
19011899
====
19021900
When specifying multiple etcd hosts, external etcd is installed and
19031901
configured. Clustering of {product-title}'s embedded etcd is not supported.
19041902
====
19051903

1906-
>>>>>>> 4305611... added day2 guide dir and health checks topic
19071904
You can see these example hosts present in the *[masters]*, *[nodes]*, and
19081905
*[etcd]* sections of the following example inventory file:
19091906

install_config/revhistory_install_config.adoc

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,74 @@
77
:experimental:
88

99
// do-release: revhist-tables
10+
== Tue Feb 06 2018
11+
12+
// tag::install_config_tue_feb_06_2018[]
13+
[cols="1,3",options="header"]
14+
|===
15+
16+
|Affected Topic |Description of Change
17+
//Tue Feb 06 2018
18+
|xref:../install_config/configuring_sdn.adoc#install-config-configuring-sdn[Configuring the SDN]
19+
|Fixed command error in the xref:../install_config/configuring_sdn.adoc#migrating-between-sdn-plugins-networkpolicy[Migrating from ovs-multitenant to ovs-networkpolicy] section.
20+
21+
|xref:../install_config/install/advanced_install.adoc#install-config-install-advanced-install[Installing a Cluster -> Advanced Installation]
22+
|Added the `openshift_master_admission_plugin_config` parameter to the xref:../install_config/install/advanced_install.adoc#cluster-variables-table[Cluster Variables] table.
23+
24+
|xref:../install_config/configuring_sdn.adoc#install-config-configuring-sdn[Configuring the SDN]
25+
|Added section on configuring the SDN for multiple CIDR ranges to the xref:../install_config/configuring_sdn.adoc#configuring-the-pod-network-on-masters[Configuring the Pod Network on Masters] section.
26+
27+
|xref:../install_config/registry/securing_and_exposing_registry.adoc#install-config-registry-securing-exposing[Setting up the Registry -> Securing and Exposing the Registry]
28+
|Added default registry to the example in the xref:../install_config/registry/securing_and_exposing_registry.adoc#securing-the-registry[Manually Securing the Registry] section.
29+
30+
|xref:../install_config/build_defaults_overrides.adoc#install-config-build-defaults-overrides[Configuring Global Build Defaults and Overrides]
31+
|Changed the units from `m` to `Mi` in the xref:../install_config/build_defaults_overrides.adoc#ansible-setting-global-build-defaults[Example Build Defaults Configuration].
32+
33+
|xref:../install_config/install/prerequisites.adoc#install-config-install-prerequisites[Installing a Cluster -> Prerequisites]
34+
|Added more information about port *1936* to the xref:../install_config/install/prerequisites.adoc#required-ports[Required Ports] section.
35+
36+
|xref:../install_config/install/disconnected_install.adoc#install-config-install-disconnected-install[Installing a Cluster -> Disconnected Installation]
37+
|Updated the example in the xref:../install_config/install/disconnected_install.adoc#disconnected-editing-the-image-stream-definitions[Editing the Image Stream Definitions] section.
38+
39+
|xref:../install_config/web_console_customization.adoc#install-config-web-console-customization[Customizing the Web Console]
40+
|Added a new section on xref:../install_config/web_console_customization.adoc#system-status-badge[System Status Badge], which can notify users of system-wide events such as maintenance windows.
41+
42+
|xref:../install_config/web_console_customization.adoc#install-config-web-console-customization[Customizing the Web Console]
43+
|Updated the xref:../install_config/web_console_customization.adoc#configuring-catalog-categories[Configuring Catalog Categories] section to reflect the latest web console categories.
44+
45+
|xref:../install_config/install/advanced_install.adoc#install-config-install-advanced-install[Advanced Installation]
46+
|Corrected logging variable and updated default installation status in the xref:../install_config/install/advanced_install.adoc#advanced-install-cluster-logging[Configuring Cluster Logging] section.
47+
48+
|xref:../install_config/aggregate_logging.adoc#install-config-aggregate-logging[Aggregating Container Logs]
49+
|Added the xref:../install_config/aggregate_logging.adoc#manual-elasticsearch-rollouts[Manual Elasticsearch Rollouts] section.
50+
51+
|xref:../install_config/install/advanced_install.adoc#install-config-install-advanced-install[Installing a Cluster -> Advanced Installation]
52+
|Added the xref:../install_config/install/advanced_install.adoc#configuring-oab-local-apb-devel[Configuring the OpenShift Ansible Broker for Local APB Development] section.
53+
54+
|xref:../install_config/install/advanced_install.adoc#install-config-install-advanced-install[Installing a Cluster -> Advanced Installation]
55+
|Added the xref:../install_config/install/advanced_install.adoc#configuring-oab-local-apb-devel[Configuring the OpenShift Ansible Broker for Local APB Development] section.
56+
57+
|xref:../install_config/install/prerequisites.adoc#install-config-install-prerequisites[Installing a Cluster -> Prerequisites]
58+
|Added that setting `NM_CONTROLLED` is required for DNS to work properly.
59+
60+
n|xref:../install_config/router/default_haproxy_router.adoc#install-config-router-default-haproxy[Using the Default HAProxy Router]
61+
|Modified some information in the xref:../install_config/router/default_haproxy_router.adoc#exposing-the-router-metrics[Router Environment Variables] section.
62+
63+
|xref:../install_config/aggregate_logging.adoc#install-config-aggregate-logging[Aggregating Container Logs]
64+
|Added URL examples to the variable descriptions for `openshift_logging_master_url` and `openshift_logging_master_public_url` in the
65+
xref:../install_config/aggregate_logging.adoc#aggregate-logging-ansible-variables[Specifying Logging Ansible Variables] section.
66+
67+
|xref:../install_config/router/f5_router.adoc#install-config-router-f5[Installation -> Using the F5 Router Plug-in]
68+
|Added a note that the F5 user needs Advanced Shell permission to use the xref:../install_config/router/f5_router.adoc#deploying-the-f5-router[F5 Router Plug-in].
69+
70+
|xref:../install_config/oab_broker_configuration.adoc#install-config-oab-config[OpenShift Ansible Broker Configuration]
71+
|New topic describing the OAB broker configuration file and how to update it.
72+
73+
74+
75+
|===
76+
77+
// end::install_config_tue_feb_06_2018[]
1078
== Thu Jan 25 2018
1179

1280
// tag::install_config_thu_jan_25_2018[]

scaling_performance/revhistory_scaling_performance.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@
77
:experimental:
88

99
// do-release: revhist-tables
10+
== Tue Feb 06 2018
11+
12+
// tag::scaling_performance_tue_feb_06_2018[]
13+
[cols="1,3",options="header"]
14+
|===
15+
16+
|Affected Topic |Description of Change
17+
//Tue Feb 06 2018
18+
|xref:../scaling_performance/optimizing_storage.adoc#scaling-performance-optimizing-storage[Optimizing Storage]
19+
|Added a new xref:../scaling_performance/optimizing_storage.adoc#choosing-a-graph-driver[Choosing a Graph Driver] section.
20+
21+
|xref:../scaling_performance/cluster_limits.adoc#scaling-performance-cluster-limits[Cluster Limits]
22+
|Added a new xref:../scaling_performance/cluster_limits.adoc#scaling-performance-planning-your-environment-according-to-application-requirements[Planning Your Environment According to Application Requirements] section.
23+
24+
25+
26+
|===
27+
28+
// end::scaling_performance_tue_feb_06_2018[]
1029
== Thu Jan 25 2018
1130

1231
// tag::scaling_performance_thu_jan_25_2018[]

using_images/db_images/mysql.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ ifdef::openshift-enterprise[]
469469
Enabling clustering for database images is currently in Technology Preview and
470470
not intended for production use.
471471
====
472-
endif::openshift-enterprise[[]
472+
endif::openshift-enterprise[]
473473

474474
Red Hat provides a proof-of-concept
475475
xref:../../dev_guide/templates.adoc#dev-guide-templates[template] for MySQL

using_images/revhistory_using_images.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@
77
:experimental:
88

99
// do-release: revhist-tables
10+
== Tue Feb 06 2018
11+
12+
// tag::using_images_tue_feb_06_2018[]
13+
[cols="1,3",options="header"]
14+
|===
15+
16+
|Affected Topic |Description of Change
17+
//Tue Feb 06 2018
18+
|xref:../using_images/other_images/jenkins.adoc#using-images-other-images-jenkins[Jenkins]
19+
|Clarified ConfigMap and PodTemplate sync definitions in xref:../using_images/other_images/jenkins.adoc#using-the-jenkins-kubernetes-plug-in-to-run-jobs[Using the Jenkins Kubernetes Plug-in to Run Jobs] section.
20+
21+
22+
23+
|===
24+
25+
// end::using_images_tue_feb_06_2018[]
1026
== Thu Jan 25 2018
1127

1228
// tag::using_images_thu_jan_25_2018[]

welcome/revhistory_full.adoc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,28 @@ The following sections aggregate the revision histories of each guide by publish
1010
date.
1111

1212
// do-release: revhist-tables
13+
== Tue Feb 06 2018
14+
.Using Images
15+
include::using_images/revhistory_using_images.adoc[tag=using_images_tue_feb_06_2018]
16+
17+
.Scaling Performance
18+
include::scaling_performance/revhistory_scaling_performance.adoc[tag=scaling_performance_tue_feb_06_2018]
19+
20+
.Developer Guide
21+
include::dev_guide/revhistory_dev_guide.adoc[tag=dev_guide_tue_feb_06_2018]
22+
23+
.Apb Devel
24+
include::apb_devel/revhistory_apb_devel.adoc[tag=apb_devel_tue_feb_06_2018]
25+
26+
.Architecture
27+
include::architecture/revhistory_architecture.adoc[tag=architecture_tue_feb_06_2018]
28+
29+
.Cluster Administration
30+
include::admin_guide/revhistory_admin_guide.adoc[tag=admin_guide_tue_feb_06_2018]
31+
32+
.Installation and Configuration
33+
include::install_config/revhistory_install_config.adoc[tag=install_config_tue_feb_06_2018]
34+
1335
== Thu Jan 25 2018
1436
.Using Images
1537
include::using_images/revhistory_using_images.adoc[tag=using_images_thu_jan_25_2018]

0 commit comments

Comments
 (0)