Jan Hutař
Jan Hutař
``` [WARNING]: * Failed to parse /root/forklift/inventories/vagrant.py with script plugin: Inventory script (/root/forklift/inventories/vagrant.py) had an execution error: Traceback (most recent call last): File "/root/forklift/inventories/vagrant.py", line 6, in import paramiko ImportError:...
I mean this: ``` $ sudo nmcli c show baremetal | grep ipv4.dns-priority ipv4.dns-priority: 10 $ grep IPV4_DNS_PRIORITY /etc/sysconfig/network-scripts/ifcfg-baremetal IPV4_DNS_PRIORITY=10 ```
I'm creating a test which depends on a setup (via `@pytest.fixture(scope='session')`) which takes, say, 15 minutes to run. That is quite expensive to learn that I have made another error...
# Expected Behavior I would expect after some time Pipelines Controlled under load memory consumption would become constant - Pipelines Controller will start freeing memory. # Actual Behavior This is...
## Bug Report #### What did you do? Our Operator SDK generates ServiceMonitor CRs like this: ``` $ oc -n toolchain-host-operator get ServiceMonitor/host-operator-metrics-monitor -o yaml | yq .spec.endpoints - bearerTokenFile:...
# Expected Behavior I would expect after some time Chains under the load memory consumption would become constant - it will start freeing memory. Is this expected, or is this...
### Feature request Hello and thank you for Chains development! It would be great if Chains would expose some more detailed metrics besides Knative controller default metrics. Maybe something like...
There is this in `docs/config.py` and I was unable to make the documentation build work without it: ``` nitpick_ignore = [ [...] ('py:meth', 'current_org') [...] ``` IMO it is just...
When I'm running CR related tests, there is this traceback in the log: ``` $ pytest tests/foreman/ui_airgun/test_computeresource.py::test_positive_create_edit_desc_delete_resource --no-print-logs --capture=no --exitfirst 2>&1 | tee /tmp/pytest.log [...] 2018-11-27 15:03:04 - widgetastic_null -...
Can we assert that page does not contain string `{{ ... }}` automatically? See https://projects.theforeman.org/issues/23035 for example please.