Elior Erez
Elior Erez
I need that too. Any idea what is the status?
> I mean why not add it to `kni-assisted-installer-auto` ? I agree, if it's not used in test-infra I think the best it to add it as a dependency to...
I think you can set it if you pass `is_env_vars_included=True` e.g. ```bash export TF_LOG=trace export TF_LOG_PATH=/path/to/log/file.log python3 your_code.py ``` ```python tf = Terraform(..., is_env_vars_included=True) ```
> > > > I mean why not add it to `kni-assisted-installer-auto` ? > > > > > > > > > I agree, if it's not used in test-infra...
/retitle NO-ISSUE: Add natsort package to requirements.txt
I think we had an issue with artifacts different than `whl` I'll try to find the ticket
> I think we had an issue with artifacts different than `whl` I'll try to find the ticket The ticket is: https://issues.redhat.com/browse/MGMT-8446 The fix was on: https://github.com/openshift/assisted-service/pull/3019
> @eliorerz so we need to remove the "v" prefix from its version Yes, but this prefix is auto generated using `vcversioner`, that is why I created this ticket. Just...