CloudVE/cloudbridge

GCPInstance start function is missing

Jegeva opened this issue · 7 comments

the right code is already implemented i nreboot but there should be a start function implemented

A start function would need to be added to the cloudbridge VM Instance interface here and implemented for all providers.

The documentation states that there should be one :
http://cloudbridge.cloudve.org/en/latest/api_docs/cloud/resources.html#cloudbridge.interfaces.resources.Instance,

the abstract is here already :

It's just that the implementation is missing in GCP (maybe in others, i didn't check)

Hi @Jegeva,
This issue seems to be a good initiation of my journey towards contribution to FOSS projects.
Can you please assign this to me?

Looks like the start and stop functions have been implemented, but for aws only. The following would need to be done.
a. Implement start/stop functions for the remaining providers
b. Make sure this test passes for all providers, not just aws:

def test_instance_start_stop_methods(self):

We are happy to assign this to you @theshashankpal. Feel free to write back with any questions and thanks for volunteering to help.

Thank You!