senlin SR-IOV instance support
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
I discussed several options for this with Satish in the Senlin IRC channel: http://eavesdrop.openstack.org/irclogs/%23senlin/%23senlin.2020-11-30.log.ht... On Mon, Nov 30, 2020 at 7:26 AM Satish Patel <satish.txt@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
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@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.ht...
On Mon, Nov 30, 2020 at 7:26 AM Satish Patel <satish.txt@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
participants (2)
-
Duc Truong
-
Satish Patel