diff options
author | Diego Castro <spinolacastro@gmail.com> | 2015-08-12 20:02:05 -0300 |
---|---|---|
committer | Diego Castro <spinolacastro@gmail.com> | 2015-08-12 20:02:05 -0300 |
commit | ec293f371046a99b0f737a59b4a9f3f001af3279 (patch) | |
tree | dbb55eecb1ff32c30db14c65f1aa19200beaf3d3 /inventory | |
parent | d307f715764164c8f543d57486718f95b1987875 (diff) | |
download | openshift-ec293f371046a99b0f737a59b4a9f3f001af3279.tar.gz openshift-ec293f371046a99b0f737a59b4a9f3f001af3279.tar.bz2 openshift-ec293f371046a99b0f737a59b4a9f3f001af3279.tar.xz openshift-ec293f371046a99b0f737a59b4a9f3f001af3279.zip |
Custom Project Config
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index 629956d0e..010dd797f 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -38,6 +38,9 @@ deployment_type=enterprise # Allow all auth #openshift_master_identity_providers=[{'name': 'allow_all', 'login': 'true', 'challenge': 'true', 'kind': 'AllowAllPasswordIdentityProvider'}] +# Project Configuration +#openshift_master_project_config=[{'projectConfig': {'defaultNodeSelector':'', 'projectRequestMessage':'','projectRequestTemplate':'','securityAllocator':{'mcsAllocatorRange':'s0:/2', 'mcsLabelsPerProject':5, 'uidAllocatorRange':'1000000000-1999999999/10000'}}}] + # master cluster ha variables using pacemaker or RHEL HA #openshift_master_cluster_password=openshift_cluster #openshift_master_cluster_vip=192.168.133.25 |