Skip to content

Commit d236e23

Browse files
committed
Minor updates to product.yml and variable usage
1 parent 961dfea commit d236e23

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_data/product.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ operator_custom_resource_kind: ManageIQ
1111
operator_directory: https://github.com/ManageIQ/manageiq-pods/tree/master/manageiq-operator
1212
operator_namespace: manageiq.org
1313
workflow_service_account: manageiq-default
14+
import_opentofu: runuser --login manageiq --command 'podman --root=/var/www/miq/vmdb/data/containers/storage image load --input /tmp/<OpenTofu_image>'
15+
container_image: docker.io/manageiq/opentofu-runner:latest

managing_providers/_topics/automation_management_providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,14 +381,14 @@ If you want to use the Embedded Terraform feature in {{ site.data.product.title_
381381
Use the following command to import the OpenTofu image on your appliance server.
382382

383383
``` bash
384-
runuser --login manageiq --command 'podman --root=/var/www/miq/vmdb/data/containers/storage image load --input /tmp/<OpenTofu_image>'
384+
{{ site.data.product.import_opentofu }}
385385
```
386386

387387
Where `OpenTofu_image` is the name of your OpenTofu image.
388388

389389
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.
390390

391-
An example value of this field is `container_image: docker.io/manageiq/opentofu-runner:latest`.
391+
An example value of this field is `container_image:` `{{ site.data.product.container_image }}`.
392392

393393
## Usage of Embedded Terraform (OpenTofu)
394394

0 commit comments

Comments
 (0)