[Openstack] Cloudkitty Installation and billing system

2015-02-22 Thread Reza Bakhshayeshi
Hi, Does anyone have any tutorial or instruction of how to install and configure Cloudkitty? By the way, what is the most mature open source billing system for OpenStack in your opinion? Regards, Reza ___ Mailing list: http://lists.openstack.org/cgi-bin

Re: [Openstack] Cloudkitty Installation and billing system

2015-02-23 Thread Reza Bakhshayeshi
Hi Christophe, Thanks for your reply, I'll contact you soon :) Regards, Reza On 23 February 2015 at 00:01, Christophe Sauthier < christophe.sauth...@objectif-libre.com> wrote: > Hi Reza, > > > > Le 2015-02-22 19:52, Reza Bakhshayeshi a écrit : > >> Hi, >

[Openstack] nova-docker error

2015-05-31 Thread Reza Bakhshayeshi
Hi all, I have installed nova-docker on a separate compute node and recieve the following error in nova compute log: APIError: 500 Server Error: Internal Server Error ("No command specified") Any suggestion would be greatful. ___ Mailing list: http://li

Re: [Openstack] nova-docker error

2015-06-07 Thread Reza Bakhshayeshi
OpenStack > release are you running nova-docker on? > Have you properly configured Nova on the controller/s to work with docker > hypervisors, and Glance to recognize docker images? > Are you using Neutron? > > Please elaborate more, so we can try to help you. > > Best, > Fa

[Openstack] problem with nova-docker and neutron

2015-10-07 Thread Reza Bakhshayeshi
Hi, I'm trying to setup nova-docker with neutron on Kilo, but I receive the following error in nova-compute.log While instance seems to be created successfully, I can't ping or ssh to container. 2015-01-07 22:39:02.514 60733 ERROR novadocker.virt.docker.vifs [-] Failed to attach vif 2015-01-07 22

Re: [Openstack] problem with nova-docker and neutron

2015-10-08 Thread Reza Bakhshayeshi
' Is this what you mean? Regards, Reza On 8 October 2015 at 10:06, Nasir Mahmood wrote: > Reza, > > Looks like your sudo commands are failing due to improper sudo settings > for neutron... Try running some sample commands by neutron user and verify > the status. Thanks >

Re: [Openstack] problem with nova-docker and neutron

2015-10-13 Thread Reza Bakhshayeshi
orking which is causing > your commands to fail. Can you please re run the mount --make-rslave / > command ... I'll have to read all that documentation for you which I can't > do now, > On 8 Oct 2015 20:42, "Reza Bakhshayeshi" wrote: > >> Hi Nasir, >>

[Openstack] Keystone Fernet Token

2015-10-28 Thread Reza Bakhshayeshi
Hi all, I'm going to use fernet token on OpenStack Kilo (only Keystone service is installed), I've configured keystone.conf like: [token] provider = keystone.token.providers.fernet.Provider when I'm running: keystone-manage fernet_setup --keystone-user keystone --keystone-group keystone keys cr

[Openstack] Corresponding instance ID and Libvirt Domain ID

2014-04-09 Thread Reza Bakhshayeshi
Hi, I wonder to know how I can find corresponding instance ID and Libvirt Domain ID in OpenStack? Thanks, Reza ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http

[Openstack] Integrate External Service with Keystone

2014-04-16 Thread Reza Bakhshayeshi
Hi, I want to integrate an external service with keystone, in a way that only an authorized user in keystone could make access to that service. In the simplest form, consider it as a web service which receive the user's request and return a specific feature of his/her instance. Surely, users shoul

Re: [Openstack] Integrate External Service with Keystone

2014-04-22 Thread Reza Bakhshayeshi
do this. > > http://docs.openstack.org/developer/horizon/topics/policy.html > > > > On 04/17/2014 02:15 AM, Reza Bakhshayeshi wrote: > > Hi, > > I want to integrate an external service with keystone, in a way that > only an authorized user in keystone could ma

[Openstack] Instance Name in DB

2014-04-23 Thread Reza Bakhshayeshi
Hi, How I can find the "instance_name" in database? (it appears in the result of nova show) I have checked the instances table in nova database but I couldn't find it. Thanks, Reza ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/op

Re: [Openstack] Instance Name in DB

2014-04-23 Thread Reza Bakhshayeshi
Thanks Chris for your reply, but I meant the "OS-EXT-SRV-ATTR:instance_name" row in "nova show " result. On 23 April 2014 12:20, Chris Behrens wrote: > In the DB, that should be the display_name column of instances table. > > - Chris > > On Apr 22, 2014, at 1

Re: [Openstack] Instance Name in DB

2014-04-23 Thread Reza Bakhshayeshi
ce (by default I >> believe it's still the primary key (id) of that row in the DB). >> >> On Apr 23, 2014, at 1:10 AM, Reza Bakhshayeshi >> wrote: >> >> Thanks Chris for your reply, >> but I meant the "OS-EXT-SRV-ATTR:instance_name" row in

Re: [Openstack] Keystone Fernet Token

2015-11-07 Thread Reza Bakhshayeshi
rt openstack-keystone > > > > > > -- > Best Regards > > ZhangJialong > > > > -- Original -- > *From: * "Adam Young"; > *Date: * Tue, Nov 3, 2015 11:01 AM > *To: * "openstack"; > *Su

Re: [Openstack] Keystone Fernet Token

2015-11-11 Thread Reza Bakhshayeshi
quot;httpd" exe="/usr/sbin/httpd" subj=system_u:system_r:httpd_t:s0 key=(null) On 9 November 2015 at 18:22, Adam Young wrote: > On 11/07/2015 01:08 PM, Reza Bakhshayeshi wrote: > > Thanks all, specially Rahul, > I solved the problem temporarily by disabling selinux. >

[Openstack] Windows 10 guest benchmark

2016-06-02 Thread Reza Bakhshayeshi
Hi, I'm trying to benchmark Windows 10 guest OS on different hypervisors including OpenStack with KVM. Unfortunately, guest OS on OpenStack (KVM) shows blue screen and needs to be restarted immediately after starting any stress benchmark (likes Sandra). I've built Windows 10 guest OS with VirtIO

[Openstack] Customize app for Murano

2016-08-08 Thread Reza Bakhshayeshi
Hi, I'm going to write a Murano app for MariaDB Server. Unfortunately, I'm receiving the following log error from Murano engine, although MariaDB is actually installed on the server. *{"packages": [{"class_definitions": ["io.murano.apps.databases.MariaDB"], "descrip

Re: [Openstack] Customize app for Murano

2016-08-10 Thread Reza Bakhshayeshi
Hi Kirill, Thanks for your answer, I suppose above error is due to the root password page after MariaDB package installation. I'll check that and notify you after holidays :) By the way, another question: How can I install murano-agent on my own image without using image-builder? Cloning git and

[Openstack] Fuel 9 deployment

2016-09-17 Thread Reza Bakhshayeshi
Hi all, I'm using Mirantis Fuel 9 and I've deployed three nodes including Controller, Compute and Cinder. I can't access horizon after successful deployment or ssh to any node. (I can ping or ssh from inside of any node to other nodes in external network.) Another question is when I'm going to de

Re: [Openstack] Fuel 9 deployment

2016-09-17 Thread Reza Bakhshayeshi
Hi Duck, Thanks for your reply. I'm not using the default network settings. But vxlan on my internal network. There are five interfaces on each ESX virtual machine. I can ping br-ex of the controller, but I don't have access to dashboard of OpenStack with virtual IP which is provided on the fuel d

Re: [Openstack] Fuel 9 deployment

2016-09-18 Thread Reza Bakhshayeshi
-- > From: Duck Euler > Date: 17/09/2016 23:58 (GMT+05:30) > To: Reza Bakhshayeshi > Cc: openstack > Subject: Re: [Openstack] Fuel 9 deployment > > > > I can't access horizon after successful deployment > > On the Fuel Screen showing a successful deployment, t

Re: [Openstack] Fuel 9 deployment

2016-09-25 Thread Reza Bakhshayeshi
My problem still exists and any suggestion would be greatful. On Sep 18, 2016 12:56 PM, "Reza Bakhshayeshi" wrote: > Hi Jagdish, > It didn't work. > > Why should keystone be started when it's running under Apache? > On Sep 18, 2016 12:35 PM, "Jagdish G

Re: [Openstack] Fuel 9 deployment

2016-09-26 Thread Reza Bakhshayeshi
My problem about external access solved. It was due to rejected promiscuous mode on ESXi server. On Sep 25, 2016 10:19 AM, "Reza Bakhshayeshi" wrote: > My problem still exists and any suggestion would be greatful. > > On Sep 18, 2016 12:56 PM, "Reza Bakhshayeshi&qu

[Openstack] Backup and Recovery - Karbor

2016-10-17 Thread Reza Bakhshayeshi
Hi all, What solution do you use for backup and recovery in production? (Controller and Compute) Do you suggest Karbor? Is there any good document for installation and configuration of Karbor? Since, I couldn't find any. Regards, Reza ___ Mailing list:

[Openstack] Sahara job with Swift

2016-11-23 Thread Reza Bakhshayeshi
Hi all, I'm going to execute Spark job with help of Sahara and Swift from here on OpenStack mitaka: https://github.com/openstack/sahara-tests/tree/master/sahara_tests/scenario/defaults/edp-examples/edp-spark Without any error in sahara logs, job goes to Done with Error when I'm trying to use Swi

Re: [Openstack] Sahara job with Swift

2016-11-26 Thread Reza Bakhshayeshi
Dear Vitaly, I'm using Mirantis OpenStack 9.0 and I've downloaded sahara-mitaka-spark-1.0.6-ubuntu image from Mirantis website. Today, I checked the path you mentioned and there is an exception in the log file: Exception in thread "main" Invalid Response: Method POST on http://controllerIP:5000/v

Re: [Openstack] Sahara job with Swift

2016-12-05 Thread Reza Bakhshayeshi
Hi, My problem solved. It was due to inappropriate username and password for Swift access. Regards, Reza On Nov 26, 2016 1:49 PM, "Reza Bakhshayeshi" wrote: > Dear Vitaly, > > I'm using Mirantis OpenStack 9.0 and I've downloaded > sahara-mitaka-spark-1.0.6-ub

[Openstack] Graphical Instance status report

2017-07-16 Thread Reza Bakhshayeshi
Hi all, Is there any open source project to monitor instance status graphically in horizon? Does Monasca have the feature to monitor VMs? Regards, Reza ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : opensta

[Openstack] masakari instance monitor sending notification error

2018-09-09 Thread Reza Bakhshayeshi
Hi all, I'm going to setup masakari environment on Neutron. I've installed masakari api & engine on Controller and masakari-monitors & python-masakariclient on two Compute nodes. When an instance goes down masakari instance monitor encounter following error: 2018-09-09 05:56:41.230 25262 ERROR ma

[Openstack] masakari client returns empty subcommand list

2018-09-10 Thread Reza Bakhshayeshi
Hi, I've installed python-masakariclient on controller node, and receiving empty subcommand list on newton: root@controller:~/python-masakariclient# masakari segment-list usage: masakari [--masakari-api-version] [--debug] [--os-auth-plugin AUTH_PLUGIN] [--os-auth-url AUTH_URL]

Re: [Openstack] masakari instance monitor sending notification error

2018-09-11 Thread Reza Bakhshayeshi
masakari > services by using containers. > > --- Regards, > Sampath > > > > On Sun, Sep 9, 2018 at 11:21 PM Reza Bakhshayeshi > wrote: > >> Hi all, >> >> I'm going to setup masakari environment on Neutron. I've installed >> masakari api &

[Openstack] [masakari-monitors] sending notification conflict error

2018-09-12 Thread Reza Bakhshayeshi
Hi In newton masakari-monitors (version==2), when I shut off an instance, masakari engine repeatedly start and stop instance! I get the following error on compute node: 2018-09-12 11:15:27.584 3141 INFO masakarimonitors.instancemonitor.libvirt_handler.callback [-] Send a notification. 2018-09-12 1

Re: [Openstack] [masakari-monitors] sending notification conflict error

2018-09-12 Thread Reza Bakhshayeshi
t; > > On Wed, Sep 12, 2018 at 4:40 AM Reza Bakhshayeshi > wrote: > >> Hi >> In newton masakari-monitors (version==2), when I shut off an instance, >> masakari engine repeatedly start and stop instance! >> I get the following error

Re: [Openstack] OpenStack Liberty: unable to create snapshot EndpointNotFound/unauthorized

2018-10-01 Thread Reza Bakhshayeshi
Hi Still I've the same problem (in newton) Is there any workaround for this issue? Regards, Reza On Sat, 9 Apr 2016 at 23:22, freelance...@gmail.com wrote: > Hi! > > I'm trying to create a snapshot with: > > # cinder snapshot-create --force --name snap01 > f0b8a7c2-6112-4e59-a037-97502b081141

Re: [Openstack] OpenStack Liberty: unable to create snapshot EndpointNotFound/unauthorized

2018-10-01 Thread Reza Bakhshayeshi
Mon, 1 Oct 2018 at 10:24, Reza Bakhshayeshi wrote: > Hi > > Still I've the same problem (in newton) > Is there any workaround for this issue? > > Regards, > Reza > > On Sat, 9 Apr 2016 at 23:22, freelance...@gmail.com < > freelance...@gmail.com> wrote: >