← Back to team overview

openstack-charmers team mailing list archive

Re: openstack nova question

 

Hey Team,
Do you think you can answer the question from Jing?

Jing,
I am sending to mailing list who has expertise in charms. And he can
suggess if extra infromation is needed. But jujucharms.com has the demo

Thanks and Regards,
Narinder Gupta (PMP)                   narinder.gupta@xxxxxxxxxxxxx
Canonical, Ltd.                    narindergupta [irc.freenode.net]
+1.281.736.5150                            narindergupta2007[skype]

Ubuntu- Linux for human beings | www.ubuntu.com | www.canonical.com



On Fri, May 9, 2014 at 1:59 PM, Zhao, Jing (Houston) <Jing.Zhao@xxxxxx>wrote:

>  Hi Narinder,
>
>
>
> I completed a very basic OpenStack setup today, but I think Nova is not
> able to get compute node’s information.  Imaging service is working fine.
> Setup steps:
>
>
>
> 1.       Juju bootstrap –upload-tools
>
> 2.       Juju deploy juju-gui –to 0
>
> 3.       Juju deploy mysql –to 0
>
> 4.       Juju deploy rabbitmq-server –to 0
>
> 5.       Juju deploy –config=openstack.cfg keystone (to a new node)
>
> 6.       Juju deploy nova-cloud-controller –to 1 (to keystone node)
>
> 7.       Juju deploy glance –to 1
>
> 8.       Juju deploy openstack-dashboard –to 1
>
> 9.       Juju deploy nova-compute
>
> 10.   Juju add-relation keystone mysql
>
> 11.   Juju add-relation nova-cloud-controller mysql
>
> 12.   Juju add-relation nova-cloud-controller rabbitmq-server
>
> 13.   Juju add-relation nova-cloud-controller glance
>
> 14.   Juju add-relation nova-cloud-controller keystone
>
> 15.   Juju add-relation nova-compute mysql
>
> 16.   Juju add-relation nova-compute rabbitmq-server
>
> 17.   Juju add-relation nova-compute glance
>
> 18.   Juju add-relation nova-compute nova-cloud-controller
>
> 19.   Juju add-relation glance mysql
>
> 20.   Juju add-relation glance keystone
>
> 21.   Juju add-relation openstack-dashboard keystone
>
>
>
> You can access Horizon at 10.16.1.14/horizon (admin/openstack). MAAS
> server is 10.16.2.10 (jzhao/compaq123).  I wonder if I’ve missed any Nova
> configuration steps. For configuration flags shown in
> https://juju.ubuntu.com/docs/config-openstack.html, when and how to pass
> these configuration to Juju/MAAS? I basically followed the installation
> instruction shown in
> https://help.ubuntu.com/community/UbuntuCloudInfrastructure.
>
>
>
> Thanks,
>
> -Jing
>