Is it possible to bulk edit templates?

i have vcenter templates
can i mass edit a bunch of them and change something of the same in them all?
or maybe, alternatively are there templates file that i can edit on the linux level?

Hello @Liorme,

OpenNebula VMs templates are stored in the DB so you cannot update any file at linux level.

You can create a bash script with the help of onedb tool or you can use any of the existing bindings to do the changes at API level.

oh i see, thank you. but scripting is above me :slight_smile: