<div dir="ltr">Hi, Alexey<div><br></div><div>In fact alembic has autogenerate option, so if you created the model you can use something like "neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini revision --autogenerate" and alembic will create missing script itself. If you have some problems or questions about it, you can ask me directly via IRC (akamyshnikova) or an email.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 13, 2015 at 12:41 AM, Kevin Benton <span dir="ltr"><<a href="mailto:blak111@gmail.com" target="_blank">blak111@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If you have a pretty simple schema that isn't tightly integrated into<br>
the broader neutron schema, you could could always just resort to<br>
detecting of the schema during your ml2 driver initialization and just<br>
create the schema with SQL statements right then.<br>
<br>
The advantage to that approach is that you don't have to worry about<br>
messing with the deployed alembic scripts.<br>
The disadvantage is that it's not managed by alembic, so you would<br>
have to manually handle upgrades yourself.<br>
<div><div class="h5"><br>
On Tue, May 12, 2015 at 10:42 AM, Alexey I. Froloff <<a href="mailto:raorn@raorn.name">raorn@raorn.name</a>> wrote:<br>
> Greetings!<br>
><br>
> I am developing ML2 type/mech plugin for some very special<br>
> environment.  Because this environment is very special (using<br>
> addressing based on physical hypervisor location), it will be<br>
> separate package, I don't plan to alter Neutron code.  And this<br>
> plugin needs to store some information in Neutron database.  Not<br>
> altering existing tables, but adding couple.<br>
><br>
> I'm not very good with alembic (better say not good at all),<br>
> maybe someone can enlight me, if this possible at all and how to<br>
> make it with minimal damage.  I am writing this plugin for Kilo<br>
> release, and this installation is supposed to be further updated<br>
> to next OpenStack releases.<br>
><br>
> --<br>
> Regards,    --<br>
> Sir Raorn.   --- <a href="https://plus.google.com/+AlexeyFroloff" target="_blank">https://plus.google.com/+AlexeyFroloff</a><br>
><br>
</div></div>> __________________________________________________________________________<br>
> OpenStack Development Mailing List (not for usage questions)<br>
> Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
Kevin Benton<br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Regards,<div>Ann Kamyshnikova</div><div>Mirantis, Inc</div></div></div>
</div>