mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
ADD: include new charts to the umbrella chart for comprehensive
deployment of openstack-helm.
* openvswitch
* libvirt
* neutron
* nova
* placement
Change-Id: I78d1c7c629024c3f9530239dff9f8eb9da598764
13 lines
413 B
YAML
13 lines
413 B
YAML
---
|
|
openvswitch:
|
|
pod:
|
|
probes:
|
|
ovs_vswitch:
|
|
ovs_vswitch:
|
|
liveness:
|
|
exec:
|
|
- /bin/bash
|
|
- -c
|
|
- '/usr/bin/ovs-appctl bond/list; C1=$?; ovs-vsctl --column statistics list interface dpdk_b0s0 | grep -q -E "rx_|tx_"; C2=$?; ovs-vsctl --column statistics list interface dpdk_b0s1 | grep -q -E "rx_|tx_"; C3=$?; exit $(($C1+$C2+$C3))'
|
|
...
|