Oleksii Baranov

Results 9 comments of Oleksii Baranov

Verified and added downstream tests: https://github.com/ansible/tower-qa/pull/7665

@bengland2, I think you can use --config-file and --config-options CLI options. Check here: https://github.com/redhat-openstack/infrared/blob/master/plugins/tripleo-undercloud/plugin.spec#L49-L62 First should allow you to use a custom config file. The second one allows to set...

@FedericoRessi, Can you please provide more info why you you need that change, cause we recently switched to the --user mode installation? Also looks like you're from redhat. Can you...

Currently the "virsh across multiple hypervisors" feature is not supported by infrared. As @fhubik mentioned you can use for now the hybrid mode. This mode does not allow you to...

@Kosal-Raj, I thing you need to provide additional templates with the --overcloud-templates option. At minimum you need docker-queens_image. Check my command snippet that works: infrared tripleo-overcloud \ .... **--overcloud-templates sahara,disable-telemetry,ceph-min-osds,docker-queens_image...

@Kosal-Raj, strange... Can you please attach the complete Infrared log. Can you also try to add disable-telemetry to the --overcloud-templates?

@Kosal-Raj, Re deployment log. I see that you do not provide the --build argument when you deploy undercloud. This means that you will use the latest possible queens build (which...

I have test failures with /api/v2/jobs/142/create_schedule endpoint (test_prompt_ee_on_schedule test). I start job with an execution environment prompt. And then calling create_schedule produces the `tools_awx_1 | TypeError: Object of type ExecutionEnvironment...

@vician I failed to verify plugin with the our secretservercloud server. I have a local user configured there. When I click Test, I'm getting ClientError: ![image](https://user-images.githubusercontent.com/15234398/231838170-c426168c-113e-4106-8943-a7bb6a83ae0b.png) I'm using docker development...