[openstack-dev] [Murano] Working in devstack?

Mark Kirkwood mark.kirkwood at catalyst.net.nz
Tue Apr 15 23:53:19 UTC 2014


Thanks...yes, I'd not realized that running ./stack.sh again would 
unpatch my murano-api/setup.sh! Rerunning the db setup as you suggested 
gives me the tables. I didn't do it in as tidy a manner as yours however :-)

$ export OS_USERNAME=admin
$ export OS_PASSWORD=swordfish
$ export OS_TENANT_NAME=demo
$ export OS_AUTH_URL=http://host:5000/v2.0/
$ murano-manage --config-file /etc/murano/murano-api.conf db-sync

Cheers

Mark

On 16/04/14 11:23, Georgy Okrokvertskhov wrote:
> Hi Mark,
>
> Thank you for a detailed report. As I know Murano team is working on fixing
> devstack scripts.
>
> As for DB setup it should be done by a command: tox -evenv -- murano-manage
> --config-file etc/murano/murano-api.conf db-sync
>
> It works in my testing environment.
>
> Thanks
> Georgy
>
>
> On Tue, Apr 15, 2014 at 4:11 PM, Mark Kirkwood <
> mark.kirkwood at catalyst.net.nz> wrote:
>
>> Hi all,
>>
>> There is some interest here in making use of Murano for Samba ADDC a
>> service...so we've been (attempting) to get it up and running in devstack.
>> In the process I've managed to get myself confused about the correct
>> instructions for doing this:
>>
>> - the docs suggest http://murano-docs.github.io/latest/getting-started/
>> content/ch04s03.html
>> - the project provides murano-deployment/devstack-scripts/README.rst)
>>
>> ...which are markedly different approaches (it *looks* like the project
>> README.rst is out of date, as it the scripts it runs try to get
>> heat-horizon from repos that do not exist anymore). If this approach is not
>> longer workable, we should really remove (or correct these instructions).
>>
>> So following http://murano-docs.github.io/latest/getting-started/
>> content/ch04s03.html inside a Ubuntu 12.04 VM I stumbled into a few bugs:
>>
>> - several missing deps in various murano-*/requirements.txt (see attached)
>> - typo in /murano-api/setup.sh (db_sync vs db-sync)
>>
>> Fixing these seems to get most things going (some tabs crash with missing
>> tables, so I need to dig a bit more to find where they get created...).
>>
>> Any pointers/etc would be much appreciated!
>>
>> Cheers
>>
>> Mark
>>
>>
>> _______________________________________________
>> OpenStack-dev mailing list
>> OpenStack-dev at lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20140416/e06ffee0/attachment.html>


More information about the OpenStack-dev mailing list