icatproject / icat.server

The ICAT server offering both SOAP and "RESTlike" interfaces to a metadata catalog.
Other
1 stars 5 forks source link

Change ICAT Ansible host references to use underscores #279

Closed MRichards99 closed 2 years ago

MRichards99 commented 2 years ago

Description

A PR on ICAT Ansible (https://github.com/icatproject-contrib/icat-ansible/pull/32) causes breaking changes for this repo's CI. In a sentence, dashes of host names (and its respective host file names) are changed to underscores.

When https://github.com/icatproject-contrib/icat-ansible/pull/32 is merged, the ICAT Ansible branch on the CI needs to be changed back to master. I shall leave it as fix_warnings_#23 for the time being because the CI won't pass otherwise.

Testing Instructions

Just check that CI passes.

MRichards99 commented 2 years ago

The CI failures match the failures shown at #270 so I think this is behaving as it should