Skip to content

Fix nuking an OpenStack cluster with Gitlab as backend

Steve Starke requested to merge sstrk/fix-nuke-gitlab-backend into devel

Version Control Information

Source branch: sstrk/fix-nuke-gitlab-backend
Target branch: devel

Commits:

* Fix nuking an OpenStack cluster with Gitlab as backend

When nuking a cluster, also object storage buckets are attempted to be
remove. However, the previous code tried to access the local Terraform
state file which is not around when Gitlab is used as Terraform backend.
The correct way is to process the remote Terraform state.
This has been overseen in !998.

Description

Feel free to add further information about your MR in this section

Closes: #


Merge Prerequisites

  • MR title (and description) are descriptive
  • Code is readable and syntactically correct
  • Code is understandable
  • Documentation has been updated, if necessary
  • Commit messages look good
  • Release note file added in latest commit

As a developer: please do not tick these boxes yourself. As a reviewer: please get yourself a hot cold beverage.

Merge request reports

Loading