platform: add powervs platform#1217
Conversation
|
@lucab could you please take a look and approve? thanks! |
|
I went back reading all the related threads and I wasn't able to find out where/how the userdata configuration is served to a node on this Additionally, the |
@lucab so as of today the only reference is their API to create a Power VM instance (https://cloud.ibm.com/apidocs/power-cloud#pcloud-pvminstances-post) which makes mention of the user_data and there is no mention of a metadata service. After talking with the IBM folks, confirmed that the metadata service is not supported for PowerVS. They are looking to make this statement explicit and official in their docs. |
|
@Prashanth684 ack, then I guess that once those details have been cleared and written down, this provider can be a simpler "mount config-drive and read this file" logic. |
ok. IBM has added a statement here - https://cloud.ibm.com/apidocs/power-cloud#pcloud-pvminstances-post that the user_data is fetched from config drive I have made the necessary changes to make this provider just mount the config drive and read the file rather than derive from openstack. |
|
For reference, I think I don't have any more remarks on this, I'll happily let @bgilbert drive this through the rest of the journey. |
Add powervs platform support (coreos/fedora-coreos-tracker#817). PowerVS is based on the IBMcloud vpc gen 1 which is similar to openstack.
Add powervs platform support (coreos/fedora-coreos-tracker#817). PowerVS is based on the IBMcloud vpc gen 1 which is similar to openstack.