Skip to content

Instantly share code, notes, and snippets.

@svpernova09
Last active July 23, 2019 02:01
Show Gist options
  • Save svpernova09/c57c1bc708057c4322e47e8bd670b8b3 to your computer and use it in GitHub Desktop.
Save svpernova09/c57c1bc708057c4322e47e8bd670b8b3 to your computer and use it in GitHub Desktop.
C:\Users\halo\Code\bento\packer_templates\centos (fix-hyper-v-variable-names)
λ packer validate centos-5.11-i386.json
Template validation succeeded, but there were some warnings.
These are ONLY WARNINGS, and Packer will attempt to build the
template despite them, but they should be paid attention to.
Warnings for build 'vmware-iso':
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx
template. This may cause your build to fail or behave unpredictably: numvcpus, memsize
C:\Users\halo\Code\bento\packer_templates\centos (fix-hyper-v-variable-names)
λ packer validate centos-5.11-x86_64.json
Template validation succeeded, but there were some warnings.
These are ONLY WARNINGS, and Packer will attempt to build the
template despite them, but they should be paid attention to.
Warnings for build 'vmware-iso':
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx
template. This may cause your build to fail or behave unpredictably: numvcpus, memsize
C:\Users\halo\Code\bento\packer_templates\centos (fix-hyper-v-variable-names)
λ packer validate centos-6.10-i386.json
Template validation succeeded, but there were some warnings.
These are ONLY WARNINGS, and Packer will attempt to build the
template despite them, but they should be paid attention to.
Warnings for build 'vmware-iso':
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx
template. This may cause your build to fail or behave unpredictably: numvcpus, memsize
C:\Users\halo\Code\bento\packer_templates\centos (fix-hyper-v-variable-names)
λ packer validate centos-6.10-x86_64.json
Template validation succeeded, but there were some warnings.
These are ONLY WARNINGS, and Packer will attempt to build the
template despite them, but they should be paid attention to.
Warnings for build 'vmware-iso':
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx
template. This may cause your build to fail or behave unpredictably: numvcpus, memsize
C:\Users\halo\Code\bento\packer_templates\centos (fix-hyper-v-variable-names)
λ packer validate centos-7.6-x86_64.json
Template validation succeeded, but there were some warnings.
These are ONLY WARNINGS, and Packer will attempt to build the
template despite them, but they should be paid attention to.
Warnings for build 'vmware-iso':
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx
template. This may cause your build to fail or behave unpredictably: numvcpus, memsize
C:\Users\halo\Code\bento\packer_templates\ubuntu (fix-hyper-v-variable-names)
λ packer validate ubuntu-16.04-amd64.json
Template validation succeeded, but there were some warnings.
These are ONLY WARNINGS, and Packer will attempt to build the
template despite them, but they should be paid attention to.
Warnings for build 'vmware-iso':
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx template. This may cause your build to fail or behave unpredictably: numvcpus, memsize
C:\Users\halo\Code\bento\packer_templates\ubuntu (fix-hyper-v-variable-names)
λ packer validate ubuntu-18.04-amd64.json
Template validation succeeded, but there were some warnings.
These are ONLY WARNINGS, and Packer will attempt to build the
template despite them, but they should be paid attention to.
Warnings for build 'vmware-iso':
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx template. This may cause your build to fail or behave unpredictably: numvcpus, memsize
C:\Users\halo\Code\bento\packer_templates\ubuntu (fix-hyper-v-variable-names)
λ packer validate ubuntu-18.10-amd64.json
Template validation succeeded, but there were some warnings.
These are ONLY WARNINGS, and Packer will attempt to build the
template despite them, but they should be paid attention to.
Warnings for build 'vmware-iso':
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx template. This may cause your build to fail or behave unpredictably: numvcpus, memsize
C:\Users\halo\Code\bento\packer_templates\ubuntu (fix-hyper-v-variable-names)
λ packer validate ubuntu-19.04-amd64.json
Template validation succeeded, but there were some warnings.
These are ONLY WARNINGS, and Packer will attempt to build the
template despite them, but they should be paid attention to.
Warnings for build 'vmware-iso':
* Your vmx data contains the following variable(s), which Packer normally sets when it generates its own default vmx template. This may cause your build to fail or behave unpredictably: numvcpus, memsize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment