diff options
| author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-06-13 16:02:18 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-13 16:02:18 -0400 | 
| commit | 3fed1873230d9e84c07824b7de98ae7edfc481ba (patch) | |
| tree | e97d2dae693b22f30976e5804bdd02cc591cc84b /inventory | |
| parent | 75a46c184bda80158c085bcd38b40fd4d02aabd0 (diff) | |
| parent | ee59257a018f081efa1f121cba40f857e07e9ef5 (diff) | |
| download | openshift-3fed1873230d9e84c07824b7de98ae7edfc481ba.tar.gz openshift-3fed1873230d9e84c07824b7de98ae7edfc481ba.tar.bz2 openshift-3fed1873230d9e84c07824b7de98ae7edfc481ba.tar.xz openshift-3fed1873230d9e84c07824b7de98ae7edfc481ba.zip  | |
Merge pull request #4302 from ewolinetz/pv_node_selectors
Merged by openshift-bot
Diffstat (limited to 'inventory')
| -rw-r--r-- | inventory/byo/hosts.origin.example | 4 | ||||
| -rw-r--r-- | inventory/byo/hosts.ose.example | 4 | 
2 files changed, 8 insertions, 0 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index b2490638b..86b4de4b7 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -501,6 +501,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  #openshift_hosted_metrics_storage_nfs_options='*(rw,root_squash)'  #openshift_hosted_metrics_storage_volume_name=metrics  #openshift_hosted_metrics_storage_volume_size=10Gi +#openshift_hosted_metrics_storage_labels={'storage': 'metrics'}  #  # Option B - External NFS Host  # NFS volume must already exist with path "nfs_directory/_volume_name" on @@ -512,6 +513,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  #openshift_hosted_metrics_storage_nfs_directory=/exports  #openshift_hosted_metrics_storage_volume_name=metrics  #openshift_hosted_metrics_storage_volume_size=10Gi +#openshift_hosted_metrics_storage_labels={'storage': 'metrics'}  #  # Option C - Dynamic -- If openshift supports dynamic volume provisioning for  # your cloud platform use this. @@ -545,6 +547,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  #openshift_hosted_logging_storage_nfs_options='*(rw,root_squash)'  #openshift_hosted_logging_storage_volume_name=logging  #openshift_hosted_logging_storage_volume_size=10Gi +#openshift_hosted_logging_storage_labels={'storage': 'logging'}  #  # Option B - External NFS Host  # NFS volume must already exist with path "nfs_directory/_volume_name" on @@ -556,6 +559,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  #openshift_hosted_logging_storage_nfs_directory=/exports  #openshift_hosted_logging_storage_volume_name=logging  #openshift_hosted_logging_storage_volume_size=10Gi +#openshift_hosted_logging_storage_labels={'storage': 'logging'}  #  # Option C - Dynamic -- If openshift supports dynamic volume provisioning for  # your cloud platform use this. diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 67d53b22d..cbaf22810 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -501,6 +501,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  #openshift_hosted_metrics_storage_nfs_options='*(rw,root_squash)'  #openshift_hosted_metrics_storage_volume_name=metrics  #openshift_hosted_metrics_storage_volume_size=10Gi +#openshift_hosted_metrics_storage_labels={'storage': 'metrics'}  #  # Option B - External NFS Host  # NFS volume must already exist with path "nfs_directory/_volume_name" on @@ -512,6 +513,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  #openshift_hosted_metrics_storage_nfs_directory=/exports  #openshift_hosted_metrics_storage_volume_name=metrics  #openshift_hosted_metrics_storage_volume_size=10Gi +#openshift_hosted_metrics_storage_labels={'storage': 'metrics'}  #  # Option C - Dynamic -- If openshift supports dynamic volume provisioning for  # your cloud platform use this. @@ -545,6 +547,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  #openshift_hosted_logging_storage_nfs_options='*(rw,root_squash)'  #openshift_hosted_logging_storage_volume_name=logging  #openshift_hosted_logging_storage_volume_size=10Gi +#openshift_hosted_logging_storage_labels={'storage': 'logging'}  #  # Option B - External NFS Host  # NFS volume must already exist with path "nfs_directory/_volume_name" on @@ -556,6 +559,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  #openshift_hosted_logging_storage_nfs_directory=/exports  #openshift_hosted_logging_storage_volume_name=logging  #openshift_hosted_logging_storage_volume_size=10Gi +#openshift_hosted_logging_storage_labels={'storage': 'logging'}  #  # Option C - Dynamic -- If openshift supports dynamic volume provisioning for  # your cloud platform use this.  | 
