Re: [Openstack] [DevStack] DevStackInstallation with XEN

2013-03-21 Thread Antonio Tirri
Hi, I tell you my experience. In order to deploy a single node installation is enough to set the localrc file as showed here https://wiki.openstack.org/wiki/XenServer/VirtualBox then you have to run only the script ./install_os_domU.sh The video you metioned is not up to date. My suggestion is

[Openstack] [OpenStack] Keystone did not start - DevStack Installation

2013-02-05 Thread Antonio Tirri
Hi all, actually i'm trying to install OpenStack through DevStack script. Unfortunately the installation is not successful because the keystone service doesn't start. This is the log of the script: 2013-02-05 13:19:05 + SCREEN_NAME=stack 2013-02-05 13:19:05 +

Re: [Openstack] [OpenStack] Keystone did not start - DevStack Installation

2013-02-05 Thread Antonio Tirri
/keystone/keystone.log' while if i launch that command with sudo, it seems that it runs. Thank you, Antonio On 5 February 2013 17:04, Adam Young ayo...@redhat.com wrote: On 02/05/2013 08:00 AM, Antonio Tirri wrote: Hi all, actually i'm trying to install OpenStack through DevStack script

[Openstack] Can OpenStack manage different hypervisors at same time?

2013-02-02 Thread Antonio Tirri
Hi, I use DevStack in order to setup a cloud system. I have to build a configuration in which a single OpenStack Controller has to manage different nodes. In particular, a node has to have a KVM hypervisor (with Ubuntu) and anther one has to have a XEN hypervisor (with Cent OS). The configuration

Re: [Openstack] [OpenStack] DevStack setup on XenServer

2013-01-31 Thread Antonio Tirri
-988185a2c6f6 ** ** Thanks, ** ** Bob ** ** *From:* openstack-bounces+bob.ball=citrix@lists.launchpad.net [mailto: openstack-bounces+bob.ball=citrix@lists.launchpad.net] *On Behalf Of *Antonio Tirri *Sent:* 28 January 2013 19:15 *To:* openstack@lists.launchpad.net

[Openstack] [OpenStack] DevStack setup on XenServer

2013-01-28 Thread Antonio Tirri
I have to install a devstack multinode using 3 nodes configured as follows: 1) Controller on Ubuntu 12.04 LTS 2) Node Compute on Ubuntu 12.04 LTS with KVM hypervisor 3) Node Compute on XenServer While in first two points I am successful, the third point show me the following error when i launch