Skip to content

Commit

Permalink
improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
Doina Cristina Aiftimiei committed Jan 25, 2019
1 parent e76f3f2 commit 58b5669
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 38 deletions.
5 changes: 4 additions & 1 deletion source/releases/pulsar/dcache/XDC-1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vXDC-1
What’s new
~~~~~~~~~~

Upstream corresponding version: v. 5.1.0
Upstream corresponding version: v. 5.0.0

**Highlights**

Expand All @@ -24,6 +24,9 @@ Upstream corresponding version: v. 5.1.0

* We thank HTW Berlin students Marcel Munce, Ferdinand Wolff and MaKrHTW (???) as well as Onno Zweers from surfSARA for their contributions.

List of RfCs
~~~~~~~~~~~~

**Release 5.0.0**

* **Admin**
Expand Down
7 changes: 5 additions & 2 deletions source/releases/pulsar/dynafed/v1.3.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ What’s new
~~~~~~~~~~

Dynafed **1.3.3** allows configuration of multiple concurrent authentication systems via
separate namespace prefixes. It supports OpenID Connect, both as a Relying Party (redirecting
separate namespace prefixes. It supports now OpenID Connect, both as a Relying Party (redirecting
a browser to an IdP) and Protected Resource (consuming oauth access tokens for non-interactive
access). This is configured through Apache's mod_auth_openidc.
access), facilitating in this way the integration with the XDC Orchestrator and allowing
browser based access without X509 certificates.
This is configured through Apache's mod_auth_openidc.

More information on the `"Authentication and Authorisation" section of documentation <https://svnweb.cern.ch/trac/lcgdm/wiki/Dynafeds>`_

List of RfCs
Expand Down
74 changes: 68 additions & 6 deletions source/releases/pulsar/onedata/v18.02.0-rc13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,83 @@ v18.02.0-rc13
What’s new
~~~~~~~~~~

- add
The new versions provides many improvemenets and new features, from which the most important are:

* improvements in the metadata extraction, ingestion and manipulation
* WebDAV support
* improvied data monotoring API allowsing to monitor the changes in data and
depending on the type of the change invoking actions, ie. data replication
* improved speed of indexing of large datasets
* implementation of user defined data indexes, used for querring the data based on specyfic metadata

List of RfCs
~~~~~~~~~~~~
* N/A
* Oneclient:

* VFS-4902 Added maximum upload size and connection pool size params
* VFS-4902 Added WebDAV helper
* VFS-4843 Adjusted default prefetch evaluation frequency
* VFS-4843 Optimized random read prefetch calculation
* VFS-4804 Fixed macaroon error handling
* VFS-4804 Fixed handshake error handling
* VFS-4804 Fixed reconnect
* VFS-4804 Removed rest based full file prefetch
* VFS-4741 Added sync block prefetch option
* VFS-4809 Added prefetch skipping for prefetched offsets
* VFS-4800 Fixed prefetch offset cache
* VFS-4800 Added block aligned prefetch offset cache
* VFS-4772 Align block prefetch offsets to cluster window size
* VFS-4660 Added synchronize block priority handling
* VFS-4656 Added cephrados helper

* Oneprovider:

* VFS-4936 Add function to change space support size
* VFS-4830 add add_reduce function
* Updating GUI, including: VFS-4454-login-loader-close * VFS-4454 Fix hanging authorization loader spinner
* Upgrade rtransfer_link.
* Added support for webdav
* VFS-4936 Check if space exists when handling REST call
* VFS-4936 Add space support resizing
* VFS-4656 Added cephrados helper
* VFS-4463 Showing storage in GUI on storages view
* VFS-4560 Detect existing Let's Encrypt certificates
* VFS-4029 Better certificate hostname verification
* VFS-4504 Set min and max port for distributed erlang

* Onezone:

* VFS-4623 Add defaults to dns config envs
* Updating GUI, including: VFS-4702-auth-icons-config * VFS-4702 Support for customizable authorization providers icons, colors and names
VFS-4614 New Universal auth.config for OIDC/SAML Identity Providers
* VFS-4633 Tokens are not consumed upon failed operation
* VFS-4029 Better certificate hostname verification
* VFS-4029 Support http Let's Encrypt challenge in OZ and OP
* VFS-4560 Detect existing Let's Encrypt certificates
* VFS-4504 Set min and max port for distributed erlang


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

* None
* N/A

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

* `oneclient-18.02.0.rc13-1.el7.centos.x86_64.rpm <http://repo.indigo-datacloud.eu/repository/xdc/production/1/centos7/x86_64/base/repoview/oneclient.html>`_

* Ubuntu 16.04
*
* Docker container

* `oneclient_18.02.0.rc13-1_amd64.deb <http://repo.indigo-datacloud.eu/repository/xdc/production/1/ubuntu/dists/xenial/main/binary-amd64/oneclient_18.02.0.rc13-1_amd64.deb>`_


* Docker Container

* `indigodatacloud/onezone <https://hub.docker.com/r/indigodatacloud/onezone/tags/>`__:XDC-1 (signed)
* `indigodatacloud/onezone <https://hub.docker.com/r/indigodatacloud/oneezone/tags/>`__:18.02.0-rc13
* `indigodatacloud/oneprovider <https://hub.docker.com/r/indigodatacloud/oneprovider/tags/>`__:XDC-1 (signed)
* `indigodatacloud/oneprovider <https://hub.docker.com/r/indigodatacloud/oneprovider/tags/>`__:18.02.0-rc13
* `indigodatacloud/oneclient <https://hub.docker.com/r/indigodatacloud/oneclient/tags/>`__:XDC-1 (signed)
* `indigodatacloud/oneclient <https://hub.docker.com/r/indigodatacloud/oneclient/tags/>`__:18.02.0-rc13
63 changes: 34 additions & 29 deletions source/releases/pulsar/ttt/v3.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,46 @@ v.3.0.0
What’s new
~~~~~~~~~~

This version provides many new features, improvements and bug fixes

List of RfCs
~~~~~~~~~~~~

- Added new types for Onedata and Dynafed storage resources
- Updated example templates for deploying Chronos dockerized jobs that
use Onedata for managing input/output data
- Updated example template for deploying a Mesos cluster
- Added example template for deploying a Mesos cluster with GPU support
and a tensorflow container on top of it that uses GPU(s)
- Added GPU support for compute nodes and dockerized jobs (chronos) and
apps (marathon)
- Added preemtible_instance property to support “spot” instances
- Added Onedata support in DODAS template
- Added new types for describing a Kubernetes cluster; new Ansible
roles implemented.
- Added new type for describing a JupyterHub node; new Ansible role
implemented.
- Fixing for Galaxy on cloud:

- Update support to Galaxy release_18.05 in indigo-dc.galaxycloud
- Fix proftpd in indigo-dc.galaxycloud
- New ansible role for galaxy tools installation, named
indigo-dc.galaxycloud-tools
- Update tosca.nodes.indigo.GalaxyShedTool with new ansible role
- Fix CERN-VM FS reference data mount on cluster worker nodes on
galaxy artifacts
- Reworked ansible role (indigo-dc.galaxycloud-fastconfig) to
reconfigure an image with Galaxy already installed
- Reworked storage encryption script on indigo-dc.galaxycloud-os
- Fix tasks order in Galaxy elastic cluster tosca template: now
galaxy user is created before slurm configuration.
* New features:

* Added new types for Onedata and Dynafed storage resources
* Updated example templates for deploying Chronos dockerized jobs that
use Onedata for managing input/output data
* Updated example template for deploying a Mesos cluster
* Added example template for deploying a Mesos cluster with GPU support
and a tensorflow container on top of it that uses GPU(s)
* Added GPU support for compute nodes and dockerized jobs (chronos) and
apps (marathon)
* Added preemtible_instance property to support “spot” instances
* Added Onedata support in DODAS template
* Added new types for describing a Kubernetes cluster; new Ansible
roles implemented.
* Added new type for describing a JupyterHub node; new Ansible role
implemented.

* Bug fixes for Galaxy on cloud:

* Update support to Galaxy release_18.05 in indigo-dc.galaxycloud
* Fix proftpd in indigo-dc.galaxycloud
* New ansible role for galaxy tools installation, named
indigo-dc.galaxycloud-tools
* Update tosca.nodes.indigo.GalaxyShedTool with new ansible role
* Fix CERN-VM FS reference data mount on cluster worker nodes on
galaxy artifacts
* Reworked ansible role (indigo-dc.galaxycloud-fastconfig) to
reconfigure an image with Galaxy already installed
* Reworked storage encryption script on indigo-dc.galaxycloud-os
* Fix tasks order in Galaxy elastic cluster tosca template: now
galaxy user is created before slurm configuration.

Known Issues
~~~~~~~~~~~~
* None
* N/A

List of Artifacts
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 58b5669

Please sign in to comment.