Revision 34e79416

b/astakosclient/docs/conf.py
47 47
               'https://docs.djangoproject.com/en/dev/_objects/')
48 48
}
49 49

  
50
SYNNEFO_DOCS_BASE_URL = 'http://docs.dev.grnet.gr/'
50
SYNNEFO_DOCS_BASE_URL = 'http://www.synnefo.org/docs'
51 51
SYNNEFO_PROJECTS = {
52 52
    'synnefo': 'dev',
53 53
    'pithos': 'dev',
b/contrib/snf-pithos-tools/setup.py
187 187
    package_data=find_package_data('.'),
188 188
    zip_safe=False,
189 189

  
190
    dependency_links=['http://docs.dev.grnet.gr/pypi/'],
190
    dependency_links=['http://www.synnefo.org/packages/pypi'],
191 191

  
192 192
    install_requires=INSTALL_REQUIRES,
193 193
    extras_require=EXTRAS_REQUIRES,
b/docs/conf.py
46 46
                   'https://docs.djangoproject.com/en/dev/_objects/')
47 47
}
48 48

  
49
SYNNEFO_DOCS_BASE_URL = 'http://docs.dev.grnet.gr/'
49
SYNNEFO_DOCS_BASE_URL = 'http://www.synnefo.org/docs'
50 50
SYNNEFO_PROJECTS = {
51 51
    'synnefo': 'dev',
52 52
    'pithos': 'dev',
b/docs/cyclades-api-guide.rst
8 8
This is the guide to the REST API of the synnefo Compute Service.
9 9
It is meant for users wishing to make calls to the REST API directly.
10 10

  
11
The :ref:`kamaki <http://docs.dev.grnet.gr/kamaki>` command-line client
12
and associated python library can be used instead of making direct calls to
13
:ref:`cyclades <cyclades>`.
11
The `kamaki <http://www.synnefo.org/docs/kamaki/latest/index.html>`_
12
command-line client and associated python library can be used instead of making
13
direct calls to :ref:`cyclades <cyclades>`.
14 14

  
15 15
Overview
16 16
========
b/docs/index.rst
31 31
.. toctree::
32 32
   :maxdepth: 1
33 33

  
34
   kamaki: Command-line client <http://docs.dev.grnet.gr/kamaki/latest/index.html>
34
   kamaki: Command-line client <http://www.synnefo.org/docs/kamaki/latest/index.html>
35 35
   snf-deploy: Synnefo deployment tool <snf-deploy>
36
   snf-image-creator: Image bundling/uploading/registering tool <http://docs.dev.grnet.gr/snf-image-creator/latest/index.html>
36
   snf-image-creator: Image bundling/uploading/registering tool <http://www.synnefo.org/docs/snf-image-creator/latest/index.html>
37 37
   snf-image: Secure image deployment tool <snf-image>
38 38
   snf-burnin: Integration testing tool for a running Synnefo deployment <snf-burnin>
39 39

  
......
115 115

  
116 116
They are also available from our apt repository: ``apt.okeanos.grnet.gr``
117 117

  
118
 * `snf-common <http://docs.dev.grnet.gr/snf-common/latest/index.html>`_
119
 * `snf-webproject <http://docs.dev.grnet.gr/snf-webproject/latest/index.html>`_
120
 * `snf-astakos-app <http://docs.dev.grnet.gr/astakos/latest/index.html>`_
121
 * `snf-pithos-backend <http://docs.dev.grnet.gr/pithos/latest/backends.html>`_
122
 * `snf-pithos-app <http://docs.dev.grnet.gr/pithos/latest/index.html>`_
123
 * `snf-pithos-webclient <http://docs.dev.grnet.gr/pithos-webclient/latest/index.html>`_
124
 * `snf-cyclades-app <http://docs.dev.grnet.gr/snf-cyclades-app/latest/index.html>`_
125
 * `snf-cyclades-gtools <http://docs.dev.grnet.gr/snf-cyclades-gtools/latest/index.html>`_
126
 * `snf-astakos-client <http://docs.dev.grnet.gr/snf-astakos-client/latest/index.html>`_
118
 * `snf-common <http://www.synnefo.org/docs/snf-common/latest/index.html>`_
119
 * `snf-webproject <http://www.synnefo.org/docs/snf-webproject/latest/index.html>`_
120
 * `snf-astakos-app <http://www.synnefo.org/docs/astakos/latest/index.html>`_
121
 * `snf-pithos-backend <http://www.synnefo.org/docs/pithos/latest/backends.html>`_
122
 * `snf-pithos-app <http://www.synnefo.org/docs/pithos/latest/index.html>`_
123
 * `snf-pithos-webclient <http://www.synnefo.org/docs/pithos-webclient/latest/index.html>`_
124
 * `snf-cyclades-app <http://www.synnefo.org/docs/snf-cyclades-app/latest/index.html>`_
125
 * `snf-cyclades-gtools <http://www.synnefo.org/docs/snf-cyclades-gtools/latest/index.html>`_
126
 * `snf-astakos-client <http://www.synnefo.org/docs/snf-astakos-client/latest/index.html>`_
127 127
 * `snf-vncauthproxy <https://code.grnet.gr/projects/vncauthproxy>`_
128 128
 * `snf-image <https://code.grnet.gr/projects/snf-image/wiki/>`_ 
129
 * `snf-image-creator <http://docs.dev.grnet.gr/snf-image-creator/latest/index.html>`_
130
 * `snf-occi <http://docs.dev.grnet.gr/snf-occi/latest/index.html>`_
131
 * `snf-cloudcms <http://docs.dev.grnet.gr/snf-cloudcms/latest/index.html>`_
129
 * `snf-image-creator <http://www.synnefo.org/docs/snf-image-creator/latest/index.html>`_
130
 * `snf-occi <http://www.synnefo.org/docs/snf-occi/latest/index.html>`_
131
 * `snf-cloudcms <http://www.synnefo.org/docs/snf-cloudcms/latest/index.html>`_
132 132
 * `nfdhcpd <https://code.grnet.gr/projects/nfdhcpd>`_
133 133

  
134 134

  
b/docs/pithos.rst
364 364
https://code.grnet.gr/git/pithos/
365 365

  
366 366
More information and documentation is available at:
367
http://docs.dev.grnet.gr/pithos/latest/index.html
367
http://www.synnefo.org/docs/pithos/latest/index.html
b/docs/quick-install-admin-guide.rst
1240 1240

  
1241 1241
b) Upload the Image to your Pithos+ installation, either using the Pithos+ Web
1242 1242
   UI or the command line client `kamaki
1243
   <http://docs.dev.grnet.gr/kamaki/latest>`_.
1243
   <http://www.synnefo.org/docs/kamaki/latest/index.html>`_.
1244 1244

  
1245 1245
Once the Image is uploaded successfully, download the Image's metadata file
1246 1246
from the official snf-image page. You will need it, for spawning a VM from
......
2060 2060
 * Register that Image file to Plankton
2061 2061
 * Spawn a new VM from that Image from the Cyclades Web UI
2062 2062

  
2063
We will use the `kamaki <http://docs.dev.grnet.gr/kamaki/latest>`_
2063
We will use the `kamaki <http://www.synnefo.org/docs/kamaki/latest/index.html>`_
2064 2064
command line client to do the uploading and registering of the Image.
2065 2065

  
2066 2066
Installation of `kamaki`
b/docs/upgrade/upgrade-0.13.rst
285 285

  
286 286
        RewriteRule ^/login(.*) /im/login/redirect$1 [PT,NE]
287 287

  
288
    (see `<http://docs.dev.grnet.gr/synnefo/latest/quick-install-admin-guide.html#apache2-setup>`_)
288
    (see `<http://www.synnefo.org/docs/synnefo/latest/quick-install-admin-guide.html#apache2-setup>`_)
289 289

  
290 290
- Enable users to change their contact email. Edit
291 291
``/etc/synnefo/20-snf-astakos-app-settings.conf`` ::
b/snf-common/docs/conf.py
46 46
                   'https://docs.djangoproject.com/en/dev/_objects/')
47 47
}
48 48

  
49
SYNNEFO_DOCS_BASE_URL = 'http://docs.dev.grnet.gr/'
49
SYNNEFO_DOCS_BASE_URL = 'http://www.synnefo.org/docs'
50 50
SYNNEFO_PROJECTS = {
51 51
    'synnefo': 'dev',
52 52
    'pithos': 'dev',
b/snf-cyclades-app/docs/conf.py
46 46
                   'https://docs.djangoproject.com/en/dev/_objects/')
47 47
}
48 48

  
49
SYNNEFO_DOCS_BASE_URL = 'http://docs.dev.grnet.gr/'
49
SYNNEFO_DOCS_BASE_URL = 'http://www.synnefo.org/docs'
50 50
SYNNEFO_PROJECTS = {
51 51
    'synnefo': 'dev',
52 52
    'pithos': 'dev',
b/snf-cyclades-app/docs/index.rst
44 44

  
45 45
.. code-block:: console
46 46

  
47
   $ pip install snf-cyclades-app -f https://docs.dev.grnet.gr/pypi
47
   $ pip install snf-cyclades-app -f https://www.synnefo.org/packages/pypi
48 48

  
49 49
On Debian Squeeze, install the ``snf-cyclades-app`` Debian package.
50 50

  
b/snf-cyclades-gtools/docs/conf.py
46 46
                   'https://docs.djangoproject.com/en/dev/_objects/')
47 47
}
48 48

  
49
SYNNEFO_DOCS_BASE_URL = 'http://docs.dev.grnet.gr/'
49
SYNNEFO_DOCS_BASE_URL = 'http://www.synnefo.org/docs'
50 50
SYNNEFO_PROJECTS = {
51 51
    'synnefo': 'dev',
52 52
    'pithos': 'dev',
b/snf-cyclades-gtools/docs/index.rst
57 57

  
58 58
.. code-block:: console
59 59

  
60
   pip install snf-cyclades-gtools -f https://docs.dev.grnet.gr/pypi
60
   pip install snf-cyclades-gtools -f https://www.synnefo.org/packages/pypi
61 61

  
62 62
On Debian Squeeze, install the ``snf-cyclades-gtools`` Debian package.
63 63

  
b/snf-webproject/docs/conf.py
46 46
                   'https://docs.djangoproject.com/en/dev/_objects/')
47 47
}
48 48

  
49
SYNNEFO_DOCS_BASE_URL = 'http://docs.dev.grnet.gr/'
49
SYNNEFO_DOCS_BASE_URL = 'http://www.synnefo.org/docs'
50 50
SYNNEFO_PROJECTS = {
51 51
    'synnefo': 'dev',
52 52
    'pithos': 'dev',
b/snf-webproject/docs/index.rst
25 25

  
26 26
.. code-block:: console
27 27

  
28
   pip install snf-webproject -f https://docs.dev.grnet.gr/pypi
28
   pip install snf-webproject -f https://www.synnefo.org/packages/pypi
29 29

  
30 30
On Debian Squeeze, install the ``snf-webproject`` Debian package.
31 31

  

Also available in: Unified diff