[ovirt-users] Re: Ovirt 4.4 node installation failed for yum-utils

2019-12-19 Thread usurse
bug report is created https://bugzilla.redhat.com/show_bug.cgi?id=1785272
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/UCYY346KHTH3FIQS62W4QUBRNM5PKVX3/


[ovirt-users] Ovirt 4.4 node installation failed for yum-utils

2019-12-19 Thread usurse
Has anyone got this issue? 
Host deploy failed with the requirement of yum-utils

~~~
2019-12-19 20:16:54 IST - TASK [ovirt-host-deploy-facts : Install yum-utils] 
*
2019-12-19 20:17:27 IST - fatal: [Hostname: FAILED! => {"changed": false, 
"failures": ["No package yum-utils available."], "msg": "Failed to install some 
of the specified packages", "rc": 1, "results": []}
2019-12-19 20:17:27 IST - {
  "status" : "OK",
  "msg" : "",
  "data" : {
"event" : "runner_on_failed",
"uuid" : "9793bb18-562b-407e-9149-782b3e7f2d65",
"stdout" : "fatal: [Hostname]: FAILED! => {\"changed\": false, 
\"failures\": [\"No package yum-utils available.\"], \"msg\": \"Failed to 
install some of the specified packages\", \"rc\": 1, \"results\": []}",
~~~
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/KJUIV6PX3JPWNC3UB4Y3SWBWLUEKVQLW/


[ovirt-users] Problems with ovirt-web-ui-1.6.0-1.el7.noarch

2019-12-19 Thread Matthias Leopold

Hi,

after upgrading oVirt from 4.3.5 to 4.3.7 some things in the VM Portal 
stopped working for users with "User" role:


* running guest agent is not recognized ("It looks like no guest agent 
is configured on the VM.")

* CD/ISO list is "[Empty]"
for this I found
"- limit CD/ISO list by data center"
in rpm changelog, but this doesn't help me in any way

Assigning other roles (UserVmRunTimeManager, PowerUserRole) doesn't 
change anything.

/var/log/ovirt-engine/ui.log is quiet.
Downgrading to ovirt-web-ui-1.5.3-1.el7.noarch resolves both issues.

Am I the only one who is experiencing this?

thx for advice
Matthias


___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/IN2YDY7MUMV67HNLRHPLQEUGPBEE3UMJ/


[ovirt-users] No virtio-win vfd oVirt 4.3.7

2019-12-19 Thread Vrgotic, Marko
Dear oVIrt,

I am trying to install Windows 10 on oVirt, following procedure on:
https://www.ovirt.org/documentation/vmm-guide/chap-Installing_Windows_Virtual_Machines.html

Unfortunately, there is no option as explained in the “Installing Windows on 
VirtIO-Optimized Hardware”.

There is just no “virtio-win.vfd” option when attaching Floppy. Is this valid.

I have ISO Domain, which is not hosted by Hosted Engine, but mounte 
additionally. Is this required in order to have the virtio-win.vfd option?

If not, please let me know what am I missing.
In the meanwhile,  I am working on building custom Wind 10 ISO which contains 
Virtio/Virtio-SCSI drivers.

Kindly awaiting your reply.



-
kind regards/met vrindelijke groet

Marko Vrgotic
Sr. System Engineer @ System Administration

ActiveVideo
o: +31 (35) 6774131
e: m.vrgo...@activevideo.com
w: www.activevideo.com

ActiveVideo Networks BV. Mediacentrum 3745 Joop van den Endeplein 1.1217 WJ 
Hilversum, The Netherlands. The information contained in this message may be 
legally privileged and confidential. It is intended to be read only by the 
individual or entity to whom it is addressed or by their designee. If the 
reader of this message is not the intended recipient, you are on notice that 
any distribution of this message, in any form, is strictly prohibited.  If you 
have received this message in error, please immediately notify the sender 
and/or ActiveVideo Networks, LLC by telephone at +1 408.931.9200 and delete or 
destroy any copy of this message.


___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/3UYBO73SHPRHQ7DPOTGAJXS5NPA33TOK/


[ovirt-users] Re: List VMS with ansible version 2.9 ovirt_vms_info module

2019-12-19 Thread csyeow
Hi Jan Zmeskal

thanks for assist.

i manage to list guest vm name and snapshot name after renaming 
"ovirt_vms_facts" to
"ovirt_vm_facts"

the test results as below:
TASK [Print vms] 

ok: [localhost] => {
"vms": [
"master0.ipa.internal: Active VM",
"metrics-store-installer: Active VM",
"testserver01: test_snapshot_28_08_2019,Active VM",
"v2vtest-manual: Active VM"
]
}

PLAY RECAP 
**
localhost  : ok=6changed=0unreachable=0failed=0
skipped=0rescued=0ignored=0
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/BC24OIHSUIHQG4AFDAYN3AOAYPP5HE36/


[ovirt-users] Re: List VMS with ansible version 2.9 ovirt_vms_info module

2019-12-19 Thread Martin Perina
On Thu, 19 Dec 2019, 09:37 ,  wrote:

> Hi Martin
>
> thanks for your information.
>
> but when i try on one of my testlab  RHV 4.3 farm, ansible 2.9 complain
> that ovirt_vm_facts not found, detail refer to below command output
>
> based on  RHV 4.3 ansible version as below:
>
> # ansible --version
> ansible 2.9.0
>   config file = /etc/ansible/ansible.cfg
>   configured module search path = [u'/root/.ansible/plugins/modules',
> u'/usr/share/ansible/plugins/modules']
>   ansible python module location = /usr/lib/python2.7/site-packages/ansible
>   executable location = /usr/bin/ansible
>   python version = 2.7.5 (default, Jun 11 2019, 14:33:56) [GCC 4.8.5
> 20150623 (Red Hat 4.8.5-39)]
>
>
>
> # ansible-doc --list | egrep -i ovirt_vm   --> not showing ovirt_vm_facts
> module
> [WARNING]: win_template parsing did not produce documentation.
> [WARNING]: template parsing did not produce documentation.
> ovirt_vm_info Retrieve
> information about one or more oVirt/RHV virtual machines
> ovirt_vmpool  Module to
> manage VM pools in oVirt/RHV
> ovirt_vmpool_info Retrieve
> information about one or more oVirt/RHV vmpools
> ovirt_vm  Module to
> manage Virtual Machines in oVirt/RHV
> [root@rhvm100 ~]#
>
>
>  use ovirt_vms_facts module
> # cat list_vms01.yml
> - hosts: localhost
>   connection: local
>   vars_files:
> - engine_vars.yml
> - password.yml
>
>   tasks:
>   - name: Obtain SSO token
> ovirt_auth:
>   url: "{{ engine_url }}"
>   username: "{{ engine_user }}"
>   password: "{{ engine_password }}"
>   ca_file: "{{ engine_cafile | default(omit) }}"
> #  insecure: "{{ engine_insecure }}"
>
>   - name: List vms
> ovirt_vms_facts:
>

Shouldn't there be ovirt_vm_facts?

  fetch_nested: true
>   nested_attributes:
> - description
>   auth: "{{ ovirt_auth }}"
>
>   - name: set vms
> set_fact:
>vm: "{{ item.name }}: {{ item.snapshots |
> map(attribute='description') | join(',') }}"
> with_items: "{{ ovirt_vms }}"
> loop_control:
>   label: "{{ item.name }}"
> register: all_vms
>
>   - name: make a list
> set_fact: vms="{{ all_vms.results | map(attribute='ansible_facts.vm')
> | list }}"
>
>   - name: Print vms
> debug:
>   var: vms
>
>
> # ansible-playbook list_vms01.yml --syntax-check
> [WARNING]: provided hosts list is empty, only localhost is available. Note
> that the implicit localhost does not match 'all'
>
> ERROR! couldn't resolve module/action 'ovirt_vms_facts'. This often
> indicates a misspelling, missing collection, or incorrect module path.
>
> The error appears to be in '/root/rhv_ansible/list_vms01.yml': line 16,
> column 5, but may
> be elsewhere in the file depending on the exact syntax problem.
>
> The offending line appears to be:
>
>
>   - name: List vms
> ^ here
>
>
> thanks
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/TUTNDLLOMOWX6RBBOQ5CQXNI5B23Z53L/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ZRUQILT5PRPVC4TPXP3772OT43OHTRYN/


[ovirt-users] [NEED YOUR INPUT] | Server Virtualization Trends 2019 - Statistical Survey | oVirt users

2019-12-19 Thread Paweł Mączka
Hello everybody,
Have you even wonder about worldwide virtualization market, who are undisputed 
leader and who is chasing the market from a back seat? I’m personally decided 
with my team (Storware) to work on data research on Server Virtualization 
Trends 2019. I'm contacting you because I believe, that you are using VM 
environment (for sure oVirt ) and you could give a value to our community. 
Your vote is crucial.
My goal is to reach 1000 specialist (now we have 250 votes) on the market and 
convince them to vote . I will be pleased if you agree to take part in this 
short survey (link below). The answer to the following questions will take you 
no more than 1 minute. Thank you in advance for your time, respondents' data 
will not be made public. I will inform you when the report is ready.
http://bit.ly/VMTrends2019
Thanks In advance!

Pozdrawiam/Best Regards
Paweł Mączka
Chief Technology Officer, VP
+48 730 602 659
e-mail: p.mac...@storware.eu

Storware Sp. z o.o.
ul. Leszno 8/44
01-192 Warszawa
www.storware.eu

[backupmoster (1)]

Want to talk? Book a one-to-one session with me on 
https://calendly.com/p-maczka/30min/

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/UMTOSOTYHKS4YKYIJCATGWQ7GLYOFJUN/


[ovirt-users] Re: List VMS with ansible version 2.9 ovirt_vms_info module

2019-12-19 Thread Jan Zmeskal
Hello, I think it's just a typo. Try renaming "ovirt_vms_facts" to
"ovirt_vm_facts". This worked for me:

- hosts: localhost
  gather_facts: no

  tasks:
- name: Login to oVirt
  ovirt_auth:
url: https:///ovirt-engine/api
username: admin@internal
password: 
insecure: yes

- name: Gather info on all the virtual machines
  ovirt_vm_facts:
auth: "{{ ovirt_auth }}"
pattern: "cluster=Default"  # Get VMs from cluster "Default"

- name: Print the gathered info
  debug:
var: ovirt_vms

Or better yet, use directly "ovirt_vm_info" like this. Note that when using
"ovirt_vm_info", you need to *register* the output in a variable.

- hosts: localhost
  gather_facts: no

  tasks:
- name: Login to oVirt
  ovirt_auth:
url: https:///ovirt-engine/api
username: admin@internal
password: 
insecure: yes

- name: Gather info on all the virtual machines
  ovirt_vm_info:
auth: "{{ ovirt_auth }}"
pattern: "cluster=Default"  # Get VMs from cluster "Default"
  register: vms

- name: Print the gathered info
  debug:
var: vms.ovirt_vms

I believe that not being able to see documentation for "ovirt_vm_facts" in
*ansible-doc* command is an intention.

Best regards
Jan

On Thu, Dec 19, 2019 at 9:37 AM  wrote:

> Hi Martin
>
> thanks for your information.
>
> but when i try on one of my testlab  RHV 4.3 farm, ansible 2.9 complain
> that ovirt_vm_facts not found, detail refer to below command output
>
> based on  RHV 4.3 ansible version as below:
>
> # ansible --version
> ansible 2.9.0
>   config file = /etc/ansible/ansible.cfg
>   configured module search path = [u'/root/.ansible/plugins/modules',
> u'/usr/share/ansible/plugins/modules']
>   ansible python module location = /usr/lib/python2.7/site-packages/ansible
>   executable location = /usr/bin/ansible
>   python version = 2.7.5 (default, Jun 11 2019, 14:33:56) [GCC 4.8.5
> 20150623 (Red Hat 4.8.5-39)]
>
>
>
> # ansible-doc --list | egrep -i ovirt_vm   --> not showing ovirt_vm_facts
> module
> [WARNING]: win_template parsing did not produce documentation.
> [WARNING]: template parsing did not produce documentation.
> ovirt_vm_info Retrieve
> information about one or more oVirt/RHV virtual machines
> ovirt_vmpool  Module to
> manage VM pools in oVirt/RHV
> ovirt_vmpool_info Retrieve
> information about one or more oVirt/RHV vmpools
> ovirt_vm  Module to
> manage Virtual Machines in oVirt/RHV
> [root@rhvm100 ~]#
>
>
>  use ovirt_vms_facts module
> # cat list_vms01.yml
> - hosts: localhost
>   connection: local
>   vars_files:
> - engine_vars.yml
> - password.yml
>
>   tasks:
>   - name: Obtain SSO token
> ovirt_auth:
>   url: "{{ engine_url }}"
>   username: "{{ engine_user }}"
>   password: "{{ engine_password }}"
>   ca_file: "{{ engine_cafile | default(omit) }}"
> #  insecure: "{{ engine_insecure }}"
>
>   - name: List vms
> ovirt_vms_facts:
>   fetch_nested: true
>   nested_attributes:
> - description
>   auth: "{{ ovirt_auth }}"
>
>   - name: set vms
> set_fact:
>vm: "{{ item.name }}: {{ item.snapshots |
> map(attribute='description') | join(',') }}"
> with_items: "{{ ovirt_vms }}"
> loop_control:
>   label: "{{ item.name }}"
> register: all_vms
>
>   - name: make a list
> set_fact: vms="{{ all_vms.results | map(attribute='ansible_facts.vm')
> | list }}"
>
>   - name: Print vms
> debug:
>   var: vms
>
>
> # ansible-playbook list_vms01.yml --syntax-check
> [WARNING]: provided hosts list is empty, only localhost is available. Note
> that the implicit localhost does not match 'all'
>
> ERROR! couldn't resolve module/action 'ovirt_vms_facts'. This often
> indicates a misspelling, missing collection, or incorrect module path.
>
> The error appears to be in '/root/rhv_ansible/list_vms01.yml': line 16,
> column 5, but may
> be elsewhere in the file depending on the exact syntax problem.
>
> The offending line appears to be:
>
>
>   - name: List vms
> ^ here
>
>
> thanks
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/TUTNDLLOMOWX6RBBOQ5CQXNI5B23Z53L/
>


-- 

Jan Zmeskal

Quality Engineer, RHV Core System

Red Hat 

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy 

[ovirt-users] Re: Strange disk behaviour within VMs

2019-12-19 Thread Alessio Lustri
Hello, did you ever solved your issue? I’m experiencing the exact same thing!
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/QYPUOJIMJQGLSPP4AVXLH63ZQ2DB5FBU/


[ovirt-users] Re: List VMS with ansible version 2.9 ovirt_vms_info module

2019-12-19 Thread csyeow
Hi Martin 

thanks for your information.

but when i try on one of my testlab  RHV 4.3 farm, ansible 2.9 complain that 
ovirt_vm_facts not found, detail refer to below command output

based on  RHV 4.3 ansible version as below:

# ansible --version
ansible 2.9.0
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', 
u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible
  python version = 2.7.5 (default, Jun 11 2019, 14:33:56) [GCC 4.8.5 20150623 
(Red Hat 4.8.5-39)]



# ansible-doc --list | egrep -i ovirt_vm   --> not showing ovirt_vm_facts module
[WARNING]: win_template parsing did not produce documentation.
[WARNING]: template parsing did not produce documentation.
ovirt_vm_info Retrieve 
information about one or more oVirt/RHV virtual machines
ovirt_vmpool  Module to manage 
VM pools in oVirt/RHV
ovirt_vmpool_info Retrieve 
information about one or more oVirt/RHV vmpools
ovirt_vm  Module to manage 
Virtual Machines in oVirt/RHV
[root@rhvm100 ~]#


 use ovirt_vms_facts module
# cat list_vms01.yml
- hosts: localhost
  connection: local
  vars_files:
- engine_vars.yml
- password.yml

  tasks:
  - name: Obtain SSO token
ovirt_auth:
  url: "{{ engine_url }}"
  username: "{{ engine_user }}"
  password: "{{ engine_password }}"
  ca_file: "{{ engine_cafile | default(omit) }}"
#  insecure: "{{ engine_insecure }}"

  - name: List vms
ovirt_vms_facts:
  fetch_nested: true
  nested_attributes:
- description
  auth: "{{ ovirt_auth }}"

  - name: set vms
set_fact:
   vm: "{{ item.name }}: {{ item.snapshots | map(attribute='description') | 
join(',') }}"
with_items: "{{ ovirt_vms }}"
loop_control:
  label: "{{ item.name }}"
register: all_vms

  - name: make a list
set_fact: vms="{{ all_vms.results | map(attribute='ansible_facts.vm') | 
list }}"

  - name: Print vms
debug:
  var: vms


# ansible-playbook list_vms01.yml --syntax-check
[WARNING]: provided hosts list is empty, only localhost is available. Note that 
the implicit localhost does not match 'all'

ERROR! couldn't resolve module/action 'ovirt_vms_facts'. This often indicates a 
misspelling, missing collection, or incorrect module path.

The error appears to be in '/root/rhv_ansible/list_vms01.yml': line 16, column 
5, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:


  - name: List vms
^ here


thanks 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/TUTNDLLOMOWX6RBBOQ5CQXNI5B23Z53L/