Skip to content

sbradley7777/clucreate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Since this tool has being designed to be as much generic as possible (i.e. set up cluster using templates of any distro), there are some manual requirements that should be configured.

Requirements:
	
	- each template should not have any network card added to the virtual machine, but should have the /etc/sysconfig/network-scripts/ifcfg-eth0 with the following configuration:

	DEVICE=eth0
	BOOTPROTO=dhcp
	ONBOOT=yes 

	- each template should have a file /etc/sysconfig/network with ONLY the following configuration:

		NETWORKING=yes
		IPv6=no

	- each template should have NetworkManager and iptables disabled

	- a hack to the cman init script should be done to bypass the NetworkManager check

About

help with the setup of virtual clusters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages