Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / db / migrations / 0037_network_migration.py @ bb8fb9af

History | View | Annotate | Download (11.8 kB)

# Date Author Comment
ab419f67 10/30/2012 12:49 pm Christos Stavrakakis

Remove depricated settings and update migrations

ecabca41 10/17/2012 12:53 pm Christos Stavrakakis

Do not create bridge for public network

6f011a2d 10/10/2012 01:02 pm Christos Stavrakakis

Change and fix migration files

Change network migration, so that it does not allocate a new bridge to
existing network. Instead it keeps the bridges from the old NetworkLink
pool.

Remove network_mac_prefix migration because there are no networks with
mac prefixes....

601ce073 07/27/2012 09:26 pm Christos Stavrakakis

Fix bug in migration file

Do not allocate a bridge from the pool for deleted networks.

d0411c0a 07/27/2012 02:57 pm Christos Stavrakakis

Fix migration files

Fix south migration files. In data migrations, access the Models from
the orm, instead importing Models from synnefo.db. This is necessary as
the orm provides access to the version of the models that existed when
the migration file was created.

18151abe 07/24/2012 02:27 pm Christos Stavrakakis

Fix bugs in migration files

b79f759f 07/23/2012 11:39 am Christos Stavrakakis

Print warning about subnet value during migration

e6a42a96 07/23/2012 11:36 am Christos Stavrakakis

Major modifications to Network model

Since Ganeti version 2.6, Ganeti is aware of private networks. We take
advantage of this by propagating network handling to Ganeti. Network
model is expanded to include information about the type of network
(public routed, physical vlan, private filtered), subnet, gateway, dhcp,...