rucio / containers

Containers for Rucio
Apache License 2.0
8 stars 54 forks source link

UI: allow extension of `Proxy` and `ProxyReverse` directives in apache config #305

Closed maany closed 2 months ago

maany commented 2 months ago

The UI ( when policy is Atlas), expects a /dumpsproxy config in apache to load information from the hadoop cluster.

$(document).ready(function(){
    jQuery.ajax({url: '/dumpsproxy/rse_usage/global.lst',
                 success: function(data) {

                     data = data.split('\n');
                     data.pop();

                     var bytes = [];
                     var previous = 0;
                     var tmp_v = 0;

In a manual deployment ( without containers), this values was set by puppet. In the containerized deployment, we need a mechanism to set this value when deploying on k8s for Atlas