PHP Class Scalr\Modules\Platforms\Openstack\OpenstackPlatformModule

Inheritance: extends Scalr\Modules\Platforms\AbstractOpenstackPlatformModule, implements Scalr\Modules\PlatformModuleInterface
Show file Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$instancesDetailsCache
$instancesListCache

Public Methods

Method Description
CheckServerSnapshotStatus ( BundleTask $BundleTask )
ClearCache ( )
CreateServerSnapshot ( BundleTask $BundleTask )
GetPlatformAccessData ( Scalr_Environment $environment, DBServer $DBServer )
GetServerCloudLocation ( DBServer $DBServer )
GetServerConsoleOutput ( DBServer $DBServer )
GetServerExtendedInformation ( DBServer $DBServer, $extended = false )
GetServerID ( DBServer $DBServer )
GetServerIPAddresses ( DBServer $DBServer )
GetServerRealStatus ( DBServer $DBServer )
GetServersList ( Scalr_Environment $environment, $cloudLocation, $skipCache = false )
IsServerExists ( DBServer $DBServer, $debug = false )
LaunchServer ( DBServer $DBServer, Scalr_Server_LaunchOptions $launchOptions = null )
PutAccessData ( DBServer $DBServer, Scalr_Messaging_Msg $message )
RebootServer ( DBServer $DBServer, $soft = true )
RemoveServerSnapshot ( Image $image )
ResumeServer ( DBServer $DBServer )
SuspendServer ( DBServer $DBServer )
TerminateServer ( DBServer $DBServer )
__construct ( string $platform = SERVER_PLATFORMS::OPENSTACK ) Constuctor
determineServerIps ( OpenStack $client, $server )
getEndpointUrl ( Scalr_Environment $env, string $group = null ) : string Gets endpoint url for private clouds
getHttpClient ( DBServer $dbServer ) : RestClient
getInstanceIdPropertyName ( )
getInstanceTypes ( Scalr_Environment $env = null, $cloudLocation = null, $details = false )
getLocations ( Scalr_Environment $environment = null )
getOsClient ( Scalr_Environment $environment, $cloudLocation ) : OpenStack
hasCloudPrices ( Scalr_Environment $env )

Protected Methods

Method Description
ApplyAccessData ( Scalr_Messaging_Msg $msg )

Private Methods

Method Description
GetServerAvailZone ( DBServer $DBServer, OpenStack $client, Scalr_Server_LaunchOptions $launchOptions ) Gets Avail zone for the specified DB server
GetServerSecurityGroupsList ( DBServer $DBServer, OpenStack $osClient, Scalr_Governance $governance = null )

Method Details

ApplyAccessData() protected method

protected ApplyAccessData ( Scalr_Messaging_Msg $msg )
$msg Scalr_Messaging_Msg

CheckServerSnapshotStatus() public method

See also: Scalr\Modules\PlatformModuleInterface::CheckServerSnapshotStatus()
public CheckServerSnapshotStatus ( BundleTask $BundleTask )
$BundleTask BundleTask

ClearCache() public method

See also: Scalr\Modules\PlatformModuleInterface::ClearCache()
public ClearCache ( )

CreateServerSnapshot() public method

See also: Scalr\Modules\PlatformModuleInterface::CreateServerSnapshot()
public CreateServerSnapshot ( BundleTask $BundleTask )
$BundleTask BundleTask

GetPlatformAccessData() public method

public GetPlatformAccessData ( Scalr_Environment $environment, DBServer $DBServer )
$environment Scalr_Environment
$DBServer DBServer

GetServerCloudLocation() public method

See also: Scalr\Modules\PlatformModuleInterface::GetServerCloudLocation()
public GetServerCloudLocation ( DBServer $DBServer )
$DBServer DBServer

GetServerConsoleOutput() public method

See also: Scalr\Modules\PlatformModuleInterface::GetServerConsoleOutput()
public GetServerConsoleOutput ( DBServer $DBServer )
$DBServer DBServer

GetServerExtendedInformation() public method

See also: Scalr\Modules\PlatformModuleInterface::GetServerExtendedInformation()
public GetServerExtendedInformation ( DBServer $DBServer, $extended = false )
$DBServer DBServer

GetServerID() public method

See also: Scalr\Modules\PlatformModuleInterface::GetServerID()
public GetServerID ( DBServer $DBServer )
$DBServer DBServer

GetServerIPAddresses() public method

See also: Scalr\Modules\PlatformModuleInterface::GetServerIPAddresses()
public GetServerIPAddresses ( DBServer $DBServer )
$DBServer DBServer

GetServerRealStatus() public method

See also: Scalr\Modules\PlatformModuleInterface::GetServerRealStatus()
public GetServerRealStatus ( DBServer $DBServer )
$DBServer DBServer

GetServersList() public method

public GetServersList ( Scalr_Environment $environment, $cloudLocation, $skipCache = false )
$environment Scalr_Environment

IsServerExists() public method

See also: Scalr\Modules\PlatformModuleInterface::IsServerExists()
public IsServerExists ( DBServer $DBServer, $debug = false )
$DBServer DBServer

LaunchServer() public method

See also: Scalr\Modules\PlatformModuleInterface::LaunchServer()
public LaunchServer ( DBServer $DBServer, Scalr_Server_LaunchOptions $launchOptions = null )
$DBServer DBServer
$launchOptions Scalr_Server_LaunchOptions

PutAccessData() public method

See also: Scalr\Modules\PlatformModuleInterface::PutAccessData()
public PutAccessData ( DBServer $DBServer, Scalr_Messaging_Msg $message )
$DBServer DBServer
$message Scalr_Messaging_Msg

RebootServer() public method

See also: Scalr\Modules\PlatformModuleInterface::RebootServer()
public RebootServer ( DBServer $DBServer, $soft = true )
$DBServer DBServer

RemoveServerSnapshot() public method

See also: Scalr\Modules\PlatformModuleInterface::RemoveServerSnapshot()
public RemoveServerSnapshot ( Image $image )
$image Scalr\Model\Entity\Image

ResumeServer() public method

See also: Scalr\Modules\PlatformModuleInterface::ResumeServer()
public ResumeServer ( DBServer $DBServer )
$DBServer DBServer

SuspendServer() public method

public SuspendServer ( DBServer $DBServer )
$DBServer DBServer

TerminateServer() public method

See also: Scalr\Modules\PlatformModuleInterface::TerminateServer()
public TerminateServer ( DBServer $DBServer )
$DBServer DBServer

__construct() public method

Constuctor
public __construct ( string $platform = SERVER_PLATFORMS::OPENSTACK )
$platform string The name of the openstack based platform

determineServerIps() public method

public determineServerIps ( OpenStack $client, $server )
$client Scalr\Service\OpenStack\OpenStack

getEndpointUrl() public method

Gets endpoint url for private clouds
public getEndpointUrl ( Scalr_Environment $env, string $group = null ) : string
$env Scalr_Environment The scalr environment object
$group string optional The group name for eucaliptus
return string Returns endpoint url for private clouds.

getHttpClient() public method

See also: PlatformModuleInterface::getgetClientByDbServer()
public getHttpClient ( DBServer $dbServer ) : RestClient
$dbServer DBServer
return Scalr\Service\OpenStack\Client\RestClient

getInstanceIdPropertyName() public method

See also: Scalr\Modules\PlatformModuleInterface::getInstanceIdPropertyName()

getInstanceTypes() public method

See also: Scalr\Modules\PlatformModuleInterface::getInstanceTypes()
public getInstanceTypes ( Scalr_Environment $env = null, $cloudLocation = null, $details = false )
$env Scalr_Environment

getLocations() public method

See also: Scalr\Modules\PlatformModuleInterface::getLocations()
public getLocations ( Scalr_Environment $environment = null )
$environment Scalr_Environment

getOsClient() public method

public getOsClient ( Scalr_Environment $environment, $cloudLocation ) : OpenStack
$environment Scalr_Environment
return Scalr\Service\OpenStack\OpenStack

hasCloudPrices() public method

See also: Scalr\Modules\PlatformModuleInterface::hasCloudPrices()
public hasCloudPrices ( Scalr_Environment $env )
$env Scalr_Environment

Property Details

$instancesDetailsCache public property

public $instancesDetailsCache

$instancesListCache public property

public $instancesListCache