Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

REMCO impossible to work

51 views
Skip to first unread message

FGO

unread,
Nov 25, 2024, 6:43:17 AM11/25/24
to rundeck-discuss
I'm trying to add  rundeck.feature.option-values-plugin.enabled=true in rundeck-config.properties buen i build mi image from rundeck/rundeck:5.7.0.

I read a lot of time documentation in https://docs.rundeck.com/docs/administration/configuration/docker/extending-configuration.html and I tried to test with this example without modifications https://github.com/rundeck/docker-zoo/tree/master/config The example not work, and I don't know what I'm doing wrong.

I tried to mount a persistent volume in image but not work, every time that I do down and up te container the files appear without changes.

Any idea please?

rac...@rundeck.com

unread,
Nov 25, 2024, 7:08:55 AM11/25/24
to rundeck-discuss
Hi,

Can you share how you extended your docker image and what you tried step by step? Also, take a look at this guide.

Regards.

Paul Jeffrey

unread,
Nov 26, 2024, 3:49:51 AM11/26/24
to rundeck-discuss
option-values.png
You would add something like this into your rundeck-config.properties file:
rundeck.feature.option-values-plugin.enabled={{ getv("/rundeck/feature/optionvaluesplugin/enabled", "false") }}

We are basically using a copy of this folder structure with some of our own tweaks to build the images from scratch:
https://github.com/rundeck/rundeck/tree/main/docker/official

You would then set the above with the environment variable "RUNDECK_FEATURES_OPTIONVALUESPLUGIN_ENABLE=true"
option-values.png

rac...@rundeck.com

unread,
Nov 26, 2024, 7:40:08 AM11/26/24
to rundeck-discuss
Hi,

What about the .toml file? You can learn how it works by following the guide in my last post.

Regards.

FGO

unread,
Dec 16, 2024, 8:07:39 AM12/16/24
to rundeck-discuss
Hi all,

thanks for references, i following the guide and now works fine! thanks!

I think the problem was that remco merge files, and put at start of file te template data not at the end of config file.

Thanks.
Reply all
Reply to author
Forward
0 new messages