You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: day_two_guide/topics/etcd_backup.adoc
+3-2
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,9 @@ etcdctl version: 3.2.5
28
28
API version: 3.2
29
29
----
30
30
31
-
See xref:../upgrading/migrating_etcd.adoc[Migrating etcd Data (v2
32
-
to v3) section] for information about how to migrate to v3.
31
+
See
32
+
link:https://docs.openshift.com/container-platform/3.7/upgrading/migrating_etcd.html[Migrating etcd Data (v2 to v3) section] in the {product-title} 3.7 documentation for
Copy file name to clipboardExpand all lines: install_config/install/advanced_install.adoc
+60-46
Original file line number
Diff line number
Diff line change
@@ -28,19 +28,18 @@ own implementation using the configuration management tool of your choosing.
28
28
====
29
29
While RHEL Atomic Host is supported for running containerized {product-title}
30
30
services, the advanced installation method utilizes Ansible, which is not
31
-
available in RHEL Atomic Host, and must therefore be run from
31
+
available in RHEL Atomic Host. The RPM-based installer must therefore be run
32
+
from
32
33
ifdef::openshift-enterprise[]
33
34
a RHEL 7 system.
34
35
endif::[]
35
36
ifdef::openshift-origin[]
36
37
a supported version of Fedora, CentOS, or RHEL.
37
38
endif::[]
38
39
The host initiating the installation does not need to be intended for inclusion
39
-
in the {product-title} cluster, but it can be.
40
-
41
-
Alternatively, a
42
-
xref:running-the-advanced-installation-system-container[containerized version of the installer] is available as a system container, which is currently a
43
-
Technology Preview feature.
40
+
in the {product-title} cluster, but it can be. Alternatively, a
41
+
xref:running-the-advanced-installation-system-container[containerized version of the installer] is available as a system container, which can be run from a RHEL
catalog] is enabled by default during installation. Enabling the service broker
1715
+
The
1716
+
xref:../../architecture/service_catalog/index.adoc#architecture-additional-concepts-service-catalog[service catalog] is enabled by default during installation. Enabling the service broker
1723
1717
allows service brokers to be registered with the catalog.
1724
1718
1725
1719
[NOTE]
@@ -1742,9 +1736,9 @@ as well; see xref:configuring-openshift-ansible-broker[Configuring the OpenShift
Ansible broker] (OAB) is enabled by default. However, further configuration may be required for use.
1739
+
The
1740
+
xref:../../architecture/service_catalog/ansible_service_broker.adoc#arch-ansible-service-broker[OpenShift Ansible broker] (OAB) is enabled by default during installation. However,
1741
+
further configuration may be required for use.
1748
1742
1749
1743
[[configuring-oab-storage]]
1750
1744
==== Configuring Persistent Storage for the OpenShift Ansible Broker
@@ -1755,9 +1749,30 @@ using persistent volumes (PVs) to function. If no PV is available, etcd will
1755
1749
wait until the PV can be satisfied. The OAB application will enter a `CrashLoop`
1756
1750
state until its etcd instance is available.
1757
1751
1758
-
Some Ansible playbook bundles (APBs) may also require a PV for their own usage.
1759
-
Two APBs are currently provided with {product-title} 3.7: MediaWiki and
1760
-
PostgreSQL. Both of these require their own PV to deploy.
1752
+
Some Ansible playbook bundles (APBs) also require a PV for their own usage in
1753
+
order to deploy. For example, each of the database APBs have two plans: the
1754
+
Development plan uses ephermal storage and does not require a PV, while the
1755
+
Production plan is persisted and does require a PV.
1756
+
1757
+
[options="header"]
1758
+
|===
1759
+
|APB |PV Required?
1760
+
1761
+
|*postgresql-apb*
1762
+
|Yes, but only for the Production plan
1763
+
1764
+
|*mysql-apb*
1765
+
|Yes, but only for the Production plan
1766
+
1767
+
|*mariadb-apb*
1768
+
|Yes, but only for the Production plan
1769
+
1770
+
|*mediawiki-apb*
1771
+
|Yes
1772
+
1773
+
|===
1774
+
1775
+
To configure persistent storage for the OAB:
1761
1776
1762
1777
[NOTE]
1763
1778
====
@@ -1766,8 +1781,6 @@ but
1766
1781
xref:../../install_config/persistent_storage/index.adoc#install-config-persistent-storage-index[other persistent storage providers] can be used instead.
1767
1782
====
1768
1783
1769
-
To configure persistent storage for the OAB:
1770
-
1771
1784
. In your inventory file, add `nfs` to the `[OSEv3:children]` section to enable
Starting with {product-title} 3.7, the xref:../../architecture/service_catalog/template_service_broker.adoc#arch-template-service-broke[template service broker] (TSB) is enabled by default.
1853
+
The
1854
+
xref:../../architecture/service_catalog/template_service_broker.adoc#arch-template-service-broke[template service broker] (TSB) is enabled by default during installation.
1841
1855
1842
1856
To configure the TSB, one or more projects must be defined as the broker's
1843
1857
source namespace(s) for loading templates and image streams into the service
@@ -2453,10 +2467,10 @@ concern for the install restarting *docker* on the host.
0 commit comments