infrared icon indicating copy to clipboard operation
infrared copied to clipboard

Plugin based framework that aims to provide an easy-to-use CLI for Ansible based projects

Results 71 infrared issues
Sort by recently updated
recently updated
newest added

Introspection has undergone a number of improvements since the early days, including better alignment with Ironic itself, and ultimately fixes in underlying virtual machine configuration for when this tooling is...

Issue: While it is possible to deploy RHOSP16.2, if you do so with the `--cdn` option, it fails to lookup the repos since they are missing from the subscriptions dictionary:...

This is the error: ~~~ TASK [Get Appliance files to allow virt-customize on RHEL hypervisors] ******************************************************************************************************************************************** fatal: [hypervisor]: FAILED! => {"changed": false, "msg": "Failed to validate the SSL certificate for...

Hello, I am seeing the below error: ~~~ TASK [install packages on Undercloud] ***************************************************************************************************************************************************************************** fatal: [undercloud-0]: FAILED! => {"changed": false, "msg": "Error: Package: 10:qemu-img-rhev-2.12.0-48.el7_9.2.x86_64 (rhelosp-13.0-puddle) Requires: libgfapi.so.0(GFAPI_6.0)(64bit)", "rc": 1, "results":...

* While deploying Openstack version 13/16 faced the issue below: ~~~ [WARNING]: Found both group and host with same name: hypervisor ERROR : no action detected in task. This often...

https://github.com/redhat-openstack/infrared/blob/4af7acb14263c5f91db67f01b52bcee4e3a21e67/plugins/tripleo-undercloud/backup.yml#L36 According to requirements.txt, infrared use ansible version as follows. ~~~ ansible>=2.7.13,=2.9.0,= '3' ~~~ Until Ansible-2.9, ansible.builtin.stat cannot be used. https://docs.ansible.com/ansible/2.9/modules/stat_module.html So, I think it should be stat instead of...

The error message contained a reference to invalid variable nic_name. This commit fixes this and provides a clue to what might have gone wrong. Closes issue #406 Signed-off-by: Andreas Karis

~~~ fatal: [hypervisor]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'nic_name' is undefined\n\nThe error appears to be in '/home/infrared/.infrared/plugins/virsh/tasks/bridged_network.yml': line 2, column...

# Releases SO (Hypervisor-ansible-executor): Red Hat Enterprise Linux release 8.3 (Ootpa) $ ansible --version ansible 2.9.19 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module...

Currently a user can add multiple --host-address in virsh plugin to spawn nodes on different kvm host. Looking at the code, it seems '--topology-extend' is only expected to work on...