openshift / staging: add infra nodes and add logging pvs
We need to define infra nodes in the inventory and we also need to setup logging pv's as part of the install. See https://access.redhat.com/solutions/4562161 Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
4766e57e53
commit
11a05a4d52
1 changed files with 8 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
|||
{% for host in groups[openshift_cluster_nodes_group] %}
|
||||
{{ host }} openshift_node_group_name='node-config-compute'
|
||||
{% endfor %}
|
||||
{% for host in groups['os_infra_nodes_stg'] %}
|
||||
{{ host }} openshift_node_group_name='node-config-infra'
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
#[nfs]
|
||||
#ose3-master1.test.example.com
|
||||
|
@ -718,6 +722,10 @@ openshift_logging_storage_host=ntap-iad2-c02-fedora01-nfs01a
|
|||
openshift_logging_storage_nfs_directory=/
|
||||
openshift_logging_storage_volume_name=openshift-stg-logging
|
||||
openshift_logging_storage_volume_size=100Gi
|
||||
openshift_logging_es_pvc_size=10Gi
|
||||
openshift_logging_es_pvc_storage_class_name=''
|
||||
openshift_logging_es_pvc_dynamic=true
|
||||
openshift_logging_es_pvc_prefix=logging
|
||||
#
|
||||
# Option C - Dynamic -- If openshift supports dynamic volume provisioning for
|
||||
# your cloud platform use this.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue