Re: [openstack-dev] Step by step OpenStack Icehouse Installation Guide

2014-08-06 Thread chayma ghribi
Hi stefano !

Yes, it's a pleasure to contribute and to join the documentation team.

Ok! I will send announcements to the other mailing list ;)

Regards,

Chaima


2014-08-06 1:15 GMT+02:00 Stefano Maffulli stef...@openstack.org:

 On 08/03/2014 03:49 AM, chayma ghribi wrote:
  I want to share with you our OpenStack Icehouse Installation Guide for
  Ubuntu 14.04.
 [...]

 Thanks for the effort. Would you please consider working with the
 existing Documentation team to add/improve current manuals?

 Also, please use this list only to discuss *future* technical features
 and not to send generic announcements. A better place for this
 conversation is openst...@lists.openstack.org

 Regards,
 Stef

 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Step by step OpenStack Icehouse Installation Guide

2014-08-05 Thread chayma ghribi
Hi !

Yes using scripts is easy for users!
In this guide, our objective was to detail all the steps of installation.
We will use scripts in our next guide ;)
Thank you for suggestion :)

Regards,

Chaima Ghribi


2014-08-05 3:46 GMT+02:00 Shake Chen shake.c...@gmail.com:

 Hi

 maybe you can consider use script create Database and endpoint. like
 https://github.com/EmilienM/openstack-folsom-guide/tree/master/scripts

 this would be easy for user.


 On Tue, Aug 5, 2014 at 12:38 AM, chayma ghribi chaym...@gmail.com wrote:

 Hi !

 Thank you for the comment Qiming !

 The script stack.sh is used to configure Devstack and  to assign the
 heat_stack_owner role to users.
 Also, I think that Heat is configured by default on Devstack for
 icehouse.

 http://docs.openstack.org/developer/heat/getting_started/on_devstack.html#configure-devstack-to-enable-heat

 In our guide we are not installing using devstack.
 We are creating and managing stacks with Heat but we have not errors !

 If you have some examples of tests (or scenarios) that helps us to
 identify errors and improve the guide, please don't hesitate to contact us
 ;)
 All your contributions are welcome :)

 Regards,

 Chaima Ghribi





 2014-08-04 8:13 GMT+02:00 Qiming Teng teng...@linux.vnet.ibm.com:

 Thanks for the efforts.  Just want to add some comments on installing
 and configuring Heat, since an incomplete setup may cause bizarre
 problems later on when users start experiments.

 Please refer to devstack script below for proper configuration of Heat:

 https://github.com/openstack-dev/devstack/blob/master/lib/heat#L68

 and the function create_heat_accounts at the link below which helps
 create the required Heat accounts.

 https://github.com/openstack-dev/devstack/blob/master/lib/heat#L214

 Regards,
   Qiming

 On Sun, Aug 03, 2014 at 12:49:22PM +0200, chayma ghribi wrote:
  Dear All,
 
  I want to share with you our OpenStack Icehouse Installation Guide for
  Ubuntu 14.04.
 
 
 https://github.com/ChaimaGhribi/OpenStack-Icehouse-Installation/blob/master/OpenStack-Icehouse-Installation.rst
 
  An additional  guide for Heat service installation is also available ;)
 
 
 https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/OpenStack-Heat-Installation.rst
 
  Hope this manuals will be helpful and simple !
  Your contributions are welcome, as are questions and suggestions :)
 
  Regards,
  Chaima Ghribi



 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




 --
 Shake Chen


 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Step by step OpenStack Icehouse Installation Guide

2014-08-04 Thread Qiming Teng
Thanks for the efforts.  Just want to add some comments on installing
and configuring Heat, since an incomplete setup may cause bizarre
problems later on when users start experiments.

Please refer to devstack script below for proper configuration of Heat:

https://github.com/openstack-dev/devstack/blob/master/lib/heat#L68

and the function create_heat_accounts at the link below which helps
create the required Heat accounts.

https://github.com/openstack-dev/devstack/blob/master/lib/heat#L214

Regards,
  Qiming

On Sun, Aug 03, 2014 at 12:49:22PM +0200, chayma ghribi wrote:
 Dear All,
 
 I want to share with you our OpenStack Icehouse Installation Guide for
 Ubuntu 14.04.
 
 https://github.com/ChaimaGhribi/OpenStack-Icehouse-Installation/blob/master/OpenStack-Icehouse-Installation.rst
 
 An additional  guide for Heat service installation is also available ;)
 
 https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/OpenStack-Heat-Installation.rst
 
 Hope this manuals will be helpful and simple !
 Your contributions are welcome, as are questions and suggestions :)
 
 Regards,
 Chaima Ghribi



___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Step by step OpenStack Icehouse Installation Guide

2014-08-04 Thread chayma ghribi
Hi !

Thank you for the comment Qiming !

The script stack.sh is used to configure Devstack and  to assign the
heat_stack_owner role to users.
Also, I think that Heat is configured by default on Devstack for icehouse.
http://docs.openstack.org/developer/heat/getting_started/on_devstack.html#configure-devstack-to-enable-heat

In our guide we are not installing using devstack.
We are creating and managing stacks with Heat but we have not errors !

If you have some examples of tests (or scenarios) that helps us to identify
errors and improve the guide, please don't hesitate to contact us ;)
All your contributions are welcome :)

Regards,

Chaima Ghribi





2014-08-04 8:13 GMT+02:00 Qiming Teng teng...@linux.vnet.ibm.com:

 Thanks for the efforts.  Just want to add some comments on installing
 and configuring Heat, since an incomplete setup may cause bizarre
 problems later on when users start experiments.

 Please refer to devstack script below for proper configuration of Heat:

 https://github.com/openstack-dev/devstack/blob/master/lib/heat#L68

 and the function create_heat_accounts at the link below which helps
 create the required Heat accounts.

 https://github.com/openstack-dev/devstack/blob/master/lib/heat#L214

 Regards,
   Qiming

 On Sun, Aug 03, 2014 at 12:49:22PM +0200, chayma ghribi wrote:
  Dear All,
 
  I want to share with you our OpenStack Icehouse Installation Guide for
  Ubuntu 14.04.
 
 
 https://github.com/ChaimaGhribi/OpenStack-Icehouse-Installation/blob/master/OpenStack-Icehouse-Installation.rst
 
  An additional  guide for Heat service installation is also available ;)
 
 
 https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/OpenStack-Heat-Installation.rst
 
  Hope this manuals will be helpful and simple !
  Your contributions are welcome, as are questions and suggestions :)
 
  Regards,
  Chaima Ghribi



 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Step by step OpenStack Icehouse Installation Guide

2014-08-04 Thread Shake Chen
Hi

maybe you can consider use script create Database and endpoint. like
https://github.com/EmilienM/openstack-folsom-guide/tree/master/scripts

this would be easy for user.


On Tue, Aug 5, 2014 at 12:38 AM, chayma ghribi chaym...@gmail.com wrote:

 Hi !

 Thank you for the comment Qiming !

 The script stack.sh is used to configure Devstack and  to assign the
 heat_stack_owner role to users.
 Also, I think that Heat is configured by default on Devstack for icehouse.

 http://docs.openstack.org/developer/heat/getting_started/on_devstack.html#configure-devstack-to-enable-heat

 In our guide we are not installing using devstack.
 We are creating and managing stacks with Heat but we have not errors !

 If you have some examples of tests (or scenarios) that helps us to
 identify errors and improve the guide, please don't hesitate to contact us
 ;)
 All your contributions are welcome :)

 Regards,

 Chaima Ghribi





 2014-08-04 8:13 GMT+02:00 Qiming Teng teng...@linux.vnet.ibm.com:

 Thanks for the efforts.  Just want to add some comments on installing
 and configuring Heat, since an incomplete setup may cause bizarre
 problems later on when users start experiments.

 Please refer to devstack script below for proper configuration of Heat:

 https://github.com/openstack-dev/devstack/blob/master/lib/heat#L68

 and the function create_heat_accounts at the link below which helps
 create the required Heat accounts.

 https://github.com/openstack-dev/devstack/blob/master/lib/heat#L214

 Regards,
   Qiming

 On Sun, Aug 03, 2014 at 12:49:22PM +0200, chayma ghribi wrote:
  Dear All,
 
  I want to share with you our OpenStack Icehouse Installation Guide for
  Ubuntu 14.04.
 
 
 https://github.com/ChaimaGhribi/OpenStack-Icehouse-Installation/blob/master/OpenStack-Icehouse-Installation.rst
 
  An additional  guide for Heat service installation is also available ;)
 
 
 https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/OpenStack-Heat-Installation.rst
 
  Hope this manuals will be helpful and simple !
  Your contributions are welcome, as are questions and suggestions :)
 
  Regards,
  Chaima Ghribi



 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




-- 
Shake Chen
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] Step by step OpenStack Icehouse Installation Guide

2014-08-03 Thread chayma ghribi
Dear All,

I want to share with you our OpenStack Icehouse Installation Guide for
Ubuntu 14.04.

https://github.com/ChaimaGhribi/OpenStack-Icehouse-Installation/blob/master/OpenStack-Icehouse-Installation.rst

An additional  guide for Heat service installation is also available ;)

https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/OpenStack-Heat-Installation.rst

Hope this manuals will be helpful and simple !
Your contributions are welcome, as are questions and suggestions :)

Regards,
Chaima Ghribi
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Step by step OpenStack Icehouse Installation Guide

2014-08-03 Thread Denis Makogon
On Sun, Aug 3, 2014 at 1:49 PM, chayma ghribi chaym...@gmail.com wrote:

 Dear All,

 I want to share with you our OpenStack Icehouse Installation Guide for
 Ubuntu 14.04.


 https://github.com/ChaimaGhribi/OpenStack-Icehouse-Installation/blob/master/OpenStack-Icehouse-Installation.rst

 An additional  guide for Heat service installation is also available ;)


 https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/OpenStack-Heat-Installation.rst


All this docs are awesome! Great work! But what about Trove(incubated and
integrated) installation guide?


 Hope this manuals will be helpful and simple !
 Your contributions are welcome, as are questions and suggestions :)

 Regards,
 Chaima Ghribi

 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Best regards,
Denis Makogon
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Step by step OpenStack Icehouse Installation Guide

2014-08-03 Thread chayma ghribi
Hi Denis !

Thank you for your interest !
We will share the Trove installation guide as soon as it's ready ;)

Regards,
Chaima Ghribi


2014-08-03 17:21 GMT+02:00 Denis Makogon dmako...@mirantis.com:




 On Sun, Aug 3, 2014 at 1:49 PM, chayma ghribi chaym...@gmail.com wrote:

 Dear All,

 I want to share with you our OpenStack Icehouse Installation Guide for
 Ubuntu 14.04.


 https://github.com/ChaimaGhribi/OpenStack-Icehouse-Installation/blob/master/OpenStack-Icehouse-Installation.rst

 An additional  guide for Heat service installation is also available ;)


 https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/OpenStack-Heat-Installation.rst


 All this docs are awesome! Great work! But what about Trove(incubated and
 integrated) installation guide?


 Hope this manuals will be helpful and simple !
 Your contributions are welcome, as are questions and suggestions :)

 Regards,
 Chaima Ghribi

 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


 Best regards,
 Denis Makogon

 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev