Skip to content

Commit

Permalink
Merge pull request #9 from extreme-datacloud/preview
Browse files Browse the repository at this point in the history
add FTS
  • Loading branch information
caifti committed Jan 22, 2019
2 parents 2ff619f + 73ca3da commit b2d211c
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 9 deletions.
19 changes: 15 additions & 4 deletions source/releases/pulsar/fts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ FTS

.. contents:: Table of Contents

**Description of FTS**
**FTS3** FTS3 is a bulk data mover, created to distribute globally the multiple petabytes
of data from the LHC (Large Hadron Collider) at CERN.

Its purpose is to efficiently schedule data transfers, maximising the use of available
network and storage resources while ensuring that any policy limits are respected.

Release Notes
-------------
Expand All @@ -17,10 +21,17 @@ Release Notes
Documentation
-------------

Detailed documentation is available at:

* `FTS3 Documentation <http://fts-docs-devel.web.cern.ch/fts-docs-devel/>`_
* in particular the `Features section <http://fts-docs-devel.web.cern.ch/fts-docs-devel/docs/features.html`_ with information on OIDC and QoS support
* `FTS3 at CERN <https://fts.web.cern.ch/>`_

Support
-------

- GitHub issues:

- XDC project’s internal support ticketing system: http://jira.extreme-datacloud.eu/
* through `GGUS <https://ggus.eu/>`_ by using the `FTS Development <https://wiki.egi.eu/wiki/GGUS:FTS_Development_FAQ>`_ Support Unit
* FTS User Support mailing-list: fts-support(cern.ch)
* `FTS JIRA issue tracker <https://its.cern.ch/jira/projects/FTS/issue`_
* XDC project’s internal support ticketing system: http://jira.extreme-datacloud.eu/

77 changes: 72 additions & 5 deletions source/releases/pulsar/fts/v3.9.0.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,87 @@
v3.9.9
v3.9.0
------------

What’s new
~~~~~~~~~~

- add
This release adds support for OpenIDConnect and offers initial, limited support
for QoS.

* **OpenIDConnect**

* FTS can be configured to authorise users on the basis of OAuth2 tokens
issued by an Authorisation Server such as IAM. The token can be used to subsequently drive file transfers.

* **QoS**

* FTS can now be given a target QoS as part of a transfer submission. With
the present release, this will result in a query, via CDMI, of the QoS capabilities of the destination. This lays the foundation for the full support of managed QoS transitions in a subsequent XDC release.


List of RfCs
~~~~~~~~~~~~
* N/A
* `XSD-64 <https://jira.extreme-datacloud.eu/browse/XSD-64>`_ - Low level QoS client
* `XSD-65 <https://jira.extreme-datacloud.eu/browse/XSD-64>`_ - QoS job submission
* `XSD-67 <https://jira.extreme-datacloud.eu/browse/XSD-64>`_ - Basic OIC/OAuth support
* `XSD-68 <https://jira.extreme-datacloud.eu/browse/XSD-64>`_ - Support for refresh tokens

Known Issues
~~~~~~~~~~~~

* None
* N/A

List of Artifacts
~~~~~~~~~~~~~~~~~
* CentOS-7 RPMS

* CentOS-7 RPMS

* in group `applications/internet <http://repo.indigo-datacloud.eu/repository/xdc/production/1/centos7/x86_64/base/repoview/applications.internet.group.html>`_

* fts-client - File Transfer Service version 3 client
* fts-mysql - File Transfer Service V3 mysql plug-in
* fts-rest - FTS3 Rest Interface
* fts-rest-cli - FTS3 Rest Interface CLI
* fts-rest-cloud-storage - FTS3 Rest Cloud Storage extensions
* fts-rest-oauth2 - FTS3 Rest OAuth2 provider
* fts-rest-selinux - SELinux support for fts-rest
* fts-server-selinux - SELinux support for fts-server
* gfal2-all - Meta package for GFAL 2.0 install
* gfal2-devel - Development files of gfal2
* gfal2-plugin-dcap - Provides the support access for gfal2
* gfal2-plugin-file - Provides file support for gfal2
* gfal2-plugin-gridftp - Provides the gridftp support for gfal2
* gfal2-plugin-http - Provides the HTTP/DAV support for gfal2
* gfal2-plugin-lfc - Provides the lfc support for gfal2
* gfal2-plugin-mock - Provides a Mock dummy protocol for gfal2
* gfal2-plugin-rfio - Provides the rfio support for gfal2
* gfal2-plugin-sftp - Provide sftp support for GFAL2
* gfal2-plugin-srm - Provides the srm access for gfal2
* gfal2-plugin-xrootd - Provide xrootd support for GFAL2
* gfal2-python - Python bindings for gfal 2
* gfal2-python-doc - Documentation for gfal2-python
* gfal2-python3 - gfal2 python birngins for Python 3
* gfal2-tests - gfal2 tests
* python-fts - FTS3 database model

* in `Development/Debug <http://repo.indigo-datacloud.eu/repository/xdc/production/1/centos7/x86_64/base/repoview/development.debug.group.html>`_

* fts-debuginfo - Debug information for package fts
* gfal2-debuginfo - Debug information for package gfal2
* gfal2-python-debuginfo - Debug information for package gfal2-python

* in `Documentation <http://repo.indigo-datacloud.eu/repository/xdc/production/1/centos7/x86_64/base/repoview/documentation.group.html>`_

* gfal2-doc - Documentation for gfal2

* in `System environment/Daemons <http://repo.indigo-datacloud.eu/repository/xdc/production/1/centos7/x86_64/base/repoview/system_environment.daemons.group.html>`_

* fts-infosys - File Transfer Service version 3 infosys integration
* fts-msg - File Transfer Service version 3 messaging integration
* fts-server - File Transfer Service version 3 server

* in `System environment/Libraries <http://repo.indigo-datacloud.eu/repository/xdc/production/1/centos7/x86_64/base/repoview/system_environment.libraries.group.html>`_

* fts-libs - File Transfer Service version 3 libraries



0 comments on commit b2d211c

Please sign in to comment.