Øystein Bedin
Øystein Bedin
This may be related to issue #2002, but what previously used to work is no longer working for copy/paste of a command using the mouse. When I highlight a command...
For quite some time, there has been discussions around moving small, supporting, roles out to a repository for publishing to [Ansible Galaxy](https://galaxy.ansible.com/). This was until recently a harder task than...
After moving to use `openshift-ansible` as our source for the OCP on OSP deployments, the delete a cluster option doesn't work. A PR is needed to update the variables passed...
OSP provisioning right now enforces "boot from image" without creating a new volume for the instance. This consumes local disk within an OSP environment. To avoid consuming too much local...
Related to PR #265, we need to update the code to open the necessary security groups for communication on the same ports as what's open on the nodes (see PR...
When deleting a cluster in AWS, it does not free up resources such as volumes, elastic IPs, etc. This needs to be fixed. This is most likely taken care of...
The AWS instances (as most public cloud providers do) are using hostnames tied to their IP/region, etc. -i.e.: `ip-172-31-8-56.us-west-2.compute.internal` ... this isn't ideal when it comes to naming the hosts...
The `openshift-applier` should error out if the `template` entry doesn't point to a file - i.e: a directory. The `file` entry support directories, hence need to ensure that a `file`...
It should be possible to source templates with the corresponding params file from a directory. This basically means that a well known structure of needs to be established. An example...
### What does this PR do? Updated to work with RHEL8 + bring in `keepalived` as part of the deployments. ### How should this be tested? Deploy HAproxy and Keepalived...