This repository has been archived by the owner on Mar 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
storage.inventory
72 lines (59 loc) · 2.82 KB
/
storage.inventory
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[OSEv3:children]
masters
nodes
etcd
glusterfs
[OSEv3:vars]
ansible_user=centos
ansible_become=true
ansible_ssh_common_args='-o StrictHostKeyChecking=no'
deployment_type=origin
openshift_deployment_type=origin
openshift_release='v3.11'
openshift_disable_check=docker_storage,memory_availability
openshift_clock_enable=true
openshift_use_dnsmasq=true
os_firewall_use_firewalld=true
ansible_service_broker_install=false
openshift_enable_service_catalog=false
osm_use_cockpit=false
openshift_is_atomic=false
openshift_master_default_subdomain='apps.training0.cc-openshift.de'
openshift_master_cluster_hostname='internal-master.training0.cc-openshift.de'
openshift_master_cluster_public_hostname='master.training0.cc-openshift.de'
os_sdn_network_plugin_name='redhat/openshift-ovs-networkpolicy'
openshift_logging_install_logging=true
openshift_logging_es_nodeselector={"node-role.kubernetes.io/infra":"true"}
openshift_logging_elasticsearch_storage_type=pvc
openshift_logging_es_pvc_storage_class_name=glusterfs-storage
openshift_logging_storage_volume_size=1Gi
openshift_logging_es_memory_limit=2Gi
openshift_logging_es_pvc_dynamic=true
openshift_metrics_install_metrics=true
openshift_metrics_cassandra_storage_type=pv
openshift_metrics_cassandra_pvc_storage_class_name=glusterfs-storage
openshift_metrics_storage_volume_size=1Gi
openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}]
openshift_master_htpasswd_users={'admin': '$apr1$zgSjCrLt$1KSuj66CggeWSv.D.BXOA1', 'user': '$apr1$.gw8w9i1$ln9bfTRiD6OwuNTG5LvW50'}
# Storage config
openshift_storage_glusterfs_storageclass=true
openshift_storage_glusterfs_storageclass_default=true
openshift_storage_glusterfs_block_deploy=false
#openshift_storage_glusterfs_block_storageclass=true
#openshift_storage_glusterfs_block_storageclass_default=false
#openshift_storage_glusterfs_block_host_vol_size=20
#openshift_storage_glusterfs_block_host_vol_create=true
openshift_storage_glusterfs_heketi_admin_key=snSvtK7f6ZY6tcJUavzHW9CxG8RH2Ahe
openshift_storage_glusterfs_heketi_image=heketi/heketi:9
openshift_storage_glusterfs_image=gluster/gluster-centos:gluster4u1_centos7
[glusterfs]
app0.training0.cc-openshift.de glusterfs_zone=1 glusterfs_devices='[ "/dev/nvme1n1" ]'
app1.training0.cc-openshift.de glusterfs_zone=2 glusterfs_devices='[ "/dev/nvme1n1" ]'
app2.training0.cc-openshift.de glusterfs_zone=3 glusterfs_devices='[ "/dev/nvme1n1" ]'
[masters]
master0.training0.cc-openshift.de openshift_node_group_name='node-config-master-infra' openshift_schedulable=true
[etcd]
master0.training0.cc-openshift.de
[nodes]
master0.training0.cc-openshift.de openshift_node_group_name='node-config-master-infra' openshift_schedulable=true
app[0:2].training0.cc-openshift.de openshift_node_group_name='node-config-compute' openshift_schedulable=true