Revision 84809111 docs/scale/i-kamaki.rst

b/docs/scale/i-kamaki.rst
13 13
:ref:`apache <i-apache>` ||
14 14
:ref:`webproject <i-webproject>` ||
15 15
:ref:`astakos <i-astakos>` ||
16
:ref:`qh <i-qh>` ||
16 17
:ref:`cms <i-cms>` ||
17 18
:ref:`pithos <i-pithos>` ||
18 19
:ref:`cyclades <i-cyclades>` ||
......
23 24
++++++++++++
24 25

  
25 26
The following apply to ``client`` node. Here we install a command line tool
26
that the end-user can use instead of web UI. Prerequisites are that the
27
client node can connect to synnefo nodes by using their FQDN and that
28
the user has already aquired an AUTH_TOKEN from his/her profile page after
29
signing in.
27
that the end-user can use instead of web UI. Prerequisites are that the client
28
node can connect to synnefo nodes by using their FQDN and that the user has
29
already aquired an AUTH_TOKEN and UUID from his/her profile page after signing
30
in.
30 31

  
31 32
Install the corresponding package:
32 33

  
......
44 45
    # kamaki config set store.enable on
45 46
    # kamaki config set store.pithos_extensions on
46 47
    # kamaki config set store.url "https://pithos.example.com/v1"
47
    # kamaki config set store.account "user@example.com"
48
    # kamaki config set store.account UUID
48 49

  
49 50
    # kamaki config set global.token AUTH_TOKEN
50 51

  
......
80 81
                    --property OS=debian \
81 82
                    --public
82 83

  
84
Test your Setup:
85
++++++++++++++++
83 86

  
87
.. code-block:: console
84 88

  
89
   # kamaki store list
90
   # kamaki image list
85 91

  
86

  
87
Test your Setup:
88
++++++++++++++++
92
And visit https://cyclades.example.com/ui/ and try to create a VM with the registered image
93
or visit https://pithos.example.com/ui/ and see your uploaded image.

Also available in: Unified diff