VCP-CMA 2024 Question 191
Single answerYour organization uses VMware Aria Automation to manage multi-cloud environments. You are tasked with deploying a new blueprint that requires an image mapping for a specific Linux operating system. The cloud administrator has already created a new image mapping for this OS. However, during deployment, the blueprint fails with an error stating that the image mapping cannot be found. Upon investigation, you notice that the image mapping is not available in the project assigned to the blueprint. What step should you take to resolve this issue?
- A
Add the image mapping to the project by editing the project configuration under 'Image Mappings'.
- B
Recreate the image mapping at the project level instead of the global level.
- C
Ensure that the image mapping is assigned to the blueprint directly during its creation.
- D
Check if the image mapping exists in the cloud template and reassign it.
Show answer and explanation
Correct answer: A
Explanation
In VMware Aria Automation, image mappings are created globally and then assigned to specific projects. If an image mapping is not available for a project, any blueprint associated with that project will fail to use the image mapping. To resolve the issue, you must edit the project configuration and assign the required image mapping to the project. This ensures the blueprint can access the image mapping during deployment.
- A. Correct.
This is the correct step. Image mappings must be associated with the specific project being used in the deployment. You can assign the image mapping to the project via the project configuration settings.
- B. Incorrect.
This is incorrect because image mappings are created globally and then assigned to projects. Recreating the image mapping at the project level is not a valid approach.
- C. Incorrect.
This is incorrect because image mappings are not directly assigned to blueprints; they are associated with projects. A blueprint will use the image mappings available to the project it belongs to.
- D. Incorrect.
This is incorrect because image mappings are not defined or reassigned within the cloud template. Instead, they are managed within the VMware Aria Automation interface.