[ovirt-users] Re: Deploy host engine error: The task includes an option with an undefined variable

2021-06-21 Thread Yedidyah Bar David
On Tue, Jun 22, 2021 at 12:31 AM Dominic Gwerder wrote: > > Is it not working with CentOS Stream? I have the same error when I deploy the > engine. Hi, please check/share: rpm -q ansible ovirt-ansible-collection, HE setup logs. Thanks. Best regards, -- Didi

[ovirt-users] Re: Deploy host engine error: The task includes an option with an undefined variable

2021-06-21 Thread Dominic Gwerder
Is it not working with CentOS Stream? I have the same error when I deploy the engine. Kind regards Dominic ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: Deploy host engine error: The task includes an option with an undefined variable

2020-08-07 Thread Sandro Bonazzola
Can you please open a bug about this? Il giorno mer 10 giu 2020 alle ore 20:21 Angel R. Gonzalez < angel.gonza...@uam.es> ha scritto: > Hello! > Thanks for your answers. > > First, I try to modify 01_create_target_hosted_engine_vm.yml file with > the below code, and Redeploy. The process don't

[ovirt-users] Re: Deploy host engine error: The task includes an option with an undefined variable

2020-06-10 Thread Angel R. Gonzalez
Hello! Thanks for your answers. First, I try to modify 01_create_target_hosted_engine_vm.yml file with the below code, and Redeploy. The process don't run. I've typed the code again with carefully, and the result is same. I've eliminated the code and Redeploy start again until find the error.

[ovirt-users] Re: Deploy host engine error: The task includes an option with an undefined variable

2020-06-10 Thread Yedidyah Bar David
On Tue, Jun 9, 2020 at 10:47 PM Strahil Nikolov via Users wrote: > > Can you put something like this before the 'Parse server cpu list' : > > - name: Debug why parsing fails > debug: > msg: > - "Loop is done over {{ >

[ovirt-users] Re: Deploy host engine error: The task includes an option with an undefined variable

2020-06-09 Thread Strahil Nikolov via Users
Can you put something like this before the 'Parse server cpu list' : - name: Debug why parsing fails debug: msg: - "Loop is done over  {{ server_cpu_list.json['values']['system_option_value'][0]['value'].split('; ')|list|difference(['']) }}" - "Actual value of server_cpu_dict