diff options
author | Mike Sul <ext-mykhaylo.sul@here.com> | 2019-05-16 22:47:12 +0300 |
---|---|---|
committer | Mike Sul <ext-mykhaylo.sul@here.com> | 2019-05-27 10:40:00 +0300 |
commit | ee23fa2bcae2fd793d62a531cb5ae0c9272d8a97 (patch) | |
tree | 00cc20fa367d716b68d2d4fed932120551fcfc7b /recipes-test/demo-network-config/files/26-static-client.network | |
parent | 1d05d369f2820e836e7f65aa45cf0775e6a875f0 (diff) | |
download | meta-updater-ee23fa2bcae2fd793d62a531cb5ae0c9272d8a97.tar.gz |
OTA-2541: Static IP address on Primary's and Secondary's internal NIC
Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
Diffstat (limited to 'recipes-test/demo-network-config/files/26-static-client.network')
-rw-r--r-- | recipes-test/demo-network-config/files/26-static-client.network | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-test/demo-network-config/files/26-static-client.network b/recipes-test/demo-network-config/files/26-static-client.network new file mode 100644 index 0000000..19a6b83 --- /dev/null +++ b/recipes-test/demo-network-config/files/26-static-client.network | |||
@@ -0,0 +1,7 @@ | |||
1 | [Match] | ||
2 | Name=@IFNAME@ | ||
3 | |||
4 | [Network] | ||
5 | Description=Private internal network between aktualizr Primary and Secondary nodes | ||
6 | Address=@ADDR@ | ||
7 | DHCP=no | ||