Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Verified in Satellite 6.1.11.
I created a script to generate esx data to a json file. This way I could create the required number of entries (1,500 Hypervisors; 45,000 Guests).
https://gist.github.com/JacobCallahan/1c948ca2466aaeb5de395743f1555e19
# python2.7 genvirt.py -h
usage: genvirt.py [-h] hypervisors guests path
positional arguments:
hypervisors The number of hypervisors to create.
guests The number of guests per hypervisor to create.
path The file path to save the output to.
optional arguments:
-h, --help show this help message and exit
# python2.7 genvirt.py 500 30 test1.json
# python2.7 genvirt.py 500 30 test2.json
# python2.7 genvirt.py 500 30 test3.json
# ll
-rw-r--r--. 1 root root 1.7M Nov 17 03:31 test1.json
-rw-r--r--. 1 root root 1.7M Nov 17 03:31 test2.json
-rw-r--r--. 1 root root 1.7M Nov 17 03:31 test3.json
# for virt in test1.json test2.json test3.json; do curl -k -X POST --cert /etc/pki/consumer/cert.pem --key /etc/pki/consumer/key.pem https://ibm-x3550m3-07.lab.eng.brq.redhat.com/rhsm/hypervisors -H "Content-Type: application/json" -d @"$virt"; done;
The processes completed successfully, with no interrupts to content host page loading. Average content host page load times after process is 4.8s.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2016:2804