summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorSteve Milner <smilner@redhat.com>2017-06-20 11:20:20 -0400
committerSteve Milner <smilner@redhat.com>2017-06-20 11:20:20 -0400
commit7b829ec9c332577003af727210a6f34cf27eea83 (patch)
treee047c61d4c614063f37e55c88fef9849d1bef62e /inventory
parent75ced9124c696dd9ce8359ee1a165269883105b5 (diff)
downloadopenshift-7b829ec9c332577003af727210a6f34cf27eea83.tar.gz
openshift-7b829ec9c332577003af727210a6f34cf27eea83.tar.bz2
openshift-7b829ec9c332577003af727210a6f34cf27eea83.tar.xz
openshift-7b829ec9c332577003af727210a6f34cf27eea83.zip
doc: Add system_container examples to inventory
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.origin.example11
-rw-r--r--inventory/byo/hosts.ose.example11
2 files changed, 22 insertions, 0 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example
index 962a01a91..7b20ec3a2 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -42,6 +42,17 @@ openshift_release=v3.6
# This could potentially trigger an upgrade and downtime, so be careful with modifying this value after the cluster is set up.
#openshift_pkg_version=-3.6.0
+# This enables all the system containers except for docker:
+#openshift_use_system_containers=False
+#
+# But you can choose separately each component that must be a
+# system container:
+#
+#openshift_use_openvswitch_system_container=False
+#openshift_use_node_system_container=False
+#openshift_use_master_system_container=False
+#openshift_use_etcd_system_container=False
+
# Install the openshift examples
#openshift_install_examples=true
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example
index 63f1f00d2..16ed966b0 100644
--- a/inventory/byo/hosts.ose.example
+++ b/inventory/byo/hosts.ose.example
@@ -42,6 +42,17 @@ openshift_release=v3.6
# This could potentially trigger an upgrade and downtime, so be careful with modifying this value after the cluster is set up.
#openshift_pkg_version=-3.6.0
+# This enables all the system containers except for docker:
+#openshift_use_system_containers=False
+#
+# But you can choose separately each component that must be a
+# system container:
+#
+#openshift_use_openvswitch_system_container=False
+#openshift_use_node_system_container=False
+#openshift_use_master_system_container=False
+#openshift_use_etcd_system_container=False
+
# Install the openshift examples
#openshift_install_examples=true