Re: [openstack-dev] [TripleO] [Tuskar] [Horizon] Icehouse Release of TripleO UI + Demo

2014-04-11 Thread Jaromir Coufal

Hi Jarda,

Thanks a lot for your reply.

Unfortunately, these instructions aren't very useful if you want to do
an installation based on packages. Something like:

git clone https://git.openstack.org/openstack/tripleo-incubator
$TRIPLEO_ROOT/tripleo-incubator/scripts/devtest.sh --trash-my-machine

is of course a no go. Stuff with "pip install" or "easy_install", or git
clone, aren't what Debian users should read.

So, I guess the documentation for when using packages have to be written
from scratch. I'm not sure where to start... :( Do you have time to help
with this?

Now, yes, I'd be very happy to chat about this on IRC. However, I have
to get my hands on a powerful enough server. I've read a post in this
list by Robert that I would need at least 16 GB of RAM. I hope to get a
spare hardware for such tests soon.

Thomas


Right, sorry, I somehow missed Debian note in your e-mail...

Robert was right, it is a bit demanding project :) So once you get your 
server, just jump into the #tuskar channel and somebody will definitely 
try to help you with setting it up. If you could take notes and help us 
updating the wiki page with installation instruction for Debian, it 
would be awesome.


Thanks
-- Jarda



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


Re: [openstack-dev] [TripleO] [Tuskar] [Horizon] Icehouse Release of TripleO UI + Demo

2014-04-11 Thread Ladislav Smola

On 04/11/2014 01:03 PM, Thomas Goirand wrote:

On 04/11/2014 06:05 PM, Jaromir Coufal wrote:

On 2014/11/04 10:27, Thomas Goirand wrote:

On 04/10/2014 04:32 PM, Jaromir Coufal wrote:

Dear Stackers,

I am happy to announce that yesterday Tuskar UI (TripleO UI) has tagged
branch 0.1.0 for Icehouse release [0].

I put together a narrated demo of all included features [1].

You can find one manual part in the whole workflow - cloud
initialization. There is ongoing work on automatic os-cloud-config, but
for the release we had to include manual way. Automation should be added
soon though.

I want to thank all contributors for hard work to make this happen. It
has been pleasure to cooperate with all of you guys and I am looking
forward to bringing new features [2] in.


-- Jarda

Are all needed components latest tags enough? In other words, if I
update all of TripleO in Debian, will I have a useable system?

Cheers,

Thomas

Hi Thomas,

I would say yes. The question is what you mean by usable system? You
want to try the "Tuskar UI"? If yes, here is devtest which will help you
to get the dev setup: https://wiki.openstack.org/wiki/Tuskar/Devtest and
here is the part for Tuskar UI:
https://github.com/openstack/tuskar-ui/blob/master/docs/install.rst

If you want more general info about Tuskar, here is wiki page:
https://wiki.openstack.org/wiki/Tuskar.

We are also very happy to help on #tuskar or #tripleo freenode channels
if you experience some troubles.

-- Jarda

Hi Jarda,

Thanks a lot for your reply.

Unfortunately, these instructions aren't very useful if you want to do
an installation based on packages. Something like:

git clone https://git.openstack.org/openstack/tripleo-incubator
$TRIPLEO_ROOT/tripleo-incubator/scripts/devtest.sh --trash-my-machine

is of course a no go. Stuff with "pip install" or "easy_install", or git
clone, aren't what Debian users should read.

So, I guess the documentation for when using packages have to be written
from scratch. I'm not sure where to start... :( Do you have time to help
with this?

Now, yes, I'd be very happy to chat about this on IRC. However, I have
to get my hands on a powerful enough server. I've read a post in this
list by Robert that I would need at least 16 GB of RAM. I hope to get a
spare hardware for such tests soon.

Thomas


Hi Thomas,

Yes, devtest is suppose to run on bleeding edge. :-)

For Fedora:
I think you are looking for this 
https://github.com/agroup/instack-undercloud

It uses packages and pre-created images.

For Debian like, I am afraid nobody started to prepare a package based 
solution.


Kind Regards,
Ladislav



___
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] [TripleO] [Tuskar] [Horizon] Icehouse Release of TripleO UI + Demo

2014-04-11 Thread Thomas Goirand
On 04/11/2014 06:05 PM, Jaromir Coufal wrote:
> On 2014/11/04 10:27, Thomas Goirand wrote:
>> On 04/10/2014 04:32 PM, Jaromir Coufal wrote:
>>> Dear Stackers,
>>>
>>> I am happy to announce that yesterday Tuskar UI (TripleO UI) has tagged
>>> branch 0.1.0 for Icehouse release [0].
>>>
>>> I put together a narrated demo of all included features [1].
>>>
>>> You can find one manual part in the whole workflow - cloud
>>> initialization. There is ongoing work on automatic os-cloud-config, but
>>> for the release we had to include manual way. Automation should be added
>>> soon though.
>>>
>>> I want to thank all contributors for hard work to make this happen. It
>>> has been pleasure to cooperate with all of you guys and I am looking
>>> forward to bringing new features [2] in.
>>>
>>>
>>> -- Jarda
>>
>> Are all needed components latest tags enough? In other words, if I
>> update all of TripleO in Debian, will I have a useable system?
>>
>> Cheers,
>>
>> Thomas
> 
> Hi Thomas,
> 
> I would say yes. The question is what you mean by usable system? You
> want to try the "Tuskar UI"? If yes, here is devtest which will help you
> to get the dev setup: https://wiki.openstack.org/wiki/Tuskar/Devtest and
> here is the part for Tuskar UI:
> https://github.com/openstack/tuskar-ui/blob/master/docs/install.rst
> 
> If you want more general info about Tuskar, here is wiki page:
> https://wiki.openstack.org/wiki/Tuskar.
> 
> We are also very happy to help on #tuskar or #tripleo freenode channels
> if you experience some troubles.
> 
> -- Jarda

Hi Jarda,

Thanks a lot for your reply.

Unfortunately, these instructions aren't very useful if you want to do
an installation based on packages. Something like:

git clone https://git.openstack.org/openstack/tripleo-incubator
$TRIPLEO_ROOT/tripleo-incubator/scripts/devtest.sh --trash-my-machine

is of course a no go. Stuff with "pip install" or "easy_install", or git
clone, aren't what Debian users should read.

So, I guess the documentation for when using packages have to be written
from scratch. I'm not sure where to start... :( Do you have time to help
with this?

Now, yes, I'd be very happy to chat about this on IRC. However, I have
to get my hands on a powerful enough server. I've read a post in this
list by Robert that I would need at least 16 GB of RAM. I hope to get a
spare hardware for such tests soon.

Thomas


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


Re: [openstack-dev] [TripleO] [Tuskar] [Horizon] Icehouse Release of TripleO UI + Demo

2014-04-11 Thread Jaromir Coufal

On 2014/11/04 10:27, Thomas Goirand wrote:

On 04/10/2014 04:32 PM, Jaromir Coufal wrote:

Dear Stackers,

I am happy to announce that yesterday Tuskar UI (TripleO UI) has tagged
branch 0.1.0 for Icehouse release [0].

I put together a narrated demo of all included features [1].

You can find one manual part in the whole workflow - cloud
initialization. There is ongoing work on automatic os-cloud-config, but
for the release we had to include manual way. Automation should be added
soon though.

I want to thank all contributors for hard work to make this happen. It
has been pleasure to cooperate with all of you guys and I am looking
forward to bringing new features [2] in.


-- Jarda


Are all needed components latest tags enough? In other words, if I
update all of TripleO in Debian, will I have a useable system?

Cheers,

Thomas


Hi Thomas,

I would say yes. The question is what you mean by usable system? You 
want to try the "Tuskar UI"? If yes, here is devtest which will help you 
to get the dev setup: https://wiki.openstack.org/wiki/Tuskar/Devtest and 
here is the part for Tuskar UI: 
https://github.com/openstack/tuskar-ui/blob/master/docs/install.rst


If you want more general info about Tuskar, here is wiki page: 
https://wiki.openstack.org/wiki/Tuskar.


We are also very happy to help on #tuskar or #tripleo freenode channels 
if you experience some troubles.


-- Jarda

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


Re: [openstack-dev] [TripleO] [Tuskar] [Horizon] Icehouse Release of TripleO UI + Demo

2014-04-11 Thread Jaromir Coufal

On 2014/10/04 19:40, Nachi Ueno wrote:

Hi Jarda

Congratulations
This release and the demo is super awesome!!
Do you have any instruction to install this one?


Thank you, Nachi!

look at Ladislav's response he posted our guideline for installation. If 
you have any problems, let us know on #tuskar channel and we will help 
you to go through.


-- Jarda

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


Re: [openstack-dev] [TripleO] [Tuskar] [Horizon] Icehouse Release of TripleO UI + Demo

2014-04-11 Thread Jaromir Coufal

On 2014/10/04 19:40, Nachi Ueno wrote:

Hi Jarda

Congratulations
This release and the demo is super awesome!!
Do you have any instruction to install this one?


Thank you, Nachi!

look at Ladislav's response he posted our guideline for installation. If 
you have any problems, let us know on #tuskar or #tripleo channel and we 
will help you to go through it.


-- Jarda

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


Re: [openstack-dev] [TripleO] [Tuskar] [Horizon] Icehouse Release of TripleO UI + Demo

2014-04-11 Thread mar...@redhat.com
On 11/04/14 10:35, Ladislav Smola wrote:
> Hello,
> 
> we have used this list of steps for the demo on Fedora 20:
> https://wiki.openstack.org/wiki/Tuskar/Devtest

nice!

> 
> The demo is running on one machine with 24GB RAM and 120GB disk. We are
> using
> virtualized baremetals(bm_poseur) for development.
> 
> KInd Regards,
> Ladislav
> 
> 
> On 04/10/2014 07:40 PM, Nachi Ueno wrote:
>> Hi Jarda
>>
>> Congratulations
>> This release and the demo is super awesome!!
>> Do you have any instruction to install this one?
>>
>>
>>
>>
>> 2014-04-10 1:32 GMT-07:00 Jaromir Coufal :
>>> Dear Stackers,
>>>
>>> I am happy to announce that yesterday Tuskar UI (TripleO UI) has tagged
>>> branch 0.1.0 for Icehouse release [0].
>>>
>>> I put together a narrated demo of all included features [1].
>>>
>>> You can find one manual part in the whole workflow - cloud
>>> initialization.
>>> There is ongoing work on automatic os-cloud-config, but for the
>>> release we
>>> had to include manual way. Automation should be added soon though.
>>>
>>> I want to thank all contributors for hard work to make this happen.
>>> It has
>>> been pleasure to cooperate with all of you guys and I am looking
>>> forward to
>>> bringing new features [2] in.
>>>
>>>
>>> -- Jarda
>>>
>>>
>>> [0] 0.1.0 Icehouse Release of the UI:
>>> https://github.com/openstack/tuskar-ui/releases/tag/0.1.0
>>>
>>> [1] Narrated demo of TripleO UI 0.1.0:
>>> https://www.youtube.com/watch?v=-6whFIqCqLU
>>>
>>> [2] Juno Planning for Tuskar:
>>> https://wiki.openstack.org/wiki/TripleO/TuskarJunoPlanning
>>>
>>> ___
>>> 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
> 
> 
> ___
> 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] [TripleO] [Tuskar] [Horizon] Icehouse Release of TripleO UI + Demo

2014-04-11 Thread Ladislav Smola

Hello,

we have used this list of steps for the demo on Fedora 20:
https://wiki.openstack.org/wiki/Tuskar/Devtest

The demo is running on one machine with 24GB RAM and 120GB disk. We are 
using

virtualized baremetals(bm_poseur) for development.

KInd Regards,
Ladislav


On 04/10/2014 07:40 PM, Nachi Ueno wrote:

Hi Jarda

Congratulations
This release and the demo is super awesome!!
Do you have any instruction to install this one?




2014-04-10 1:32 GMT-07:00 Jaromir Coufal :

Dear Stackers,

I am happy to announce that yesterday Tuskar UI (TripleO UI) has tagged
branch 0.1.0 for Icehouse release [0].

I put together a narrated demo of all included features [1].

You can find one manual part in the whole workflow - cloud initialization.
There is ongoing work on automatic os-cloud-config, but for the release we
had to include manual way. Automation should be added soon though.

I want to thank all contributors for hard work to make this happen. It has
been pleasure to cooperate with all of you guys and I am looking forward to
bringing new features [2] in.


-- Jarda


[0] 0.1.0 Icehouse Release of the UI:
https://github.com/openstack/tuskar-ui/releases/tag/0.1.0

[1] Narrated demo of TripleO UI 0.1.0:
https://www.youtube.com/watch?v=-6whFIqCqLU

[2] Juno Planning for Tuskar:
https://wiki.openstack.org/wiki/TripleO/TuskarJunoPlanning

___
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



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


Re: [openstack-dev] [TripleO] [Tuskar] [Horizon] Icehouse Release of TripleO UI + Demo

2014-04-10 Thread mar...@redhat.com
On 10/04/14 20:55, Jay Dobies wrote:
> On 04/10/2014 01:40 PM, Nachi Ueno wrote:
>> Hi Jarda
>>
>> Congratulations
>> This release and the demo is super awesome!!
>> Do you have any instruction to install this one?
> 
> I'd like to see this too. I asked a few times and never got an answer on
> whether or not there was a documented way of demoing this without a ton
> of baremetal lying around.

from what Jarda said in his other email (un-narrated one), this is all
running from master. In which case all you need is an undercloud setup
and then you can install tuskar/ui on that host. WRT the baremetal - For
dev I've only ever done this with poseur nodes - or I misunderstood the
question

marios

> 
>>
>>
>>
>> 2014-04-10 1:32 GMT-07:00 Jaromir Coufal :
>>> Dear Stackers,
>>>
>>> I am happy to announce that yesterday Tuskar UI (TripleO UI) has tagged
>>> branch 0.1.0 for Icehouse release [0].
>>>
>>> I put together a narrated demo of all included features [1].
>>>
>>> You can find one manual part in the whole workflow - cloud
>>> initialization.
>>> There is ongoing work on automatic os-cloud-config, but for the
>>> release we
>>> had to include manual way. Automation should be added soon though.
>>>
>>> I want to thank all contributors for hard work to make this happen.
>>> It has
>>> been pleasure to cooperate with all of you guys and I am looking
>>> forward to
>>> bringing new features [2] in.
>>>
>>>
>>> -- Jarda
>>>
>>>
>>> [0] 0.1.0 Icehouse Release of the UI:
>>> https://github.com/openstack/tuskar-ui/releases/tag/0.1.0
>>>
>>> [1] Narrated demo of TripleO UI 0.1.0:
>>> https://www.youtube.com/watch?v=-6whFIqCqLU
>>>
>>> [2] Juno Planning for Tuskar:
>>> https://wiki.openstack.org/wiki/TripleO/TuskarJunoPlanning
>>>
>>> ___
>>> 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
>>
>>
> 
> ___
> 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] [TripleO] [Tuskar] [Horizon] Icehouse Release of TripleO UI + Demo

2014-04-10 Thread Jay Dobies

On 04/10/2014 01:40 PM, Nachi Ueno wrote:

Hi Jarda

Congratulations
This release and the demo is super awesome!!
Do you have any instruction to install this one?


I'd like to see this too. I asked a few times and never got an answer on 
whether or not there was a documented way of demoing this without a ton 
of baremetal lying around.






2014-04-10 1:32 GMT-07:00 Jaromir Coufal :

Dear Stackers,

I am happy to announce that yesterday Tuskar UI (TripleO UI) has tagged
branch 0.1.0 for Icehouse release [0].

I put together a narrated demo of all included features [1].

You can find one manual part in the whole workflow - cloud initialization.
There is ongoing work on automatic os-cloud-config, but for the release we
had to include manual way. Automation should be added soon though.

I want to thank all contributors for hard work to make this happen. It has
been pleasure to cooperate with all of you guys and I am looking forward to
bringing new features [2] in.


-- Jarda


[0] 0.1.0 Icehouse Release of the UI:
https://github.com/openstack/tuskar-ui/releases/tag/0.1.0

[1] Narrated demo of TripleO UI 0.1.0:
https://www.youtube.com/watch?v=-6whFIqCqLU

[2] Juno Planning for Tuskar:
https://wiki.openstack.org/wiki/TripleO/TuskarJunoPlanning

___
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




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


Re: [openstack-dev] [TripleO] [Tuskar] [Horizon] Icehouse Release of TripleO UI + Demo

2014-04-10 Thread Nachi Ueno
Hi Jarda

Congratulations
This release and the demo is super awesome!!
Do you have any instruction to install this one?




2014-04-10 1:32 GMT-07:00 Jaromir Coufal :
> Dear Stackers,
>
> I am happy to announce that yesterday Tuskar UI (TripleO UI) has tagged
> branch 0.1.0 for Icehouse release [0].
>
> I put together a narrated demo of all included features [1].
>
> You can find one manual part in the whole workflow - cloud initialization.
> There is ongoing work on automatic os-cloud-config, but for the release we
> had to include manual way. Automation should be added soon though.
>
> I want to thank all contributors for hard work to make this happen. It has
> been pleasure to cooperate with all of you guys and I am looking forward to
> bringing new features [2] in.
>
>
> -- Jarda
>
>
> [0] 0.1.0 Icehouse Release of the UI:
> https://github.com/openstack/tuskar-ui/releases/tag/0.1.0
>
> [1] Narrated demo of TripleO UI 0.1.0:
> https://www.youtube.com/watch?v=-6whFIqCqLU
>
> [2] Juno Planning for Tuskar:
> https://wiki.openstack.org/wiki/TripleO/TuskarJunoPlanning
>
> ___
> 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


[openstack-dev] [TripleO] [Tuskar] [Horizon] Icehouse Release of TripleO UI + Demo

2014-04-10 Thread Jaromir Coufal

Dear Stackers,

I am happy to announce that yesterday Tuskar UI (TripleO UI) has tagged 
branch 0.1.0 for Icehouse release [0].


I put together a narrated demo of all included features [1].

You can find one manual part in the whole workflow - cloud 
initialization. There is ongoing work on automatic os-cloud-config, but 
for the release we had to include manual way. Automation should be added 
soon though.


I want to thank all contributors for hard work to make this happen. It 
has been pleasure to cooperate with all of you guys and I am looking 
forward to bringing new features [2] in.



-- Jarda


[0] 0.1.0 Icehouse Release of the UI: 
https://github.com/openstack/tuskar-ui/releases/tag/0.1.0


[1] Narrated demo of TripleO UI 0.1.0: 
https://www.youtube.com/watch?v=-6whFIqCqLU


[2] Juno Planning for Tuskar: 
https://wiki.openstack.org/wiki/TripleO/TuskarJunoPlanning


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