Other possible solution is, create one VM, and change in its xml file, and
create multiple VMs based on  first VM image ( if they all are same)


On Thu, Jun 6, 2013 at 2:05 PM, Ramana Reddy <gtvrre...@gmail.com> wrote:

> You have to change manually on every VM xml file.
>
>
> On Thu, Jun 6, 2013 at 1:25 PM, Moovarkku Mudhalvan <
> moovarkku.mudhal...@sifycorp.com> wrote:
>
>> Dear Team,****
>>
>> ** **
>>
>>      Good Afternoon. I have installed openvswitch-1.10.0 on CentOS 6.4***
>> *
>>
>> ** **
>>
>>      Two days before I was happing problem after VM is created not able
>> to ping the Host from VM and vice versa. ****
>>
>> ** **
>>
>>      After checking couple search found and fixed manually edited the
>> virtual machine xml file and updated the interface part of the VM xml file.
>> ****
>>
>> ** **
>>
>> Default Come with ****
>>
>> ** **
>>
>>     <interface type='network'>****
>>
>>       <mac address='52:54:00:ad:1e:ce'/>****
>>
>>       <source network='default'/>****
>>
>>       <model type='virtio'/>****
>>
>>       <address type='pci' domain='0x0000' bus='0x00' slot='0x03'
>> function='0x0'/>****
>>
>>     </interface>****
>>
>> ** **
>>
>> Changed to the following to connect using my OpenVSwitch****
>>
>>     <interface type='bridge'>****
>>
>>       <mac address='52:54:00:ad:1e:ce'/>****
>>
>>       <source bridge='ovsbr0'/>****
>>
>>       <virtualport type='openvswitch'/>****
>>
>>       <address type='pci' domain='0x0000' bus='0x00' slot='0x03'
>> function='0x0'/>****
>>
>>     </interface>****
>>
>> ** **
>>
>>      Is it the normal behavior?****
>>
>> ** **
>>
>>      I am using virt-manager to create VM, why be default it is not
>> showing the ovsbro as bridged?. ****
>>
>> ** **
>>
>>      Do I have to change some configuration which will allow me not to
>> change every VM value?****
>>
>>    ****
>>
>> Regards****
>>
>> Mudhalvan M.M     ****
>>
>> _______________________________________________
>> discuss mailing list
>> discuss@openvswitch.org
>> http://openvswitch.org/mailman/listinfo/discuss
>>
>>
>
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to