openshift-provision icon indicating copy to clipboard operation
openshift-provision copied to clipboard

Provision infrastructure and install OpenShift 3.

Results 15 openshift-provision issues
Sort by recently updated
recently updated
newest added

Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.2 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Bumps [ansible](https://github.com/ansible/ansible) from 2.6.6 to 4.2.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ansible&package-manager=pip&previous-version=2.6.6&new-version=4.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Add support for STS API keys during provisioning This likely means any cloud integration won't work on a cluster deployed like this.

Just noticed that after provision many clusters with this tool I have hundreds of nodes listed in my RHN account. Update the provisioning tool to deregister the nodes before tearing...

This script set has been very useful for me. Thanks! i have few questions. 1. Could you share the steps to kick off playbook for let's encrypt recertification? 2. how...

question

Add support for selecting the Availability Zone in AWS. Not all resources in AWS are available in each zone of a region. Current example being GPU instances. They are available...

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

It would be nice if we could encrypt the environment file to protect sensitive information rather than having to store it in a plaintext file.