diff options
author | Scott Dodson <sdodson@redhat.com> | 2015-08-27 17:45:14 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2015-08-28 11:50:10 -0400 |
commit | 05c5d6e1a0de2e7a5f5cb509b08981ba9b1ec69b (patch) | |
tree | e22cbfe1626dfeb3d310c9f4e72de35d62c626d9 /inventory | |
parent | e6c157be1208c46d4fd63f402517aec19971df12 (diff) | |
download | openshift-05c5d6e1a0de2e7a5f5cb509b08981ba9b1ec69b.tar.gz openshift-05c5d6e1a0de2e7a5f5cb509b08981ba9b1ec69b.tar.bz2 openshift-05c5d6e1a0de2e7a5f5cb509b08981ba9b1ec69b.tar.xz openshift-05c5d6e1a0de2e7a5f5cb509b08981ba9b1ec69b.zip |
Add cockpit-ws with cockpit-kubernetes plugin
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index 2bbc4ca1e..1685003e8 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -44,6 +44,12 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Configure Fluentd #use_fluentd=true +# Enable cockpit +#osm_use_cockpit=true +# +# Set cockpit plugins +#osm_cockpit_plugins=['cockpit-kubernetes'] + # master cluster ha variables using pacemaker or RHEL HA #openshift_master_cluster_password=openshift_cluster #openshift_master_cluster_vip=192.168.133.25 |