Eric Sauer

Results 96 issues of Eric Sauer

The command for spinning up the router has changed from 3.1 to 3.2.

http://playbooks-rhtconsulting.rhcloud.com/playbooks/operationalizing/cloudforms_networking.html#openshift-configuration The route config won't work as-is because the metrics deployer will have already created a cert with a different hostname. We need to change this to instruct the user...

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...

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'...

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...

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

@sabre1041 @oybed after doing troubleshooting for #91, i realized that we were basically swallowing errors that we should expect to be thrown. I'm wondering if we can incorporate "expected failures"...

testing

We've addressed immediate issues like #91 with PR #97, so this isn't urgent. However, I still believe that the filter_plugin methods should not attempt to verify that a URL returns...