From 82dcadee38227f62b4b6fe29115d7c2a7a9cb036 Mon Sep 17 00:00:00 2001 From: Qasim Ahmed Date: Wed, 4 Dec 2024 12:40:46 -0500 Subject: [PATCH 1/3] Added section for retire the Terraform services --- .../automation_management_providers.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/managing_providers/_topics/automation_management_providers.md b/managing_providers/_topics/automation_management_providers.md index 0ba9cde62..5bb5ff86b 100644 --- a/managing_providers/_topics/automation_management_providers.md +++ b/managing_providers/_topics/automation_management_providers.md @@ -539,3 +539,31 @@ Use the following steps to run the Terraform Template. The service item details can be viewed when you navigate to **Services** > **My Services in {{ site.data.product.title_short }}**. +#### Retire the Terraform services + +When Terraform provisioned service resources are no longer required, the resources can be retired. The retirement action initiates the Terraform backend to run the `destroy` command. This action destroys all the remote resources that are managed by the Terraform configuration. + +Use the following steps to retire the service instance immediately: + +1. In the navigation bar, click **Service catalog** > **Services**. +2. Click **My Services**. +3. Select the service instance that you want to retire. +4. Click **Lifecycle** > **Retire the Service**. + +Use the following steps to set a retirement day and time for a service instance: + +1. In the navigation bar, click **Service catalog** > **Services**. +2. Click **My Services**. +3. Click **Lifecycle** > **Set Retirement Dates for this Service**. +4. In **Enter Retirement Date as** field, select **Specific Date and Time** or **Time Delay from Now** to schedule the retirement. + + - To choose a **Specific Date and Time** for Retirement, click the **Retirement Date** to open the calendar: + 1. Select a **Retirement Date** by using the calendar control. + 2. Select a **Retirement Time** (in UTC) by using the arrows. + + - To retire by using a relative time, select **Time Delay from Now**: + 1. From **Time Delay**, specify a retirement time in the form of the number of months, weeks, days, or hours in the using the arrows. + +5. Select a **Retirement Warning** if needed. +6. Click **Save**. + From d6d068f008189bae06bccef9c4a011cf217358fd Mon Sep 17 00:00:00 2001 From: Qasim Ahmed Date: Fri, 6 Dec 2024 15:04:44 -0500 Subject: [PATCH 2/3] Minor update to commands --- managing_providers/_topics/automation_management_providers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/managing_providers/_topics/automation_management_providers.md b/managing_providers/_topics/automation_management_providers.md index 5bb5ff86b..5ed6b9369 100644 --- a/managing_providers/_topics/automation_management_providers.md +++ b/managing_providers/_topics/automation_management_providers.md @@ -545,14 +545,14 @@ When Terraform provisioned service resources are no longer required, the resourc Use the following steps to retire the service instance immediately: -1. In the navigation bar, click **Service catalog** > **Services**. +1. In the navigation bar, click **Services**. 2. Click **My Services**. 3. Select the service instance that you want to retire. 4. Click **Lifecycle** > **Retire the Service**. Use the following steps to set a retirement day and time for a service instance: -1. In the navigation bar, click **Service catalog** > **Services**. +1. In the navigation bar, click **Services**. 2. Click **My Services**. 3. Click **Lifecycle** > **Set Retirement Dates for this Service**. 4. In **Enter Retirement Date as** field, select **Specific Date and Time** or **Time Delay from Now** to schedule the retirement. From de9e0da4f2efddd105e0697df629422c86eca553 Mon Sep 17 00:00:00 2001 From: Qasim Ahmed Date: Mon, 9 Dec 2024 14:24:23 -0500 Subject: [PATCH 3/3] Added same version from master --- _data/product.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_data/product.yml b/_data/product.yml index ec7c19c5d..d847df02e 100644 --- a/_data/product.yml +++ b/_data/product.yml @@ -12,4 +12,5 @@ operator_directory: https://github.com/ManageIQ/manageiq-pods/tree/master/manage operator_namespace: manageiq.org workflow_service_account: manageiq-default import_opentofu: runuser --login manageiq --command 'podman --root=/var/www/miq/vmdb/data/containers/storage image load --input /tmp/' -container_image: docker.io/manageiq/opentofu-runner:latest +opentofu_image_name: `` +container_image: docker.io/manageiq/opentofu-runner:latest \ No newline at end of file