Statistics
| Branch: | Tag: | Revision:

root / README.upgrade @ b8498a99

History | View | Annotate | Download (1.4 kB)

1
README.Upgrade
2
===============
3

    
4
This file documents the upgrade to newer versions of the Synnefo software.
5
For more information, please see README.deploy.
6

    
7
v0.5.3 -> v0.5.4
8
REPOSITORY
9
    * Split Synnefo Ganeti tools to snf-ganeti-tools, with Debian packaging
10

    
11
REMOVED APPS
12
    * The ganeti/ app has been removed from the Django project completely.
13
      Any explicit references to it in Django settings must be removed.
14

    
15
REMOVED SETTINGS
16
    * 15-queues.conf: fix_amqp_settings (no need to call it anywhere)
17

    
18
DB MIGRATIONS
19
    * 0018_auto__add_field_virtualmachine_buildpercentage
20

    
21
PACKAGING:
22
    * Split Synnefo Ganeti tools to separate snf-ganeti-tools Debian package
23

    
24
NEW DEPENDENCIES:
25
    * python-prctl: Needed by the snf-progress-monitor,
26
      specified as a dependency of the snf-ganeti-tools Debian package.
27

    
28

    
29
v0.5.2 -> v0.5.3
30
NEW SETTINGS
31
    * 30-ui.conf:LOGOUT_URL
32
    * 00-admins.conf:DEFAULT_FROM_EMAIL
33
    * 90-okeanos.conf.sample:LOGOUT_URL
34

    
35
REMOVED SETTINGS
36
    * 00-admins.conf:SYSTEM_EMAIL_ADDR
37
    * 90-okeanos.conf.sample:APP_INSTALL_URL
38

    
39

    
40
v0.5.1 -> v0.5.2
41
NEW SETTINGS
42
    * 10-backend.py:GANETI_CREATEINSTANCE_KWARGS
43

    
44
REMOVED SETTINGS
45
    * 10-backend.conf:GANETI_OS_PROVIDER
46
    * 20-api.conf:GANETI_DISK_TEMPLATE
47

    
48
BACKEND CHANGES
49
    * Need to patch Ganeti, file:
50
      lib/python2.6/site-packages/ganeti/rapi/rlib2.py
51
      to honor the wait_for_sync flag, see Synnefo #835.
52
      Patch provided under contrib/patches/ganeti-rlib2.py-v0.5.2