openshift-metal3 / terraform-provider-ironic

Terraform provider for Ironic
Apache License 2.0
24 stars 25 forks source link

Handle capabilities in instance_info #51

Closed iurygregory closed 3 years ago

iurygregory commented 3 years ago

This commit adds a parser for capabilities when they are defined in instance_info. The capabilities should be provided as a single string, in the format key1:value1,key2:value2, this will be parsed and sent to ironic as a map[string]string{"key1":"value1","key2":"value2"}

stbenjam commented 3 years ago

LGTM, thanks!

I released v0.2.6.

iurygregory commented 3 years ago

LGTM, thanks!

I released v0.2.6.

Thanks! I will update the installer tomorrow