You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The INDIGO PaaS Orchestrator is a component of the PaaS layer that allows to instantiate resources on Cloud Management Frameworks (like [OpenStack](https://www.openstack.org/) and [OpenNebula](http://opennebula.org/)), [Mesos](http://mesos.apache.org/) and [Kubernetes](https://kubernetes.io/) clusters.
17
14
@@ -32,7 +29,7 @@ The PaaS Orchestrator needs the presence of the following INDIGO services:
Copy file name to clipboardExpand all lines: gitbook/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The INDIGO PaaS Orchestrator is a component of the PaaS layer that allows to ins
8
8
9
9
It takes the deployment requests, expressed through templates written in [TOSCA YAML Simple Profile v1.0](http://docs.oasis-open.org/tosca/TOSCA-Simple-Profile-YAML/v1.0/TOSCA-Simple-Profile-YAML-v1.0.html), and deploys them on the best cloud site available. In order to do that 1. it gathers SLAs, monitoring info and other data from other platform services, 2. it asks to the cloud provider ranker for a list of the best cloud sites.
10
10
11
-
The exposed REST APIs are consumed by the Future Gateway portal. Here you can find the [REST APIs documentation](http://indigo-dc.github.io/orchestrator/restdocs/) and the [Java doc](http://indigo-dc.github.io/orchestrator/apidocs/).
11
+
The exposed REST APIs are consumed by the Future Gateway portal. Here you can find the [REST APIs documentation](http://indigo-paas.github.io/orchestrator/restdocs/) and the [Java doc](http://indigo-paas.github.io/orchestrator/apidocs/).
"The status of the deployment schedule. (http://indigo-dc.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/DeploymentScheduleStatus.html)"),
161
+
"The status of the deployment schedule. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/DeploymentScheduleStatus.html)"),
162
162
fieldWithPath("content[].createdBy").description(
163
163
"The OIDC info of the deployment schedule's creator."),
164
164
fieldWithPath("content[].callback").description(
@@ -251,7 +251,7 @@ public void getDeploymentScheduleSuccessfully() throws Exception {
"The status of the deployment schedule. (http://indigo-dc.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/DeploymentScheduleStatus.html)"),
254
+
"The status of the deployment schedule. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/DeploymentScheduleStatus.html)"),
255
255
fieldWithPath("callback").description(
256
256
"The endpoint used by the orchestrator to notify the progress of the deployment schedule event process."),
257
257
fieldWithPath("links[]").ignored())));
@@ -312,7 +312,7 @@ public void createDeploymentScheduleSuccessfully() throws Exception {
0 commit comments