How to create a service catalog in Red Hat CloudForms 4.1

Subscriber content preview. For full access to the Red Hat Knowledgebase, please log in.

Not a subscriber? Learn more about the benefits of Red Hat Subscriptions.

More details regarding elements names can be found in templates present inside /var/www/miq/vmdb/product/dialogs/miq_dialogs/ directory. For example to search elements such as vm_name or instance_type for OpenStack provider, type:

grep -i "name\|instance" miq_provision_openstack_dialogs_template.yaml
<output truncated>
        :vm_name:
          :description: Instance Name
          :required_method: :validate_vm_name
        :instance_type:
            :method: :allowed_instance_types
          :description: Instance Type
<output truncated>
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.