UNCLASSIFIED - NO CUI

Remove renamed .gitlab-ci variables (from pylama fixes)

Current Behavior

The following variables will be unused after merging #285 (closed) into master and all active pipelines using them have completed:

  • twistlock_password
  • twistlock_server_address
  • twistlock_timeout
  • twistlock_user
  • vat_db_connection_pass
  • vat_db_connection_user
  • vat_db_database_name
  • vat_db_host

Purpose

Plan

One week after the MR !578 (merged) is merged into master: For each variable:

Acceptance Criteria

The lower-case form of the above variables no longer exist in the code or the dsop CICD variables list.

Edited by stephen.swanson