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

Used to apply OpenShift objects to an OpenShift Cluster

Results 43 openshift-applier issues
Sort by recently updated
recently updated
newest added

#### What does this PR do? Proposed example of a multi-cluster `openshift-applier` run. Would like to discuss this approach. Note that there's potentially one shortcoming with this approach - i.e.:...

enhancement
design
do not merge yet

Molecule tests in Travis are breaking with the following errors: ``` Failed to load driver entry point Traceback (most recent call last): File "/home/travis/virtualenv/python2.7.15/lib/python2.7/site-packages/molecule/api.py", line 44, in drivers pm.load_setuptools_entrypoints("molecule.driver") File...

The container image does currently not run the tests by default (as described in the README) and with PR #157 the default inventory was changed to /etc/ansible. This issue is...

bug

When I run an inventory with include_tags or exclude_tags set, the pre-processing validation that is run should only be apply to the parts of the dictionary that is 'in scope'...

Currently openshift-applier always runs `ansible-galaxy` to pull roles for pre/post steps. This makes it difficult to test changes in pre/post roles, makes it difficult to run applier in secure environments,...

Not sure exactly how we accomplish this one, but here's the use case. I am often in the situation of wanting to deploy an Operator from a remote git repository....

Been thinking about this for a while, and would like to propose a solution. Currently, all templates we process are reconciled at the time of processing.. essentially creating a loop...

How do I decide (and convince my colleagues) what to use? Do I use Ansible k8s module to provision my Openshift objects or do I use the Openshift Applier role?...

design

PR #138 implements late variable evaluation, but it does so by changing the filter to slim down the inventory content. Before this filter would process everything up front and hence...

When writing automation for kubernetes, we often need the ability to grab the value of a field in a resource and use that value in another resource. Applier should support...

enhancement