Giter Site home page Giter Site logo

Comments (3)

dpullman-emergent avatar dpullman-emergent commented on August 11, 2024

We're running 4.6.16

[ec2-user@ip-172-31-15-225` openshift4_aws]$ cat group_vars/all/all.yml
# Go to the following URL for a list of available OpenShift versions for installation
# https://mirror.openshift.com/pub/openshift-v4/clients/ocp/

# Valid values are 'local', and 'automation' # 'automation' is intended for automated builds/deploys
openshift_installer_type:               local

# get installation files playbook variables
openshift_version:                      4.6.16
openshift_installer_path:               "{{ ansible_env.PWD }}"
openshift_build_path:                   "{{ ansible_env.PWD }}/build"
openshift_odo_version:                  2.0.1
openshift_odo_path:                     /usr/local/bin/

# openshift workshop user variables
create_openshift_users:                 true
openshift_cluster_admin_username:       labadmin
openshift_cluster_admin_password:       ""
openshift_user_count:                   50            # user1 through user{{ openshift_user_count }}
openshift_user_password:                "openshift"

# install-config.yml variables
aws_region:                             us-east-1
openshift_cluster_name:                 openshift4
openshift_cluster_base_domain:          lab-emergent360.com
openshift_cluster_fqdn:                 "{{ openshift_cluster_name }}.{{ openshift_cluster_base_domain }}"
openshift_control_node_instance_type:   m5a.xlarge     # default = 4vCPUs / 16 GB RAM (i.e. m5a.xlarge)
openshift_control_node_replicas:        3              # use a value of '3' only
openshift_worker_node_instance_type:    m5a.2xlarge	   # default = 8 vCPUs / 32 GB RAM (i.e. m5a.2xlarge)
openshift_worker_node_replicas:         3              # default = '3'  Node counts of =< 3 are valid
openshift_install_pull_secret:          " {{ lookup('file', '{{ openshift_installer_path }}/pull-secret') }}"
openshift_node_ssh_public_key:          "{{ lookup('file', '{{ openshift_build_path }}/{{ openshift_cluster_name }}-key.pub') }}"
openshift_installer_log_level:          debug          # recommended log level options: info or debug

# web terminal operator variables
deploy_web_terminal:                    True
openshift_webcli_idle_timeout:          24h

# service mesh operator variables
deploy_service_mesh:                    false
deploy_service_mesh_workshop:           false
elasticsearch_operator_version:         "{{ openshift_version | regex_replace('^(\\d+)(\\.\\d+).*','\\1\\2') }}"
jaegar_operator_version:                stable
kiali_operator_version:                 stable
servicemesh_operator_version:           stable
keycloak_operator_version:              "v10.0.0"

## Automation related variables
## These get assembled to store OCP state in a bucket with a prefix like this:
## s3://{{ s3_bucket }}/{{ s3_prefix }}/{{ workshop_type }}/{{ openshift_cluster_name }}/stateFilesHere
#s3_bucket:                              "myStateFilesBucket"
#s3_prefix:                              "mycustom/path/to/state/files"
#workshop_type:                          "ocp4"

from redhatgov.workshops.

dpullman-emergent avatar dpullman-emergent commented on August 11, 2024

May be related to Include xterm-resize in tooling container (redhat-developer/web-terminal-tooling#23)

from redhatgov.workshops.

ajacocks avatar ajacocks commented on August 11, 2024

We're seeing the same thing. This would be good to get fixed.

from redhatgov.workshops.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.