Add sushy-tools support for ViNO controller

Change-Id: I6a3ac31f6e70e7b4b3c0fcad9d67b49c175c392a
This commit is contained in:
digambar15 2021-01-28 09:50:42 +00:00
parent b31eedfe9c
commit 983c58b3cc

View File

@ -41,6 +41,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: libmodules
hostPath:
@ -63,3 +73,6 @@ spec:
- name: cgroup
hostPath:
path: /sys/fs/cgroup
- name: var-run-libvirt
hostPath:
path: /var/run/libvirt