diff --git a/README.md b/README.md index 35dc4a35..78a9e0e0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ INTRODUCTION ============ + Cloud is a set of modules to realize Cloud management: Drupal-based Cloud dashboard such as Amazon Management Console, RightScale, ElasticFox, etc. The module aims to support not only public Cloud like Amazon EC2 but also @@ -8,18 +9,20 @@ modularized by Drupal architecture. REQUIREMENTS ============ + - `PHP 7.3` or Higher (`128 MB` Memory or higher) - `MySQL 5.7` or higher _OR_ - `MariaDB 10.3` or higher -- `Drupal 8.x` (Latest version of Drupal 8) -- `Cloud 8.x-2.x` - - This branch includes support for `aws_cloud`, `openstack`, `k8s`. - - Future support includes `Terraform Cloud`, VMware`, GCP` and `Azure`. +- `Drupal 8.9.x` or higher (The latest version of Drupal 8.9.x or 9.x) +- `Cloud 8.x-1.x` + - This branch includes support for `AWS`. + - Future support includes `OpenStack`, `Kubernetes`, `Terraform Cloud`, `VMware`, `GCP` and `MS Azure`. Limitations =========== + - The aws_cloud module does **not** support *Classic EC2 instances* (`Non-VPC`). @@ -37,6 +40,7 @@ Limitations INSTALLATION ============= + 1. Download `aws-sdk` from: https://docs.aws.amazon.com/aws-sdk-php/v3/download/aws.zip and unzip it into the `vendor` directory. diff --git a/cloud.libraries.yml b/cloud.libraries.yml index a6ab3469..8f6371fd 100644 --- a/cloud.libraries.yml +++ b/cloud.libraries.yml @@ -58,7 +58,7 @@ chartjs: https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js: { type: external, minified: true } cloud_config_location: - version: 8.x-2.x + version: 8.x-1.x js: js/cloud_config_location.js: {} dependencies: @@ -69,20 +69,20 @@ cloud_config_location: css/cloud_config_location.css: {} cloud_geocoder: - version: 8.x-2.x + version: 8.x-1.x js: js/cloud_geocoder.js: {} dependencies: - core/jquery cloud_icon: - version: 8.x-2.x + version: 8.x-1.x css: theme: css/cloud_icon.css: {} cloud_ansi_color: - version: 8.x-2.x + version: 8.x-1.x css: theme: css/cloud_ansi_color.css: {} diff --git a/modules/cloud_budget/README.md b/modules/cloud_budget/README.md index c16f9692..78249ec1 100644 --- a/modules/cloud_budget/README.md +++ b/modules/cloud_budget/README.md @@ -10,9 +10,10 @@ INTRODUCTION REQUIREMENTS ============ -- `Drupal 8.8` or higher (The latest version of Drupal 8.8 or 9) -- `Cloud 8.x-2.x` or higher +- `Drupal 8.9.x` or higher (The latest version of Drupal 8.9.x or 9.x) +- `Cloud 8.x-1.x` or higher INSTALLATION ============ + - `composer require drupal/cloud` diff --git a/modules/cloud_service_providers/aws_cloud/README.md b/modules/cloud_service_providers/aws_cloud/README.md index 5ed65ea2..df048e3d 100644 --- a/modules/cloud_service_providers/aws_cloud/README.md +++ b/modules/cloud_service_providers/aws_cloud/README.md @@ -10,9 +10,10 @@ INTRODUCTION REQUIREMENTS ============ -- `Drupal 8.8` or higher (The latest version of Drupal 8.8 or 9) -- `Cloud 8.x-2.x` or higher +- `Drupal 8.9.x` or higher (The latest version of Drupal 8.9.x or 9.x) +- `Cloud 8.x-1.x` or higher INSTALLATION ============ + - `composer require drupal/cloud` diff --git a/modules/cloud_service_providers/docker/README.md b/modules/cloud_service_providers/docker/README.md index 8a264bf7..249e42f6 100644 --- a/modules/cloud_service_providers/docker/README.md +++ b/modules/cloud_service_providers/docker/README.md @@ -11,9 +11,10 @@ INTRODUCTION REQUIREMENTS ============ -- `Drupal 8.8` or higher (The latest version of Drupal 8.8 or 9) +- `Drupal 8.9.x` or higher (The latest version of Drupal 8.9.x or 9.x) - `Cloud 8.x-2.x` or higher INSTALLATION ============ + - `composer require drupal/cloud` diff --git a/modules/cloud_service_providers/k8s/README.md b/modules/cloud_service_providers/k8s/README.md index ca8d279b..4df4c3b7 100644 --- a/modules/cloud_service_providers/k8s/README.md +++ b/modules/cloud_service_providers/k8s/README.md @@ -10,7 +10,7 @@ INTRODUCTION REQUIREMENTS ============ -- `Drupal 8.8` or higher (The latest version of Drupal 8.8 or 9) +- `Drupal 8.9.x` or higher (The latest version of Drupal 8.9.x or 9.x) - `Cloud 8.x-2.x` or higher INSTALLATION diff --git a/modules/cloud_service_providers/openstack/README.md b/modules/cloud_service_providers/openstack/README.md index 29ecc4b4..e55d7e5b 100644 --- a/modules/cloud_service_providers/openstack/README.md +++ b/modules/cloud_service_providers/openstack/README.md @@ -10,9 +10,10 @@ INTRODUCTION REQUIREMENTS ============ -- `Drupal 8.8` or higher (The latest version of Drupal 8.8 or 9) +- `Drupal 8.9.x` or higher (The latest version of Drupal 8.9.x or 9.x) - `Cloud 8.x-2.x` or higher INSTALLATION ============ + - `composer require drupal/cloud` diff --git a/modules/cloud_service_providers/openstack/openstack.libraries.yml b/modules/cloud_service_providers/openstack/openstack.libraries.yml index 265fc9ed..39faba61 100644 --- a/modules/cloud_service_providers/openstack/openstack.libraries.yml +++ b/modules/cloud_service_providers/openstack/openstack.libraries.yml @@ -1,5 +1,5 @@ openstack_form: - version: 8.x-1.x + version: 8.x-2.x js: js/openstack_form.js: {} dependencies: diff --git a/modules/cloud_service_providers/terraform/README.md b/modules/cloud_service_providers/terraform/README.md index a0e66a06..c39947ef 100644 --- a/modules/cloud_service_providers/terraform/README.md +++ b/modules/cloud_service_providers/terraform/README.md @@ -10,9 +10,10 @@ INTRODUCTION REQUIREMENTS ============ -- `Drupal 8.8` or higher (The latest version of Drupal 8.8 or 9) +- `Drupal 8.9.x` or higher (The latest version of Drupal 8.9.x or 9.x) - `Cloud 8.x-2.x` or higher INSTALLATION ============ + - `composer require drupal/cloud` diff --git a/modules/cloud_service_providers/vmware/README.md b/modules/cloud_service_providers/vmware/README.md index adf7e0ad..04e5ed40 100644 --- a/modules/cloud_service_providers/vmware/README.md +++ b/modules/cloud_service_providers/vmware/README.md @@ -10,9 +10,10 @@ INTRODUCTION REQUIREMENTS ============ -- `Drupal 8.8` or higher (The latest version of Drupal 8.8 or 9) -- `Cloud 8.x-2.x` or higher +- `Drupal 8.9.x` or higher (The latest version of Drupal 8.9.x or 9.x) +- `Cloud 3.x` or higher INSTALLATION ============ + - `composer require drupal/cloud` diff --git a/modules/gapps/README.md b/modules/gapps/README.md index 99f93857..854aeb1d 100644 --- a/modules/gapps/README.md +++ b/modules/gapps/README.md @@ -9,9 +9,10 @@ INTRODUCTION REQUIREMENTS ============ -- `Drupal 8.8` or higher (The latest version of Drupal 8.8 or 9) -- `Cloud 8.x-2.x` or higher +- `Drupal 8.9.x` or higher (The latest version of Drupal 8.9.x or 9.x) +- `Cloud 8.x-1.x` or higher INSTALLATION ============ + - `composer require drupal/cloud` diff --git a/modules/tools/k8s_to_s3/README.md b/modules/tools/k8s_to_s3/README.md index 1b021566..971907b0 100644 --- a/modules/tools/k8s_to_s3/README.md +++ b/modules/tools/k8s_to_s3/README.md @@ -11,9 +11,10 @@ INTRODUCTION REQUIREMENTS ============ -- `Drupal 8.8` or higher (The latest version of Drupal 8.8 or 9) +- `Drupal 8.9.x` or higher (The latest version of Drupal 8.9.x or 9.x) - `Cloud 8.x-2.x` or higher INSTALLATION ============ + - `composer require drupal/cloud` diff --git a/modules/tools/s3_to_k8s/README.md b/modules/tools/s3_to_k8s/README.md index b432d034..5ea85b4a 100644 --- a/modules/tools/s3_to_k8s/README.md +++ b/modules/tools/s3_to_k8s/README.md @@ -11,9 +11,10 @@ INTRODUCTION REQUIREMENTS ============ -- `Drupal 8.8` or higher (The latest version of Drupal 8.8 or 9) +- `Drupal 8.9.x` or higher (The latest version of Drupal 8.9.x or 9.x) - `Cloud 8.x-2.x` or higher INSTALLATION ============ + - `composer require drupal/cloud`