mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1017 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1017 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "run_list": [
 | 
						|
    "recipe[binary-installation]",
 | 
						|
    "recipe[nat-router]"
 | 
						|
  ],
 | 
						|
  "set_fqdn": "*.localdomain",
 | 
						|
  "selinux": {
 | 
						|
      "state": "permissive"
 | 
						|
  },
 | 
						|
  "cloudstack": {
 | 
						|
      "db": {
 | 
						|
        "user": "cloud",
 | 
						|
        "password": "cloud",
 | 
						|
        "rootusername": "root",
 | 
						|
        "rootpassword": "password",
 | 
						|
        "management_server_key": "password",
 | 
						|
        "database_key": "password",
 | 
						|
        "prefill": "/vagrant/prefill.sql"
 | 
						|
      },
 | 
						|
      "secondary": {
 | 
						|
        "path": "/exports/secondary"
 | 
						|
      },
 | 
						|
      "primary": {
 | 
						|
        "path": "/exports/primary"
 | 
						|
      },
 | 
						|
      "hypervisor_tpl": {
 | 
						|
        "xenserver": "http://packages.shapeblue.com/systemvmtemplate/4.5/systemvm64template-4.5-xen.vhd.bz2"
 | 
						|
      },
 | 
						|
      "configuration": "/vagrant/marvin.cfg.erb",
 | 
						|
      "yum_repo": "http://packages.shapeblue.com/cloudstack/testing/centos/4.5/",
 | 
						|
      "apt_repo": "http://packages.shapeblue.com/cloudstack/testing/debian/4.5/",
 | 
						|
      "version": "4.5.0"
 | 
						|
  },
 | 
						|
  "iptables": {
 | 
						|
    "lans": ["eth1", "eth2"]
 | 
						|
  }
 | 
						|
}
 |