{"id":18322909,"url":"https://github.com/redhat-middleware-workshops/dg8-workshop","last_synced_at":"2025-04-05T23:31:15.475Z","repository":{"id":38185320,"uuid":"256557102","full_name":"RedHat-Middleware-Workshops/dg8-workshop","owner":"RedHat-Middleware-Workshops","description":"Source for the Red Hat Data Grid 8.0 workshop content repository","archived":true,"fork":false,"pushed_at":"2023-07-29T23:23:57.000Z","size":13594,"stargazers_count":15,"open_issues_count":2,"forks_count":22,"subscribers_count":12,"default_branch":"4.10","last_synced_at":"2025-02-16T09:31:38.769Z","etag":null,"topics":["infinispan","java","labs","quarkus","spring"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RedHat-Middleware-Workshops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-17T16:39:17.000Z","updated_at":"2025-01-26T00:32:00.000Z","dependencies_parsed_at":"2024-11-05T18:44:53.118Z","dependency_job_id":null,"html_url":"https://github.com/RedHat-Middleware-Workshops/dg8-workshop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedHat-Middleware-Workshops%2Fdg8-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedHat-Middleware-Workshops%2Fdg8-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedHat-Middleware-Workshops%2Fdg8-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedHat-Middleware-Workshops%2Fdg8-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedHat-Middleware-Workshops","download_url":"https://codeload.github.com/RedHat-Middleware-Workshops/dg8-workshop/tar.gz/refs/heads/4.10","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415783,"owners_count":20935383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["infinispan","java","labs","quarkus","spring"],"created_at":"2024-11-05T18:26:28.232Z","updated_at":"2025-04-05T23:31:10.465Z","avatar_url":"https://github.com/RedHat-Middleware-Workshops.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# This is the Data Grid 8.2 workshop\n\nThe workshop can be deployed on Openshift 4.3+ cluster. \nIt requires the DataGrid, CodeReady operators. \n\n## Contributing\nIncase you find an issue; use the issues; \nIncase you want to fix an issue; create a PR to the development branch\n\n## Docs/Instructions\nAfter you have cloned this repo. Head off to the docs directory and run the runFile.sh and head of to localhost:4000 to view the documentation.\n\n## Deployment\nIf you are looking to deploy this workshop on Openshift 4.3:\n\n```\ngit clone https://github.com/redhat-cop/agnosticd\n```\n\nRequest an Openshift 4.3 Workshop from rhpds. Once the environment is provisioned, you should receive an email with credentials and links to your environment.\n\nIf you have generated a password less private key, you might want to do something like this:\n\n```\ncat ~/.ssh/id_ansible.pub | ssh  username@bastion.cph-05c1.example.opentlc.com \"mkdir -p ~/.ssh \u0026\u0026 chmod 700 ~/.ssh \u0026\u0026 cat \u003e\u003e  ~/.ssh/authorized_keys\"\n```\n\n## Review the defaults variable file\n\n* This file link:./defaults/main.yml[./defaults/main.yml] contains all the variables you need to define to control the deployment of your workload.\n* The variable *ocp_username* is mandatory to assign the workload to the correct OpenShift user.\n* A variable *silent=True* can be passed to suppress debug messages.\n* You can modify any of these default values by adding `-e \"variable_name=variable_value\"` to the command line\n\n### Deploy a Workload with the `ocp-workload` playbook [Mostly for testing]\n\n```\nTARGET_HOST=\"bastion.cph-05c1.openshiftworkshop.com\"\nOCP_USERNAME=\"username\"\nWORKLOAD=\"ocp4-workload-jdg-workshop\"\nGUID=05c1\nSSH_KEY=~/.ssh/id_rsa\nAWS_REGION=us-east-1\n\n# a TARGET_HOST is specified in the command line, without using an inventory file\nansible-playbook -i ${TARGET_HOST}, ./configs/ocp-workloads/ocp-workload.yml \\\n    -e\"ansible_ssh_private_key_file=${SSH_KEY}\" \\\n    -e\"ansible_user=${OCP_USERNAME}\" \\\n    -e\"ocp_username=${OCP_USERNAME}\" \\\n    -e\"ocp_workload=${WORKLOAD}\" \\\n    -e\"silent=False\" \\\n    -e\"guid=${GUID}\" \\\n    -e\"aws_region=${AWS_REGION}\" \\\n    -e\"num_users=50\" \\\n    -e\"subdomain_base=${TARGET_HOST}\" \\\n    -e\"ACTION=create\"\n\n```\n\n### What does the installer do? \n- Install CodeReady Workspace Operator in namespace `codeready`\n- Creates project for each user e.g. `user1-cache`\n- Creates codeready workspaces for each user and sets it with a Quarkus ready devfile.\n- Installs DataGrid Operator and subscribes each user project to it. \n- Create a `guides` project with the latest instruction guides for attendees\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-middleware-workshops%2Fdg8-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhat-middleware-workshops%2Fdg8-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-middleware-workshops%2Fdg8-workshop/lists"}