diff options
author | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-10-20 12:24:15 -0400 |
---|---|---|
committer | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-10-20 12:24:15 -0400 |
commit | 96d45a6b6115338c467baebaba837847a05508dd (patch) | |
tree | b4cfe387cb8d64ee66c1534182553d9c58d8134e /inventory/byo | |
parent | a6d3017291433413649c915cfb3de90b362175fa (diff) | |
parent | 05c5d6e1a0de2e7a5f5cb509b08981ba9b1ec69b (diff) | |
download | openshift-96d45a6b6115338c467baebaba837847a05508dd.tar.gz openshift-96d45a6b6115338c467baebaba837847a05508dd.tar.bz2 openshift-96d45a6b6115338c467baebaba837847a05508dd.tar.xz openshift-96d45a6b6115338c467baebaba837847a05508dd.zip |
Merge pull request #529 from sdodson/cockpit-master
Add cockpit role
Diffstat (limited to 'inventory/byo')
-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 df1bae49f..f554cc660 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 |