Commit 8cea7b89 authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3284576 by yas, baldwinlouie: Release 5.0.0-alpha2

parent 2e31a1aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ Installation
      docomoinnovations/cloud_orchestrator cloud_orchestrator`
  2. Launch Cloud [Cloud Orchestrator](
       https://www.drupal.org/project/cloud_orchestrator
     ) `5.x-dev` from [AWS Marketplace](
     ) `5.0.0-alpha2` 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.5.x-dev
PROJECT_NUMBER = ver.5.0.0-alpha2

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
+2 −2
Original line number Diff line number Diff line
@@ -707,11 +707,11 @@ Parameters:
      - UTC
  CloudOrchestratorVersion:
    Description: Version of the Cloud Orchestrator to install.
    Default: 5.x-dev
    Default: 5.0.0-alpha2
    Type: String
    AllowedValues:
      - 4.1.0
      - 5.0.0-alpha1
      - 5.0.0-alpha2
      - 5.x-dev
  CacheNodeType:
    Description: >-
+2 −2
Original line number Diff line number Diff line
@@ -738,11 +738,11 @@ Parameters:
      - UTC
  CloudOrchestratorVersion:
    Description: Version of the Cloud Orchestrator to install.
    Default: 5.x-dev
    Default: 5.0.0-alpha2
    Type: String
    AllowedValues:
      - 4.1.0
      - 5.0.0-alpha1
      - 5.0.0-alpha2
      - 5.x-dev
  CacheNodeType:
    Description: >-
+2 −2
Original line number Diff line number Diff line
@@ -624,11 +624,11 @@ Parameters:
      - UTC
  CloudOrchestratorVersion:
    Description: Version of the Cloud Orchestrator to install.
    Default: 5.x-dev
    Default: 5.0.0-alpha2
    Type: String
    AllowedValues:
      - 4.1.0
      - 5.0.0-alpha1
      - 5.0.0-alpha2
      - 5.x-dev
Resources:
  IamRole:
Loading