[docker] compose: Switch ip_range to ipv4_address 67/65467/3
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 28 Nov 2018 17:11:20 +0000 (18:11 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 29 Nov 2018 19:33:33 +0000 (19:33 +0000)
commit904183e275ca6b2aa6cad11a330fc060d5379b3e
tree58a799d83ac35be7317c80afebcbfae198feb560
parentcee4e0ca227509ea8386934a15f748b8077f4e18
[docker] compose: Switch ip_range to ipv4_address

Explicitly set the ipv4_address for each network instead of relying
on ip_range allocation, which seems to fail / not be picked up.

While at it, use docker-compose 1.22 or newer to bypass slow Docker
network creation with 'macvlan' driver [1].

[1] https://github.com/docker/compose/issues/5248

Change-Id: Ic31851522576ebb2407d869b7c3ed7bd06951922
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
mcp/scripts/docker-compose/docker-compose.yaml.j2
mcp/scripts/lib_jump_common.sh
mcp/scripts/lib_jump_deploy.sh