diff options
author | Victor Morales <victor.morales@intel.com> | 2018-11-05 17:11:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-05 17:11:50 +0000 |
commit | 61e765be81a88f73064c57b236a55c58287e0edc (patch) | |
tree | aaa27163b6ea8fe8def1017fc73feee8c4f679b5 /vagrant/tests | |
parent | 1e60c8f1bb01c8304a44948d890ade1e37fd2c6b (diff) | |
parent | 9a18c2973c9b27ca702d34cf757378b278d64b96 (diff) |
Merge "Add context into for sink service selector"
Diffstat (limited to 'vagrant/tests')
-rwxr-xr-x | vagrant/tests/_common.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vagrant/tests/_common.sh b/vagrant/tests/_common.sh index a8f01baf..ac226da0 100755 --- a/vagrant/tests/_common.sh +++ b/vagrant/tests/_common.sh @@ -226,6 +226,7 @@ spec: nodePort: 30667 selector: app: vFirewall + context: darkstat SERVICE cat << INGRESS > sink-ingress.yaml @@ -455,10 +456,12 @@ spec: selector: matchLabels: app: vFirewall + context: darkstat template: metadata: labels: app: vFirewall + context: darkstat annotations: k8s.v1.cni.cncf.io/networks: '[ { "name": "protected-private-net-cidr", "interfaceRequest": "eth1" }, |