Revision 3f31a848 docs/quick-install-admin-guide.rst

b/docs/quick-install-admin-guide.rst
724 724
---------------------
725 725

  
726 726
When the database is ready, we need to register the services. The following
727
command will ask you to register the standard Synnefo services (astakos,
728
cyclades, and pithos). Note that you have to register at least astakos in
729
order to have a usable authentication system. For each service, you will be
730
asked to provide the service URL (to appear in the Cloudbar) as well as its
731
API URL. Moreover, the command will automatically register the resource
732
definitions offered by the respective service.
727
command will ask you to register the standard Synnefo components (astakos,
728
cyclades, and pithos) along with the services they provide. Note that you
729
have to register at least astakos in order to have a usable authentication
730
system. For each component, you will be asked to provide its base
731
installation URL as well as the UI URL (to appear in the Cloudbar).
732
Moreover, the command will automatically register the resource definitions
733
offered by the services.
733 734

  
734 735
.. code-block:: console
735 736

  
736
    # snf-register-services
737
    # snf-register-components
738

  
739
.. note::
740

  
741
   This command is equivalent to running the following series of commands;
742
   it registers the three components in astakos and then in each host it
743
   exports the respective service definitions, copies the exported json file
744
   to the astakos host, where it finally imports it:
745

  
746
    .. code-block:: console
747

  
748
       astakos-host$ snf-manage component-add astakos astakos_ui_url
749
       astakos-host$ snf-manage component-add cyclades cyclades_ui_url
750
       astakos-host$ snf-manage component-add pithos pithos_ui_url
751
       astakos-host$ snf-manage service-export-astakos > astakos.json
752
       astakos-host$ snf-manage service-import --json astakos.json
753
       cyclades-host$ snf-manage service-export-cyclades > cyclades.json
754
       # copy the file to astakos-host
755
       astakos-host$ snf-manage service-import --json cyclades.json
756
       pithos-host$ snf-manage service-export-pithos > pithos.json
757
       # copy the file to astakos-host
758
       astakos-host$ snf-manage service-import --json pithos.json
737 759

  
738 760
Setting Default Base Quota for Resources
739 761
----------------------------------------

Also available in: Unified diff