openshift_labs.workshop_deployment_tracker

Ansible Role: Track Deployment of OpenShift Workshops Build Status =========

This Ansible Role helps track the deployment of OpenShift workshops. It sends a request to a Google Form with details about the workshop type and name.

Role Variables

Variable Default Value Description
apps_hostname_suffix apps.not-available.openshiftworkshop.com The ending part of the workshop hostname
workshop_type not-available The type of workshop: starter, cloud-native, devops

OpenShift Version Compatibility

When using this role in requirements.yml, specify the version with a tag:

- src: openshift_labs.workshop_deployment_tracker
  version: 1.0.0

The table below shows the compatible versions that have been tested:

Role Version OpenShift Version
1.0.x 3.10.x, 3.11.x

If a version combination is not listed, that does not mean the latest role version will not work with that OpenShift version. The table only lists versions we have tested.

Example Playbook

name: Example Playbook
hosts: localhost
tasks:
- import_role:
    name: openshift_labs.workshop_deployment_tracker
  vars:
    apps_hostname_suffix: "apps.mystarter-a1b2.openshiftworkshop.com"
    workshop_type: "starter"
Informazioni sul progetto

Deployment Tracker for OpenShift Workshops

Installa
ansible-galaxy install openshift_labs.workshop_deployment_tracker
Licenza
Unknown
Download
661
Proprietario