New Question
0

Deploying Windows 2012 R2 image with multiple NICs via Heat Template

asked 2018-01-12 06:42:17 +0300

pw01 gravatar image

updated 2018-01-13 00:10:51 +0300

Hi,

Have found that when deploying a Cloudbase Windows Server 2012 R2 image with multiple NICs the order of the NICs can be inconsistent.

Would expect the Heat template below to result in int1="Ethernet", int2="Ethernet 2", int3 ="Ethernet 3" Sometimes this is the case, sometimes interfaces are transposed. For example int1="Ethernet 2" and int2"=Ethernet". Is there a way to have them fixed to the correct interface, we don't see this issue when RedHat images via HOT.

Server: type: OS::Nova::Server properties: name: Server flavor: { getparam: flavor } image: { getparam: image } availabilityzone: { getparam: availabilityzone } networks: - port: { getresource: int1 } - port: { getresource: int2 } - port: { getresource: int3 }

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2018-01-30 08:04:38 +0300

avladu gravatar image

updated 2018-07-02 13:47:51 +0300

Hello,

Can you try a non-production test build of Cloudbase-Init to see if it solves the issue: https://www.dropbox.com/s/kpd1bc0pi29...advancednetworking_ee7f8bf.msi?dl=0

This is the work in progress branch: https://github.com/ader1990/cloudbase...

and this is the status of the patches for the blueprint implementation: https://blueprints.launchpad.net/clou...

Thank you,
Adrian Vladu link text

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2018-01-12 06:42:17 +0300

Seen: 553 times

Last updated: Jul 02 '18