QuestionQ62

Validate Blueprints, Runbooks, Playbooks, and Automation Settings

An administrator is evaluating multiple Blueprints to determine which is best for deploying an application that requires four VMs. The VMs must reference the Blueprint that created them, or the test will be meaningless.

What should the administrator complete most efficiently to achieve this goal?

  • A Include the @@{calm_application_name}@@ macro in the guest customization section in a multi-VM Blueprint.
  • B Set the VM name using the @@{calm_blueprint_name}@@ macro in a multi-VM blueprint.
  • C Name each VM for the single-VM Blueprint manually and using the @@{calm_now}@@ macro to track the creation time.
  • D Use the @@{calm_blueprint_uuid}@@ macro in a single-VM Blueprint and cloning the VMs.
Explanation

The @@{calm_blueprint_name}@@ built-in macro dynamically references the Blueprint name and can be used to name VMs. Using it in a multi-VM Blueprint deploys all four VMs efficiently while preserving the required Blueprint-origin identifier.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!