FOSSology  4.4.0
Open Source License Compliance by Open Source Software
vmcheck.php File Reference

make sure the vm's for package testing are on and have a snapshot More...

Go to the source code of this file.

Variables

 $vmServers
 
 $pkgVms
 
 $hosts = array()
 
 $listOut = array()
 
 $vmList = array()
 
foreach($vmServers as $host) $machinesReady = array()
 
foreach($hosts as $host=> $vms) $dataFile = 'vm.ini'
 
 $VM = fopen($dataFile, 'w') or die("FATAL! Cannot open $dataFile\n")
 
 $message
 

Detailed Description

make sure the vm's for package testing are on and have a snapshot

Version
"$Id$" Created on March 15, 2012 by Mark Donohoe

Definition in file vmcheck.php.

Variable Documentation

◆ $message

$message
Initial value:
= "; This file was generated by vmcheck.php on:" .
date("D M j G:i:s T Y") . "\n\n"

Definition at line 139 of file vmcheck.php.

◆ $pkgVms

$pkgVms
Initial value:
= array(
'fo-debian-squeeze32.fc.hp.com',
'fo-debian-squeeze64.fc.hp.com',
'fo-debian-wheezy32.fc.hp.com',
'fo-debian-wheezy64.fc.hp.com',
'fo-centos-6-32.fc.hp.com',
'fo-centos-6-64.fc.hp.com',
'fo-fedora-19-32.fc.hp.com',
'fo-fedora-19-64.fc.hp.com',
'fo-fedora-18-32.fc.hp.com',
'fo-fedora-18-64.fc.hp.com',
'fo-ubuntu-1204-32.fc.hp.com',
'fo-ubuntu-1204-64.fc.hp.com',
'fo-ubuntu-1210-32.fc.hp.com',
'fo-ubuntu-1210-64.fc.hp.com',
'fo-ubuntu-1304-32.fc.hp.com',
'fo-ubuntu-1304-64.fc.hp.com',
'fo-ubuntu-1310-32.fc.hp.com',
'fo-ubuntu-1310-64.fc.hp.com',
'fo-fedora-20-32.fc.hp.com',
'fo-fedora-20-64.fc.hp.com',
'fo-ubuntu-1404-32.fc.hp.com',
'fo-ubuntu-1404-64.fc.hp.com',
)

Definition at line 47 of file vmcheck.php.

◆ $vmServers

$vmServers
Initial value:
= array(
'haymitch.fc.hp.com',
'primrose.fc.hp.com',
'madge.fc.hp.com',
'buttercup.fc.hp.com'
)

Definition at line 18 of file vmcheck.php.