Re: [jclouds] Add vSphere support (#364)

2014-08-07 Thread igreenfield
You need to add this tarball to your image and then as part of the local.rc to install it and remove line from local.rc From: lcheng61 [mailto:notificati...@github.com] Sent: Thursday, August 07, 2014 8:59 AM To: jclouds/jclouds Cc: Izek Greenfield (igreenfi) Subject: Re: [jclouds] Add vSphere

Re: [jclouds-labs] [JCLOUDS-500] Initial commit for docker (9b124ee)

2014-08-07 Thread lcheng61
Hi Andrea. How can I specify the host IP that the docker containers can run on ? Thanks, -Liang On Wed, Aug 6, 2014 at 10:58 PM, Andrea Turli notificati...@github.com wrote: Hi @Icheng61 I've documented an initial example at http://jclouds.apache.org/guides/docker/. Please give it a go and

Re: [jclouds-labs] [JCLOUDS-500] Initial commit for docker (9b124ee)

2014-08-07 Thread Andrea Turli
By default, Docker assigns a NAT'ed IP to the created container which is parsed in the Container domain class If you need more advanced networking configuration you can try http://jpetazzo.github.io/2013/10/16/configure-docker-bridge-network/ or https://docs.docker.com/articles/networking/ but

Re: [jclouds] Fixes patch for JCLOUDS-155. (#467)

2014-08-07 Thread Andrew Phillips
Thanks, @CodingFabian! Could you also add tests for AuthHeaders.SERVER_MANAGEMENT_URL and AuthHeaders.CDN_MANAGEMENT_URL, since the code change handles those too? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/467#issuecomment-51436403

[jira] [Closed] (JCLOUDS-644) Error parsing JSON returned from SoftLayer API causes exception

2014-08-07 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Turli closed JCLOUDS-644. Resolution: Fixed Fix Version/s: 1.8.0 Error parsing JSON returned from SoftLayer API

Re: [jclouds] Fixes patch for JCLOUDS-155. (#467)

2014-08-07 Thread Fabian Lange
as requested. I did not include them before because the existing test was only testing them, and also you mentioned in the issue that the fix is only targeting the x-storage-url (which was not true because it tested all url suffixes) --- Reply to this email directly or view it on GitHub:

Re: [jclouds] Fixes patch for JCLOUDS-155. (#467)

2014-08-07 Thread BuildHive
[jclouds » jclouds #1470](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1470/) SUCCESS This pull request looks good [(what's this?)](https://www.cloudbees.com/what-is-buildhive) --- Reply to this email directly or view it on GitHub:

Jenkins build is back to normal : jclouds » jclouds #1470

2014-08-07 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1470/changes

Re: [jclouds] Add vSphere support (#364)

2014-08-07 Thread igreenfield
Which OS? From: lcheng61 [mailto:notificati...@github.com] Sent: Thursday, August 07, 2014 8:59 AM To: jclouds/jclouds Cc: Izek Greenfield (igreenfi) Subject: Re: [jclouds] Add vSphere support (#364) Can you point me how to install vmtools without the fs mounting like mentioned in the link below

Re: [jclouds] Fixes patch for JCLOUDS-155. (#467)

2014-08-07 Thread CloudBees pull request builder plugin
[jclouds-java-6-pull-requests #1536](https://jclouds.ci.cloudbees.com/job/jclouds-java-6-pull-requests/1536/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/467#issuecomment-51444217

Re: [jclouds] Add vSphere support (#364)

2014-08-07 Thread igreenfield
http://packages.vmware.com/tools/esx/5.1latest/rhel6/x86_64/index.html here you have all the RPMs From: lcheng61 [mailto:notificati...@github.com] Sent: Thursday, August 07, 2014 8:59 AM To: jclouds/jclouds Cc: Izek Greenfield (igreenfi) Subject: Re: [jclouds] Add vSphere support (#364) Can you

Re: [jclouds] Fixes patch for JCLOUDS-155. (#467)

2014-08-07 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #1064](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1064/) UNSTABLE Looks like there's a problem with this pull request --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/467#issuecomment-5183

Jenkins build is still unstable: jclouds » jclouds-karaf #1175

2014-08-07 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-karaf/1175/

Re: [jclouds] Fixes patch for JCLOUDS-155. (#467)

2014-08-07 Thread Andrew Phillips
jclouds-pull-requests #1064 UNSTABLE Could you fix the [Checkstyle

Re: [jclouds] Fixes patch for JCLOUDS-155. (#467)

2014-08-07 Thread CloudBees pull request builder plugin
[jclouds-java-6-pull-requests #1537](https://jclouds.ci.cloudbees.com/job/jclouds-java-6-pull-requests/1537/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/467#issuecomment-51467230

Re: [jclouds] Fixes patch for JCLOUDS-155. (#467)

2014-08-07 Thread BuildHive
[jclouds » jclouds #1471](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1471/) ABORTED [(what's this?)](https://www.cloudbees.com/what-is-buildhive) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/467#issuecomment-51474550

Re: [jclouds-labs-openstack] Prefer OpenStack Regions (#123)

2014-08-07 Thread Zack Shoylev
/** * Provides access to Image features. */ @Delegate - ImageApi getImageApiForZone(@EndpointParam(parser = ZoneToEndpointNegotiateVersion.class) @Nullable String zone); + ImageApi getImageApi(@EndpointParam(parser = RegionToEndpointNegotiateVersion.class)

Re: [jclouds-labs-openstack] Adds missing constructor properties (#124)

2014-08-07 Thread Zack Shoylev
About to merge --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/124#issuecomment-51489464

Re: [jclouds-labs-openstack] Adds missing constructor properties (#124)

2014-08-07 Thread Zack Shoylev
Closed #124. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/124#event-150326368

Re: [jclouds-labs-openstack] Adds missing constructor properties (#124)

2014-08-07 Thread Zack Shoylev
merged --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/124#issuecomment-51490264

Re: [jclouds-labs-openstack] Prefer OpenStack Regions (#123)

2014-08-07 Thread Jeremy Daggett
/** * Provides access to Image features. */ @Delegate - ImageApi getImageApiForZone(@EndpointParam(parser = ZoneToEndpointNegotiateVersion.class) @Nullable String zone); + ImageApi getImageApi(@EndpointParam(parser = RegionToEndpointNegotiateVersion.class)

Jenkins build is still unstable: jclouds » jclouds-karaf #1176

2014-08-07 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds-karaf/1176/

Re: [jclouds-labs] [JCLOUDS-500] Initial commit for docker (9b124ee)

2014-08-07 Thread Everett Toews
Hi @lcheng61. This really isn't the best or most visible place for questions like these. If you have any more follow up questions, I invite you to join our [community](http://jclouds.apache.org/community/) and send an email to the user mailing list. Thanks. --- Reply to this email directly or

Re: [jclouds] Configures Checkstyle plugin to fail build on warnings (#464)

2014-08-07 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #1060](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1060/) ABORTED --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/464#issuecomment-51510427

Re: [jclouds] Add vSphere support (#364)

2014-08-07 Thread Everett Toews
A closed pull request is not the place for this conversation. Please move it to the user mailing list. You can subscribe by going to the [community](http://jclouds.apache.org/community/) page. --- Reply to this email directly or view it on GitHub:

[jclouds-labs-google] Initial commit to add l7 loadbalancing features and tests (#38)

2014-08-07 Thread ashmrtnz
Check out https://developers.google.com/compute/docs/load-balancing/http/ for an overview of what this is. You can merge this Pull Request by running: git pull https://github.com/GoogleCloudPlatform/jclouds-labs-google l7 Or you can view, comment on it, or merge it online at:

Re: [jclouds-labs-google] Initial commit to add l7 loadbalancing features and tests (#38)

2014-08-07 Thread CloudBees pull request builder plugin
[jclouds-labs-google-pull-requests #108](https://jclouds.ci.cloudbees.com/job/jclouds-labs-google-pull-requests/108/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/38#issuecomment-51529955

Re: [jclouds-labs-google] Initial commit to add l7 loadbalancing features and tests (#38)

2014-08-07 Thread BuildHive
[jclouds » jclouds-labs-google #1209](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-google/1209/) SUCCESS This pull request looks good [(what's this?)](https://www.cloudbees.com/what-is-buildhive) --- Reply to this email directly or view it on GitHub:

Re: [jclouds-site] Release Notes for jclouds 1.8.0 (#114)

2014-08-07 Thread CloudBees pull request builder plugin
[jclouds-site-pull-requests #385](https://jclouds.ci.cloudbees.com/job/jclouds-site-pull-requests/385/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/114#issuecomment-51537975

Re: [jclouds-site] Release Notes for jclouds 1.8.0 (#114)

2014-08-07 Thread jclouds-commentator
Go to http://091ab19a926a8b847528-78c017eb684abf3abc99099dcfb9622d.r89.cf5.rackcdn.com/ to review your changes. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/114#issuecomment-51538167

[jira] [Commented] (JCLOUDS-653) Upgrade to Guava 18

2014-08-07 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14089934#comment-14089934 ] Everett Toews commented on JCLOUDS-653: --- In this particular case, I think it's a

Re: [jclouds-site] Release Notes for jclouds 1.8.0 (#114)

2014-08-07 Thread Everett Toews
Squashed, merged, and published! If anyone else has something to add, just go ahead and open another PR. Thanks so much for the team effort on the release notes. I think starting a PR for the release notes early on in the cycle works well as we can add things as they happen rather then trying

Re: [jclouds-labs] [JCLOUDS-500] Initial commit for docker (9b124ee)

2014-08-07 Thread lcheng61
[github on Bcc] Hi Andrea, Actually what I meant is how to specify the Linux host in the diagram of this link http://jclouds.apache.org/guides/docker/.For example, I'm working on workstation (172.11.11.11) and want to create docker container at a LInux host (172.22.22.22). How do I pass

[jira] [Created] (JCLOUDS-655) com.google.gson.JsonSyntaxException on trying to start a new instance with openstack

2014-08-07 Thread Andrew Ruef (JIRA)
Andrew Ruef created JCLOUDS-655: --- Summary: com.google.gson.JsonSyntaxException on trying to start a new instance with openstack Key: JCLOUDS-655 URL: https://issues.apache.org/jira/browse/JCLOUDS-655

[jira] [Updated] (JCLOUDS-655) com.google.gson.JsonSyntaxException on trying to start a new instance with openstack

2014-08-07 Thread Andrew Ruef (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Ruef updated JCLOUDS-655: Description: this seems very similar to [JCLOUDS-558]: {code} {images: [{status: ACTIVE,