blob: 49388b161e0835721b252eb8dbb5d653a617570b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
JOID post installation procedures
=================================
Configure OpenStack
-------------------
openstack.sh under joid/ci used to configure the openstack after deployment
./openstack.sh <nosdn> 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
|