From 2fca21164f3ad88f1ab2d31183966102cb3805a0 Mon Sep 17 00:00:00 2001 From: Eddie Arrage Date: Fri, 27 Apr 2018 20:56:52 +0000 Subject: Update yaml manifests for Fraser release tag - Updated the SDC toplevel manifest to use the 'opnfv-6.0.0' tag - Updated the yaml rendering scripts for individual services under snort/nginx to use opnfv docker images Change-Id: I90ef2a8ff5fcc47076192cb556a3a0ff3a9bd846 Signed-off-by: Eddie Arrage --- samples/services/snort_ids/yaml/render_yaml.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samples/services/snort_ids/yaml') diff --git a/samples/services/snort_ids/yaml/render_yaml.py b/samples/services/snort_ids/yaml/render_yaml.py index 42a2615..c4dcec5 100644 --- a/samples/services/snort_ids/yaml/render_yaml.py +++ b/samples/services/snort_ids/yaml/render_yaml.py @@ -42,10 +42,10 @@ if __name__ == '__main__': '--image_name', default='clover-ns-snort-ids', help='The image name to use') parser.add_argument( - '--image_path', default='localhost:5000', + '--image_path', default='opnfv', help='The path to the image to use') parser.add_argument( - '--image_tag', default='latest', + '--image_tag', default='opnfv-6.0.0', help='The image tag to use') parser.add_argument( '--deploy_name', default='snort-ids', -- cgit 1.2.3-korg