Martin Bukatovic

Results 23 comments of Martin Bukatovic

Based on discussion with @r0h4n today, I would propose the following. Since Tendrl needs to wait for all node agents to send all data required to describe the cluster, the...

I searched in the design documents and the ui design doesn't anticipate with any delay in detection of the cluster for import: https://redhat.invisionapp.com/share/8QCOEVEY9#/screens/244820318 @julienlim How would you suggest to address...

@fbalak @dahorak I don't think that returning 202 Accepted makes sense, as the cluster detection is not triggered by `clusters` api call.

@fbalak I disagree with your description in https://github.com/Tendrl/api/issues/306#issuecomment-336105767 - showing spinner during cluster detection looks much more reasonable compared current 500 status code which is ignored by the ui. Unfortunately...

Thinking about my previous suggestion to use notification: sending notification that tendrl is detecting a cluster makes sense from backend perspective, but could we use this notification to control when...

@anivargi does this mean that we are going to drop tendrl-api-doc package until we have something interesting to put there? I'm asking because in the [last snapshot build](https://copr-be.cloud.fedoraproject.org/results/tendrl/tendrl/epel-7-x86_64/00628303-tendrl-api/) I still...

You are right about the latest version of ruby available on RHEL/CentOS 7, it's `ruby-2.0.0.648-33.el7_4`. But I don't understand what small change you have in mind in the description of...

The primary factor here is that we are building on top of RHEL 7 operating system (one can deploy on CentOS 7 as well, but this is the same system...

@r0h4n @brainfunked @dahorak so far this seems to me to be a minor configuration change (affecting the default config sample and tendrl-ansible), what do you think?

I have tried to reconfigure the redirection using fqdn: ``` $ git diff roles/tendrl-server/tasks/httpd-ssl.yml diff --git a/roles/tendrl-server/tasks/httpd-ssl.yml b/roles/tendrl-server/tasks/httpd-ssl.yml index 829f48a..a33730f 100644 --- a/roles/tendrl-server/tasks/httpd-ssl.yml +++ b/roles/tendrl-server/tasks/httpd-ssl.yml @@ -85,7 +85,7 @@ lineinfile:...