Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update doc accordingly to V23.11 offer [INFRA-1155] #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ROOT/pages/ConfigurationPossible.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ The following items can be configured in Bonita Cloud:
| URL customization
| LDAP synchronization setup
| Additonal backups
| Runtime restoration
| AppRuntime restoration
| Extended backup retention period
| Additional database storage
| Additional outbound data
| Additional runtime (Production or Non Production)
| Additional AppRuntime (Production or Non Production)
|===

Any request not included in items above can be submitted to Bonitasoft for review.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/Continuous_Delivery_Build_and_deploy.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Build and deploy a living application to Bonita Cloud Non Production Runtimes
= Build and deploy a living application to Bonita Cloud Non Production AppRuntimes

== Build and deploy Job

Expand All @@ -10,7 +10,7 @@ image::images/BuildDeployJob.png[]

. Click on the image:images/JenkinsPlayButton.png[CDPlayButton] of the "ACTION - Build and Deploy a LivingApp to a non-production runtime" job.
. Your default build and deploy configuration will be pre-loaded. If needed you can change it (includes the repository URL and branch)
. Select the target runtime (note that only non-production runtimes are available - to deploy in production see xref:Continuous_Delivery_Deploying_a_Living_Application_to_Bonita_Cloud_Prod.adoc[here])
. Select the target AppRuntime (note that only non-production AppRuntimes are available - to deploy in production see xref:Continuous_Delivery_Deploying_a_Living_Application_to_Bonita_Cloud_Prod.adoc[here])
. If needed, you can fill xref:{bcdVersion}@bcd:ROOT:deployer.adoc#deployment_descriptor_file[the Deployment Descriptor] in the DEPLOY_JSON field to specify which resources have to be deployed, and with which policy. When used, if a deploy policy is declared in DEPLOY_JSON, it overrides the Development or Production Policies.
. You can specify the directory that contains the xref:Continuous_Delivery_Test_a_Living_Application.adoc[integration tests] with the INTEGRATION_TESTS_DIR optional field.
. You can also select the deployment policies to apply. Warning: It may be overridden by policies inside DEPLOY_JSON.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ image:images/DefBuildJobResult.png[JobResult]

== Default Deploy configuration

This job allows you to define the default build parameters i.e. the BCD Configuration and the target runtime (production, preproduction or integration).
This job allows you to define the default build parameters i.e. the BCD Configuration and the target AppRuntime (production, non-production).

NOTE: You can use the deploy job without configuring your default deploy configuration.

. Click on the image:images/JenkinsPlayButton.png[CDPlayButton] of the "Configure my default deploy parameters - LivingApp" job.
. Enter the BCD configuration you wish to use to deploy your default living application
. Select the runtime to deploy to.
. Select the AppRuntime to deploy to.
+
NOTE: the Bonita version is displayed next to the runtime name.
NOTE: the Bonita version is displayed next to the AppRuntime name.
+
. Click on the "Build" button to save the configuration
. Make sure the job was successful:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= Deploying a Living Application to Bonita Cloud Non Production Runtimes
= Deploying a Living Application to Bonita Cloud Non Production AppRuntimes

== Deploy Job

The job "ACTION - Deploy a LivingApp to a non-production runtime" allows you to deploy your living applications to any of your Bonita Cloud runtimes with the development or production policies:
The job "ACTION - Deploy a LivingApp to a non-production runtime" allows you to deploy your living applications to any of your Bonita Cloud AppRuntimes with the development or production policies:

image::images/DeployJob.png[]

Expand All @@ -23,7 +23,7 @@ You have several possibilities:
** Last completed build
** Specified by permalink
** Copy from WORKSPACE of the latest completed build
. Select the target runtime (note that only non-production runtimes are available - to deploy in production see xref:Continuous_Delivery_Deploying_a_Living_Application_to_Bonita_Cloud_Prod.adoc[here])
. Select the target AppRuntime (note that only non-production AppRuntimes are available - to deploy in production see xref:Continuous_Delivery_Deploying_a_Living_Application_to_Bonita_Cloud_Prod.adoc[here])
. You can specify the directory that contains the xref:Continuous_Delivery_Test_a_Living_Application.adoc[integration tests] with the INTEGRATION_TESTS_DIR optional field.
. You can also select xref:{bcdVersion}@bcd:ROOT:deployer.adoc#preconfigured_deployment_policies[the deployment policies] to apply.
+
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= Deploying a Living Application to Bonita Cloud Production Runtimes
= Deploying a Living Application to Bonita Cloud Production AppRuntimes

== Deploy Job

The job "ACTION - Deploy a LivingApp to a production runtime" allows to you deploy your living applications to any of your *production* Bonita Cloud runtimes:
The job "ACTION - Deploy a LivingApp to a production AppRuntime" allows to you deploy your living applications to any of your *production* Bonita Cloud AppRuntimes:

image::images/DeployProdJob.png[]

Expand All @@ -23,7 +23,7 @@ You have several possibilities:
** Last completed build
** Specified by permalink
** Copy from WORKSPACE of the latest completed build
. Select the target runtime (note that only production runtimes are available - to deploy on non-production runtimes see xref:Continuous_Delivery_Deploying_a_Living_Application_to_Bonita_Cloud.adoc[here])
. Select the target AppRuntime (note that only production AppRuntimes are available - to deploy on non-production AppRuntimes see xref:Continuous_Delivery_Deploying_a_Living_Application_to_Bonita_Cloud.adoc[here])
. For troubleshooting purposes, you can activate the "Debug_mode" option to activate the debug verbose mode.
. Click on the build button (lower left).
. You should see the job progress and steps.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
= Test a living application on Non Production Runtimes
= Test a living application on Non Production AppRuntimes

[NOTE]
====
This functionality is compatible with Bonita Cloud runtimes >= 2022.1 / 7.14.
This functionality is compatible with Bonita Cloud AppRuntimes >= 2022.1 / 7.14.

It only targets non-production runtimes.
It only targets non-production AppRuntimes.
====

In order to write and execute integration tests for your Bonita processes the Bonita Cloud Continuous Delivery platform integrates the xref:test-toolkit:ROOT:process-testing-overview.adoc[Bonita Test Toolkit].
Expand Down
6 changes: 3 additions & 3 deletions modules/ROOT/pages/Getting_started_with_Bonita_Cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

With Bonita Cloud starting a new project has never been easier:

. After receiving all the required technical credentials, xref:{bonitaDocVersion}@bonita:runtime:first-steps-after-setup.adoc[create a Bonita Portal administrator for your runtimes]
. After receiving all the required technical credentials, xref:{bonitaDocVersion}@bonita:runtime:first-steps-after-setup.adoc[create a Bonita Portal administrator for your AppRuntimes]
. Download the Bonita Studio in your customer Portal (https://customer.bonitasoft.com/download/request[Request a download]).
. Develop your application within the studio (xref:{bonitaDocVersion}@bonita:getting-started:getting-started-index.adoc[Getting started]).
+
NOTE: With Bonita Cloud no need to install any runtime, they're already available in our cloud.
+
. Configure your xref:Continuous_Delivery_Configuring_your_Continuous_Delivery_Platform.adoc[Bonita Cloud Continuous Delivery platform].
. Use Bonita Cloud Continuous Delivery platform to build and deploy your application to the Integration or Pre-production runtimes (xref:Continuous_Delivery_Build_and_deploy.adoc[Building and deploying to Bonita Cloud]).
. Use Bonita Cloud Continuous Delivery platform to build and deploy your application to non-production AppRuntimes (xref:Continuous_Delivery_Build_and_deploy.adoc[Building and deploying to Bonita Cloud]).
+
[NOTE]
====
We recommend to use the non-production runtime if you have subscribed to such an environement as follows:
We recommend to use the non-production AppRuntime if you have subscribed to such an environement as follows:

** Integration: for tests by the development team with test data
** Pre-production: for tests by the final or test users with production-like data.
Expand Down
6 changes: 3 additions & 3 deletions modules/ROOT/taxonomy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
** xref:Continuous_Delivery_Configuring_your_Continuous_Delivery_Platform.adoc[Configuration]
** xref:Continuous_Delivery_Building_a_Living_Application.adoc[Building a Living Application]
** Deploying a Living Application
*** xref:Continuous_Delivery_Deploying_a_Living_Application_to_Bonita_Cloud.adoc[Non Production Runtimes]
*** xref:Continuous_Delivery_Deploying_a_Living_Application_to_Bonita_Cloud_Prod.adoc[Production Runtimes]
*** xref:Continuous_Delivery_Deploying_a_Living_Application_to_Bonita_Cloud.adoc[Non Production AppRuntimes]
*** xref:Continuous_Delivery_Deploying_a_Living_Application_to_Bonita_Cloud_Prod.adoc[Production AppRuntimes]
** xref:Continuous_Delivery_Build_and_deploy.adoc[Build and deploy a Living Application]
** xref:Continuous_Delivery_Test_a_Living_Application.adoc[Test a Living Application]
** xref:Continuous_Delivery_Managing_Living_Application_configuration.adoc[Managing Living Application configuration]
** xref:Retrieve_Bonita_runtime_logs.adoc[Retrieve Bonita runtime logs]
** xref:Retrieve_Bonita_runtime_logs.adoc[Retrieve Bonita AppRuntime logs]
** Basic actions
*** xref:Continuous_Delivery_Generic_Actions_Monitoring.adoc[Monitoring a job]
*** xref:Continuous_Delivery_Generic_Actions_Parameters.adoc[Check the parameters of a job]
Expand Down
Loading