Re: [Openstack] Grizzly Devstack Installation - RHEL 6.4

2013-07-17 Thread Jake G.
Hi all! 

So finally seemed to get openstack up and running using the RDO method. Still a 
few issues with instances but overall seems to be working.

I tried Devstack but I kept getting an error during the installation which I 
couldn't get past.

Heat is pretty neat but will not work with any subnet with a mask different 
than /24 - confirmed by support. So for me heat is useless.

I can't imagine setting this up in a production environment without the help of 
these deployment tools. All I can say is if you can master Openstack you 
deserve a raise! 

Thanks all for your help again!

Jake

On 2013/07/17, at 12:34, Haiming Yang laserjety...@gmail.com wrote:

 I think if you use redhat 6.4, it has own distribution of OpenStack, and you 
 might be able to run openstack following redhat instruction.
 
 
 On Tue, Jul 16, 2013 at 9:47 PM, Subramanian K skanagasa...@gmail.com wrote:
 Thanks Sean, Maybe you are correct. But I somehow managed to complete the 
 installation and register the image so far. Been able to reach till 
 launching Dashboard. Running virtual machine is the next step in my 
 pipeline. 
 
 All I did was manually updated pki_setup and set permissions appropriately 
 and the rest of the installation went smooth.
 
 
 
 
 On Tue, Jul 16, 2013 at 4:39 PM, Sean Dague s...@dague.net wrote:
 Devstack in grizzly doesn't work with RHEL. If you are interested in using 
 devstack you should use Fedora instead.
 
 -Sean
 
 
 On 07/16/2013 05:58 AM, Subramanian K wrote:
 Hello All,
 
 In the process of running devstack installation script on RHEL 6.4 , I
 am faced with an error.  Below is the error tracked section
 
 + /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir
 /opt/stack/devstack/accrc
 Authorization Failed: Unable to sign token. (HTTP 500)
 Authorization Failed: Unable to sign token. (HTTP 500)
 ERROR: Unable to sign token. (HTTP 500)
 Failed to update the root certificate: /opt/stack/devstack/accrc/cacert.pem
 Authorization Failed: Unable to sign token. (HTTP 500)
 
 
 If I manually try to run any commands , I get the similar error message
 
 nova --os-username admin --os-password XX --os-auth-url
 http://127.0.0.1:35357/v2.0 --os-tenant-name demo image-list
 ERROR: Unable to sign token. (HTTP 500)
 
 
 Could someone throw insights in actual cause of this issue ?
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 
 -- 
 Sean Dague
 http://dague.net
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Grizzly Devstack Installation - RHEL 6.4

2013-07-16 Thread Sean Dague
Devstack in grizzly doesn't work with RHEL. If you are interested in 
using devstack you should use Fedora instead.


-Sean

On 07/16/2013 05:58 AM, Subramanian K wrote:

Hello All,

In the process of running devstack installation script on RHEL 6.4 , I
am faced with an error.  Below is the error tracked section

+ /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir
/opt/stack/devstack/accrc
Authorization Failed: Unable to sign token. (HTTP 500)
Authorization Failed: Unable to sign token. (HTTP 500)
ERROR: Unable to sign token. (HTTP 500)
Failed to update the root certificate: /opt/stack/devstack/accrc/cacert.pem
Authorization Failed: Unable to sign token. (HTTP 500)


If I manually try to run any commands , I get the similar error message

nova --os-username admin --os-password XX --os-auth-url
http://127.0.0.1:35357/v2.0 --os-tenant-name demo image-list
ERROR: Unable to sign token. (HTTP 500)


Could someone throw insights in actual cause of this issue ?


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp




--
Sean Dague
http://dague.net

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Grizzly Devstack Installation - RHEL 6.4

2013-07-16 Thread Subramanian K
Thanks Sean, Maybe you are correct. But I somehow managed to complete the
installation and register the image so far. Been able to reach till
launching Dashboard. Running virtual machine is the next step in my
pipeline.

All I did was manually updated pki_setup and set permissions appropriately
and the rest of the installation went smooth.




On Tue, Jul 16, 2013 at 4:39 PM, Sean Dague s...@dague.net wrote:

 Devstack in grizzly doesn't work with RHEL. If you are interested in using
 devstack you should use Fedora instead.

 -Sean


 On 07/16/2013 05:58 AM, Subramanian K wrote:

 Hello All,

 In the process of running devstack installation script on RHEL 6.4 , I
 am faced with an error.  Below is the error tracked section

 + /opt/stack/devstack/tools/**create_userrc.sh -PA --target-dir
 /opt/stack/devstack/accrc
 Authorization Failed: Unable to sign token. (HTTP 500)
 Authorization Failed: Unable to sign token. (HTTP 500)
 ERROR: Unable to sign token. (HTTP 500)
 Failed to update the root certificate: /opt/stack/devstack/accrc/**
 cacert.pem
 Authorization Failed: Unable to sign token. (HTTP 500)


 If I manually try to run any commands , I get the similar error message

 nova --os-username admin --os-password XX --os-auth-url
 http://127.0.0.1:35357/v2.0 --os-tenant-name demo image-list
 ERROR: Unable to sign token. (HTTP 500)


 Could someone throw insights in actual cause of this issue ?


 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp



 --
 Sean Dague
 http://dague.net

 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Grizzly Devstack Installation - RHEL 6.4

2013-07-16 Thread Haiming Yang
I think if you use redhat 6.4, it has own distribution of OpenStack, and
you might be able to run openstack following redhat instruction.


On Tue, Jul 16, 2013 at 9:47 PM, Subramanian K skanagasa...@gmail.comwrote:

 Thanks Sean, Maybe you are correct. But I somehow managed to complete the
 installation and register the image so far. Been able to reach till
 launching Dashboard. Running virtual machine is the next step in my
 pipeline.

 All I did was manually updated pki_setup and set permissions appropriately
 and the rest of the installation went smooth.




 On Tue, Jul 16, 2013 at 4:39 PM, Sean Dague s...@dague.net wrote:

 Devstack in grizzly doesn't work with RHEL. If you are interested in
 using devstack you should use Fedora instead.

 -Sean


 On 07/16/2013 05:58 AM, Subramanian K wrote:

 Hello All,

 In the process of running devstack installation script on RHEL 6.4 , I
 am faced with an error.  Below is the error tracked section

 + /opt/stack/devstack/tools/**create_userrc.sh -PA --target-dir
 /opt/stack/devstack/accrc
 Authorization Failed: Unable to sign token. (HTTP 500)
 Authorization Failed: Unable to sign token. (HTTP 500)
 ERROR: Unable to sign token. (HTTP 500)
 Failed to update the root certificate: /opt/stack/devstack/accrc/**
 cacert.pem
 Authorization Failed: Unable to sign token. (HTTP 500)


 If I manually try to run any commands , I get the similar error message

 nova --os-username admin --os-password XX --os-auth-url
 http://127.0.0.1:35357/v2.0 --os-tenant-name demo image-list
 ERROR: Unable to sign token. (HTTP 500)


 Could someone throw insights in actual cause of this issue ?


 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp



 --
 Sean Dague
 http://dague.net

 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp