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

OneGate Misconfigurations #35

Closed
vholer opened this issue Jun 27, 2019 · 0 comments
Closed

OneGate Misconfigurations #35

vholer opened this issue Jun 27, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@vholer
Copy link
Contributor

vholer commented Jun 27, 2019

  1. In oned.conf, the ONEGATE_ENDPOINT must use double quotes. E.g., this is not valid:
ONEGATE_ENDPOINT = 'http://172.16.100.1:5030'
  1. Default oneadmin user doesn't have TOKEN_PASSWORD in his template. It's not possible to use OneGate as the OpenNebula fails when generating a token into the VM's context media:
Thu Jun 27 15:45:34 2019 [Z0][VMM][I]: Generating deployment file: /var/lib/one/vms/0/deployment.0
Thu Jun 27 15:45:34 2019 [Z0][VM][E]: Cannot generate OneGate token: TOKEN_PASSWORD not set in the user template.
Thu Jun 27 15:45:34 2019 [Z0][VMM][E]: Cannot set context disk to update it for VM 0
Thu Jun 27 15:45:34 2019 [Z0][VM][I]: New LCM state is BOOT_FAILURE
  1. NICE TO HAVE: It would be great if the default template comes with preconfigured OneGate token and reporting:
CONTEXT = [
...
  REPORT_READY = "YES",
  TOKEN = "YES" ]
@vholer vholer added the bug Something isn't working label Jun 27, 2019
xorel added a commit that referenced this issue Jul 18, 2019
@xorel xorel closed this as completed Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants