-
Notifications
You must be signed in to change notification settings - Fork 107
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
[BUG] Virtual machine "kind" mismatch #1743
Comments
In this task we also need to clarify where we should have |
Tested
I suppose that got broken in #2497 (PR #2599). @seriva could you please confirm so we can proceed with this task and then I'll put a comment in #2497. |
Yeah this is the result of the changes in #2497 |
Describe the bug
In the cluster config we use
infrastructure/machine
documents to define virtual machines:https://github.com/epiphany-platform/epiphany/blob/develop/core/src/epicli/data/any/defaults/configuration/minimal-cluster-config.yml#L50
But the
infrastructure/machine.yml
template seems to have different "kind":https://github.com/epiphany-platform/epiphany/blob/develop/core/src/epicli/data/common/defaults/infrastructure/machine.yml#L1
So in any type of automation mentioned template cannot be used to render virtual machine configs.
To Reproduce
N/A
Expected behavior
"Kinds" should be identical. Existing configs should still work without any change.
Config files
Links already provided.
OS (please complete the following information):
ALL
Cloud Environment (please complete the following information):
"any"
Additional context
N/A
The text was updated successfully, but these errors were encountered: