Skip to content

Commit e35e419

Browse files
Fix docs links
1 parent 2dfd30d commit e35e419

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The PaaS Orchestrator needs the presence of the following INDIGO services:
2929
* [How to build](gitbook/how_to_build.md)
3030
* [How to deploy](gitbook/how_to_deploy.md)
3131
* [How to upgrade](gitbook/how_to_upgrade.md)
32-
* [REST APIs & Java Doc](http://indigo-paas.github.io/orchestrator/)
32+
* [REST APIs & Java Doc](http://infn-datacloud.github.io/orchestrator/)
3333
* [Service Reference Card](gitbook/service_reference_card.md)
3434

3535
### Acknowledgments:

gitbook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The INDIGO PaaS Orchestrator is a component of the PaaS layer that allows to ins
88

99
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.
1010

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/).
11+
The exposed REST APIs are consumed by the Future Gateway portal. Here you can find the [REST APIs documentation](http://infn-datacloud.github.io/orchestrator/restdocs/) and the [Java doc](http://infn-datacloud.github.io/orchestrator/apidocs/).
1212

1313
### DEPENDENCIES TO OTHER SERVICES
1414

src/test/java/it/reply/orchestrator/controller/DeploymentControllerTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@ public void getDeployments() throws Exception {
163163
"Creation date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
164164
fieldWithPath("content[].updateTime").description("Update date-time"),
165165
fieldWithPath("content[].status").description(
166-
"The status of the deployment. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Status.html)"),
166+
"The status of the deployment. (http://infn-datacloud.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Status.html)"),
167167
fieldWithPath("content[].statusReason").description(
168168
"Verbose explanation of reason that lead to the deployment status (Present only if the deploy is in some error status)"),
169169
fieldWithPath("content[].task").description(
170-
"The current step of the deployment process. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Task.html)"),
170+
"The current step of the deployment process. (http://infn-datacloud.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Task.html)"),
171171
fieldWithPath("content[].createdBy").description(
172172
"The OIDC info of the deployment's creator."),
173173
fieldWithPath("content[].userGroup").description(
@@ -336,13 +336,13 @@ public void getDeploymentWithOutputSuccessfully() throws Exception {
336336
"Creation date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
337337
fieldWithPath("updateTime").description("Update date-time"),
338338
fieldWithPath("status").description(
339-
"The status of the deployment. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Status.html)"),
339+
"The status of the deployment. (http://infn-datacloud.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Status.html)"),
340340
fieldWithPath("statusReason").description(
341341
"Verbose explanation of reason that lead to the deployment status (Present only if the deploy is in some error status)"),
342342
fieldWithPath("userGroup").description(
343343
"The user group the deployment was created for (as specified at creation time)."),
344344
fieldWithPath("task").description(
345-
"The current step of the deployment process. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Task.html)"),
345+
"The current step of the deployment process. (http://infn-datacloud.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Task.html)"),
346346
fieldWithPath("callback").description(
347347
"The endpoint used by the orchestrator to notify the progress of the deployment process."),
348348
fieldWithPath("outputs").description("The outputs of the TOSCA document"),
@@ -439,9 +439,9 @@ public void createDeploymentSuccessfully() throws Exception {
439439
"Update date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
440440
fieldWithPath("userGroup").description("The user group the deployment has been created for."),
441441
fieldWithPath("status").description(
442-
"The status of the deployment. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Status.html)"),
442+
"The status of the deployment. (http://infn-datacloud.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Status.html)"),
443443
fieldWithPath("task").description(
444-
"The current step of the deployment process. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Task.html)"),
444+
"The current step of the deployment process. (http://infn-datacloud.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Task.html)"),
445445
fieldWithPath("outputs").description("The outputs of the TOSCA document"),
446446
fieldWithPath("callback").description(
447447
"The endpoint used by the orchestrator to notify the progress of the deployment process."),

src/test/java/it/reply/orchestrator/controller/DeploymentScheduleControllerTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public void getSchedules() throws Exception {
156156
"Creation date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
157157
fieldWithPath("content[].updateTime").description("Update date-time"),
158158
fieldWithPath("content[].status").description(
159-
"The status of the deployment schedule. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/DeploymentScheduleStatus.html)"),
159+
"The status of the deployment schedule. (http://infn-datacloud.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/DeploymentScheduleStatus.html)"),
160160
fieldWithPath("content[].createdBy").description(
161161
"The OIDC info of the deployment schedule's creator."),
162162
fieldWithPath("content[].callback").description(
@@ -249,7 +249,7 @@ public void getDeploymentScheduleSuccessfully() throws Exception {
249249
"Creation date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
250250
fieldWithPath("updateTime").description("Update date-time"),
251251
fieldWithPath("status").description(
252-
"The status of the deployment schedule. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/DeploymentScheduleStatus.html)"),
252+
"The status of the deployment schedule. (http://infn-datacloud.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/DeploymentScheduleStatus.html)"),
253253
fieldWithPath("callback").description(
254254
"The endpoint used by the orchestrator to notify the progress of the deployment schedule event process."),
255255
fieldWithPath("links[]").ignored())));
@@ -310,7 +310,7 @@ public void createDeploymentScheduleSuccessfully() throws Exception {
310310
fieldWithPath("updateTime").description(
311311
"Update date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
312312
fieldWithPath("status").description(
313-
"The status of the deployment. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Status.html)"),
313+
"The status of the deployment. (http://infn-datacloud.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Status.html)"),
314314
fieldWithPath("callback").description(
315315
"The endpoint used by the orchestrator to notify the progress of the deployment process."),
316316
fieldWithPath("links[]").ignored())));

src/test/java/it/reply/orchestrator/controller/ResourceControllerTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public void getResources() throws Exception {
110110
fieldWithPath("content[].updateTime").description(
111111
"Update date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
112112
fieldWithPath("content[].state").description(
113-
"The status of the resource. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/NodeStates.html)"),
113+
"The status of the resource. (http://infn-datacloud.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/NodeStates.html)"),
114114
fieldWithPath("content[].toscaNodeType").optional()
115115
.description("The type of the represented TOSCA node"),
116116
fieldWithPath("content[].toscaNodeName").optional()
@@ -156,7 +156,7 @@ public void getFilteredResources() throws Exception {
156156
fieldWithPath("content[].updateTime").description(
157157
"Update date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
158158
fieldWithPath("content[].state").description(
159-
"The status of the resource. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/NodeStates.html)"),
159+
"The status of the resource. (http://infn-datacloud.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/NodeStates.html)"),
160160
fieldWithPath("content[].toscaNodeType").optional()
161161
.description("The type of the represented TOSCA node"),
162162
fieldWithPath("content[].toscaNodeName").optional()
@@ -208,7 +208,7 @@ public void getResourceByIdAndDeploymentIdSuccesfully() throws Exception {
208208
fieldWithPath("updateTime").description(
209209
"Update date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
210210
fieldWithPath("state").description(
211-
"The status of the resource. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/NodeStates.html)"),
211+
"The status of the resource. (http://infn-datacloud.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/NodeStates.html)"),
212212
fieldWithPath("toscaNodeType").optional()
213213
.description("The type of the represented TOSCA node"),
214214
fieldWithPath("toscaNodeName").optional()

0 commit comments

Comments
 (0)