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.
  • Loading branch information
Fryguy authored Dec 5, 2024
2 parents 013d29f + d75a970 commit 4dcdca6
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 4dcdca6

Please sign in to comment.