-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot add VM. Start On Boot selection in cloud-init configuration is invalid. Only 'true' is supported. #3
Comments
|
I wasn't able to replicate this. I pushed a change that might fix it in 93a15f4. If it doesn't work. Can you include a terraform config and the ovirt version you are using? |
it's work.
Error: Error applying plan: 1 error(s) occurred: 2018/03/30 09:47:56 [DEBUG] plugin: waiting for all plugin processes to complete...
`` second run finished with |
variable "ovirt_pass" {} provider "ovirt" { resource "ovirt_vm" "my_vm" {
} attached_disks = [{ template = "fedora27-cloud" resource "ovirt_disk" "my_disk" { |
ovirt Version 4.2.1.7-1.el7.centos
main.tf with minor change
ovirt_vm.my_vm: Creating...
attached_disks.#: "0" => "1"
attached_disks.1297564481.active: "" => "true"
attached_disks.1297564481.bootable: "" => "true"
attached_disks.1297564481.disk_id: "" => "4039b3c3-5c69-452a-ab5b-44c1a3471bde"
attached_disks.1297564481.interface: "" => "virtio"
2018/03/28 13:26:58 [TRACE] root: eval: *terraform.EvalApply
2018/03/28 13:26:58 [DEBUG] apply: ovirt_vm.my_vm: executing Apply
attached_disks.1297564481.logical_name: "" => ""
attached_disks.1297564481.pass_discard: "" => ""
attached_disks.1297564481.read_only: "" => "false"
attached_disks.1297564481.use_scsi_reservation: "" => "false"
cluster: "" => "QCluster"
name: "" => "my_first_vm"
network_interface.#: "0" => "1"
network_interface.0.boot_proto: "" => "static"
network_interface.0.gateway: "" => "130.20.232.1"
network_interface.0.ip_address: "" => "130.20.232.184"
network_interface.0.label: "" => "eth0"
network_interface.0.subnet_mask: "" => "255.255.255.0"
template: "" => "Blank"
2018/03/28 13:26:59 [TRACE] root: eval: *terraform.EvalWriteState
2018/03/28 13:26:59 [TRACE] root: eval: *terraform.EvalApplyProvisioners
2018/03/28 13:26:59 [TRACE] root: eval: *terraform.EvalIf
2018/03/28 13:26:59 [TRACE] root: eval: *terraform.EvalWriteState
2018/03/28 13:26:59 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/03/28 13:26:59 [TRACE] root: eval: *terraform.EvalApplyPost
2018/03/28 13:26:59 [ERROR] root: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:
2018/03/28 13:26:59 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
The text was updated successfully, but these errors were encountered: