I am trying to add fields for puppet configuration to the provisioning dialog when creating a new VM. I set up the automate datastore with a provisioning profile that uses the dialog I am working with. I am trying to add the new fields under a new tab. I can see the new tab when I try to provision a new VM, but none of the fields show up. Here’s the relevant part of the dialog configuration:
:puppet:
:description: Puppet
:fields:
:puppet_environment:
:values:
production: Production
test: Test
dev: Development
puppetdev: Puppetdev
:description: Puppet Environment
:required: true
:display: :edit
:data_type: :string
:puppet_version:
:values:
v3: 3.X
v4: 4.X
:description: Puppet Version
:required: true
:display: :edit
:data_type: :string
:display: :show
:field_order:
Any clues on what I am missing would be appreciated.