我正试图收集一个厨房的sles盒子。但我不断收到以下错误。我能够收敛一个centos-7所以我认为我的配置没有任何问题。
---- Begin output of vagrant up --no-provision --provider virtualbox ----
STDOUT: Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'sles-12-sp3' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'sles-12-sp3' (v0) for provider: virtualbox
default: Downloading: sles-12-sp3
[K
STDERR: An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
Couldn't open file /root/besclient/.kitchen/kitchen-vagrant/remove-sles-12-sp3/sles-12-sp3
这是我的kitchen.yml
---
driver:
name: vagrant
provisioner:
name: chef_zero
always_update_cookbooks: true
verifier:
name: inspec
platforms:
- name: centos-7
- name: sles-12-sp3
driver:
gui: false
suites:
- name: default
run_list:
- besclient
attributes:
- name: remove
run_list:
- besclient::default
- besclient::remove
attributes:
/usr/local/packer build -only=virtualbox-iso sles-12-sp3-x86_64.json
virtualbox-iso output will be in this color.
我尝试使用打包程序构建但出现以下错误。
==> virtualbox-iso: Downloading or copying Guest additions
virtualbox-iso: Downloading or copying: file:///usr/share/virtualbox/VBoxGuestAdditions.iso
==> virtualbox-iso: Downloading or copying ISO
virtualbox-iso: Downloading or copying: file://./packer_cache/SLE-12-SP3-Server-DVD-x86_64-GM-DVD1.iso
virtualbox-iso: Error downloading: open /root/bento/sles/packer_cache/SLE-12-SP3-Server-DVD-x86_64-GM-DVD1.iso: no such file or directory
==> virtualbox-iso: ISO download failed.
Build 'virtualbox-iso' errored: ISO download failed.
==> Some builds didn't complete successfully and had errors:
--> virtualbox-iso: ISO download failed.
==> Builds finished but no artifacts were created.
答案 0 :(得分:0)
虽然有SLES的便当定义,但我在Vagrantcloud上看不到任何图像。我猜我们不能将操作系统重新分配给RHEL和Windows。您可能必须自己构建和托管它们。有关非常简单的详细信息,请参阅https://github.com/chef/bento#proprietary-templates。