infrastructure icon indicating copy to clipboard operation
infrastructure copied to clipboard

A repository containing scripts for managing infrastructure

Results 22 infrastructure issues
Sort by recently updated
recently updated
newest added

See: * https://github.com/openmicroscopy/infrastructure/pull/279 * https://github.com/openmicroscopy/ansible-role-mysql-backup/blob/master/templates/etc-crond-mysql-backup.j2 The production server playbooks currently have logic for creating a backup cronjob. This is a prime candidate for refactoring into a role. (Also a good...

help wanted

I recently tried to 'Get Started' running some Ansible examples, with no particular idea what I wanted to achieve, but hoping that getting something working would help me understand /...

The dependencies of galaxy roles have the form `openmicroscopy.basedeps`, however the playbooks in this repository expect a role name without a prefix (just `basedeps`). As a result some roles are...

``` RUNNING HANDLER [haproxy : restart haproxy] ************************************ ``` logged me off of ssh to idr-ci

Within the nginx container, there's a directory named `ssl]`: ``` drwxr-xr-x. 2 root root 6 Dec 1 09:12 ssl] ```

The name for JENKINS_MASTER is configurable but the port is currently hard-coded as 8443.

Trying to locate devspace at `/data/devspace` leads to: ``` TASK [devspace : clone devspace] *********************************************** fatal: [adhoc-devspace]: FAILED! => {"changed": false, "cmd": "/bin/git clone --origin origin --branch 0.3.4 https://github.com/openmicroscopy/devspace.git /data/devspace",...

``` TASK [devspace : ensures /home/omero/.ssh dir exists] ************************** fatal: [adhoc-devspace]: FAILED! => {"failed": true, "msg": "Failed to set permissions on the temporary files Ansible needs to create when becoming...

At the moment most of our playbooks use the default version (as defined in the role) of dependencies such as Ice and Postgres, which means bumping any of these dependencies...