aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/emco/examples/values.yaml.example
blob: 41e3cc820c3ef7990604e03be40983a87cc0521c (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: $PWD/../output/packages

# 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