Jared Hocutt

Results 10 issues of Jared Hocutt

The Trakt notifier was using POST authentication which does not appear to work even though the Trakt API documentation says it is supported. I modified the code to use basic...

The Example workshop contains instructions to create a new workshop. It would be nice to have additional steps that describe pushing to the user's fork and creating the pull request....

enhancement

Are there more text call out options beyond alert warnings? {{< alert warning >}} A project is technically a Kubernetes namespace with additional annotations. {{< /alert >}} The OpenShift workshop...

enhancement

The table of contents does not build properly with non-alphanumeric values. For example: `{{< labs openshift33 >}}` WORKS `{{< labs openshift-3.3 >}}` DOES NOT WORK Both the '.' and '-'...

bug

> I believe the steps should include "new_workshop" just as Step 3 demonstrated. This keeps a consistent example so to speak throughout the instructions rather than stating "This value needs...

enhancement

The AWS inventory plugin configuration does not support the use of variables. Therefore, the list of regions to search must be hard-coded. Currently, it is hard-coded to: https://github.com/jaredhocutt/openshift-provision/blob/27786c325787acb480b3046172a3459a4a8dcc26/inventory/inventory.aws_ec2.yml#L5-L8 **This should...

enhancement

Currently, LetsEncrypt is used to generate certs for the OpenShift API and a wildcard for the OpenShift router. However, LetsEncrypt only allows 50 certs per week to be generated per...

enhancement

When the provisioner completes, there is not any output to inform the user of the details of the cluster they just deployed. The following output should be displayed for the...

enhancement

### Area Ansible Red Hat Enterprise Linux Workshop ### Proposed Changes In many of the RHEL workshop exercises, the formatting of some of the code blocks show up as black...

### Area Ansible Red Hat Enterprise Linux Workshop ### Proposed Changes When students are Exercise 1.6, it asks them to ssh into `node01` to validate that they see the new...