diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-10-26 16:50:32 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-10-26 16:50:32 -0400 |
commit | 4836ed6801b3f841ac3b3bab589c550c35179591 (patch) | |
tree | b0a697175754e678f1a1971d5dd4bbf6efb79b89 /inventory | |
parent | 6e1a53d82f925a3a070eae5342604d8b0f026f38 (diff) | |
parent | e87883d2be647edbcd564cefbf09a40120f1832d (diff) | |
download | openshift-4836ed6801b3f841ac3b3bab589c550c35179591.tar.gz openshift-4836ed6801b3f841ac3b3bab589c550c35179591.tar.bz2 openshift-4836ed6801b3f841ac3b3bab589c550c35179591.tar.xz openshift-4836ed6801b3f841ac3b3bab589c550c35179591.zip |
Merge pull request #458 from spinolacastro/project_config
Custom Project Config
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index 6b366cf87..dab75e17b 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -41,6 +41,13 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Allow all auth #openshift_master_identity_providers=[{'name': 'allow_all', 'login': 'true', 'challenge': 'true', 'kind': 'AllowAllPasswordIdentityProvider'}] +# Project Configuration +#osm_project_request_message='' +#osm_project_request_template='' +#osm_mcs_allocator_range='s0:/2' +#osm_mcs_labels_per_project=5 +#osm_uid_allocator_range='1000000000-1999999999/10000' + # Configure Fluentd #use_fluentd=true |