~narindergupta/opnfv/stable-R2

555.1.1 by Sofia Wallin
Doc updates for MS6
1
JOID post installation procedures
2
=================================
3
4
Configure OpenStack
5
-------------------
574 by Narinder Gupta
Updated the documentation as per latest devlopment.
6
7
openstack.sh under joid/ci used to configure the openstack after deployment
8
9
./openstack.sh <nosdn> custom xenial newton
10
11
Below commands are used to setup domain in heat.
12
juju run-action heat/0 domain-setup
13
14
Upload cloud images and creates the sample network to test.
15
16
joidjuju/get-cloud-images
17
joid/juju/joid-configure-openstack
18
19
20
Configure Kubernets
21
-------------------
22
23
k8.sh under joid/ci would be used to show the kubernets workload and create
24
sample pods.
25
26
./k8.sh
27
28
Juju GUI
29
--------
30
31
Below command would be used to display Juju GUI url along with credentials.
32
33
juju gui --show-credentials --no-browser
555.1.1 by Sofia Wallin
Doc updates for MS6
34
35