Skip to content

Commit

Permalink
tripleo_cleanup: Add '.service' suffix into the skip list
Browse files Browse the repository at this point in the history
When the service list is fetched, the entries have the '.service'
suffix on them. For the skip list to work as intended, we need to
provide the suffix on the entries there too.
  • Loading branch information
jistr authored and openshift-cherrypick-robot committed Jul 16, 2024
1 parent 135875b commit 908d048
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions roles/edpm_tripleo_cleanup/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ edpm_remove_tripleo_unit_files: true

# Keep services listed
edpm_service_removal_skip_list:
- tripleo_swift_account_auditor
- tripleo_swift_account_reaper
- tripleo_swift_account_replicator
- tripleo_swift_account_server
- tripleo_swift_container_auditor
- tripleo_swift_container_replicator
- tripleo_swift_container_server
- tripleo_swift_container_updater
- tripleo_swift_object_auditor
- tripleo_swift_object_expirer
- tripleo_swift_object_replicator
- tripleo_swift_object_server
- tripleo_swift_object_updater
- tripleo_swift_account_auditor.service
- tripleo_swift_account_reaper.service
- tripleo_swift_account_replicator.service
- tripleo_swift_account_server.service
- tripleo_swift_container_auditor.service
- tripleo_swift_container_replicator.service
- tripleo_swift_container_server.service
- tripleo_swift_container_updater.service
- tripleo_swift_object_auditor.service
- tripleo_swift_object_expirer.service
- tripleo_swift_object_replicator.service
- tripleo_swift_object_server.service
- tripleo_swift_object_updater.service

0 comments on commit 908d048

Please sign in to comment.