Statistics
| Branch: | Tag: | Revision:

root / README.upgrade @ 07c022b9

History | View | Annotate | Download (1.9 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
DJANGO SETTINGS
16
    * snf-ganeti-tools is configured independently from Django,
17
      need to add proper /etc/synnefo/settings.conf
18
    * Removed 15-queues.conf: fix_amqp_settings (no need to call it anywhere)
19
    * Removed settings.d/98-ganeti-* due to split of snf-ganeti-tools
20
    * ~okeanos intro: OKEANOS_VIDEO_URL: Changed from string to dict
21
    * ~okeanos intro: OKEANOS_VIDEO_POSTER_IMAGE_URL: New setting
22
    * ~okeanos intro: OKEANOS_VIDEO_FLOWPLAYER_URL: New setting
23

    
24
DB MIGRATIONS
25
    * 0018_auto__add_field_virtualmachine_buildpercentage
26

    
27
PACKAGING
28
    * Split Synnefo Ganeti tools to separate snf-ganeti-tools Debian package
29

    
30
NEW DEPENDENCIES
31
    * python-prctl: Needed by the snf-progress-monitor,
32
      specified as a dependency of the snf-ganeti-tools Debian package.
33

    
34
EXTERNAL COMPONENTS
35
    * Ganeti Instance Image must be upgraded to support progress monitoring,
36
      please see README.deploy.
37

    
38

    
39
v0.5.2 -> v0.5.3
40
NEW SETTINGS
41
    * 30-ui.conf:LOGOUT_URL
42
    * 00-admins.conf:DEFAULT_FROM_EMAIL
43
    * 90-okeanos.conf.sample:LOGOUT_URL
44

    
45
REMOVED SETTINGS
46
    * 00-admins.conf:SYSTEM_EMAIL_ADDR
47
    * 90-okeanos.conf.sample:APP_INSTALL_URL
48

    
49

    
50
v0.5.1 -> v0.5.2
51
NEW SETTINGS
52
    * 10-backend.py:GANETI_CREATEINSTANCE_KWARGS
53

    
54
REMOVED SETTINGS
55
    * 10-backend.conf:GANETI_OS_PROVIDER
56
    * 20-api.conf:GANETI_DISK_TEMPLATE
57

    
58
BACKEND CHANGES
59
    * Need to patch Ganeti, file:
60
      lib/python2.6/site-packages/ganeti/rapi/rlib2.py
61
      to honor the wait_for_sync flag, see Synnefo #835.
62
      Patch provided under contrib/patches/ganeti-rlib2.py-v0.5.2