diff options
author | Steve Milner <smilner@redhat.com> | 2017-06-20 11:20:20 -0400 |
---|---|---|
committer | Steve Milner <smilner@redhat.com> | 2017-06-20 11:20:20 -0400 |
commit | 7b829ec9c332577003af727210a6f34cf27eea83 (patch) | |
tree | e047c61d4c614063f37e55c88fef9849d1bef62e /inventory/byo/hosts.ose.example | |
parent | 75ced9124c696dd9ce8359ee1a165269883105b5 (diff) | |
download | openshift-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/byo/hosts.ose.example')
-rw-r--r-- | inventory/byo/hosts.ose.example | 11 |
1 files changed, 11 insertions, 0 deletions
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 |