mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 03:21:13 +00:00
1f9103bb67
Updating the cloud-init files related to Ubuntu images is needed to be able to use Ubuntu images for running all integration tests. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
27 lines
486 B
Plaintext
27 lines
486 B
Plaintext
version: 2
|
|
ethernets:
|
|
id0:
|
|
match:
|
|
macaddress: 12:34:56:78:90:ab
|
|
addresses:
|
|
- 192.168.2.2/24
|
|
gateway4: 192.168.2.1
|
|
id1:
|
|
match:
|
|
macaddress: de:ad:be:ef:12:34
|
|
addresses:
|
|
- 192.168.2.3/24
|
|
gateway4: 192.168.2.1
|
|
id2:
|
|
match:
|
|
macaddress: de:ad:be:ef:34:56
|
|
addresses:
|
|
- 192.168.2.4/24
|
|
gateway4: 192.168.2.1
|
|
id3:
|
|
match:
|
|
macaddress: de:ad:be:ef:56:78
|
|
addresses:
|
|
- 192.168.2.5/24
|
|
gateway4: 192.168.2.1
|