Following guidelines in this article:
I created a new folder:
/var/www/miq/vmdb/db/fixtures/miq_product_features/
And added a yml file which included the definition of a custom feature.
This feature gets correctly seeded into the database (confirmed by looking at log file and postgresql database) however it does not appear in the product features tree in the UI.
I thought perhaps a new role would need to be created which explicitly has access to this custom feature before it would appear.
Added this role to:
/var/www/miq/vmdb/db/fixtures/miq_user_roles/
This role was added just fine, but still the custom features do not appear in the UI.
I know this has been asked about elsewhere, but I haven’t found a solution that works for me.
Thanks for your help!