mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			581 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			581 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "run_list": [
 | 
						|
    "recipe[development-installation]",
 | 
						|
    "recipe[nat-router]"
 | 
						|
  ],
 | 
						|
  "iptables": {
 | 
						|
    "lans": ["eth1", "eth2"]
 | 
						|
  },
 | 
						|
  "set_fqdn": "*.localdomain",
 | 
						|
  "selinux": {
 | 
						|
      "state": "permissive"
 | 
						|
  },
 | 
						|
  "cloudstack": {
 | 
						|
      "secondary": {
 | 
						|
        "path": "/exports/secondary"
 | 
						|
      },
 | 
						|
      "primary": {
 | 
						|
        "path": "/exports/primary"
 | 
						|
      },
 | 
						|
      "hypervisor_tpl": {
 | 
						|
        "xenserver": "http://jenkins.buildacloud.org/job/build-systemvm64-master/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvm64template-master-4.6.0-xen.vhd.bz2"
 | 
						|
      }
 | 
						|
  }
 | 
						|
}
 |