Revision b6382dc5

b/README.deploy
10 10
      Edit all relevant settings in settings.py, GANETI_0MQD_* variables.
11 11
      Then start the server on the Ganeti master.
12 12

  
13
      # ./ganeti/ganeti-0mqd
13
      # ./ganeti/ganeti-0mqd.py
14 14

  
15 15
      FIXME: The server must be started from the project root directory.
16 16
      TBD: how to handle master migration.
......
18 18

  
19 19
    * db_controller
20 20

  
21
      FIXME. Complete this part.
21
      db_controller receives notifications from 0mq and updates the DB.
22
      
23
      For now, db_controller must be run by hand:
24
      $ ./db/db_controller.py
22 25

  
26
      FIXME. Complete this part.
23 27

  
24 28
    * vncauthproxy
25 29

  
......
30 34
      at https://code.grnet.gr/git/vncauthproxy (known good commit: 48b1400e).
31 35

  
32 36
      Edit default settings on top of vncauthproxy.py.
33
      Set VNCAUTHPROXY_CTRL_SOCKET in settings.py to point to its control socket.
37
      Set CTRL_SOCKET in util/vapclient.py to point to its control socket.
38

  
39
      FIXME: The CTRL_SOCKET setting will be moved to settings.py as
40
      VNCAUTHPROXY_CTRL_SOCKET.
34 41

  
35 42

  
36 43
- OS Specific instructions

Also available in: Unified diff