Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Middleware provider reports the incorrect name of the domain #12356

Closed
jkremser opened this issue Nov 2, 2016 · 0 comments · Fixed by #12357
Closed

Middleware provider reports the incorrect name of the domain #12356

jkremser opened this issue Nov 2, 2016 · 0 comments · Fixed by #12357

Comments

@jkremser
Copy link
Member

jkremser commented Nov 2, 2016

By default the domain name is taken from the name attribute of the domain element in the domain.xml config file of WildFly/EAP server. If it's not provided, the "Unnamed Domain" is used. Currently the feed_id is obtained by concatenating the host/domain controller name, "." and id and the domain name. Often it's just master.Unnamed%20Domain. This is ok. What is wrong is the way how we obtain the domain name, because instead of storing the "Unnamed Domain", we currently call the domain "master" (i.e. by the domain controller name). It's not big deal, because there should be only one domain controller and it's guaranteed to have it's name unique, but it's not the name of the domain. This is a minor issue.

@miq-bot add_label providers/hawkular, bug
@miq-bot assign @Jiri-Kremser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants