You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i try the populate command i get UnboundLocalError: local variable 'mon_hosts' referenced before assignment.
Here is the full output:
katprep_populate -s host.fqdn --virt-uri 192.168.xxx.x --virt-type pyvmomi --skip-mon --insecure
Authentication container password:
Foreman Username:
Foreman Password:
/usr/lib/python2.7/site-packages/urllib3/connectionpool.py:847: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
InsecureRequestWarning)
Virtualization Username: [email protected]
Virtualization Password:
INFO:katprep_populate:Gathering host inventory information. This *WILL* take some time - please be patient.
/usr/lib/python2.7/site-packages/urllib3/connectionpool.py:847: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
InsecureRequestWarning)
Traceback (most recent call last):
File "/usr/bin/katprep_populate", line 9, in <module>
load_entry_point('katprep==0.5.0', 'console_scripts', 'katprep_populate')()
File "build/bdist.linux-x86_64/egg/katprep/populate.py", line 351, in cli
File "build/bdist.linux-x86_64/egg/katprep/populate.py", line 330, in main
File "build/bdist.linux-x86_64/egg/katprep/populate.py", line 106, in populate
UnboundLocalError: local variable 'mon_hosts' referenced before assignment
The text was updated successfully, but these errors were encountered:
I think its a problem.
Using Foreman (Orcharhino)
If i try the populate command i get UnboundLocalError: local variable 'mon_hosts' referenced before assignment.
Here is the full output:
The text was updated successfully, but these errors were encountered: