blob: 25e4cc488d857dcb2b923e2c549b443483345125 (
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
38
39
|
HostIP: ${HOST_IP}
RsyncPort: 30441
GacPort: 30493
OvnPort: 30473
DtcPort: 30483
ClusterProvider: kud
ClustersLabel: kud-cluster
Clusters:
cluster:
KubeConfig: ${KUBE_PATH}
ProjectName: kud
LogicalCloud: kud
PackagesPath: ${PACKAGES_PATH}
# Each composite app will be contained in its own deployment intent
# group. This is to enable instantiating the addons in a specified
# order.
CompositeApps:
addons:
Apps:
- kubevirt-operator
- cdi-operator
- multus-cni
- ovn4nfv
- node-feature-discovery
- sriov-network-operator
- qat-device-plugin
- cpu-manager
networks:
Apps:
- ovn4nfv-network
- sriov-network
kubevirt:
Apps:
- kubevirt
- cdi
|