Skip to content
Snippets Groups Projects
Forked from project / cloud
3238 commits behind the upstream repository.
Baldwin Louie's avatar
Issue #2948174 by baldwinlouie: [Porting to D8] - All AWS Entities throw...
baldwinlouie authored
Issue #2948174 by baldwinlouie: [Porting to D8] - All AWS Entities throw MissingMandatoryParametersException for cloud_context
27ff302b
History

Version

Cloud 8.x-1.x

  • This is under development as a very initial stage.

BASIC INFO

Cloud (a.k.a Clanavi) is a set of modules that lets users administer public and private clouds from within Drupal. Clanavi provide users the ability to manage public clouds such as AWS EC2 clouds as well as private clouds like OpenStack, Eucalyptus and XCP.

FEATURES

  • TODO

INSTALLATION: FOR USAGE WITH AMAZON EC2

  • TODO

BASIC USAGE: AMAZON EC2

  • TODO

PERMISSONS

  • TODO

SYSTEM REQUIREMENTS

  • PHP 5.4 or Higher
  • MySQL 5.5 or Higher
  • Drupal 8.x
  • 512MB Memory: If you use AWS Cloud module, the running host of this system requires more than 512MB memory to download a list of images (because it's huge amount of data for listing).

DIRECTORY STRUCTURE

cloud +-modules (depends on Cloud module) (Cloud is a core module for Cloud package) +-cloud_alerts +-cloud_pricing +-cloud_scripting +-cloud_server_templates +-modules - cloud_service_providers - aws_cloud

hook_api() FOR SUBSIDIARY MODULES

  • TODO