[openstack-dev] [UX] Creating acount at Invision

2015-09-11 Thread Hossein Zabolzadeh
Hi,
I want to have an account at Invision.
Thanks to someone with right priviledge to create a new account for me
there.
I sent a request to Horizon IRC channel, but it yields no result.
__
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] Unexpected error in OpenStack Nova

2014-09-03 Thread Hossein Zabolzadeh
Any Idea?


On Wed, Sep 3, 2014 at 6:41 PM, Hossein Zabolzadeh 
wrote:

> Hi,
> After successful installation of both keystone and nova, I tried to
> execute the 'nova list' command by the folllowing env variables(My
> Deployment Model is single machine deployment):
> export OS_USERNAME=admin
> export OS_PASSWORD=...
> export OS_TENANT_NAME=service
> export OS_AUTH_URL=http://10.0.0.1:5000
>
> But the following unknown error was occurred:
> ERROR:  (HTTP
> 300)
>
> My nova.conf has the following configuration to connect to keystone:
> [keystone_authtoken]
> auth_uri = localhost:5000
> auth_host = 10.0.0.1
> auth_port = 35357
> auth_protocol = http
> admin_tenant_name = service
> admin_user = nova
> admin_password = nova_pass
>
> How can I solve the problem?
> Thanks in advance.
>
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Unexpected error in OpenStack Nova

2014-09-04 Thread Hossein Zabolzadeh
Hi Jesse,
Thanks for your help. I'll continue my discussion under the other related
mailing list.


On Thu, Sep 4, 2014 at 11:23 AM, Jesse Pretorius 
wrote:

> Hi Hossein,
>
> openstack-dev is a development mailing list, focused around the future of
> OpenStack and the development thereof. I would recommend that you address
> your question (with appropriate debug log output) to the
> openstack-operators mailing list.
>
> Best regards,
>
> Jesse
>
>
>
> On 3 September 2014 21:46, Hossein Zabolzadeh 
> wrote:
>
>> Any Idea?
>>
>>
>> On Wed, Sep 3, 2014 at 6:41 PM, Hossein Zabolzadeh 
>> wrote:
>>
>>> Hi,
>>> After successful installation of both keystone and nova, I tried to
>>> execute the 'nova list' command by the folllowing env variables(My
>>> Deployment Model is single machine deployment):
>>> export OS_USERNAME=admin
>>> export OS_PASSWORD=...
>>> export OS_TENANT_NAME=service
>>> export OS_AUTH_URL=http://10.0.0.1:5000
>>>
>>>  But the following unknown error was occurred:
>>> ERROR:  (HTTP
>>> 300)
>>>
>>
> ___
> 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] Stateful Applications on OpenStack

2014-06-09 Thread hossein zabolzadeh
Hi OpenStack Development Community,
I know that the OpenStack interest is to become a cloud computing operating
system. And this simple sentence means: "Say goodbye to Statefull
Applications".
But, as you know we are in the transition phase from stateful apps to
stateless apps(Remember Pets and Cattle Example). Legacy apps are still in
used and how openstack can address the problems of running stateful
applications(e.g. HA, DR, FT, R,...)?
HA: High Availability
DR: Disaster Recovery
FT: Fault Tolerance
R: Resiliancy!
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] The possible ways of high availability for non-cloud-ready apps running on openstack

2014-06-09 Thread hossein zabolzadeh
Hi there.
I am dealing with large amount of legacy application(MediaWiki, Joomla,
...) running on openstack. I am looking for the best way to improve high
availability of my instances. All applications are not designed for
fail(Non-Cloud-Ready Apps). So, what is the best way of improving HA on my
non-clustered instances(Stateful Instances)?
Thanks in advance.
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Stateful Applications on OpenStack

2014-06-09 Thread hossein zabolzadeh
Really thanks Georgy for your complete answer. My major concern on
openstack was HA on my legacy apps(I wanted to use cloudstack instead of
openstack becasue of its more attention to legacy apps and more HA
features). But now, I will check your listed HA solutions on openstack and
come back as soon as possible.


On Mon, Jun 9, 2014 at 8:53 PM, Georgy Okrokvertskhov <
gokrokvertsk...@mirantis.com> wrote:

> Hi,
>
> You still can run legacy application on OpenStack with HA and DR using the
> same good old school tools like pacemaker, heartbeat, DRBD etc. There are
> all necessary features available in latest OpenStack. The most important
> feature for HA - secondary IP address was implemented in Havana. Now you
> can assign multiple IP addresses to the single VM port. Secondary IP can be
> used as a VIP in pacemaker so it is possible to create classic
> Active-Passive setup for any application. HAProxy is still there an you can
> use it for any application which uses IP based transport for communication.
> This secondary IP feature allows you to run even Windows cluster
> applications without any significant changes in setup in comparison to the
> running cluster on physical nodes.
>
> There is no shared volumes (yet as I know) but you can use DRBD on VM to
> sync two volumes attached to two different VMs and shared network
> filesystems as a service is almost there. Using these approaches it is
> possible to have data resilience for legacy applications too.
>
> There is no automagic things which make legacy apps resilient, but it is
> still possible to do with using known tools as there are no limitations
> from OpenStack infrastructure side for that. As I know there were
> discussions about exposing HA clusters on hypervisors that will allow some
> kind of resilience automatically (through automatic migrations or
> evacuation) but there is no active work on it visible.
>
> Thanks
> Georgy
>
>
>
>
>
> On Mon, Jun 9, 2014 at 7:16 AM, Matthew Farina 
> wrote:
>
>> In my experience building apps that run in OpenStack, you don't give
>> up state. You shift how you handle state.
>>
>> For example, instead of always routing a user to the same instance and
>> that instance holding the session data there is a common session store
>> for the app (possibly synced between regions). If you store session on
>> each instance and loose an instance you'll run into problems. If
>> sessions is more of a service for each instance than an instance
>> coming and going isn't a big deal.
>>
>> A good database as a service, swift (object storage), and maybe a
>> microservice architecture may be helpful.
>>
>> Legacy applications might have some issues with the architecture
>> changes and some may not be a good fit for cloud architectures. One
>> way to help legacy applications is to use block storage, keep the
>> latest snapshot of the instance in glance (image service), and monitor
>> an instance. If an instance goes offline you can easily create a new
>> one from the image and mount block storage with the data.
>>
>> - Matt
>>
>>
>>
>> On Mon, Jun 9, 2014 at 7:27 AM, hossein zabolzadeh 
>> wrote:
>> > Hi OpenStack Development Community,
>> > I know that the OpenStack interest is to become a cloud computing
>> operating
>> > system. And this simple sentence means: "Say goodbye to Statefull
>> > Applications".
>> > But, as you know we are in the transition phase from stateful apps to
>> > stateless apps(Remember Pets and Cattle Example). Legacy apps are still
>> in
>> > used and how openstack can address the problems of running stateful
>> > applications(e.g. HA, DR, FT, R,...)?
>> > HA: High Availability
>> > DR: Disaster Recovery
>> > FT: Fault Tolerance
>> > R: Resiliancy!
>> >
>> > ___
>> > 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
>>
>
>
>
> --
> Georgy Okrokvertskhov
> Architect,
> OpenStack Platform Products,
> Mirantis
> http://www.mirantis.com
> Tel. +1 650 963 9828
> Mob. +1 650 996 3284
>
> ___
> 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