Skip to content

Commit 751856a

Browse files
committed
Merge branch '3.0-dev' into 3.0
Merge branch '3.0-dev' commit a15e3ab Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
2 parents 665dd44 + a15e3ab commit 751856a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

toolkit/imageconfigs/additionalconfigs/emt-cloud-init.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@ cloud_final_modules:
3434
- scripts_user
3535
- final_message
3636

37+
# Network configuration
38+
network:
39+
version: 2
40+
ethernets:
41+
ethernet:
42+
match:
43+
name: "en*"
44+
dhcp4: true
45+
dhcp6: true
46+
dhcp-identifier: mac
47+
3748
# System and/or distro specific settings
3849
# (not accessible to handlers/transforms)
3950
system_info:

0 commit comments

Comments
 (0)