-
Notifications
You must be signed in to change notification settings - Fork 500
/
default_vars_openshift_cnv.yml
62 lines (53 loc) · 1.67 KB
/
default_vars_openshift_cnv.yml
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
---
# -------------------------------------------------------------------
# Default Variables for OpenShift CNV
# -------------------------------------------------------------------
# The type of cloud provider this will be deployed to
cloud_provider: openshift_cnv
# This is the user that Ansible will use to connect to the nodes it is
# configuring from the admin/control host
ansible_user: cloud-user
remote_user: cloud-user
# Use Dynamic DNS. Always true
use_dynamic_dns: true
# Whether to wait for an ack from the DNS servers before continuing
wait_for_dns: true
# The base domain
# osp_cluster_dns_zone needs to come from secrets
# subdomain_base_suffix: "{{ osp_cluster_dns_zone }}"
ocp4_base_domain: "{{ osp_cluster_dns_zone }}"
# Container image to use in Ceph cleanup job
ceph_cleanup_job_image: registry.redhat.io/odf4/rook-ceph-rhel9-operator:v4.15
# User info settings
ocp4_cluster_show_default_user_info: true
ocp4_cluster_show_access_user_info: "{{ ocp4_cluster_show_default_user_info }}"
# Bastion Configuration
bastion_instance_image: rhel-8.2
bastion_cores: 2
bastion_memory: 2G
bastion_rootfs_size: 30Gi
instances:
- name: bastion
count: 1
unique: true
alt_name: bastion
memory: "{{ bastion_memory }}"
cores: "{{ bastion_cores }}"
image_size: "{{ bastion_rootfs_size }}"
image: "{{ bastion_instance_image }}"
metadata:
- AnsibleGroup: "bastions"
- function: bastion
- user: "{{ student_name }}"
- project: "{{ project_tag }}"
- ostype: linux
- Purpose: "{{ purpose }}"
tags:
- key: "AnsibleGroup"
value: "bastions"
- key: "ostype"
value: "linux"
- key: "instance_filter"
value: "{{ env_type }}-{{ guid }}"
networks:
- default