-
According to notes in other reported issues, one must add a 'dummy' ami to a local Vagrantfile, such as "ami. = ''" in order to start and provision the AWS instance. This workaround does not seem to …
-
下記などを参考にWindows Serverのアーカイブを作成したいと考えています。
https://knowledge.sakura.ad.jp/6790/
しかし、下記を見るとos_typeにwindows系の値が見当たりません。
https://github.com/sacloud/packer-plugin-sakuracloud#%E3%82%AA%E3%83%97%E3%82…
-
https://github.com/alingse/go-linter-runner/blob/main/jobs/testifylint.yaml
```
name: testifylint
linter: testifylint
workdir: .
install: go install github.com/Antonboom/testifylint@latest
inc…
-
パケットフィルタのルールが意図した順序にならないケースがある。
このため、packet_filterのexpressionsを利用するようにマニュアル類に追記する。
(Note: この問題はv2では発生しない)
### 詳細
#### tfファイル:
```hcl
resource "sakuracloud_packet_filter" "myfilter" {
…
-
Packer Plugin SDK対応で出力する実行ファイル名を`packer-plugin-sakuracloud`に変更している。
これに合わせリポジトリ名を変更すべきか検討する。
-
## What
packer-builder-sakuracloud never use `ssh_private_key_file` to execute SSH or SCP command (`shell` and `file` provisioners). It always use temporary SSH keypair even if `ssh_private_key_fil…
dtan4 updated
5 years ago
-
## What
[Packer File provisioner](https://www.packer.io/docs/provisioners/file.html) copies local file to the remote machine using `scp`. With packer-builder-sakuracloud 0.2.1, file provisioner fai…
dtan4 updated
5 years ago
-
## 事象
さくらクラウドパブリックアーカイブ(ubuntu)を元にPackerでアーカイブ作成後、
Terraformで対象のアーカイブIDを指定し実行したところ、ディスクで定義した内容や
OS側ethのIPアドレスが変更されない状況が発生しました。
パブリックアーカイブ(ubuntu)を指定した場合は正常に変更される。
カスタマイズしたアーカイブからサーバ作成する場合、下…
-
Getting error `[[WinRM::FS::Core::FileTransporter] Upload failed (exitcode: 0), but stderr present` when using the vagrant driver.
Windows 2016 Core TP5
Debug Log:
```
-----> Starting Kitchen (v1.1…
-
While doing a sanity check after installing ChefDK 0.7.0 I noticed that `chef verify` fails on Windows because `...Could not find gem 'chef-provisioning (= 1.3.0) x86-mingw32' in any of the gem`:
Che…