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

LIBCLOUD-641: The Aurora Compute libcloud driver #477

Closed
wants to merge 1 commit into from

Conversation

wido
Copy link
Contributor

@wido wido commented Mar 5, 2015

Aurora Compute is the CloudStack based public cloud offering from
PCextreme B.V., a Dutch hosting provider.

Aurora Compute is the CloudStack based public cloud offering from
PCextreme B.V., a Dutch hosting provider.
@Kami
Copy link
Member

Kami commented Mar 5, 2015

LGTM

It would also be good to get a test account so we can test it as well.

/cc @Runseb

class AuroraComputeNodeDriver(CloudStackNodeDriver):
type = Provider.AURORACOMPUTE
name = 'PCextreme AuroraCompute'
website = 'https://www.pcextreme.nl/aurora'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, link (https://www.pcextreme.nl/aurora) returns 404

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL has been fixed on our side.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still returns 404, adding a slash at the end works though. That redirects to https://www.pcextreme.nl/aurora/compute

@wido
Copy link
Contributor Author

wido commented Mar 6, 2015

@Kami I'll look in to a test account.

@sebgoa
Copy link
Member

sebgoa commented Mar 10, 2015

@Kami @wido I have an account, I will test this.

@asfgit asfgit closed this in 349cdc8 Mar 10, 2015
@sebgoa
Copy link
Member

sebgoa commented Mar 10, 2015

Tested. I fixed te url by adding a slash. Everything seems to work fine.

@Kami
Copy link
Member

Kami commented Mar 10, 2015

@wido Also, if you want some more "promotion" of the driver, you should also consider adding some basic documentation to docs/compute/drivers/ (at least a basic description and a logo of the provider would be nice).

See docs/compute/drivers/ikoula.rst for an example.

@Kami
Copy link
Member

Kami commented Mar 10, 2015

There was a failing test case which I fixed in a2b04ff

MatthiasWiesnerCC pushed a commit to cloudControl/libcloud that referenced this pull request Mar 17, 2015
Aurora Compute is the CloudStack based public cloud offering from
PCextreme B.V., a Dutch hosting provider.

Signed-off-by: Sebastien Goasguen <runseb@gmail.com>

This closes apache#477
@Kami
Copy link
Member

Kami commented Mar 28, 2015

@wido ^^ bump - it would be great to add some docs and a logo. This way we can also feature this driver on our home page (https://libcloud.apache.org/).

@wido
Copy link
Contributor Author

wido commented Apr 1, 2015

Haven't forgotten, but didn't get to it yet. My apologies!

@wido wido deleted the 641_auroracompute branch July 8, 2015 19:04
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

Successfully merging this pull request may close these issues.

None yet

4 participants