open-developer-experience-kits icon indicating copy to clipboard operation
open-developer-experience-kits copied to clipboard

The cleanup scripts do not work on Ubuntu

Open oEscal opened this issue 4 years ago • 1 comments

When trying to run the deploy script in cleanup mode, I am having the error shown in the image bellow.

image

The error is in the following lines: https://github.com/smart-edge-open/open-developer-experience-kits/blob/17d8dff4fc73a4019db850dd5d4dbca28a89bf80/roles/kubernetes/install/tasks/uninstall.yml#L42-L46

As you may notice, the error is clear: the playbook is trying to uninstall the package using yum. However, I am using Ubuntu :)

oEscal avatar Dec 05 '21 14:12 oEscal

this will be fixed or removed in the next release. at this moment, please try delete action_plugins/yum.py and uninstall.yml

inteltiger avatar Dec 09 '21 07:12 inteltiger