You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Prasanna Santhanam <ts...@apache.org> on 2013/10/22 10:58:45 UTC

Re: Review Request 14732: CloudStack Plugin guide for VXLAN

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14732/
-----------------------------------------------------------

(Updated Oct. 22, 2013, 8:58 a.m.)


Review request for cloudstack, David Nalley, Toshiaki Hatano, and Prasanna Santhanam.


Changes
-------

adding cloudstack group.


Repository: cloudstack-docs


Description
-------

This patch adds a Plugin guide for VXLAN.
It describes system requirements for VXLAN plugin and how to setup it.

This is the ToC:
1. The VXLAN Plugin .... 1
1.1. Introduction to the VXLAN Plugin .... 1
1.2. Features of the VXLAN Plugin .... 1
2. System Requirements for VXLAN 3
2.1. System Requirements for VXLAN .... 3
2.2. Linux Distributions that meet the requirements .... 3
2.3. Check the capability of your system .... 3
2.4. Advanced: Build kernel and iproute2 .... 3
2.4.1. Build kernel .... 4
2.4.2. Build iproute2 .... 4
3. Configure CloudStack to use VXLAN Plugin 7
3.1. Configure hypervisor .... 7
3.1.1. Configure hypervisor: KVM .... 7
3.2. Setup zone using VXLAN .... 9
3.2.1. Configure the physical network .... 10


Diffs
-----

  vxlan/en-US/Author_Group.xml PRE-CREATION 
  vxlan/en-US/Book_Info.xml PRE-CREATION 
  vxlan/en-US/CloudStack_VXLAN_Guide.ent PRE-CREATION 
  vxlan/en-US/CloudStack_VXLAN_Guide.xml PRE-CREATION 
  vxlan/en-US/images/vxlan-physicalnetwork.png PRE-CREATION 
  vxlan/en-US/images/vxlan-trafficlabel.png PRE-CREATION 
  vxlan/en-US/plugin-vxlan-about.xml PRE-CREATION 
  vxlan/en-US/plugin-vxlan-config-hypervisor.xml PRE-CREATION 
  vxlan/en-US/plugin-vxlan-config-management.xml PRE-CREATION 
  vxlan/en-US/plugin-vxlan-configuration.xml PRE-CREATION 
  vxlan/en-US/plugin-vxlan-features.xml PRE-CREATION 
  vxlan/en-US/plugin-vxlan-introduction.xml PRE-CREATION 
  vxlan/en-US/plugin-vxlan-requirements.xml PRE-CREATION 
  vxlan/en-US/plugin-vxlan-revision-history.xml PRE-CREATION 
  vxlan/publican.cfg PRE-CREATION 

Diff: https://reviews.apache.org/r/14732/diff/


Testing
-------

I run following command and it generates a pdf file successfully.

cd vxlan; publican build --config=publican.cfg --formats pdf --langs en-US --common_content=$WORKSPACE/Common_Content


Thanks,

Yoshikazu Nojima


Re: Review Request 14732: CloudStack Plugin guide for VXLAN

Posted by Prasanna Santhanam <ts...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14732/#review27289
-----------------------------------------------------------

Ship it!


8a84635 - master

- Prasanna Santhanam


On Oct. 22, 2013, 8:58 a.m., Yoshikazu Nojima wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/14732/
> -----------------------------------------------------------
> 
> (Updated Oct. 22, 2013, 8:58 a.m.)
> 
> 
> Review request for cloudstack, David Nalley, Toshiaki Hatano, and Prasanna Santhanam.
> 
> 
> Repository: cloudstack-docs
> 
> 
> Description
> -------
> 
> This patch adds a Plugin guide for VXLAN.
> It describes system requirements for VXLAN plugin and how to setup it.
> 
> This is the ToC:
> 1. The VXLAN Plugin .... 1
> 1.1. Introduction to the VXLAN Plugin .... 1
> 1.2. Features of the VXLAN Plugin .... 1
> 2. System Requirements for VXLAN 3
> 2.1. System Requirements for VXLAN .... 3
> 2.2. Linux Distributions that meet the requirements .... 3
> 2.3. Check the capability of your system .... 3
> 2.4. Advanced: Build kernel and iproute2 .... 3
> 2.4.1. Build kernel .... 4
> 2.4.2. Build iproute2 .... 4
> 3. Configure CloudStack to use VXLAN Plugin 7
> 3.1. Configure hypervisor .... 7
> 3.1.1. Configure hypervisor: KVM .... 7
> 3.2. Setup zone using VXLAN .... 9
> 3.2.1. Configure the physical network .... 10
> 
> 
> Diffs
> -----
> 
>   vxlan/en-US/Author_Group.xml PRE-CREATION 
>   vxlan/en-US/Book_Info.xml PRE-CREATION 
>   vxlan/en-US/CloudStack_VXLAN_Guide.ent PRE-CREATION 
>   vxlan/en-US/CloudStack_VXLAN_Guide.xml PRE-CREATION 
>   vxlan/en-US/images/vxlan-physicalnetwork.png PRE-CREATION 
>   vxlan/en-US/images/vxlan-trafficlabel.png PRE-CREATION 
>   vxlan/en-US/plugin-vxlan-about.xml PRE-CREATION 
>   vxlan/en-US/plugin-vxlan-config-hypervisor.xml PRE-CREATION 
>   vxlan/en-US/plugin-vxlan-config-management.xml PRE-CREATION 
>   vxlan/en-US/plugin-vxlan-configuration.xml PRE-CREATION 
>   vxlan/en-US/plugin-vxlan-features.xml PRE-CREATION 
>   vxlan/en-US/plugin-vxlan-introduction.xml PRE-CREATION 
>   vxlan/en-US/plugin-vxlan-requirements.xml PRE-CREATION 
>   vxlan/en-US/plugin-vxlan-revision-history.xml PRE-CREATION 
>   vxlan/publican.cfg PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/14732/diff/
> 
> 
> Testing
> -------
> 
> I run following command and it generates a pdf file successfully.
> 
> cd vxlan; publican build --config=publican.cfg --formats pdf --langs en-US --common_content=$WORKSPACE/Common_Content
> 
> 
> Thanks,
> 
> Yoshikazu Nojima
> 
>


Re: Review Request 14732: CloudStack Plugin guide for VXLAN

Posted by Yoshikazu Nojima <ma...@ynojima.net>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14732/
-----------------------------------------------------------

(Updated Oct. 22, 2013, 5 p.m.)


Review request for cloudstack, David Nalley, Toshiaki Hatano, and Prasanna Santhanam.


Changes
-------

Associate a JIRA ticket to this review request.


Bugs: CLOUDSTACK-2328
    https://issues.apache.org/jira/browse/CLOUDSTACK-2328


Repository: cloudstack-docs


Description
-------

This patch adds a Plugin guide for VXLAN.
It describes system requirements for VXLAN plugin and how to setup it.

This is the ToC:
1. The VXLAN Plugin .... 1
1.1. Introduction to the VXLAN Plugin .... 1
1.2. Features of the VXLAN Plugin .... 1
2. System Requirements for VXLAN 3
2.1. System Requirements for VXLAN .... 3
2.2. Linux Distributions that meet the requirements .... 3
2.3. Check the capability of your system .... 3
2.4. Advanced: Build kernel and iproute2 .... 3
2.4.1. Build kernel .... 4
2.4.2. Build iproute2 .... 4
3. Configure CloudStack to use VXLAN Plugin 7
3.1. Configure hypervisor .... 7
3.1.1. Configure hypervisor: KVM .... 7
3.2. Setup zone using VXLAN .... 9
3.2.1. Configure the physical network .... 10


Diffs
-----

  vxlan/en-US/Author_Group.xml PRE-CREATION 
  vxlan/en-US/Book_Info.xml PRE-CREATION 
  vxlan/en-US/CloudStack_VXLAN_Guide.ent PRE-CREATION 
  vxlan/en-US/CloudStack_VXLAN_Guide.xml PRE-CREATION 
  vxlan/en-US/images/vxlan-physicalnetwork.png PRE-CREATION 
  vxlan/en-US/images/vxlan-trafficlabel.png PRE-CREATION 
  vxlan/en-US/plugin-vxlan-about.xml PRE-CREATION 
  vxlan/en-US/plugin-vxlan-config-hypervisor.xml PRE-CREATION 
  vxlan/en-US/plugin-vxlan-config-management.xml PRE-CREATION 
  vxlan/en-US/plugin-vxlan-configuration.xml PRE-CREATION 
  vxlan/en-US/plugin-vxlan-features.xml PRE-CREATION 
  vxlan/en-US/plugin-vxlan-introduction.xml PRE-CREATION 
  vxlan/en-US/plugin-vxlan-requirements.xml PRE-CREATION 
  vxlan/en-US/plugin-vxlan-revision-history.xml PRE-CREATION 
  vxlan/publican.cfg PRE-CREATION 

Diff: https://reviews.apache.org/r/14732/diff/


Testing
-------

I run following command and it generates a pdf file successfully.

cd vxlan; publican build --config=publican.cfg --formats pdf --langs en-US --common_content=$WORKSPACE/Common_Content


Thanks,

Yoshikazu Nojima