Skip to content
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

Fix deprecation warnings and README samples #32

Closed
prologic opened this issue Dec 24, 2018 · 1 comment
Closed

Fix deprecation warnings and README samples #32

prologic opened this issue Dec 24, 2018 · 1 comment

Comments

@prologic
Copy link
Contributor

Managed to fix the deprecation warnings I was seeing with:

  disk {
    id = 0
    type = "scsi"
    storage = "zfs"
    size = 8
  }

  cores   = 1
  sockets = 1
  memory  = 2048

  network {
    id = 0
    model = "virtio"
    bridge = "vmbr0"
  }

The README should be updated to reflect latest changes in mazter.

@hbokh
Copy link

hbokh commented Jan 12, 2019

This line is wrong and will result in "400 Parameter verification failed":

ipconfig0 = "ip=10.0.2.99, gw=10.0.2.2"

It is missing a CIDR like <IPv4Format/CIDR>

so should read something like:

ipconfig0 = "gw=10.0.2.2,ip=10.0.2.99/24"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants