vagrant: remove invalid attribute hostname
This commit is contained in:
2
vagrant/Vagrantfile
vendored
2
vagrant/Vagrantfile
vendored
@@ -40,7 +40,6 @@ Vagrant.configure(2) do |config|
|
|||||||
#end
|
#end
|
||||||
|
|
||||||
node.vm.provider :libvirt do |libvirt|
|
node.vm.provider :libvirt do |libvirt|
|
||||||
libvirt.hostname = "kmaster"
|
|
||||||
libvirt.memory = MEMORY_MASTER_NODE
|
libvirt.memory = MEMORY_MASTER_NODE
|
||||||
libvirt.nested = true
|
libvirt.nested = true
|
||||||
libvirt.cpus = CPUS_MASTER_NODE
|
libvirt.cpus = CPUS_MASTER_NODE
|
||||||
@@ -78,7 +77,6 @@ Vagrant.configure(2) do |config|
|
|||||||
#end
|
#end
|
||||||
|
|
||||||
node.vm.provider :libvirt do |libvirt|
|
node.vm.provider :libvirt do |libvirt|
|
||||||
libvirt.hostname = "kworker#{i}"
|
|
||||||
libvirt.memory = MEMORY_WORKER_NODE
|
libvirt.memory = MEMORY_WORKER_NODE
|
||||||
libvirt.nested = true
|
libvirt.nested = true
|
||||||
libvirt.cpus = CPUS_WORKER_NODE
|
libvirt.cpus = CPUS_WORKER_NODE
|
||||||
|
|||||||
Reference in New Issue
Block a user