Skip to content
Snippets Groups Projects
Commit 03d27e39 authored by Yas Naoi's avatar Yas Naoi Committed by Yas Naoi
Browse files

Issue #3356527 by yas: Back to dev.

parent d878eb1d
No related branches found
No related tags found
1 merge request!1748Issue #3356527: Release 6.0.0-alpha1
Showing
with 14 additions and 14 deletions
...@@ -31,7 +31,7 @@ PROJECT_NAME = Cloud ...@@ -31,7 +31,7 @@ PROJECT_NAME = Cloud
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = ver.6.0.0-alpha1 PROJECT_NUMBER = ver.6.x-dev
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.
......
...@@ -707,7 +707,7 @@ Parameters: ...@@ -707,7 +707,7 @@ Parameters:
- UTC - UTC
CloudOrchestratorVersion: CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install. Description: Version of the Cloud Orchestrator to install.
Default: 6.0.0-alpha1 Default: 6.x-dev
Type: String Type: String
AllowedValues: AllowedValues:
- 4.8.0 - 4.8.0
......
...@@ -738,7 +738,7 @@ Parameters: ...@@ -738,7 +738,7 @@ Parameters:
- UTC - UTC
CloudOrchestratorVersion: CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install. Description: Version of the Cloud Orchestrator to install.
Default: 6.0.0-alpha1 Default: 6.x-dev
Type: String Type: String
AllowedValues: AllowedValues:
- 4.8.0 - 4.8.0
......
...@@ -624,7 +624,7 @@ Parameters: ...@@ -624,7 +624,7 @@ Parameters:
- UTC - UTC
CloudOrchestratorVersion: CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install. Description: Version of the Cloud Orchestrator to install.
Default: 6.0.0-alpha1 Default: 6.x-dev
Type: String Type: String
AllowedValues: AllowedValues:
- 4.8.0 - 4.8.0
......
...@@ -142,7 +142,7 @@ Parameters: ...@@ -142,7 +142,7 @@ Parameters:
and contain alphanumeric characters and underscores. and contain alphanumeric characters and underscores.
CloudOrchestratorVersion: CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install. Description: Version of the Cloud Orchestrator to install.
Default: 6.0.0-alpha1 Default: 6.x-dev
Type: String Type: String
AllowedValues: AllowedValues:
- 4.8.0 - 4.8.0
......
...@@ -639,7 +639,7 @@ Parameters: ...@@ -639,7 +639,7 @@ Parameters:
- UTC - UTC
CloudOrchestratorVersion: CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install. Description: Version of the Cloud Orchestrator to install.
Default: 6.0.0-alpha1 Default: 6.x-dev
Type: String Type: String
AllowedValues: AllowedValues:
- 4.8.0 - 4.8.0
......
...@@ -721,7 +721,7 @@ Parameters: ...@@ -721,7 +721,7 @@ Parameters:
- UTC - UTC
CloudOrchestratorVersion: CloudOrchestratorVersion:
Description: Version of the Cloud Orchestrator to install. Description: Version of the Cloud Orchestrator to install.
Default: 6.0.0-alpha1 Default: 6.x-dev
Type: String Type: String
AllowedValues: AllowedValues:
- 4.8.0 - 4.8.0
......
...@@ -114,7 +114,7 @@ spec: ...@@ -114,7 +114,7 @@ spec:
spec: spec:
containers: containers:
- name: cloud-orchestrator - name: cloud-orchestrator
image: docomoinnovations/cloud_orchestrator:6.0.0-alpha1 image: docomoinnovations/cloud_orchestrator:6.x-dev
imagePullPolicy: Always imagePullPolicy: Always
command: ["bash", "-c"] command: ["bash", "-c"]
args: args:
...@@ -127,7 +127,7 @@ spec: ...@@ -127,7 +127,7 @@ spec:
"${SCRIPT}" "${SCRIPT}"
env: env:
- name: CLOUD_ORCHESTRATOR_VERSION - name: CLOUD_ORCHESTRATOR_VERSION
value: 6.0.0-alpha1 value: 6.x-dev
- name: DRUPAL_USER - name: DRUPAL_USER
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
......
...@@ -114,7 +114,7 @@ spec: ...@@ -114,7 +114,7 @@ spec:
spec: spec:
containers: containers:
- name: cloud-orchestrator - name: cloud-orchestrator
image: docomoinnovations/cloud_orchestrator:6.0.0-alpha1-arm64 image: docomoinnovations/cloud_orchestrator:6.x-dev-arm64
imagePullPolicy: Always imagePullPolicy: Always
command: ["bash", "-c"] command: ["bash", "-c"]
args: args:
...@@ -127,7 +127,7 @@ spec: ...@@ -127,7 +127,7 @@ spec:
"${SCRIPT}" "${SCRIPT}"
env: env:
- name: CLOUD_ORCHESTRATOR_VERSION - name: CLOUD_ORCHESTRATOR_VERSION
value: 6.0.0-alpha1 value: 6.x-dev
- name: DRUPAL_USER - name: DRUPAL_USER
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
......
...@@ -86,7 +86,7 @@ spec: ...@@ -86,7 +86,7 @@ spec:
spec: spec:
containers: containers:
- name: cloud-orchestrator - name: cloud-orchestrator
image: docomoinnovations/cloud_orchestrator:6.0.0-alpha1{{ cpu_architecture == 'arm64' ? '-arm64' : '' }} image: docomoinnovations/cloud_orchestrator:6.x-dev{{ cpu_architecture == 'arm64' ? '-arm64' : '' }}
imagePullPolicy: Always imagePullPolicy: Always
command: ["bash", "-c"] command: ["bash", "-c"]
args: args:
...@@ -99,7 +99,7 @@ spec: ...@@ -99,7 +99,7 @@ spec:
"${SCRIPT}" "${SCRIPT}"
env: env:
- name: CLOUD_ORCHESTRATOR_VERSION - name: CLOUD_ORCHESTRATOR_VERSION
value: 6.0.0-alpha1 value: 6.x-dev
- name: DRUPAL_USER - name: DRUPAL_USER
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
......
...@@ -16,7 +16,7 @@ interface CloudServiceInterface { ...@@ -16,7 +16,7 @@ interface CloudServiceInterface {
/** /**
* The version signature string. * The version signature string.
*/ */
public const VERSION = '6.0.0-alpha1'; public const VERSION = '6.x-dev';
/** /**
* Get the version number of the module. * Get the version number of the module.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment