From 6ee74837aec1fe0d7324698f5828f77e5a7c24e7 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 13 Mar 2017 03:54:47 -0500 Subject: Updated the documentation as per latest devlopment. Change-Id: If62157368de79c7c44adc3e27945e1bf6dbf6b2c Signed-off-by: Narinder Gupta --- docs/release/configguide/postinstall.rst | 44 ++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 16 deletions(-) (limited to 'docs/release/configguide/postinstall.rst') diff --git a/docs/release/configguide/postinstall.rst b/docs/release/configguide/postinstall.rst index 7d7c753b..49388b16 100644 --- a/docs/release/configguide/postinstall.rst +++ b/docs/release/configguide/postinstall.rst @@ -3,21 +3,33 @@ 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. + +openstack.sh under joid/ci used to configure the openstack after deployment + +./openstack.sh custom xenial newton + +Below commands are used to setup domain in heat. +juju run-action heat/0 domain-setup + +Upload cloud images and creates the sample network to test. + +joidjuju/get-cloud-images +joid/juju/joid-configure-openstack + + +Configure Kubernets +------------------- + +k8.sh under joid/ci would be used to show the kubernets workload and create +sample pods. + +./k8.sh + +Juju GUI +-------- + +Below command would be used to display Juju GUI url along with credentials. + +juju gui --show-credentials --no-browser -- cgit 1.2.3-korg