Re: [openstack-dev] [TripleO] Show TripleO: A terminal dashboard

2016-02-29 Thread Dougal Matthews
On 28 February 2016 at 22:41, Steve Baker  wrote:

> On 27/02/16 09:06, Ben Nemec wrote:
>
>> Interesting!  So this could conceivably be another consumer of the API,
>> right?  A sort of CLI UI?
>>
>> On 02/25/2016 01:10 PM, Dougal Matthews wrote:
>>
>>> Hi all,
>>>
>>> Over the past couple of weeks in my spare time I put together a basic
>>> Python urwid dashboard for TripleO. You can see the usage and some
>>> screenshots here:
>>>
>>> http://python-tripleodash.readthedocs.org
>>>
>>> The project is in very early stages (read as: very limited and buggy),
>>> but I've found it useful already. At the moment it is read only but
>>> there is no reason that needs to be the case going forward.
>>>
>>> Ultimately I think it could become both a dashboard and a handy getting
>>> started wizard.Good q It does this to a small extent now by listing the
>>> commands needed to register nodes if none are found.
>>>
>>> I wanted to share this for now and see if it interested anyone else.
>>>
>>> Cheers,
>>> Dougal
>>>
>>>
>>> Very nice, I wonder if this dashboard would be a better home for my
> proposed commands for monitoring software deployments on the nodes [1]? It
> seems like a good match because it is aimed at monitoring the status of the
> deployment rather than triggering changes.
>

Possibly, I think there would still be value in them being included in the
default CLI - they are going to be very useful, so we should make them
available to as many people as possible. However, once they are merged into
tripleo-common I'd be interested in seeing how they could be used.


>
> The tripleo-common changes would still need to land, but the UI would move
> from tripleoclient to tripleodash.
>
> [1]
> https://review.openstack.org/#/q/status:open++branch:master+topic:bp/tripleo-manage-software-deployments
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [TripleO] Show TripleO: A terminal dashboard

2016-02-28 Thread Steve Baker

On 27/02/16 09:06, Ben Nemec wrote:

Interesting!  So this could conceivably be another consumer of the API,
right?  A sort of CLI UI?

On 02/25/2016 01:10 PM, Dougal Matthews wrote:

Hi all,

Over the past couple of weeks in my spare time I put together a basic
Python urwid dashboard for TripleO. You can see the usage and some
screenshots here:

http://python-tripleodash.readthedocs.org

The project is in very early stages (read as: very limited and buggy),
but I've found it useful already. At the moment it is read only but
there is no reason that needs to be the case going forward.

Ultimately I think it could become both a dashboard and a handy getting
started wizard.Good q It does this to a small extent now by listing the
commands needed to register nodes if none are found.

I wanted to share this for now and see if it interested anyone else.

Cheers,
Dougal


Very nice, I wonder if this dashboard would be a better home for my 
proposed commands for monitoring software deployments on the nodes [1]? 
It seems like a good match because it is aimed at monitoring the status 
of the deployment rather than triggering changes.


The tripleo-common changes would still need to land, but the UI would 
move from tripleoclient to tripleodash.


[1] 
https://review.openstack.org/#/q/status:open++branch:master+topic:bp/tripleo-manage-software-deployments


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [TripleO] Show TripleO: A terminal dashboard

2016-02-27 Thread Shinobu Kinjo
Understood.

Since undercloud is getting more complicated, it's more reasonable for
admin to have some kind of friendly tools like this dashboard, I
guess.
Make sense?

Cheers,
Shinobu

On Sat, Feb 27, 2016 at 6:53 PM, Dougal Matthews  wrote:
> On Saturday, 27 February 2016, Shinobu Kinjo  wrote:
>>
>> That's pretty much interesting and fantastic to me.
>> To use the dashboard, is it good enough to activate ironic in devstack?
>
>
> It's a bit more complicated than that at the moment. It makes the assumption
> that you have a full TripleO undercloud - so it accesses Heat, Glance,
> Ironic and Ironic Inspector.
>
> I had wondered if it would be better to try and make this more generic.
> These so no reason it couldn't be a CLI UI for any openstack install. I'd
> like to make configuration based reports, defined in YAML maybe, so
> different sections can easily be defined and added.
>
>>
>> Cheers,
>> Shinobu
>>
>>
>> On Sat, Feb 27, 2016 at 5:06 AM, Ben Nemec  wrote:
>> > Interesting!  So this could conceivably be another consumer of the API,
>> > right?  A sort of CLI UI?
>> >
>> > On 02/25/2016 01:10 PM, Dougal Matthews wrote:
>> >> Hi all,
>> >>
>> >> Over the past couple of weeks in my spare time I put together a basic
>> >> Python urwid dashboard for TripleO. You can see the usage and some
>> >> screenshots here:
>> >>
>> >> http://python-tripleodash.readthedocs.org
>> >>
>> >> The project is in very early stages (read as: very limited and buggy),
>> >> but I've found it useful already. At the moment it is read only but
>> >> there is no reason that needs to be the case going forward.
>> >>
>> >> Ultimately I think it could become both a dashboard and a handy getting
>> >> started wizard.Good q It does this to a small extent now by listing the
>> >> commands needed to register nodes if none are found.
>> >>
>> >> I wanted to share this for now and see if it interested anyone else.
>> >>
>> >> Cheers,
>> >> Dougal
>> >>
>> >>
>> >>
>> >> __
>> >> OpenStack Development Mailing List (not for usage questions)
>> >> Unsubscribe:
>> >> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>> >>
>> >
>> >
>> >
>> > __
>> > OpenStack Development Mailing List (not for usage questions)
>> > Unsubscribe:
>> > openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>>
>> --
>> Email:
>> shin...@linux.com
>> GitHub:
>> shinobu-x
>> Blog:
>> Life with Distributed Computational System based on OpenSource
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>



-- 
Email:
shin...@linux.com
GitHub:
shinobu-x
Blog:
Life with Distributed Computational System based on OpenSource

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [TripleO] Show TripleO: A terminal dashboard

2016-02-27 Thread Dougal Matthews
On Saturday, 27 February 2016, Shinobu Kinjo  wrote:

> That's pretty much interesting and fantastic to me.
> To use the dashboard, is it good enough to activate ironic in devstack?


It's a bit more complicated than that at the moment. It makes the
assumption that you have a full TripleO undercloud - so it accesses Heat,
Glance, Ironic and Ironic Inspector.

I had wondered if it would be better to try and make this more generic.
These so no reason it couldn't be a CLI UI for any openstack install. I'd
like to make configuration based reports, defined in YAML maybe, so
different sections can easily be defined and added.


> Cheers,
> Shinobu
>
>
> On Sat, Feb 27, 2016 at 5:06 AM, Ben Nemec  > wrote:
> > Interesting!  So this could conceivably be another consumer of the API,
> > right?  A sort of CLI UI?
> >
> > On 02/25/2016 01:10 PM, Dougal Matthews wrote:
> >> Hi all,
> >>
> >> Over the past couple of weeks in my spare time I put together a basic
> >> Python urwid dashboard for TripleO. You can see the usage and some
> >> screenshots here:
> >>
> >> http://python-tripleodash.readthedocs.org
> >>
> >> The project is in very early stages (read as: very limited and buggy),
> >> but I've found it useful already. At the moment it is read only but
> >> there is no reason that needs to be the case going forward.
> >>
> >> Ultimately I think it could become both a dashboard and a handy getting
> >> started wizard.Good q It does this to a small extent now by listing the
> >> commands needed to register nodes if none are found.
> >>
> >> I wanted to share this for now and see if it interested anyone else.
> >>
> >> Cheers,
> >> Dougal
> >>
> >>
> >>
> __
> >> OpenStack Development Mailing List (not for usage questions)
> >> Unsubscribe:
> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> >>
> >
> >
> >
> __
> > OpenStack Development Mailing List (not for usage questions)
> > Unsubscribe:
> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
>
> --
> Email:
> shin...@linux.com 
> GitHub:
> shinobu-x
> Blog:
> Life with Distributed Computational System based on OpenSource
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [TripleO] Show TripleO: A terminal dashboard

2016-02-27 Thread Dougal Matthews
On Friday, 26 February 2016, Ben Nemec  wrote:

> Interesting!  So this could conceivably be another consumer of the API,
> right?  A sort of CLI UI?


Yup, essentially. I'm not sure if there is demand for such a thing. I found
it to be quite a nice experience to switch between it and working on the
CLI (compared with switching to a browser).

It has the advantage of being relatively easy to write as it has access to
the environment and Python clients.



>
> On 02/25/2016 01:10 PM, Dougal Matthews wrote:
> > Hi all,
> >
> > Over the past couple of weeks in my spare time I put together a basic
> > Python urwid dashboard for TripleO. You can see the usage and some
> > screenshots here:
> >
> > http://python-tripleodash.readthedocs.org
> >
> > The project is in very early stages (read as: very limited and buggy),
> > but I've found it useful already. At the moment it is read only but
> > there is no reason that needs to be the case going forward.
> >
> > Ultimately I think it could become both a dashboard and a handy getting
> > started wizard.Good q It does this to a small extent now by listing the
> > commands needed to register nodes if none are found.
> >
> > I wanted to share this for now and see if it interested anyone else.
> >
> > Cheers,
> > Dougal
> >
> >
> >
> __
> > OpenStack Development Mailing List (not for usage questions)
> > Unsubscribe:
> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> >
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [TripleO] Show TripleO: A terminal dashboard

2016-02-26 Thread Shinobu Kinjo
That's pretty much interesting and fantastic to me.
To use the dashboard, is it good enough to activate ironic in devstack?

Cheers,
Shinobu


On Sat, Feb 27, 2016 at 5:06 AM, Ben Nemec  wrote:
> Interesting!  So this could conceivably be another consumer of the API,
> right?  A sort of CLI UI?
>
> On 02/25/2016 01:10 PM, Dougal Matthews wrote:
>> Hi all,
>>
>> Over the past couple of weeks in my spare time I put together a basic
>> Python urwid dashboard for TripleO. You can see the usage and some
>> screenshots here:
>>
>> http://python-tripleodash.readthedocs.org
>>
>> The project is in very early stages (read as: very limited and buggy),
>> but I've found it useful already. At the moment it is read only but
>> there is no reason that needs to be the case going forward.
>>
>> Ultimately I think it could become both a dashboard and a handy getting
>> started wizard.Good q It does this to a small extent now by listing the
>> commands needed to register nodes if none are found.
>>
>> I wanted to share this for now and see if it interested anyone else.
>>
>> Cheers,
>> Dougal
>>
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



-- 
Email:
shin...@linux.com
GitHub:
shinobu-x
Blog:
Life with Distributed Computational System based on OpenSource

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [TripleO] Show TripleO: A terminal dashboard

2016-02-26 Thread Ben Nemec
Interesting!  So this could conceivably be another consumer of the API,
right?  A sort of CLI UI?

On 02/25/2016 01:10 PM, Dougal Matthews wrote:
> Hi all,
> 
> Over the past couple of weeks in my spare time I put together a basic
> Python urwid dashboard for TripleO. You can see the usage and some
> screenshots here:
> 
> http://python-tripleodash.readthedocs.org
> 
> The project is in very early stages (read as: very limited and buggy),
> but I've found it useful already. At the moment it is read only but
> there is no reason that needs to be the case going forward.
> 
> Ultimately I think it could become both a dashboard and a handy getting
> started wizard.Good q It does this to a small extent now by listing the
> commands needed to register nodes if none are found.
> 
> I wanted to share this for now and see if it interested anyone else.
> 
> Cheers,
> Dougal
> 
> 
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev