diff options
author | 2019-07-12 15:40:42 +0000 | |
---|---|---|
committer | 2019-07-12 15:40:42 +0000 | |
commit | 08093354493bf1d7ea29f3e31139c6dbcecf446b (patch) | |
tree | 24c465076fa945f8ec35e97921540886643c8c67 /docs/guides/onap-user/cloud_site/index.rst | |
parent | 1da95cb69c00bd64b550789c7d08c2449c6bcebf (diff) | |
parent | ecf8ecaf49c9a5bf7d48eb19fbd6a40d7d54db9b (diff) |
Merge "Issue-ID: DOC-503 user guide about adding CloudSite amended to take into account Catherine, Andreas and Thierry remarks"
Diffstat (limited to 'docs/guides/onap-user/cloud_site/index.rst')
-rw-r--r-- | docs/guides/onap-user/cloud_site/index.rst | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/guides/onap-user/cloud_site/index.rst b/docs/guides/onap-user/cloud_site/index.rst new file mode 100644 index 000000000..982e5a230 --- /dev/null +++ b/docs/guides/onap-user/cloud_site/index.rst @@ -0,0 +1,38 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 +.. International License. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2017 AT&T Intellectual Property. All rights reserved. + + +Adding a Cloud Site +=================== + +By default, having deployed ONAP, you should have provided information +that have been used by installation procedure to configure ONAP +to be connected with a first Openstack Cloud Site in order to instantiate +services on that platform. + +By default, ONAP to Cloud Site interactions are managed by +ONAP SO component directly. + +You have also the possibility to configure ONAP SO to interact Cloud Site +via ONAP MultiCloud component. + +To be able to add new Cloud Site you need to: + +* configure ONAP SO to know about the new Cloud Site +* configure ONAP SO to know to use ONAP MultiCloud for that new CloudSite +* declare the new cloud Site in ONAP AAI +* register the new cloud Site in ONAP multiCloud + + +The following guides are provided to describe tasks that a user of +ONAP may need to perform to inter-connect ONAP with a a new cloud Site. + +.. toctree:: + :maxdepth: 1 + + openstack/index.rst + k8s/index.rst + aws/index.rst + azur/index.rst + vmware/index.rst |