summaryrefslogtreecommitdiffstats
path: root/group_vars/OSEv3.yml
blob: 2f7fdc1041b34001de68f0a9260b1c85b762c1a0 (plain)
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
### Deployment Type
deployment_type: "origin"
#openshift_release: "v1.4"
#openshift_image_tag: "v1.4.1"
openshift_release: "v1.5"
#openshift_image_tag: "v1.5.0"
openshift_image_tag: "v1.5.0-rc.0"
openshift_hosted_metrics_deployer_version: "v1.5.0-rc.0"

containerized: true
openshift_master_cluster_method: "native"
os_firewall_use_firewalld: true

#Check configuration to fight dynamic IPs
openshift_dns_ip: "{{ ands_ipfailover_vips[0] | ipaddr('address') }}"
openshift_set_hostname: true
openshift_set_node_ip: true

#Recommended to avoid: No package matching 'origin-docker-excluder-1.5.0*' found available
enable_excluders: false
enable_docker_excluder: false

### Configuration
osm_use_cockpit: true
osm_cockpit_plugins: ['cockpit-kubernetes']
osn_storage_plugin_deps: ['ceph', 'glusterfs']
openshift_hosted_metrics_deploy: true
ppenshift_hosted_metrics_storage_kind: dynamic
#openshift_use_manageiq: true
openshift_install_examples: true

# Required for IPFailover
openshift_clock_enabled: true

# Fine tunning
openshift_master_pod_eviction_timeout: 30s

### Authentication
openshift_master_identity_providers: [{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider', 'filename': '/etc/origin/master/htpasswd'}]
openshift_master_htpasswd_users: {'pdv': '$apr1$ACvj6uUa$Nm1Vq8hZq3RzTtaYpAHv01', 'csa': '$apr1$IqEwdnzy$UAdd8ZSFnXommBbj29w3c0'}

# Network & DNS configuration
openshift_master_cluster_hostname: "{{ ands_openshift_lb }}"
#openshift_master_cluster_public_hostname: "{{ ands_openshift_lb }}"
openshift_master_default_subdomain: "{{ ands_openshift_subdomain }}"
openshift_master_ingress_ip_network_cidr: "{{ ands_openshift_ingress_network }}"

# Node configuration
openshift_schedulable: true

openshift_ip: "{{ ands_openshift_network | ipaddr(ands_host_id) | ipaddr('address') }}"
openshift_hostname: "{{ ansible_hostname }}"
openshift_public_hostname: "{{ ansible_hostname }}.{{ ands_cluster_domain }}"

#openshift_public_ip: "{{ ands_openshift_network | ipaddr(ands_host_id) | ipaddr('address') }}"
#openshift_hostname: "{{ ands_openshift_network | ipaddr(ands_host_id) | ipaddr('address') }}"
#openshift_public_hostname: "{{ ands_openshift_public_network | ipaddr(ands_host_id) | ipaddr('address') }}"

openshift_node_labels: "{{ ands_openshift_labels }}"