senlin SR-IOV instance support
Satish Patel
satish.txt at gmail.com
Mon Nov 30 15:26:10 UTC 2020
Folks,
Does senlin support instance type SRIOV, I am successfully able to
deploy using standard vm using virtio but for sriov instance we need
to create a neutron port and then attach that port to VM. How does
that process work with senlin?
Currently I have the following profile: (if i want sriov instance then
what i need to do?)
type: os.nova.server
version: 1.0
properties:
name: cirros_server
flavor: m1.small
image: "cirros"
key_name: ssh-key
networks:
- network: net1
metadata:
test_key: test_value
user_data: |
#!/bin/sh
echo 'hello, world' > /tmp/test_file
~S
More information about the openstack-discuss
mailing list