VMware NSX 4.x Professional — Question 69
An administrator is trying to synchronize a new cloud template into the App-Dev project. The administrator copies the cloud template code directly from Cloud Assembly into a text file and uploads it into the Github repository so that it can be synchronized to the App-Dev project.
When the administrator clicks ‘Synch Repos’, a new cloud template does not appear.
Which step must the administrator take to allow it to synchronize from the Github repository?
Answer options
- A. Add the name and version to the cloud template YAML code.
- B. Clone the cloud template
- C. Release the cloud template
- D. Upload the cloud template
Correct answer: A
Explanation
The correct answer is A because including the name and version in the cloud template YAML code is necessary for proper identification and synchronization of the template. Options B and D are incorrect as cloning or simply re-uploading the template do not address the requirement for versioning. Option C is also incorrect, as releasing the template does not guarantee synchronization without the proper YAML specifications.