diff options
author | Sofia Wallin <sofia.wallin@ericsson.com> | 2017-02-17 16:26:32 +0100 |
---|---|---|
committer | Sofia Wallin <sofia.wallin@ericsson.com> | 2017-02-17 16:26:32 +0100 |
commit | f81feae24f7dabdccda36e40260c3dd501ef75c6 (patch) | |
tree | 30bad130f631b0d77cc30d84d3ced32b2bd0ad29 /docs/release/configguide/postinstall.rst | |
parent | d13f4c2164eea7381cb97af87a1e32b38a0f078e (diff) |
Doc updates for MS6
Updated the docs structure according to directives and MS6
Change-Id: I4bb888e4e997c625f7df088bc6563a54d63155db
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
Diffstat (limited to 'docs/release/configguide/postinstall.rst')
-rw-r--r-- | docs/release/configguide/postinstall.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/release/configguide/postinstall.rst b/docs/release/configguide/postinstall.rst new file mode 100644 index 00000000..7d7c753b --- /dev/null +++ b/docs/release/configguide/postinstall.rst @@ -0,0 +1,23 @@ +JOID post installation procedures +================================= + +Configure OpenStack +------------------- +In each SDN directory, for example joid/ci/opencontrail, there is a folder +for Juju deployer where you can find the charm bundle yaml files that the +deploy.sh uses to deploy. + +In the same directory, there is **scripts** folder where you can find shell +scripts to help you configure the OpenStack cloud that you just deployed. These +scripts are created to help you configure a basic OpenStack Cloud to verify +the cloud. For more info on OpenStack Cloud configuration, please refer to the +OpenStack Cloud Administrator Guide on docs.openstack.org. Similarly, for +complete SDN configuration, please refer to the respective SDN adminstrator guide. + +Each SDN solution requires slightly different setup, please refer to the **README** +in each SDN folder. Most likely you will need to modify the **openstack.sh** +and **cloud-setup.sh** scripts for the floating IP range, private IP network, +and SSH keys. Please go through **openstack.sh**, **glance.sh** and +**cloud-setup.sh** and make changes as you see fit. + + |