senlin SR-IOV instance support
Satish Patel
satish.txt at gmail.com
Mon Nov 30 17:31:27 UTC 2020
Thank Duc,
I am going to work on it and see how we can add that SR-IOV feature to
the senlin profile.
On Mon, Nov 30, 2020 at 12:11 PM Duc Truong <duc.openstack at gmail.com> wrote:
>
> I discussed several options for this with Satish in the Senlin IRC channel:
> http://eavesdrop.openstack.org/irclogs/%23senlin/%23senlin.2020-11-30.log.html
>
> On Mon, Nov 30, 2020 at 7:26 AM Satish Patel <satish.txt at gmail.com> wrote:
> >
> > 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