Skip to content
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

Add support different providers #53

Open
2 of 4 tasks
praveenkumar opened this issue Mar 3, 2023 · 8 comments
Open
2 of 4 tasks

Add support different providers #53

praveenkumar opened this issue Mar 3, 2023 · 8 comments

Comments

@praveenkumar
Copy link
Member

praveenkumar commented Mar 3, 2023

As of now we are only supporting the AWS provider but we do need to add support for other cloud providers

  • GCP
  • OpenStack
  • IBM
  • Azure
    ...etc.

we are going to create different issue for each cloud provide for tracking purpose.

@danpawlik
Copy link
Contributor

danpawlik commented Jul 14, 2023

Hi, adding OpenStack provider might be used a lot. Would be very nice to add it.

@danpawlik
Copy link
Contributor

Any progress?

@praveenkumar
Copy link
Member Author

@danpawlik we recently added the GCP one, may be next developer week we should have openstack one also.

@danpawlik
Copy link
Contributor

Hey, and how it's going?

@praveenkumar
Copy link
Member Author

Hey, and how it's going?

next week is the developer week so I will try then.

@praveenkumar
Copy link
Member Author

@danpawlik FYI #183

@hjensas
Copy link

hjensas commented Mar 20, 2024

I am not familiar with plumi, but I tried this and it failed on my single node openstack cloud because my volume storage is very small. (I generally don't use volumes, so storage is allocated for other things ...)
Would it be possible to make this use image/local ephemeral instead of volume? (Even better add an option, so that the user can choose ...)

I think if we skip creating the volume blockstorage.NewVolume and replace BlockDevices: compute.InstanceBlockDeviceArray{... with ImageId: pulumi.String(imageRef.Id) it would work?

[1] https://github.com/crc-org/crc-cloud/blob/main/pkg/provider/openstack/create-instance.go#L130
[2] https://www.pulumi.com/registry/packages/openstack/api-docs/compute/instance/#instanceblockdevice

@praveenkumar
Copy link
Member Author

@hjensas Please open a separate issue, I am not sure how much time I can spend on this at this moment but if you can, please put a PR with changes. Most of the logic is in https://github.com/crc-org/crc-cloud/blob/main/pkg/provider/openstack/create-instance.go here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants