From 0a6701e090c646fc8a8b2abd883c02060d35591a Mon Sep 17 00:00:00 2001 From: Thirunavukkarasu Palani Date: Fri, 18 Dec 2020 22:26:38 +0000 Subject: [PATCH] Sushy tools for VINO operator Change-Id: Id2049ff0fb2ea52e61e956ae4773c4c0dcb53cf1 As of now we are using image quay.io/metal3-io/sushy-tools. Later we will bec changing to the image present in AIP Change-Id: Idbc354f02b51d25dbf575429464338b3e90b866f --- config/libvirt-sushy/libvirt.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/config/libvirt-sushy/libvirt.yaml b/config/libvirt-sushy/libvirt.yaml index 2f22336..935d423 100644 --- a/config/libvirt-sushy/libvirt.yaml +++ b/config/libvirt-sushy/libvirt.yaml @@ -55,6 +55,16 @@ spec: mountPath: /sys/fs/cgroup - name: logs mountPath: /var/log/libvirt + - name: sushy + ports: + - containerPort: 8000 + hostPort: 8000 + image: quay.io/metal3-io/sushy-tools + imagePullPolicy: IfNotPresent + command: ["/usr/local/bin/sushy-emulator"] + volumeMounts: + - name: var-run-libvirt + mountPath: /var/run/libvirt volumes: - name: pod-tmp emptyDir: {} @@ -90,4 +100,7 @@ spec: path: /var/log/libvirt - name: cgroup hostPath: - path: /sys/fs/cgroup \ No newline at end of file + path: /sys/fs/cgroup + - name: var-run-libvirt + hostPath: + path: /var/run/libvirt \ No newline at end of file