Commit faf47553 authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3272190 by yas: Back to dev.

parent 2dda10c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Requirements
  - PHP `7.4` or higher (`128 MB` memory or higher)
  - MySQL `5.7` or higher _OR_ MariaDB `10.3` or higher
  - Drupal `9.3` or higher
  - Cloud `4.1.0`
  - Cloud `4.x`
    - This branch includes support for _AWS_, _Kubernetes_, _OpenStack_,
      _VMware_ and _Terraform Cloud_
    - Future support includes _GCP_ and _MS Azure_
@@ -44,7 +44,7 @@ Installation
      docomoinnovations/cloud_orchestrator cloud_orchestrator`
  2. Launch Cloud [Cloud Orchestrator](
       https://www.drupal.org/project/cloud_orchestrator
     ) `4.1.0` from [AWS Marketplace](
     ) `4.x` from [AWS Marketplace](
       https://aws.amazon.com/marketplace/pp/B08PN2Z6X6?ref_=srh_res_product_title
     )
  3. Launch an Amazon EC2 instance of Cloud Orchestrator using
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ PROJECT_NAME = Cloud
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = ver.4.1.0
PROJECT_NUMBER = ver.4.x-dev

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
+7 −7
Original line number Diff line number Diff line
cloud:
  version: 4.1.0
  version: 4.x
  js:
    js/cloud.js: {}
  dependencies:
    - core/jquery

cloud_view_builder:
  version: 4.1.0
  version: 4.x
  css:
    theme:
      css/cloud_view_builder.css: {}
@@ -21,7 +21,7 @@ d3:
    https://d3js.org/d3.v5.min.js: { type: external, minified: true }

d3-horizon-chart:
  version: 4.1.0
  version: 4.x
  license:
    name: Apache License, Version 2.0
    url: http://www.apache.org/licenses/LICENSE-2.0
@@ -82,7 +82,7 @@ chartjs:
    https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js: { type: external, minified: true }

cloud_config_location:
  version: 4.1.0
  version: 4.x
  js:
    js/cloud_config_location.js: {}
  dependencies:
@@ -93,20 +93,20 @@ cloud_config_location:
      css/cloud_config_location.css: {}

cloud_geocoder:
  version: 4.1.0
  version: 4.x
  js:
    js/cloud_geocoder.js: {}
  dependencies:
    - core/jquery

cloud_icon:
  version: 4.1.0
  version: 4.x
  css:
    theme:
      css/cloud_icon.css: {}

cloud_ansi_color:
  version: 4.1.0
  version: 4.x
  css:
    theme:
      css/cloud_ansi_color.css: {}
+2 −1
Original line number Diff line number Diff line
@@ -707,12 +707,13 @@ Parameters:
      - UTC
  CloudOrchestratorVersion:
    Description: Version of the Cloud Orchestrator to install.
    Default: 4.1.0
    Default: 4.x-dev
    Type: String
    AllowedValues:
      - 3.2.0
      - 4.1.0
      - 5.0.0-alpha1
      - 4.x-dev
      - 5.x-dev
  CacheNodeType:
    Description: >-
+2 −1
Original line number Diff line number Diff line
@@ -738,12 +738,13 @@ Parameters:
      - UTC
  CloudOrchestratorVersion:
    Description: Version of the Cloud Orchestrator to install.
    Default: 4.1.0
    Default: 4.x-dev
    Type: String
    AllowedValues:
      - 3.2.0
      - 4.1.0
      - 5.0.0-alpha1
      - 4.x-dev
      - 5.x-dev
  CacheNodeType:
    Description: >-
Loading