-
Notifications
You must be signed in to change notification settings - Fork 53
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
F-476: add marketplace app resource #489
Conversation
TODO: add tests, doc, changelog |
I have a small problem: I tried to create an app with this TF:
It's surely broken, however the create method returns an error and doesn't returns an ID but the app is created in OpenNebula and has ERROR state. To fix this and be able to retrieve the ID, we could add to the appliance a custom field containing an ID string used to identify the resource created, the provider could juste remove this ID later. I already did something like this for the virtual router instances |
748fc76
to
83bdaef
Compare
Depends on OpenNebula/one#6312 |
d6321bc
to
30fa5be
Compare
3062f51
to
5527d93
Compare
15163d8
to
2bb350d
Compare
5.12 release tests fails because in the acceptance test config I'm testing an appliance type that wasn't supported. |
d9a961b
to
f23c916
Compare
f23c916
to
733c74c
Compare
733c74c
to
73a9184
Compare
Community Note
Description
Add marketplace appliance resource and datasource
References
close #476
New or Affected Resource(s)
Checklist
References
go fmt
)