Merge "Add sushy-tools support for ViNO controller"

This commit is contained in:
Zuul 2021-02-18 16:03:55 +00:00 committed by Gerrit Code Review
commit 03dfc5ce8b

View File

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