Skip to content

SWQPS-210: Prepare environment for B281 testbench

Lukas Scharlau requested to merge SWQPS-210-PREPARE-B281-ENV-UCAP into master

Context

https://issues.cern.ch/browse/SWQPS-210

We are going to use MPE-UCAP for the testbench in B281. In order to deploy it we needed the option to create additional directories before starting the UCAP node (which is the last step of this java-server role). Since the installation folder path is generated within this ansible role, I made sense to add the option of creating additional folders here.

What was done

  • Added creation of additional folders to installation script.

TODO

  • No

QA

  • code was not unit tested, because it is ansible
  • acceptance tests were not written because it is ansible

Review objectives

  • assessment of code quality
  • identifying potential refactorings / logic common to other projects
  • knowledge sharing

Merge request reports