-
Notifications
You must be signed in to change notification settings - Fork 494
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
OneFlow / onegate detail #2584
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. The OpenNebula Dev Team |
Service name is now included and can be queried through onegate
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
First, oneflow only gives reasonably useful info using the --json flag.
Even without that, it should at least return the name of the service we're in.
Second, more problematic, it shows the instantiated name of the running service, but the ID of the template. We can't assume that a VM / onegate will have access to ONE, so the service template ID is not information that can be processed. We need the name instead.
Use case
I'd like to be able to change system behaviour based on the template + instance name we use.
i.e., in a very basic example, behave differently if we're called "prod" vs. "prod-standby"
Interface Changes
Modification/Extension of data returned by onegate.
Additional Context
There's no workarounds to use here, as far as I grasp it.
Progress Status
The text was updated successfully, but these errors were encountered: