Skip to content

Commit

Permalink
Merge pull request #1821 from qahmed1998/QA-opentofu-changes
Browse files Browse the repository at this point in the history
QA Minor change to OpenTofu command description.

(cherry picked from commit 4dcdca6)
  • Loading branch information
Fryguy committed Dec 11, 2024
1 parent 8edf9ba commit 771c535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _data/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/<OpenTofu_image>'
opentofu_image_name: `<OpenTofu_image>`
container_image: docker.io/manageiq/opentofu-runner:latest
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Use the following command to import the OpenTofu image on your appliance server.
{{ site.data.product.import_opentofu }}
```

Where `OpenTofu_image` is the name of your OpenTofu image.
Where {{ site.data.product.opentofu_image_name }} is the name of your OpenTofu image.

You also need to set the docker image name in advanced settings before enabling the server role. Navigate to the **Settings** > **Application Settings** in {{ site.data.product.title_short }} UI and set the value for `workers/worker_base/opentofu_worker/container_image` field.

Expand Down

0 comments on commit 771c535

Please sign in to comment.