venkataanil

Results 18 issues of venkataanil

This ansible task https://github.com/redhat-openstack/infrared/blob/master/plugins/virsh/prepare_hypervisor.yml#L129 is failing while fetching keys for multiple hypervisors when the deployment is using VMs on multi hypervisors for overcloud deployment. TASK [copy server private key from...

Performance team wants to use infrared to create vms on multiple hypervisors and then install OSP on these vms to test scale issues. Currently infrared supports spawning vms and installing...

Below ansible task is failing when running infrared virsh command to create VMs with multiple interfaces using linux bridges. TASK [backup interface network configuration] ******************************************************************************************************************************* fatal: [hypervisor-0]: FAILED! => {"changed":...

Running virsh plugin on RHEL 8.2 is failing with below errors. RHEL8 is not having support for bridge-utils. infrared has to use alternative tools to manage linux bridges for RHEL8...

OSP versions 10 and below uses 192.0.2.0/24 network, so EC2MetadataIp should be set to 192.0.2.1 instead of 192.168.24.1 in network_islocation.yaml i.e https://github.com/redhat-openstack/infrared/blob/master/plugins/tripleo-overcloud/vars/deployment/files/virt/network/network-environment.yaml.j2 {% if install.version|openstack_release > 10 %} DnsServers: ['192.168.24.1']...

When deploying tripleo-overcloud with infrared, with large number of compute nodes (i.e more than compute 10 vms) , overcloud tagging failing with below errors "cmd": "source ~/stackrc\n ironic node-update 328bdece-e3fa-415f-984d-28763acb35bf\ndd574b1e-4c7a-4a5a-935c-ef34a20e1982\nf5613cf5-3a0a-4b60-b656-1a07c242a519\n5a755064-6370-40a2-8ba1-f19f01594bd6\n2d8e8e4c-d6d0-4c70-a5c3-68f6e5d42a38\nb572f39b-5396-4751-9fb7-bb541aade64a\n24c4b62a-b5d4-421b-bfd9-aad0a81e6808\nb21e25c7-6b57-40b7-a420-6315802bce30\n28539b1b-aa1b-4ca4-9529-b53aac342505\n4800f364-cee8-44c3-b3ea-94b2c8dc6f66\n8de2bb95-a596-4d30-9578-ca6373ad009c...

OCM server consists of cluster service and account manager service. During ocm load testing we monitor metrics from both these services. In this change, kube-burner pulls metrics from ocm prometheus...

RFE https://github.com/kube-burner/kube-burner-ocp/issues/32 GetIPAddress renders a string with IP addresses for the object template from the list of input addresses based on iteration number and number of addresses requested per object

# Bug Description Web-burner has jobs which run for 1 second and 3 second duration. In the log https://privatebin.corp.redhat.com/?f49569fc80dbf244#4TM5U9uwHZfGagVLczrtisDUNZ7Vjn1tzukeLJ8c3SKu we can see that there are 70 normal-service-jobs and each one...

bug

Below changes are required to run node-density-cni on 500+ nodes 1) requestTimeout is set to 60 sec to avoid Client.Timeout errors while checking for created objects 2) Better to use...