blob: 9db0ab30ffe1bf36eb34d89bc00126290cbf3d64 (
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
36
37
|
JOID Configuration
==================
Scenario 1: Nosdn
-----------------
*./deploy.sh -o pike -s nosdn -t ha -l custom -f none -d xenial -m openstack*
Scenario 2: Kubernetes core
---------------------------
*./deploy.sh -l custom -f none -m kubernetes*
Scenario 3: Kubernetes Load Balancer
------------------------------------
*./deploy.sh -l custom -f lb -m kubernetes*
Scenario 4: Kubernetes with OVN
-------------------------------
*./deploy.sh -s ovn -l custom -f lb -m kubernetes*
Scenario 5: Openstack with Opencontrail
---------------------------------------
*./deploy.sh -o pike -s ocl -t ha -l custom -f none -d xenial -m openstack*
Scenario 6: Kubernetes Load Balancer with Canal CNI
---------------------------------------------------
*./deploy.sh -s canal -l custom -f lb -m kubernetes*
Scenario 7: Kubernetes Load Balancer with Ceph
----------------------------------------------
*./deploy.sh -l custom -f lb,ceph -m kubernetes*
|