Add repositories on vswitch node in l2gw-bgpvpn lab
VCP images come without pre-configured repositories.
The node {{HOSTNAME_VSWITCH}} doesn't have the role
salt_minion to install these repositories in the common
bootstrap process.
Closes-Bug:#PROD-23805
Change-Id: I12c7138bb0f1c127b274f42f1aec987883b0885f
diff --git a/tcp_tests/templates/virtual-mcp-pike-ovs-l2gw-bgpvpn/salt.yaml b/tcp_tests/templates/virtual-mcp-pike-ovs-l2gw-bgpvpn/salt.yaml
index 292d022..f6cc4c7 100644
--- a/tcp_tests/templates/virtual-mcp-pike-ovs-l2gw-bgpvpn/salt.yaml
+++ b/tcp_tests/templates/virtual-mcp-pike-ovs-l2gw-bgpvpn/salt.yaml
@@ -14,6 +14,8 @@
{% set VSWITCH_IP = SHARED.IPV4_NET_CONTROL_PREFIX+'.178' %}
+{{ SHARED.MACRO_INSTALL_PACKAGES_ON_NODES(HOSTNAME_VSWITCH) }}
+
{{ VSWITCH.MACRO_CONFIGURE_VSWITCH(HOSTNAME_VSWITCH, VSWITCH_IP) }}
{{ SHARED.MACRO_INSTALL_SALT_MASTER() }}