[openstack-dev] [ceilometer][oslo.cache] ceilometer fails to publish to gnocchi

2018-11-06 Thread Eyal B
Hi,
Because of this fix https://review.openstack.org/#/c/611369/ ceilometer
which uses oslo.cache for redis fails to publish to gnocchi

see this log:
http://logs.openstack.org/15/615415/1/check/vitrage-dsvm-datasources-py27/8d9e39e/logs/screen-ceilometer-anotification.txt.gz#_Nov_04_13_12_28_656863

BR
  Eyal
__
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] [vitrage] Nominating Dong Wenjuan for Vitrage core

2018-03-21 Thread Eyal B
+2

On 21 March 2018 at 16:37, Afek, Ifat (Nokia - IL/Kfar Sava) <
ifat.a...@nokia.com> wrote:

> Hi,
>
>
>
> I would like to nominate Dong Wenjuan for Vitrage core.
>
> Wenjuan has been contributing to Vitrage for a long time, since Newton
> version. She implemented several important features and has a deep
> knowledge of Vitrage architecture. I’m sure she can be a great addition to
> our team.
>
>
>
> Thanks,
>
> Ifat.
>
>
>
> __
> 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] [OpenStack][Vitrage] .success error on vitrage-dashboard

2018-02-11 Thread Eyal B
Hi,

The bug was fixed both in queens and in master

https://review.openstack.org/#/c/543224/
https://review.openstack.org/#/c/543223/

Thanks
  Eyal

On 11 February 2018 at 13:55, Eyal B <eya...@gmail.com> wrote:

> Hi,
>
> Yes this is a bug due to the upgrade of angular the function that was
> deprecated in now removed
> We will push a fix
>
> Thanks
>Eyal
>
> On 9 February 2018 at 14:04, MinWookKim <delightw...@ssu.ac.kr> wrote:
>
>> Hello Vitrage.
>>
>> I installed the vitrage and vitrage-dashboard master versions and tested
>> them.
>>
>> However, an unrecognized error ('.success () is not function') occurs and
>> all panels of the vitrage-dashboard do not appear normally.
>>
>> I can not figure out the cause, but I changed the .success and .error of
>> each function to .then and .catch in dashboard / static / dashboard /
>> projct / services / vitrage_topology.service.js.
>>
>> As a result of this, I have confirmed the normal operation of the
>> vitrage-dashboard panel.
>>
>> What is the cause?
>>
>> Thanks J
>>
>>
>> Best Regards,
>>
>>
>> Minwook.
>>
>> 
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscrib
>> e
>> 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] [OpenStack][Vitrage] .success error on vitrage-dashboard

2018-02-11 Thread Eyal B
Hi,

Yes this is a bug due to the upgrade of angular the function that was
deprecated in now removed
We will push a fix

Thanks
   Eyal

On 9 February 2018 at 14:04, MinWookKim  wrote:

> Hello Vitrage.
>
> I installed the vitrage and vitrage-dashboard master versions and tested
> them.
>
> However, an unrecognized error ('.success () is not function') occurs and
> all panels of the vitrage-dashboard do not appear normally.
>
> I can not figure out the cause, but I changed the .success and .error of
> each function to .then and .catch in dashboard / static / dashboard /
> projct / services / vitrage_topology.service.js.
>
> As a result of this, I have confirmed the normal operation of the
> vitrage-dashboard panel.
>
> What is the cause?
>
> Thanks J
>
>
> Best Regards,
>
>
> Minwook.
>
> __
> 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] [heat]Heat error during devstack installation

2017-12-27 Thread Eyal B
Hi
I submitted a patch to fix this
https://review.openstack.org/#/c/530109/

Eyal


On Dec 28, 2017 07:55, "Yatin Karel"  wrote:

> Both vitrage and tacker are likely to fail as they are modifying
> heat's policy.json in their devstack plugin.
> See below:-
>
> tacker:- https://github.com/openstack/tacker/blob/master/devstack/
> lib/tacker#L470-L474
> vitrage:- https://github.com/openstack/vitrage/blob/master/devstack/
> plugin.sh#L343-L358
>
>
> Since policy.json is removed, they can not modify it, so for
> overriding  rules they have to create their own policy.json or
> policy.yaml for overridden rules and update heat.conf to use new
> policy file.
>
>
> Thanks and Regards
> Yatin Karel
>
> On Thu, Dec 28, 2017 at 11:12 AM, Rico Lin 
> wrote:
> > Hi Minwook
> >>
> >> I get an error that can not find ‘/etc/heat/policy.json of heat ‘ while
> >> installing devstack.
> >>
> >> These errors can occur during scripting for projects related to heat,
> such
> >> as tacker, vitrage, etc.
> >>
> >>
> >>
> >> Why do I get this error?
> > We no longer have policy.json by default since [1].
> > Can you share more logs from your devstack, will take a deep look.
> >
> >
> >
> > [1] https://review.openstack.org/#/c/505360/ricolin
> >
> > 
> __
> > 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] [vitrage] Nominating Yujun Zhang to Vitrage core

2017-06-25 Thread Eyal B
+1

On Jun 25, 2017 15:20, "Afek, Ifat (Nokia - IL/Kfar Sava)" <
ifat.a...@nokia.com> wrote:

> Hi,
>
> I’d like to nominate Yujun Zhang to the Vitrage core team.
>
> In the last year Yujun has made a significant contribution in Vitrage[1],
> both by adding new features and by reviewing other people’s work. He has an
> extensive knowledge of the Vitrage architecture and code, and I believe he
> would make a great addition to our team.
>
> Best Regards,
> Ifat.
>
> [1] https://review.openstack.org/#/q/owner:zhang.yujunz%2540zte.
> com.cn+projects:openstack/vitrage+is:merged
>
>
> __
> 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] [Vitrage] Installation

2016-10-05 Thread Eyal B
Hi Paul,

Did you install the Vitrage project and the Vitrage client project Does the
CLI work?

BR
Eyal

On Oct 5, 2016 19:05, "Paul Vaduva" <paul.vad...@enea.com> wrote:

> Hi Eyal
>
>
>
> Thanks for the reply.
>
>
>
> I installed vitrage-dasboard from the instructions here
>
> https://github.com/openstack/vitrage-dashboard
>
> Except that they are for a virtual environment I wanted to install on my
> allready deployed horizon so I did not use the „with_venv.sh” script for
> the pip commands and I copied the api and enable directories to the
> installation dir of openstack-dashbard which for me is
> „node-7:/usr/share/openstack-dashboard/openstack_dashboard” and I get the
> dashboard but I get the first email mentioned errors.
>
>
>
> BR
>
> Paul
>
>
>
> *From:* Eyal B [mailto:eya...@gmail.com]
> *Sent:* Wednesday, October 05, 2016 6:47 PM
> *To:* OpenStack Development Mailing List (not for usage questions) <
> openstack-dev@lists.openstack.org>
> *Subject:* Re: [openstack-dev] [Vitrage] Installation
>
>
>
> Hi Paul,
>
>
>
> How did you install vitrage ?
>
> if you install it using devstack then it installs the api service as part
> of httpd
>
> if you did it manually then vitrage api runs as a standalone service in
> that case all api logs will be in /var/log/vitrage
>
>
>
> Can you check the CLI just run the command "vitrage topology show" see if
> you get anything
>
>
>
>
>
> BR
>
>   Eyal
>
>
>
> On Wed, Oct 5, 2016 at 5:29 PM, Paul Vaduva <paul.vad...@enea.com> wrote:
>
> Hi Eyal
>
>
>
> It seems like I do not have this vitrage_wsgi_error.log in the same place
> or other place for that matter. Could be that I didn’t install everithing
> need ?
>
>
>
> BR
>
> Paul
>
>
>
> *From:* Eyal B [mailto:eya...@gmail.com]
> *Sent:* Wednesday, October 05, 2016 5:21 PM
> *To:* OpenStack Development Mailing List (not for usage questions) <
> openstack-dev@lists.openstack.org>
> *Subject:* Re: [openstack-dev] [Vitrage] Installation
>
>
>
> Hi Paul,
>
>
>
> check the log  (should be in the same place of horizon_error.log)
>
> check the logs of vitrage should be in /var/log/vitrage directory
>
>
>
> BR
>
>   Eyal
>
>
>
> On Wed, Oct 5, 2016 at 5:05 PM, Paul Vaduva <paul.vad...@enea.com> wrote:
>
> Hi Eyal
>
>
>
> I only get this warnings in horizon_error.log
>
> http://hastebin.com/anewoyifey.sql
>
>
>
> BR
>
>
>
> *From:* Eyal B [mailto:eya...@gmail.com]
> *Sent:* Wednesday, October 05, 2016 4:41 PM
>
>
> *To:* OpenStack Development Mailing List (not for usage questions) <
> openstack-dev@lists.openstack.org>
> *Subject:* Re: [openstack-dev] [Vitrage] Installation
>
>
>
> Hi Paul,
>
>
>
> Could you please check the horizon_error.log
>
>
>
> It should be under /var/log/apache2 or /var/log/httpd
>
>
>
> BR
>
>   Eyal
>
>
>
> On Wed, Oct 5, 2016 at 4:24 PM, Paul Vaduva <paul.vad...@enea.com> wrote:
>
> Hi Ifat,
>
>
>
> Thanks you for the reply. I saw that this is for build on a virtual
> environment. I was courios if there is a way to install it on a deployed
> horizon. I tried to adapt the instructions to install it on my existing
> horizon installation (maily not use
>
> ./horizon/tools/with_venv.sh and copy cp -a vitragedashboard/enabled/* and
> the vitrageclient/api/* to my existing  horizon installation and the
> dashboard apeared on my web browser but
>
> · For Topology tab I get this error *Error:* Unable to fetch the
> Vitrage Topology service.
>
> · For Alarms tab I get *Error:* Unable to fetch the Vitrage
> Alarms service.
>
> · For Entity Graph I get *Error:* Unable to fetch the Vitrage
> Topology service.
>
>
>
> Best Regards,
>
> Paul
>
>
>
>
>
> *From:* Afek, Ifat (Nokia - IL) [mailto:ifat.a...@nokia.com]
> *Sent:* Wednesday, October 05, 2016 1:15 PM
> *To:* OpenStack Development Mailing List (not for usage questions) <
> openstack-dev@lists.openstack.org>
> *Subject:* Re: [openstack-dev] [Vitrage] Installation
>
>
>
> Hi Paul,
>
>
>
> Please find the installation and configuration instructions here:
> https://github.com/openstack/vitrage/blob/master/
> doc/source/installation-and-configuration.rst
>
> Let us know if you have any other questions, we’ll be happy to help.
>
>
>
> Best regards,
>
> Ifat.
>
>
>
>
>
> *From: *Paul Vaduva
> *Reply-To: *"OpenStack Development Mailing List (n

Re: [openstack-dev] [Vitrage] Installation

2016-10-05 Thread Eyal B
Hi Paul,

How did you install vitrage ?
if you install it using devstack then it installs the api service as part
of httpd
if you did it manually then vitrage api runs as a standalone service in
that case all api logs will be in /var/log/vitrage

Can you check the CLI just run the command "vitrage topology show" see if
you get anything


BR
  Eyal

On Wed, Oct 5, 2016 at 5:29 PM, Paul Vaduva <paul.vad...@enea.com> wrote:

> Hi Eyal
>
>
>
> It seems like I do not have this vitrage_wsgi_error.log in the same place
> or other place for that matter. Could be that I didn’t install everithing
> need ?
>
>
>
> BR
>
> Paul
>
>
>
> *From:* Eyal B [mailto:eya...@gmail.com]
> *Sent:* Wednesday, October 05, 2016 5:21 PM
> *To:* OpenStack Development Mailing List (not for usage questions) <
> openstack-dev@lists.openstack.org>
> *Subject:* Re: [openstack-dev] [Vitrage] Installation
>
>
>
> Hi Paul,
>
>
>
> check the log  (should be in the same place of horizon_error.log)
>
> check the logs of vitrage should be in /var/log/vitrage directory
>
>
>
> BR
>
>   Eyal
>
>
>
> On Wed, Oct 5, 2016 at 5:05 PM, Paul Vaduva <paul.vad...@enea.com> wrote:
>
> Hi Eyal
>
>
>
> I only get this warnings in horizon_error.log
>
> http://hastebin.com/anewoyifey.sql
>
>
>
> BR
>
>
>
> *From:* Eyal B [mailto:eya...@gmail.com]
> *Sent:* Wednesday, October 05, 2016 4:41 PM
>
>
> *To:* OpenStack Development Mailing List (not for usage questions) <
> openstack-dev@lists.openstack.org>
> *Subject:* Re: [openstack-dev] [Vitrage] Installation
>
>
>
> Hi Paul,
>
>
>
> Could you please check the horizon_error.log
>
>
>
> It should be under /var/log/apache2 or /var/log/httpd
>
>
>
> BR
>
>   Eyal
>
>
>
> On Wed, Oct 5, 2016 at 4:24 PM, Paul Vaduva <paul.vad...@enea.com> wrote:
>
> Hi Ifat,
>
>
>
> Thanks you for the reply. I saw that this is for build on a virtual
> environment. I was courios if there is a way to install it on a deployed
> horizon. I tried to adapt the instructions to install it on my existing
> horizon installation (maily not use
>
> ./horizon/tools/with_venv.sh and copy cp -a vitragedashboard/enabled/* and
> the vitrageclient/api/* to my existing  horizon installation and the
> dashboard apeared on my web browser but
>
> · For Topology tab I get this error *Error:* Unable to fetch the
> Vitrage Topology service.
>
> · For Alarms tab I get *Error:* Unable to fetch the Vitrage
> Alarms service.
>
> · For Entity Graph I get *Error:* Unable to fetch the Vitrage
> Topology service.
>
>
>
> Best Regards,
>
> Paul
>
>
>
>
>
> *From:* Afek, Ifat (Nokia - IL) [mailto:ifat.a...@nokia.com]
> *Sent:* Wednesday, October 05, 2016 1:15 PM
> *To:* OpenStack Development Mailing List (not for usage questions) <
> openstack-dev@lists.openstack.org>
> *Subject:* Re: [openstack-dev] [Vitrage] Installation
>
>
>
> Hi Paul,
>
>
>
> Please find the installation and configuration instructions here:
> https://github.com/openstack/vitrage/blob/master/
> doc/source/installation-and-configuration.rst
>
> Let us know if you have any other questions, we’ll be happy to help.
>
>
>
> Best regards,
>
> Ifat.
>
>
>
>
>
> *From: *Paul Vaduva
> *Reply-To: *"OpenStack Development Mailing List (not for usage questions)"
> *Date: *Tuesday, 4 October 2016 at 16:03
> *To: *"openstack-dev@lists.openstack.org"
> *Subject: *[openstack-dev] [Vitrage] Installation
>
>
>
> Hi everybody,
>
>
>
> I am writing you to ask for guidance with the installation of Vitrage.
>
> I have a deployed opnfv environment based on openstack mitaka release and
> I want to ask you how I would go about installing vitrage (with horizon) on
> this existing environment
>
>
>
>
>
> *Paul Ionut Vaduva*
>
> Software Engineer
>
> Linux Team
>
>
>
> *Email*  *paul.vad...@enea.com <paul.vad...@enea.com>*
>
>
>
> *Enea R*
>
> 319 Splaiul Independentei, OB403A
>
> Bucharest, 060044
>
> *Phone*  +4021311 43 00
>
> *Fax *+402131143 01
>
>
>
>
>
> www.enea.com
>
>
>
> [image: cid:image002.png@01D00576.7D651240]
>
> This message, including attachments, is CONFIDENTIAL. It may also be
> privileged or otherwise protected by law. If you received this email by
> mistake please let us know by reply and then delete it from your system;
> you should not copy it or disclose its contents to anyone. All messages
>

Re: [openstack-dev] [Vitrage] Installation

2016-10-05 Thread Eyal B
Hi Paul,

check the log vitrage_wsgi_error.log (should be in the same place of
horizon_error.log)
check the logs of vitrage should be in /var/log/vitrage directory

BR
  Eyal

On Wed, Oct 5, 2016 at 5:05 PM, Paul Vaduva <paul.vad...@enea.com> wrote:

> Hi Eyal
>
>
>
> I only get this warnings in horizon_error.log
>
> http://hastebin.com/anewoyifey.sql
>
>
>
> BR
>
>
>
> *From:* Eyal B [mailto:eya...@gmail.com]
> *Sent:* Wednesday, October 05, 2016 4:41 PM
>
> *To:* OpenStack Development Mailing List (not for usage questions) <
> openstack-dev@lists.openstack.org>
> *Subject:* Re: [openstack-dev] [Vitrage] Installation
>
>
>
> Hi Paul,
>
>
>
> Could you please check the horizon_error.log
>
>
>
> It should be under /var/log/apache2 or /var/log/httpd
>
>
>
> BR
>
>   Eyal
>
>
>
> On Wed, Oct 5, 2016 at 4:24 PM, Paul Vaduva <paul.vad...@enea.com> wrote:
>
> Hi Ifat,
>
>
>
> Thanks you for the reply. I saw that this is for build on a virtual
> environment. I was courios if there is a way to install it on a deployed
> horizon. I tried to adapt the instructions to install it on my existing
> horizon installation (maily not use
>
> ./horizon/tools/with_venv.sh and copy cp -a vitragedashboard/enabled/* and
> the vitrageclient/api/* to my existing  horizon installation and the
> dashboard apeared on my web browser but
>
> · For Topology tab I get this error *Error:* Unable to fetch the
> Vitrage Topology service.
>
> · For Alarms tab I get *Error:* Unable to fetch the Vitrage
> Alarms service.
>
> · For Entity Graph I get *Error:* Unable to fetch the Vitrage
> Topology service.
>
>
>
> Best Regards,
>
> Paul
>
>
>
>
>
> *From:* Afek, Ifat (Nokia - IL) [mailto:ifat.a...@nokia.com]
> *Sent:* Wednesday, October 05, 2016 1:15 PM
> *To:* OpenStack Development Mailing List (not for usage questions) <
> openstack-dev@lists.openstack.org>
> *Subject:* Re: [openstack-dev] [Vitrage] Installation
>
>
>
> Hi Paul,
>
>
>
> Please find the installation and configuration instructions here:
> https://github.com/openstack/vitrage/blob/master/
> doc/source/installation-and-configuration.rst
>
> Let us know if you have any other questions, we’ll be happy to help.
>
>
>
> Best regards,
>
> Ifat.
>
>
>
>
>
> *From: *Paul Vaduva
> *Reply-To: *"OpenStack Development Mailing List (not for usage questions)"
> *Date: *Tuesday, 4 October 2016 at 16:03
> *To: *"openstack-dev@lists.openstack.org"
> *Subject: *[openstack-dev] [Vitrage] Installation
>
>
>
> Hi everybody,
>
>
>
> I am writing you to ask for guidance with the installation of Vitrage.
>
> I have a deployed opnfv environment based on openstack mitaka release and
> I want to ask you how I would go about installing vitrage (with horizon) on
> this existing environment
>
>
>
>
>
> *Paul Ionut Vaduva*
>
> Software Engineer
>
> Linux Team
>
>
>
> *Email*  *paul.vad...@enea.com <paul.vad...@enea.com>*
>
>
>
> *Enea R*
>
> 319 Splaiul Independentei, OB403A
>
> Bucharest, 060044
>
> *Phone*  +4021311 43 00
>
> *Fax *+402131143 01
>
>
>
>
>
> www.enea.com
>
>
>
> [image: cid:image002.png@01D00576.7D651240]
>
> This message, including attachments, is CONFIDENTIAL. It may also be
> privileged or otherwise protected by law. If you received this email by
> mistake please let us know by reply and then delete it from your system;
> you should not copy it or disclose its contents to anyone. All messages
> sent to and from Enea may be monitored to ensure compliance with internal
> policies and to protect our business. Emails are not secure and cannot be
> guaranteed to be error free as they can be intercepted, a mended, lost or
> destroyed, or contain viruses. The sender therefore does not accept
> liability for any errors or omissions in the contents of this message,
> which arise as a result of email transmission. Anyone who communicates with
> us by email accepts these risks.
>
>
>
>
> __
> 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] [Vitrage] Installation

2016-10-05 Thread Eyal B
Hi Paul,

Could you please check the horizon_error.log

It should be under /var/log/apache2 or /var/log/httpd

BR
  Eyal

On Wed, Oct 5, 2016 at 4:24 PM, Paul Vaduva  wrote:

> Hi Ifat,
>
>
>
> Thanks you for the reply. I saw that this is for build on a virtual
> environment. I was courios if there is a way to install it on a deployed
> horizon. I tried to adapt the instructions to install it on my existing
> horizon installation (maily not use
>
> ./horizon/tools/with_venv.sh and copy cp -a vitragedashboard/enabled/* and
> the vitrageclient/api/* to my existing  horizon installation and the
> dashboard apeared on my web browser but
>
> · For Topology tab I get this error *Error:* Unable to fetch the
> Vitrage Topology service.
>
> · For Alarms tab I get *Error:* Unable to fetch the Vitrage
> Alarms service.
>
> · For Entity Graph I get *Error:* Unable to fetch the Vitrage
> Topology service.
>
>
>
> Best Regards,
>
> Paul
>
>
>
>
>
> *From:* Afek, Ifat (Nokia - IL) [mailto:ifat.a...@nokia.com]
> *Sent:* Wednesday, October 05, 2016 1:15 PM
> *To:* OpenStack Development Mailing List (not for usage questions) <
> openstack-dev@lists.openstack.org>
> *Subject:* Re: [openstack-dev] [Vitrage] Installation
>
>
>
> Hi Paul,
>
>
>
> Please find the installation and configuration instructions here:
> https://github.com/openstack/vitrage/blob/master/
> doc/source/installation-and-configuration.rst
>
> Let us know if you have any other questions, we’ll be happy to help.
>
>
>
> Best regards,
>
> Ifat.
>
>
>
>
>
> *From: *Paul Vaduva
> *Reply-To: *"OpenStack Development Mailing List (not for usage questions)"
> *Date: *Tuesday, 4 October 2016 at 16:03
> *To: *"openstack-dev@lists.openstack.org"
> *Subject: *[openstack-dev] [Vitrage] Installation
>
>
>
> Hi everybody,
>
>
>
> I am writing you to ask for guidance with the installation of Vitrage.
>
> I have a deployed opnfv environment based on openstack mitaka release and
> I want to ask you how I would go about installing vitrage (with horizon) on
> this existing environment
>
>
>
>
>
> *Paul Ionut Vaduva*
>
> Software Engineer
>
> Linux Team
>
>
>
> *Email*  *paul.vad...@enea.com *
>
>
>
> *Enea R*
>
> 319 Splaiul Independentei, OB403A
>
> Bucharest, 060044
>
> *Phone*  +4021311 43 00
>
> *Fax *+402131143 01
>
>
>
>
>
> www.enea.com
>
>
>
> [image: cid:image002.png@01D00576.7D651240]
>
> This message, including attachments, is CONFIDENTIAL. It may also be
> privileged or otherwise protected by law. If you received this email by
> mistake please let us know by reply and then delete it from your system;
> you should not copy it or disclose its contents to anyone. All messages
> sent to and from Enea may be monitored to ensure compliance with internal
> policies and to protect our business. Emails are not secure and cannot be
> guaranteed to be error free as they can be intercepted, a mended, lost or
> destroyed, or contain viruses. The sender therefore does not accept
> liability for any errors or omissions in the contents of this message,
> which arise as a result of email transmission. Anyone who communicates with
> us by email accepts these risks.
>
>
>
>
> __
> 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] [devstack] [vitrage] install vitrage by devstack failed

2016-04-26 Thread Eyal B
Hi,

I understood from Ifat that now everything works :-)
Let us know if you have more questions

Eyal

On Fri, Apr 22, 2016 at 10:19 AM,  wrote:

>
> Hi folks,
> While installing vitrage by devstack with a fresh clone I am hitting
> following error.
> What could be the problems here? Is there any configures i missed?
> Thank you for help~
>
> ++./stack.sh:echo_summary:385   echo -e Initializing Vitrage
> 2016-04-22 07:38:02.311 | Initializing Vitrage
> ++/opt/stack/vitrage/devstack/plugin.sh:source:255  init_vitrage
> ++/opt/stack/vitrage/devstack/plugin.sh:init_vitrage:179
>  _vitrage_create_accounts
> ++/opt/stack/vitrage/devstack/plugin.sh:_vitrage_create_accounts:69
>  is_service_enabled vitrage-api
> ++functions-common:is_service_enabled:2047  local xtrace
> +++functions-common:is_service_enabled:2048  set +o
> +++functions-common:is_service_enabled:2048  grep xtrace
> ++functions-common:is_service_enabled:2048  xtrace='set -o xtrace'
> ++functions-common:is_service_enabled:2049  set +o xtrace
> ++functions-common:is_service_enabled:2077  return 0
> ++/opt/stack/vitrage/devstack/plugin.sh:_vitrage_create_accounts:71
>  create_service_user vitrage admin
> ++lib/keystone:create_service_user:449  local role=admin
> ++lib/keystone:create_service_user:451  get_or_create_user vitrage
> stack Default
> ++functions-common:get_or_create_user:798   local user_id
> ++functions-common:get_or_create_user:799   [[ ! -z '' ]]
> ++functions-common:get_or_create_user:802   local email=
> +++functions-common:get_or_create_user:816   openstack user create
> vitrage --password stack --domain=Default --or-show -f value -c id
> Discovering versions from the identity service failed when creating the
> password plugin. Attempting to determine version from URL.
> Could not determine a suitable URL for the plugin
> ++functions-common:get_or_create_user:814   user_id=
> +functions-common:get_or_create_user:1 exit_trap
> +./stack.sh:exit_trap:474  local r=1
> ++./stack.sh:exit_trap:475  jobs -p
> +./stack.sh:exit_trap:475  jobs=
>
>
> Here is my local.conf file:
>
> [[local|localrc]]
> ADMIN_PASSWORD=stack
> DATABASE_PASSWORD=stack
> RABBIT_PASSWORD=stack
> SERVICE_PASSWORD=stack
>
> enable_service heat h-api h-api-cfn h-api-cw h-eng
> disable_service tempest
> enable_plugin vitrage https://github.com/openstack/vitrage
> enable_plugin vitrage-dashboard
> https://github.com/openstack/vitrage-dashboard
> enable_plugin ceilometer https://github.com/openstack/ceilometer
> enable_plugin aodh https://github.com/openstack/aodh
>
> GIT_DEPTH=1
>
> [[post-config|$NOVA_CONF]]
> [DEFAULT]
> notification_topics = notifications,vitrage_notifications
> notification_driver=messagingv2
>
>
> 
> ZTE Information Security Notice: The information contained in this mail (and 
> any attachment transmitted herewith) is privileged and confidential and is 
> intended for the exclusive use of the addressee(s).  If you are not an 
> intended recipient, any disclosure, reproduction, distribution or other 
> dissemination or use of the information contained is strictly prohibited.  If 
> you have received this mail in error, please delete it and notify us 
> immediately.
>
>
>
>
> __
> 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] openstack-dev] [vitrage] vitrage alarms list

2016-04-24 Thread Eyal B
Hi,

I understand it works now
What was the problem ?

Eyal

On Fri, Apr 22, 2016 at 4:55 AM, <dong.wenj...@zte.com.cn> wrote:

>
> Hi
> I get the latest sources and delete the /etc/vitrage/vitrage.conf,do
> unstack.sh and stack.sh.
> But deploy failed. The local.cnof is the same as before.
> Is there any vitrage configures i missed?
> Use openstack user create cli to create nova,glance and etc is successful.
> Thanks for your help. :)
>
> Here is the error log:
>
> 2016-04-22 02:00:01.646 | Initializing Vitrage
> ++/opt/stack/vitrage/devstack/plugin.sh:source:255  init_vitrage
> ++/opt/stack/vitrage/devstack/plugin.sh:init_vitrage:179
>  _vitrage_create_accounts
> ++/opt/stack/vitrage/devstack/plugin.sh:_vitrage_create_accounts:69
>  is_service_enabled vitrage-api
> ++functions-common:is_service_enabled:2047  local xtrace
> +++functions-common:is_service_enabled:2048  set +o
> +++functions-common:is_service_enabled:2048  grep xtrace
> ++functions-common:is_service_enabled:2048  xtrace='set -o xtrace'
> ++functions-common:is_service_enabled:2049  set +o xtrace
> ++functions-common:is_service_enabled:2077  return 0
> ++/opt/stack/vitrage/devstack/plugin.sh:_vitrage_create_accounts:71
>  create_service_user vitrage admin
> ++lib/keystone:create_service_user:449  local role=admin
> ++lib/keystone:create_service_user:451  get_or_create_user vitrage
> stack Default
> ++functions-common:get_or_create_user:798   local user_id
> ++functions-common:get_or_create_user:799   [[ ! -z '' ]]
> ++functions-common:get_or_create_user:802   local email=
> +++functions-common:get_or_create_user:816   openstack user create
> vitrage --password stack --domain=Default --or-show -f value -c id
> Discovering versions from the identity service failed when creating the
> password plugin. Attempting to determine version from URL.
> Could not determine a suitable URL for the plugin
> ++functions-common:get_or_create_user:814   user_id=
> +functions-common:get_or_create_user:1 exit_trap
> +./stack.sh:exit_trap:474  local r=1
> ++./stack.sh:exit_trap:475  jobs -p
> +./stack.sh:exit_trap:475  jobs=
> +./stack.sh:exit_trap:478  [[ -n '' ]]
> +./stack.sh:exit_trap:484  kill_spinner
> +./stack.sh:kill_spinner:370   '[' '!' -z '' ']'
> +./stack.sh:exit_trap:486  [[ 1 -ne 0 ]]
> +./stack.sh:exit_trap:487  echo 'Error on exit'
>
>
>
> *董文娟   Wenjuan Dong*
>
> 控制器四部 / 无线产品   Controller Dept Ⅳ. / Wireless Product Operation
>
> [image: icon] [image: logo]
> 上海市浦东新区碧波路889号中兴通讯D3
> D3, ZTE, No. 889, Bibo Rd.
> T: +86 021 85922M: +86 13661996389
> E: dong.wenj...@zte.com.cn
> *www.ztedevice.com* <http://www.ztedevice.com/>
>
>
>
>
> *Eyal B <eya...@gmail.com <eya...@gmail.com>>*
>
> 2016-04-20 16:34
> 收件人
> dong.wenj...@zte.com.cn
>
> 抄送
> "OpenStack Development Mailing List (not for usage questions)" <
> openstack-dev@lists.openstack.org>
>
> 主题
> Re: 答复: [probably forge email可能是仿冒邮件]Re: [openstack-dev] 答复: [probably
> forge email可能是仿冒邮件]Re: openstack-dev] [vitrage] vitrage alarms list
>
>
>
>
> Hi,
>
> Can you send the vitrage-graph.log ?
> Is the vitrage-graph process running ?
>
> We fixed some bugs with the devstack installation
> Do you have the latest sources from the vitrage git repo ?
>
> Can you get the latest sources (just do git pull)
> delete the /etc/vitrage/vitrage.conf
> do unstack.sh and stack.sh
>
> and let me know if it works
>
> Eyal
>
> On Wed, Apr 20, 2016 at 10:35 AM, <*dong.wenj...@zte.com.cn*
> <dong.wenj...@zte.com.cn>> wrote:
>
> Hi,
> I exec all the vitrage cli and get the same error.
> The log error is from /var/log/apache2/vitrage.log
> Here is my config file.Thanks for your help~
>
>
>
>
> BR
> dwj
>
>
> *Eyal B <**eya...@gmail.com* <eya...@gmail.com>*>*
>
> 2016-04-20 14:10
>
>
> 请答复 给
> "OpenStack Development Mailing List \(not for usage questions\)" <
> *openstack-dev@lists.openstack.org* <openstack-dev@lists.openstack.org>>
>
> 收件人
> "OpenStack Development Mailing List (not for usage questions)" <
> *openstack-dev@lists.openstack.org* <openstack-dev@lists.openstack.org>>
>
> 抄送
> 主题
> [probably forge email可能是仿冒邮件]Re: [openstack-dev] 答复: [probably forge
> email可能是仿冒邮件]Re: openstack-dev] [vitrage] vitrage alarms list
>
>
>
>
>
>
> Hi,
>
> Can you send the local.conf file in your devstack folder ?
> Can you send the /etc/vitrage/vitrage.conf file ?

Re: [openstack-dev] 答复: [probably forge email可能是仿冒邮件]Re: 答复: [probably forge email可能是仿冒邮件]Re: openstack-dev] [vitrage] vitrage alarms list

2016-04-20 Thread Eyal B
Hi,

Can you send the vitrage-graph.log ?
Is the vitrage-graph process running ?

We fixed some bugs with the devstack installation
Do you have the latest sources from the vitrage git repo ?

Can you get the latest sources (just do git pull)
delete the /etc/vitrage/vitrage.conf
do unstack.sh and stack.sh

and let me know if it works

Eyal

On Wed, Apr 20, 2016 at 10:35 AM, <dong.wenj...@zte.com.cn> wrote:

>
> Hi,
> I exec all the vitrage cli and get the same error.
> The log error is from /var/log/apache2/vitrage.log
> Here is my config file.Thanks for your help~
>
>
>
>
> BR
> dwj
>
>
>
> *Eyal B <eya...@gmail.com <eya...@gmail.com>>*
>
> 2016-04-20 14:10
> 请答复 给
> "OpenStack Development Mailing List \(not for usage questions\)" <
> openstack-dev@lists.openstack.org>
>
> 收件人
> "OpenStack Development Mailing List (not for usage questions)" <
> openstack-dev@lists.openstack.org>
>
> 抄送
> 主题
> [probably forge email可能是仿冒邮件]Re: [openstack-dev] 答复: [probably forge
> email可能是仿冒邮件]Re: openstack-dev] [vitrage] vitrage alarms list
>
>
>
>
> Hi,
>
> Can you send the local.conf file in your devstack folder ?
> Can you send the /etc/vitrage/vitrage.conf file ?
> If you do vitrage topology show do you get an error ?
> the log that you sent is it vitrage-api.log or vitrage.log ?
>
> Thanks
> Eyal
>
>
>
> On Wed, Apr 20, 2016 at 5:34 AM, <*dong.wenj...@zte.com.cn*
> <dong.wenj...@zte.com.cn>> wrote:
>
> Hi,
> Thanks for your response.
> There is no error about the request of alarms list in vitrage-graph log.
> Here is the vitrage-api log about the alarms error.
>
> Thank you for your help~ :)
>
> 2016-04-20 09:45:34.599585 2016-04-20 09:45:34.599 3700 DEBUG
> vitrage.service [-] static_physical.transformer=
> vitrage.datasources.static_physical.transformer.StaticPhysicalTransformer
> log_opt_values
> /usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2525
> 2016-04-20 09:45:34.599844 2016-04-20 09:45:34.599 3700 DEBUG
> vitrage.service [-]
> 
> log_opt_values
> /usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2527
> 2016-04-20 09:45:34.797687 2016-04-20 09:45:34.797 3700 INFO root [-]
> Generating grammar tables from /usr/lib/python2.7/lib2to3/Grammar.txt
> 2016-04-20 09:45:34.848659 2016-04-20 09:45:34.848 3700 INFO root [-]
> Generating grammar tables from /usr/lib/python2.7/lib2to3/PatternGrammar.txt
> 2016-04-20 09:45:34.950314 2016-04-20 09:45:34.950 3700 WARNING
> oslo_config.cfg [-] Option "username" from group "keystone_authtoken" is
> deprecated. Use option "user-name" from group "keystone_authtoken".
> 2016-04-20 09:45:34.951405 2016-04-20 09:45:34.951 3700 WARNING
> keystonemiddleware.auth_token [-] signing_dir mode is 0755 instead of 0700
> 2016-04-20 09:45:35.351792 2016-04-20 09:45:35.351 3700 DEBUG
> oslo_policy._cache_handler [req-beb876c2-edc0-4048-824d-df66ec926775 admin
> 6acd5010c0954e4388473acf8d133e25 - - -] Reloading cached file
> /etc/vitrage/policy.json read_cached_file
> /usr/local/lib/python2.7/dist-packages/oslo_policy/_cache_handler.py:38
> 2016-04-20 09:45:35.352640 2016-04-20 09:45:35.352 3700 DEBUG
> oslo_policy.policy [req-beb876c2-edc0-4048-824d-df66ec926775 admin
> 6acd5010c0954e4388473acf8d133e25 - - -] Reloaded policy file:
> /etc/vitrage/policy.json _load_policy_file
> /usr/local/lib/python2.7/dist-packages/oslo_policy/policy.py:493
> 2016-04-20 09:45:35.353555 2016-04-20 09:45:35.353 3700 INFO
> vitrage.api.controllers.v1.alarms [req-beb876c2-edc0-4048-824d-df66ec926775
> admin 6acd5010c0954e4388473acf8d133e25 - - -] received list alarms with
> vitrage id all
> 2016-04-20 09:45:35.376953 2016-04-20 09:45:35.376 3700 WARNING
> oslo.messaging._drivers.impl_rabbit
> [req-beb876c2-edc0-4048-824d-df66ec926775 admin
> 6acd5010c0954e4388473acf8d133e25 - - -] Heartbeat support requested but it
> is not supported by the kombu driver or the broker
> 2016-04-20 09:45:35.598523 End of script output before headers: app
>
>
>
>
>
>
>
> *Eyal B <**eya...@gmail.com* <eya...@gmail.com>*>*
>
> 2016-04-19 20:40
>
>
> 请答复 给
> "OpenStack Development Mailing List \(not for usage questions\)" <
> *openstack-dev@lists.openstack.org* <openstack-dev@lists.openstack.org>>
>
> 收件人
> "OpenStack Development Mailing List (not for usage questions)" <
> *openstack-dev@lists.openstack.org* <openstack-dev@lists.openstack.org>>
>
> 抄送
> 主题
> [probably forge email可能是仿冒邮件]Re: [openstack-dev] openstack-dev] [vitrage]

Re: [openstack-dev] 答复: [probably forge email可能是仿冒邮件]Re: openstack-dev] [vitrage] vitrage alarms list

2016-04-20 Thread Eyal B
Hi,

Can you send the local.conf file in your devstack folder ?
Can you send the /etc/vitrage/vitrage.conf file ?
If you do vitrage topology show do you get an error ?
the log that you sent is it vitrage-api.log or vitrage.log ?

Thanks
Eyal



On Wed, Apr 20, 2016 at 5:34 AM, <dong.wenj...@zte.com.cn> wrote:

>
> Hi,
> Thanks for your response.
> There is no error about the request of alarms list in vitrage-graph log.
> Here is the vitrage-api log about the alarms error.
>
> Thank you for your help~ :)
>
> 2016-04-20 09:45:34.599585 2016-04-20 09:45:34.599 3700 DEBUG
> vitrage.service [-] static_physical.transformer=
> vitrage.datasources.static_physical.transformer.StaticPhysicalTransformer
> log_opt_values
> /usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2525
> 2016-04-20 09:45:34.599844 2016-04-20 09:45:34.599 3700 DEBUG
> vitrage.service [-]
> 
> log_opt_values
> /usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2527
> 2016-04-20 09:45:34.797687 2016-04-20 09:45:34.797 3700 INFO root [-]
> Generating grammar tables from /usr/lib/python2.7/lib2to3/Grammar.txt
> 2016-04-20 09:45:34.848659 2016-04-20 09:45:34.848 3700 INFO root [-]
> Generating grammar tables from /usr/lib/python2.7/lib2to3/PatternGrammar.txt
> 2016-04-20 09:45:34.950314 2016-04-20 09:45:34.950 3700 WARNING
> oslo_config.cfg [-] Option "username" from group "keystone_authtoken" is
> deprecated. Use option "user-name" from group "keystone_authtoken".
> 2016-04-20 09:45:34.951405 2016-04-20 09:45:34.951 3700 WARNING
> keystonemiddleware.auth_token [-] signing_dir mode is 0755 instead of 0700
> 2016-04-20 09:45:35.351792 2016-04-20 09:45:35.351 3700 DEBUG
> oslo_policy._cache_handler [req-beb876c2-edc0-4048-824d-df66ec926775 admin
> 6acd5010c0954e4388473acf8d133e25 - - -] Reloading cached file
> /etc/vitrage/policy.json read_cached_file
> /usr/local/lib/python2.7/dist-packages/oslo_policy/_cache_handler.py:38
> 2016-04-20 09:45:35.352640 2016-04-20 09:45:35.352 3700 DEBUG
> oslo_policy.policy [req-beb876c2-edc0-4048-824d-df66ec926775 admin
> 6acd5010c0954e4388473acf8d133e25 - - -] Reloaded policy file:
> /etc/vitrage/policy.json _load_policy_file
> /usr/local/lib/python2.7/dist-packages/oslo_policy/policy.py:493
> 2016-04-20 09:45:35.353555 2016-04-20 09:45:35.353 3700 INFO
> vitrage.api.controllers.v1.alarms [req-beb876c2-edc0-4048-824d-df66ec926775
> admin 6acd5010c0954e4388473acf8d133e25 - - -] received list alarms with
> vitrage id all
> 2016-04-20 09:45:35.376953 2016-04-20 09:45:35.376 3700 WARNING
> oslo.messaging._drivers.impl_rabbit
> [req-beb876c2-edc0-4048-824d-df66ec926775 admin
> 6acd5010c0954e4388473acf8d133e25 - - -] Heartbeat support requested but it
> is not supported by the kombu driver or the broker
> 2016-04-20 09:45:35.598523 End of script output before headers: app
>
>
>
>
>
>
>
>
> *Eyal B <eya...@gmail.com <eya...@gmail.com>>*
>
> 2016-04-19 20:40
> 请答复 给
> "OpenStack Development Mailing List \(not for usage questions\)" <
> openstack-dev@lists.openstack.org>
>
> 收件人
> "OpenStack Development Mailing List (not for usage questions)" <
> openstack-dev@lists.openstack.org>
>
> 抄送
> 主题
> [probably forge email可能是仿冒邮件]Re: [openstack-dev] openstack-dev] [vitrage]
> vitrage alarms list
>
>
>
>
> Hi,
>
> Thanks for your question.
> Could you please look at the vitrage-graph log and send us the error
> You can find this log in /opt/stack/logs
>
> Eyal
>
> On Tue, Apr 19, 2016 at 3:29 PM, <*dong.wenj...@zte.com.cn*
> <dong.wenj...@zte.com.cn>> wrote:
>
> Hi vitrage folks,
>
> I install virtage by devstack, but "vitrage --debug alarms list" cli
> doesn't works.
> I trace the code, and find where the code[1] caused the server error.
> Does anyone have the problems? Thanks~
>
> [1]
> *https://github.com/openstack/vitrage/blob/master/vitrage/api/controllers/v1/alarms.py#L55*
> <https://github.com/openstack/vitrage/blob/master/vitrage/api/controllers/v1/alarms.py#L55>
>
> The cli log is as follows:
> stack@OS:~/vitrage/vitrage/api/controllers/v1$ vitrage --debug alarms list
> REQ: curl -g -i -X GET *http://192.168.122.250:5000/ -H*
> <http://192.168.122.250:5000/-H> "Accept: application/json" -H
> "User-Agent: keystoneauth1/2.4.0 python-requests/2.9.1 CPython/2.7.6"
> Starting new HTTP connection (1): 192.168.122.250
> "GET / HTTP/1.1" 300 599
> RESP: [300] Content-Length: 599 Vary: X-Auth-Token Keep-Alive: timeout=5,
> max=100 Server: Apache/2.4.7 (Ubuntu) Connection: 

Re: [openstack-dev] openstack-dev] [vitrage] vitrage alarms list

2016-04-19 Thread Eyal B
Hi,

Thanks for your question.
Could you please look at the vitrage-graph log and send us the error
You can find this log in /opt/stack/logs

Eyal

On Tue, Apr 19, 2016 at 3:29 PM,  wrote:

>
> Hi vitrage folks,
>
> I install virtage by devstack, but "vitrage --debug alarms list" cli
> doesn't works.
> I trace the code, and find where the code[1] caused the server error.
> Does anyone have the problems? Thanks~
>
> [1]
> https://github.com/openstack/vitrage/blob/master/vitrage/api/controllers/v1/alarms.py#L55
>
> The cli log is as follows:
> stack@OS:~/vitrage/vitrage/api/controllers/v1$ vitrage --debug alarms list
> REQ: curl -g -i -X GET http://192.168.122.250:5000/ -H
>  "Accept: application/json" -H
> "User-Agent: keystoneauth1/2.4.0 python-requests/2.9.1 CPython/2.7.6"
> Starting new HTTP connection (1): 192.168.122.250
> "GET / HTTP/1.1" 300 599
> RESP: [300] Content-Length: 599 Vary: X-Auth-Token Keep-Alive: timeout=5,
> max=100 Server: Apache/2.4.7 (Ubuntu) Connection: Keep-Alive Date: Tue, 19
> Apr 2016 12:40:59 GMT Content-Type: application/json
> RESP BODY: {"versions": {"values": [{"status": "stable", "updated":
> "2016-04-04T00:00:00Z", "media-types": [{"base": "application/json",
> "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.6",
> "links": [{"href": "http://192.168.122.250:5000/v3/;, "rel": "self"}]},
> {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types":
> [{"base": "application/json", "type":
> "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links":
> [{"href": "http://192.168.122.250:5000/v2.0/;, "rel": "self"}, {"href": "
> http://docs.openstack.org/;, "type": "text/html", "rel":
> "describedby"}]}]}}
>
> Making authentication request to http://192.168.122.250:5000/v2.0/tokens
> "POST /v2.0/tokens HTTP/1.1" 200 4217
> REQ: curl -g -i -X GET http://192.168.122.250:8999/v1/alarms/ -H
>  "User-Agent:
> keystoneauth1/2.4.0 python-requests/2.9.1 CPython/2.7.6" -H "Accept:
> application/json" -H "X-Auth-Token:
> {SHA1}2796e3695d7d641a96680ced6e85b55581745673"
> Starting new HTTP connection (1): 192.168.122.250
> "GET /v1/alarms/?vitrage_id=all HTTP/1.1" 500 613
> RESP: [500] Date: Tue, 19 Apr 2016 12:40:59 GMT Content-Length: 613
> Content-Type: text/html; charset=iso-8859-1 Connection: close Server:
> Apache/2.4.7 (Ubuntu)
> RESP BODY: 
> 
> 500 Internal Server Error
> 
> Internal Server Error
> The server encountered an internal error or
> misconfiguration and was unable to complete
> your request.
> Please contact the server administrator at
>  [no address given] to inform them of the time this error occurred,
>  and the actions you performed just before this error.
> More information about this error may be available
> in the server error log.
> 
> Apache/2.4.7 (Ubuntu) Server at 192.168.122.250 Port
> 8999
> 
>
>
> 
> ZTE Information Security Notice: The information contained in this mail (and 
> any attachment transmitted herewith) is privileged and confidential and is 
> intended for the exclusive use of the addressee(s).  If you are not an 
> intended recipient, any disclosure, reproduction, distribution or other 
> dissemination or use of the information contained is strictly prohibited.  If 
> you have received this mail in error, please delete it and notify us 
> immediately.
>
>
>
>
> __
> 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] [vitrage] vitrage topology show

2016-04-05 Thread Eyal B
I agree,

The client should pass the query

Eyal

On Tue, Apr 5, 2016 at 9:23 AM, Afek, Ifat (Nokia - IL)  wrote:

> Hi,
>
> vitrage topology show has a different behavior for a tree and a graph.
>
> In case it is called with no query:
> * For a tree it returns the node, zone, host and instances
> * For a graph it returns everything
>
> I don't think that the selected topology representation should affect the
> type of entities returned by the API. I would expect to get the same
> entities, just organized differently. However, I understand that returning
> all entities might not result in a tree structure.
>
> Maybe we force the client to call it with query, and then fail if the
> result is not a tree?
> Other thoughts?
>
> Ifat.
>
>
>
> __
> 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