Statistics
| Branch: | Tag: | Revision:

root / README.upgrade @ fde20b8f

History | View | Annotate | Download (1015 Bytes)

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

    
4
This file documents the upgrade to newer versions of the Synnefo software.
5

    
6
v0.5.3 -> v0.5.4
7
REMOVED SETTINGS
8
    * 15-queues.conf: fix_amqp_settings (no need to call it anywhere)
9

    
10
DB MIGRATIONS
11
    * 0018_auto__add_field_virtualmachine_buildpercentage
12

    
13
NEW DEPENDENCIES:
14
    * python-prctl: Used by the snf-progress-monitor [FIXME]
15

    
16

    
17
v0.5.2 -> v0.5.3
18
NEW SETTINGS
19
    * 30-ui.conf:LOGOUT_URL
20
    * 00-admins.conf:DEFAULT_FROM_EMAIL
21
    * 90-okeanos.conf.sample:LOGOUT_URL
22

    
23
REMOVED SETTINGS
24
    * 00-admins.conf:SYSTEM_EMAIL_ADDR
25
    * 90-okeanos.conf.sample:APP_INSTALL_URL
26

    
27

    
28
v0.5.1 -> v0.5.2
29
NEW SETTINGS
30
    * 10-backend.py:GANETI_CREATEINSTANCE_KWARGS
31

    
32
REMOVED SETTINGS
33
    * 10-backend.conf:GANETI_OS_PROVIDER
34
    * 20-api.conf:GANETI_DISK_TEMPLATE
35

    
36
BACKEND CHANGES
37
    * Need to patch Ganeti, file:
38
      lib/python2.6/site-packages/ganeti/rapi/rlib2.py
39
      to honor the wait_for_sync flag, see Synnefo #835.
40
      Patch provided under contrib/patches/ganeti-rlib2.py-v0.5.2