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
Looking at the Discovery Script; the params for auth_url, password, tenant, username; do not match the $Macro's listed in the template: $OS_AUTHURL, $OS_PASSWORD, $OS_TENANT, and $OS_USER
if using the Keystone AdminRC; both sets (script and Template Macros) should be $OS_AUTH_URL, $OS_USERNAME, $OS_TENANT_NAME, $OS_PASSWORD.
Also; is the script expecting the Identity Service Endpoint? or the KeystonAdmin Endpoint?
Ours are done through FQDN; but looks like the script is wanting IP.
Also looks like it expects https; our endpoints are http (though; this is an easy fix)
I'll test out the correct Params/Macros and submit a pull request once I get them working.
The text was updated successfully, but these errors were encountered:
I was able to get the Hypervisor Discovery working; however the Endpoint Discovery fails. It can't auth to get a token. The zabbix error says the value should be a JSON object.
Looking at the Discovery Script; the params for auth_url, password, tenant, username; do not match the $Macro's listed in the template: $OS_AUTHURL, $OS_PASSWORD, $OS_TENANT, and $OS_USER
if using the Keystone AdminRC; both sets (script and Template Macros) should be $OS_AUTH_URL, $OS_USERNAME, $OS_TENANT_NAME, $OS_PASSWORD.
Also; is the script expecting the Identity Service Endpoint? or the KeystonAdmin Endpoint?
Ours are done through FQDN; but looks like the script is wanting IP.
Also looks like it expects https; our endpoints are http (though; this is an easy fix)
I'll test out the correct Params/Macros and submit a pull request once I get them working.
The text was updated successfully, but these errors were encountered: