Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-25 Thread jclouds-commentator
Go to http://1b8099968fab0b72a215-10b6722eb29d4ce00d679970c5df4299.r93.cf5.rackcdn.com/ to review your changes. -- You are receiving this because you modified the open/close state. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/209#issuecomment

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-25 Thread jclouds-commentator
Go to http://0fe7c2a031a2d7c2b0f8-6443a9babf31942238a873df70d39185.r17.cf5.rackcdn.com/ to review your changes. -- You are receiving this because you modified the open/close state. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/209#issuecomment

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-25 Thread Ignasi Barrera
Merged and published! -- You are receiving this because you modified the open/close state. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/209#issuecomment-368295216

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-24 Thread Ignasi Barrera
rebuild please -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/209#issuecomment-368236654

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-23 Thread Ignasi Barrera
FWIW, the staging site is here: http://c5f35c2ccdfb06c94f11-9fe13aba28fe200f60ff19b644a8e368.r24.cf5.rackcdn.com/ The CI job failed to place a comment on GitHub because of an SSL validation failure (probably an issue in `PyGitHib`): ```bash Traceback (most recent call last): File "/private/j

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-22 Thread Ignasi Barrera
@demobox, I've just reworked the blog post to address your comments and explain context linking first, then the Nova - Neutron integration. Please review! :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-12 Thread Andrew Phillips
demobox commented on this pull request. > + .overrides(neutronProperties) + .modules(ImmutableSet.of(new SLF4JLoggingModule())) + .build(); + +// Create the connection to OpenStack nova and link it to Neutron +NovaApi nova = ContextBuilder.newBuilder("openstack-nova") + .endpoint("http:/

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-12 Thread Ignasi Barrera
I agree with @demobox comments, and I'm almost done editing the blog post according to them. I think we should publish a blog post that is understandable and as better as we can, so I'll complete the work and merge it once we're all happy with it. It is our public image! I think we'd better rele

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-12 Thread Andrea Turli
andreaturli approved this pull request. +1 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/209#pullrequestreview-95818166

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-12 Thread Andrea Turli
@nacx thank you for your help with the blog post! Looks good to me Do we want to publish it together with the 2.1.0 release or before? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/p

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-12 Thread Andrea Turli
andreaturli commented on this pull request. > + .overrides(neutronProperties) + .modules(ImmutableSet.of(new SLF4JLoggingModule())) + .build(); + +// Create the connection to OpenStack nova and link it to Neutron +NovaApi nova = ContextBuilder.newBuilder("openstack-nova") + .endpoint("ht

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-07 Thread Andrew Phillips
demobox commented on this pull request. > + .overrides(neutronProperties) + .modules(ImmutableSet.of(new SLF4JLoggingModule())) + .build(); + +// Create the connection to OpenStack nova and link it to Neutron +NovaApi nova = ContextBuilder.newBuilder("openstack-nova") + .endpoint("http:/

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-07 Thread Andrew Phillips
demobox commented on this pull request. > @@ -2,9 +2,13 @@ This repository supports the GitHub Pages site for jclouds. See and read more at [http://www.jclouds.org](http://www.jclouds.org). +To test the site locally: + +jekyll _1.5.1_ serve --safe Aah ;-) Thanks for explaining! -

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-07 Thread Andrew Phillips
demobox commented on this pull request. > + .overrides(neutronProperties) + .modules(ImmutableSet.of(new SLF4JLoggingModule())) + .build(); + +// Create the connection to OpenStack nova and link it to Neutron +NovaApi nova = ContextBuilder.newBuilder("openstack-nova") + .endpoint("http:/

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-07 Thread Andrew Phillips
demobox commented on this pull request. > +date: 2018-02-06 07:00:00+00:00 +layout: post +slug: nova-neutron +title: OpenStack Nova and Neutron +--- + +One of the limitations of the jclouds implementation of the OpenStack Nova API is that is was not able to directly talk to the Neutron service.

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-07 Thread Ignasi Barrera
nacx commented on this pull request. > + .overrides(neutronProperties) + .modules(ImmutableSet.of(new SLF4JLoggingModule())) + .build(); + +// Create the connection to OpenStack nova and link it to Neutron +NovaApi nova = ContextBuilder.newBuilder("openstack-nova") + .endpoint("http://lo

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-07 Thread Ignasi Barrera
nacx commented on this pull request. > +date: 2018-02-06 07:00:00+00:00 +layout: post +slug: nova-neutron +title: OpenStack Nova and Neutron +--- + +One of the limitations of the jclouds implementation of the OpenStack Nova API is that is was not able to directly talk to the Neutron service. It

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-07 Thread Ignasi Barrera
nacx commented on this pull request. > @@ -0,0 +1,43 @@ +--- +author: https://twitter.com/IgnasiBarrera";>Ignasi Barrera +comments: true +date: 2018-02-06 07:00:00+00:00 +layout: post +slug: nova-neutron +title: OpenStack Nova and Neutron +--- + +One of the limitations of the jclouds implementat

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-07 Thread Ignasi Barrera
nacx commented on this pull request. > @@ -2,9 +2,13 @@ This repository supports the GitHub Pages site for jclouds. See and read more at [http://www.jclouds.org](http://www.jclouds.org). +To test the site locally: + +jekyll _1.5.1_ serve --safe Not italics, but the Ruby syntax to use

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-06 Thread Andrew Phillips
demobox requested changes on this pull request. Would it make sense to pull some of the general context linking information out? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-06 Thread Andrew Phillips
demobox commented on this pull request. > + .overrides(neutronProperties) + .modules(ImmutableSet.of(new SLF4JLoggingModule())) + .build(); + +// Create the connection to OpenStack nova and link it to Neutron +NovaApi nova = ContextBuilder.newBuilder("openstack-nova") + .endpoint("http:/

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-06 Thread Andrew Phillips
demobox commented on this pull request. > +date: 2018-02-06 07:00:00+00:00 +layout: post +slug: nova-neutron +title: OpenStack Nova and Neutron +--- + +One of the limitations of the jclouds implementation of the OpenStack Nova API is that is was not able to directly talk to the Neutron service.

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-06 Thread Andrew Phillips
demobox commented on this pull request. > @@ -0,0 +1,43 @@ +--- +author: https://twitter.com/IgnasiBarrera";>Ignasi Barrera +comments: true +date: 2018-02-06 07:00:00+00:00 +layout: post +slug: nova-neutron +title: OpenStack Nova and Neutron +--- + +One of the limitations of the jclouds implemen

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-06 Thread Andrew Phillips
demobox commented on this pull request. > @@ -0,0 +1,43 @@ +--- +author: https://twitter.com/IgnasiBarrera";>Ignasi Barrera +comments: true +date: 2018-02-06 07:00:00+00:00 +layout: post +slug: nova-neutron +title: OpenStack Nova and Neutron +--- + +One of the limitations of the jclouds implemen

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-06 Thread Andrew Phillips
demobox commented on this pull request. > @@ -40,7 +40,7 @@ The Java Multi-Cloud Toolkit -If you are an OpenStack user, read our last blog post about the OpenStack Keystone V3 integration that will be released in jclouds 2.1.0! +If

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-06 Thread Andrew Phillips
demobox commented on this pull request. > @@ -2,9 +2,13 @@ This repository supports the GitHub Pages site for jclouds. See and read more at [http://www.jclouds.org](http://www.jclouds.org). +To test the site locally: + +jekyll _1.5.1_ serve --safe `jekyll serve --safe`? -- You are

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-06 Thread jclouds-commentator
Go to http://f7fcd53e780634d0ad09-3c78b72802fae6126f1942c1fa68ae67.r59.cf5.rackcdn.com/ to review your changes. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/209#issuecomment

[jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-06 Thread Ignasi Barrera
The blog post describes the context linking feature that is used starting from 2.1.0 to allow OpenStack Nova APIs use a given Neutron deployment for networking operations. This blog should be linked from the 2.1.0 release notes. You can view, comment on, or merge this pull request online at: h