Charmed OpenSearch

Channel Revision Published Runs on
2/edge 66 26 Apr 2024
Ubuntu 22.04
juju deploy opensearch --channel 2/edge
Show information

Platform:

Ubuntu
22.04

Cleanup and extra info

Remove Charmed OpenSearch and Juju

Warning: when you remove Charmed OpenSearch as shown below you will lose all the data in your cluster. Furthermore, when you remove Juju as shown below you will lose access to any other applications you have hosted on Juju.

To remove Charmed OpenSearch and the model it is hosted on, run this command:

juju destroy-model tutorial --destroy-storage --force --no-wait

Next step is to remove the Juju controller. You can see all of the available controllers by entering juju controllers. To remove the controller enter:

juju destroy-controller opensearch-demo

Finally to remove Juju altogether, enter:

sudo snap remove juju --purge

Next Steps

In this tutorial we’ve successfully deployed OpenSearch, added/removed units from the cluster, added/removed users to/from the database, and even enabled and disabled TLS. You may now keep your Charmed OpenSearch deployment running and write to the database or remove it entirely using the steps in Remove Charmed Opensearch and Juju. If you’re looking for what to do next you can:


Help improve this document in the forum (guidelines). Last updated 1 year, 22 days ago.