mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 03:21:13 +00:00
0712027eb1
Script `create-cloud-init.sh" uses the same cloud init data as the the CI but this means it is somewhat overloaded with unhelpful network configuration entries and scripts that are only needed for the CI. CI related data moved to test_data/cloud-init/ubuntu/ci folder. Fixes: #4773 Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@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
|