Project

General

Profile

Andrea Dell'Amico's activity

From Sep 17, 2015 to Oct 16, 2015

Oct 16, 2015

03:34 PM D4Science Infrastructure Task #569: Create Redirections from old ticketing instance to new Redmine installation
Done. The only way to get the root of the site is using the address https://redmine.d4science.org (it will give warni... Andrea Dell'Amico
01:22 PM D4Science Infrastructure Task #1016: Redirerect from old gcube wiki to the new one
Can you try it now? The rewrite deletes the /index.php part of the URL but your link now works.
Andrea Dell'Amico

Oct 15, 2015

02:54 PM D4Science Infrastructure Task #1016: Redirerect from old gcube wiki to the new one
@tommaso.piccioli@isti.cnr.it tells me that the new wiki misses the `index.php` part. Is it the same for all the othe... Andrea Dell'Amico
12:54 PM D4Science Infrastructure Task #1016: Redirerect from old gcube wiki to the new one
Massimiliano Assante wrote:
> At least the Portal Bundle installation page is gone, or the redirect does not point t...
Andrea Dell'Amico
11:06 AM D4Science Infrastructure Task #1016: Redirerect from old gcube wiki to the new one
Pasquale Pagano wrote:
> Luca Frosini wrote:
> > Seems working now.
>
> Not for me. Trying https://gcube.wiki.gc...
Andrea Dell'Amico
02:42 PM D4Science Infrastructure Support #740: Create a Thredds instance for the development environment
Tommaso is working on it.
Andrea Dell'Amico
11:08 AM D4Science Infrastructure Task #569: Create Redirections from old ticketing instance to new Redmine installation
Pasquale Pagano wrote:
> support.d4science.org is the link for people wishing to ask for support on d4science. Why t...
Andrea Dell'Amico

Oct 14, 2015

10:29 PM D4Science Infrastructure Task #578: Redmine Installation is slowing down
http://munin.isti.cnr.it/d4science.org/redmine.d4science.org.html
http://monitoring.research-infrastructures.eu/gang...
Andrea Dell'Amico
06:19 PM D4Science Infrastructure Task #578: Redmine Installation is slowing down
Done. No performance changes should be noticed under normal use. Andrea Dell'Amico
06:09 PM D4Science Infrastructure Task #578: Redmine Installation is slowing down
Andrea Dell'Amico wrote:
> I've just seen that apache is running in prefork mode. I'm going to try and install the t...
Andrea Dell'Amico
05:55 PM D4Science Infrastructure Task #578: Redmine Installation is slowing down
I've just seen that apache is running in prefork mode. I'm going to try and install the threaded one on the dev machi... Andrea Dell'Amico
10:04 PM D4Science Infrastructure Task #1016: Redirerect from old gcube wiki to the new one
Now I added gcube.wiki.gcube-system.org as alias of wiki.gcube-system.org in the web server configuration.
Andrea Dell'Amico
04:55 PM D4Science Infrastructure Task #1016 (In Progress): Redirerect from old gcube wiki to the new one
I just changed the DNS so that gcube.wiki.gcube-system.org points to wiki.gcube-system.org in the meantime.
Andrea Dell'Amico
04:42 PM D4Science Infrastructure Task #1016: Redirerect from old gcube wiki to the new one
It seems that there's more than this:
gcore.wiki IN CNAME einfrastructure-wikis.di.uoa.gr.
gcube.wiki IN ...
Andrea Dell'Amico
05:49 PM D4Science Infrastructure Task #470 (Closed): Install the new hypervisor server
The machine has been reinstalled by @tommaso.piccioli@isti.cnr.it with debian 7 plus backports so that we can manage ... Andrea Dell'Amico
05:41 PM D4Science Infrastructure Task #569 (Feedback): Create Redirections from old ticketing instance to new Redmine installation
Andrea Dell'Amico
05:41 PM D4Science Infrastructure Task #569: Create Redirections from old ticketing instance to new Redmine installation
Done. Test it, I used some rewrite rules to handle the `/` case differently to the general one to not fail when a com... Andrea Dell'Amico
04:24 PM D4Science Infrastructure Task #569: Create Redirections from old ticketing instance to new Redmine installation
Luca Frosini wrote:
> In my opinion we avoid to add old redirections.
>
> Regarding https://support.gcube-system....
Andrea Dell'Amico
04:02 PM D4Science Infrastructure Task #569 (In Progress): Create Redirections from old ticketing instance to new Redmine installation
~~~
support.d4science.research-infrastructures.eu -> https://support.d4science.org
~~~
This one is already prese...
Andrea Dell'Amico

Oct 12, 2015

07:01 PM D4Science Infrastructure Task #855 (Closed): New machine for Parthenos Mapping Tool
Andrea Dell'Amico
07:00 PM D4Science Infrastructure Support #353 (Resolved): Uri resolver: URL_REWRITE for data.d4science.org
Andrea Dell'Amico
06:59 PM D4Science Infrastructure Task #293 (Resolved): Make any Liferay user to access Redmine (through LDAP Credentials)
Andrea Dell'Amico
06:20 PM D4Science Infrastructure Support #714 (Feedback): RedMine authentication with email address (as well as username)
Andrea Dell'Amico
06:20 PM D4Science Infrastructure Support #714: RedMine authentication with email address (as well as username)
I just changed the configuration of the production Redmine server. Now the authentication using the email address is ... Andrea Dell'Amico
12:10 PM D4Science Infrastructure Support #714: RedMine authentication with email address (as well as username)
So, the steps to change the configuration are:
* Disable the ldap synch cron job
* Change the login form page
* ...
Andrea Dell'Amico
12:12 PM D4Science Infrastructure Task #932 (Closed): Setup a logrotate entry to manage the main redmine log file
It's working.
I've also installed it on the production server.
Andrea Dell'Amico
11:48 AM D4Science Infrastructure Task #939 (Feedback): Redmine switch the login with user email address instead of username
I'm attaching the diff file. We'll need to reapply it after every upgrade of the redmine code. You can check the resu... Andrea Dell'Amico

Oct 09, 2015

07:44 PM D4Science Infrastructure Task #939 (In Progress): Redmine switch the login with user email address instead of username
The change impacts a lot of application files:
`app/views/account/login.html.erb` is the login page template.
T...
Andrea Dell'Amico
06:31 PM D4Science Infrastructure Task #807 (Closed): Add new machine for DLI production
The new changes:
* New `dli` user that runs the DLI portal service
* Startup script for the DLI service that also...
Andrea Dell'Amico
06:19 PM D4Science Infrastructure Support #714: RedMine authentication with email address (as well as username)
A SQL query like the following should suffice:
~~~
update users set login = mail where auth_source_id = 3;
~~~
...
Andrea Dell'Amico
06:05 PM D4Science Infrastructure Support #714: RedMine authentication with email address (as well as username)

I'm told that my description of the problem and proposed solution is not clear.
To make things work, the only ch...
Andrea Dell'Amico
05:28 PM D4Science Infrastructure Support #714: RedMine authentication with email address (as well as username)
We've made some tests on redmine-d.d4science.org.
Changing the ldap login ID from `uid` to `mail` can work, but th...
Andrea Dell'Amico

Oct 08, 2015

08:57 PM D4Science Infrastructure Task #937 (Closed): Add the d4science and openaire redmine instances to ganglia
Now we have issue.openaire.research-infrastructures.eu too.
Andrea Dell'Amico
08:23 PM D4Science Infrastructure Task #937 (In Progress): Add the d4science and openaire redmine instances to ganglia
redmine.d4science.org now appears in the "NeMIS infrastructure services" group
Andrea Dell'Amico
07:34 PM D4Science Infrastructure Task #937 (Closed): Add the d4science and openaire redmine instances to ganglia
Create a group and assign both the instances to it Andrea Dell'Amico
08:50 PM D4Science Infrastructure Task #578 (Feedback): Redmine Installation is slowing down
Now it's running with 3GB of RAM. Let's see.
Andrea Dell'Amico
08:43 PM D4Science Infrastructure Task #578: Redmine Installation is slowing down
I'm adding 1GB of RAM to the VM. The suspect is that when accesses increase, the application server and the db server... Andrea Dell'Amico
05:39 PM D4Science Infrastructure Task #578: Redmine Installation is slowing down
We really need to setup a stress session, on the test instance after the authentication tasks will be solved, because... Andrea Dell'Amico
07:36 PM D4Science Infrastructure Incident #938 (Closed): Investigate the nagios alerts that come from the Greek d4science nodes and the social-isti ones

They do not seem real failures but the conseguence of some networking problem just outside our rack's switches.
Andrea Dell'Amico
07:33 PM D4Science Infrastructure Task #936 (Closed): Add the d4science and openaire redmine instances to nagios
Monitor the web proxy, the database and the application server in addition to the standard basic checks Andrea Dell'Amico
07:31 PM D4Science Infrastructure Task #935 (Closed): monitor the d4science and openaire redmine instances
Andrea Dell'Amico
07:22 PM D4Science Infrastructure Task #892 (Closed): Install new plugins on Openaire redmine
Andrea Dell'Amico
07:20 PM D4Science Infrastructure Task #932 (In Progress): Setup a logrotate entry to manage the main redmine log file
The logrotate script is now installed in the devel machine. If it works well will be installed on the production ones... Andrea Dell'Amico
05:42 PM D4Science Infrastructure Task #932 (Closed): Setup a logrotate entry to manage the main redmine log file
The file lives under
~~~
/<path_to_redmine>/log
~~~
with name `production.log`. The *copytruncate* workarou...
Andrea Dell'Amico
07:09 PM D4Science Infrastructure Task #822: Setup a test redmine VM to experiment with the ldap authentication
The redmine devel install is now working.
It answers to http://redmine-d.d4science.org (no https for now) and it i...
Andrea Dell'Amico

Oct 06, 2015

05:26 PM D4Science Infrastructure Task #899 (Closed): New VM for the couchdb dev cluster haproxy frontend
Possibile names:
couchdb-d-d4s.d4science.org
couchdb-gcube-d-d4s.d4science.org
Andrea Dell'Amico
05:24 PM D4Science Infrastructure Task #898 (Closed): Dedicate two hosts to the dev/preprod cluster
couchdb03-d4s and couchdb04-d4s can be renamed into couchdb03-d-d4s and couchdb04-d-d4s and dedicated to the dev clus... Andrea Dell'Amico
05:21 PM D4Science Infrastructure Task #110 (Closed): Create 3 Virtual Machine for developement to host new noSQL Db cluster
Andrea Dell'Amico
05:14 PM D4Science Infrastructure Task #110 (In Progress): Create 3 Virtual Machine for developement to host new noSQL Db cluster
couchdb01-d4s and couchdb-02-d4s are becoming the production couchdb servers. The two other machines will be part of ... Andrea Dell'Amico
05:16 PM D4Science Infrastructure Task #897 (Closed): Install and configure a couchdb cluster
It will manage the new accounting system. Andrea Dell'Amico
05:12 PM D4Science Infrastructure Task #325 (In Progress): Nagios monitoring for couchdb
couchdb is going to be used in production before the 2.0 version is available, so we need to monitor it. Andrea Dell'Amico
05:11 PM D4Science Infrastructure Task #324 (In Progress): Install haproxy as couchdb frontend
We are going to use haproxy in front of the production cluster, even if we are still at version 1.6
Andrea Dell'Amico
12:54 PM D4Science Infrastructure Task #892 (Feedback): Install new plugins on Openaire redmine
Installed both. The instance has been already restarted, the update reminder configuration is here: https://issue.ope... Andrea Dell'Amico
10:50 AM D4Science Infrastructure Task #892 (In Progress): Install new plugins on Openaire redmine
Alessia Bardi wrote:
> * the plugin that shows a preview of a ticket when the mouse hovers on a reference to it. T...
Andrea Dell'Amico
10:59 AM D4Science Infrastructure Task #855: New machine for Parthenos Mapping Tool
exist is listening on the 8080 tcp port, the default one. Andrea Dell'Amico

Oct 05, 2015

07:56 PM D4Science Infrastructure Task #890 (Closed): We need a playbook that creates system users to assign to services that do not have one
Some custom services are very badly packaged and miss a user under run unto.
Andrea Dell'Amico
07:14 PM D4Science Infrastructure Task #855 (Feedback): New machine for Parthenos Mapping Tool
The machine is ready.
Your user is alessia.bardi, you can start/stop the tomcat and exist services running the comma...
Andrea Dell'Amico

Oct 02, 2015

03:56 PM D4Science Infrastructure Support #857: Redmine integration in the Parthenos VRE: redirect does not work
Let me know if you prefer to switch from http to https with a rewrite rule or a redirect one. Andrea Dell'Amico
03:52 PM D4Science Infrastructure Support #857 (Feedback): Redmine integration in the Parthenos VRE: redirect does not work
It seems it's working, I didn't see a HTTP post for my action.
Andrea Dell'Amico
03:51 PM D4Science Infrastructure Support #857: Redmine integration in the Parthenos VRE: redirect does not work
Trying it right now. Andrea Dell'Amico
03:38 PM D4Science Infrastructure Support #857: Redmine integration in the Parthenos VRE: redirect does not work
Massimiliano Assante wrote:
> Luca Frosini wrote:
> > The problem is in Redmine. If you try to use it outside of th...
Andrea Dell'Amico
01:14 PM D4Science Infrastructure Support #857: Redmine integration in the Parthenos VRE: redirect does not work
We already have a reverse proxy, the ruby container cannot live without it. And there's a permanent redirection to th... Andrea Dell'Amico
01:23 PM D4Science Infrastructure Task #807 (Feedback): Add new machine for DLI production
The machine is running. There are two tomcat instances and an apache frontend before them.
apache basic authenticati...
Andrea Dell'Amico

Oct 01, 2015

06:28 PM D4Science Infrastructure Support #823 (Closed): Synchronize more often redmine with the ldap servers
Andrea Dell'Amico
06:26 PM D4Science Infrastructure Task #855 (In Progress): New machine for Parthenos Mapping Tool
Andrea Dell'Amico
06:26 PM D4Science Infrastructure Task #855: New machine for Parthenos Mapping Tool
The hostname is mapping-d-parthenos.d4science.org, IP 146.48.123.28 Andrea Dell'Amico
06:19 PM D4Science Infrastructure Task #807 (In Progress): Add new machine for DLI production
The hostname is node0-p-dli.d4science.org, IP 146.48.123.27
Andrea Dell'Amico
05:55 PM D4Science Infrastructure Task #488 (Closed): Increment the message broker heap space
The new settings are active.
Andrea Dell'Amico
05:54 PM D4Science Infrastructure Support #547 (Closed): message-broker: increase "open file limit"
The new settings are active.
Andrea Dell'Amico

Sep 30, 2015

03:45 PM D4Science Infrastructure Support #823 (In Progress): Synchronize more often redmine with the ldap servers
The job takes two minutes to complete. I've lowered the interval from 30 minutes to 5.
Andrea Dell'Amico

Sep 29, 2015

07:30 PM D4Science Infrastructure Support #823 (Closed): Synchronize more often redmine with the ldap servers
Change the cron jobs frequency and provide some locking to avoid overlaps.
Andrea Dell'Amico
07:28 PM D4Science Infrastructure Task #822 (In Progress): Setup a test redmine VM to experiment with the ldap authentication
Tommaso created the new VM, and a one that hosts the dev ldap server. Andrea Dell'Amico
07:27 PM D4Science Infrastructure Task #822 (Closed): Setup a test redmine VM to experiment with the ldap authentication
Andrea Dell'Amico
07:26 PM D4Science Infrastructure Support #714 (In Progress): RedMine authentication with email address (as well as username)
Recap: we shall do it on a test redmine installation, where the ldap groups setup shall be tested too.
Andrea Dell'Amico

Sep 21, 2015

12:43 PM D4Science Infrastructure Support #714 (Feedback): RedMine authentication with email address (as well as username)
Andrea Dell'Amico
12:43 PM D4Science Infrastructure Support #714 (In Progress): RedMine authentication with email address (as well as username)
Andrea Dell'Amico

Sep 18, 2015

03:54 PM D4Science Infrastructure Support #714: RedMine authentication with email address (as well as username)
Massimiliano Assante wrote:
> Could we check the feasibility to enable login with user email address also? It would ...
Andrea Dell'Amico

Sep 17, 2015

06:00 PM D4Science Infrastructure Support #713: Internal WIKI Formatting seems not working as expected
The 'Markdown' syntax mode is active, while the documentation you pointed at refers to the 'textile' mode. It's a glo... Andrea Dell'Amico
 

Also available in: Atom

Add picture from clipboard (Maximum size: 8.91 MB)