You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: molecule_vmware/cookiecutter/{{cookiecutter.molecule_directory}}/{{cookiecutter.scenario_name}}/create_linux_instance.yml
Copy file name to clipboardExpand all lines: molecule_vmware/cookiecutter/{{cookiecutter.molecule_directory}}/{{cookiecutter.scenario_name}}/molecule.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ driver:
22
22
platforms:
23
23
- name: instance # is an instance name
24
24
template: change me to template name # is to be used as a template when cloning an instance
25
+
#snapshot_src: change me to snapshot name # is a snapshot name to be possible specified if you want to use linked clone.
25
26
hardware:
26
27
num_cpus: 2# is cpu number to be configured to an instance
27
28
memory_mb: 2048# is memory size(MB) to be configured to an instance
0 commit comments