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

EON cluster activation fails with auth plugin required #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kwu83tw
Copy link

@kwu83tw kwu83tw commented Oct 12, 2017

commit 8ce6176af6aa84c2b948d946a8d00b263d1c5958
Author: Swaminathan Vasudevan [email protected]
Date: Mon Jul 17 11:55:13 2017 -0700

EON cluster activation for ovsvapp fails with auth plugin required to
fetch token. On looking into the eon-ansible repo, it seems that the
keystone_authtoken section is pretty outdated.
This patch should fix the problem.
This patch is with reference to the Bugzilla bug-1047022.

commit 8ce6176af6aa84c2b948d946a8d00b263d1c5958
Author: Swaminathan Vasudevan <[email protected]>
Date: Mon Jul 17 11:55:13 2017 -0700

EON cluster activation for ovsvapp fails with auth plugin required to
fetch token. On looking into the eon-ansible repo, it seems that the
keystone_authtoken section is pretty outdated.
This patch should fix the problem.
This patch is with reference to the Bugzilla bug-1047022.
project_domain_name = Default
project_name = {{ eon_admin_tenant_name }}
user_domain_name = Default
username = {{ eon_admin_user }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you tried running eon service with this change? I see that the parameter names are being changed here. These parameters are being referenced in the hpe-helion-os/hpe-eon module: https://github.com/hpe-helion-os/hpe-eon/blob/0121bc128c0c69bbf0c73613ef7eae4715c54a99/eon/common/context.py

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were you referring the function 'get_admin_context'? We don't have that in HOS5.0 code. It seems like there's a gap between two repos.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kwu83tw I am assuming you are using both eon and eon-ansible repos from github.com/hpe-helion-os. If so, the changes that is added into the eon-ansible is not consistent with the eon module.

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

Successfully merging this pull request may close these issues.

2 participants