That sounds great to me. I can help out in converting this code into that code.
It seems like a trivial kind of thing to do, what format would that command take, a yaml file? Something similar to https://github.com/yahoo/Openstack-Anvil/blob/master/conf/templates/keystone/init_what.yaml maybe, idk. From: Dolph Mathews <[email protected]<mailto:[email protected]>> Date: Wednesday, October 10, 2012 11:13 AM To: Joshua Harlow <[email protected]<mailto:[email protected]>> Cc: Alan Pevec <[email protected]<mailto:[email protected]>>, Skible OpenStack <[email protected]<mailto:[email protected]>>, "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: [Openstack] A simple guide to install OpenStack Folsom I'd like to simplify the scope of sample_data.sh to the absolute bare minimum (service tenant, admin role, admin user, identity service/endpoints, etc), and integrate it into keystone-manage as a 'bootstrap' command: $ keystone-manage bootstrap -Dolph On Wed, Oct 10, 2012 at 12:34 PM, Joshua Harlow <[email protected]<mailto:[email protected]>> wrote: You guys should also consider the 'anvil' way of doing this (pure python baby, haha). Which is improved from lorin's and has been working for yahoo! for a while now. https://github.com/yahoo/Openstack-Anvil/blob/master/anvil/components/helpe rs/keystone.py#L25 Please feel free to take the code!! Its only 'real' dependency is the keystone client + yaml parsing... On 10/10/12 2:23 AM, "Alan Pevec" <[email protected]<mailto:[email protected]>> wrote: >On Wed, Oct 10, 2012 at 11:10 AM, Skible OpenStack ><[email protected]<mailto:[email protected]>> wrote: >> I am counting on our your feedback to enhance my work and contribute it >>to >> the OpenStack Eco System. > >I wonder about >https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/tree/master/ >Scripts >which say: ># Mainly inspired by >https://github.com/openstack/keystone/blob/master/tools/sample_data.sh > >Why not submit that as an improvement to Keystone? >I'd like to propose consolidation of all keystone initialization >scripts around (Keyston's sample_data.sh, Devstack's keystone_data.sh, >scripts like yours) and move to Lorin's YAML config (see >https://lists.launchpad.net/openstack/msg17204.html) >I'm just not sure yet if additional dependency on YAML is worth it. > >Cheers, >Alan > >_______________________________________________ >Mailing list: https://launchpad.net/~openstack >Post to : >[email protected]<mailto:[email protected]> >Unsubscribe : https://launchpad.net/~openstack >More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected]<mailto:[email protected]> Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

