summaryrefslogtreecommitdiffstats
path: root/samples/services/snort_ids
diff options
context:
space:
mode:
authorEddie Arrage <eddie.arrage@huawei.com>2018-04-27 20:56:52 +0000
committerEddie Arrage <eddie.arrage@huawei.com>2018-04-27 20:59:54 +0000
commit2fca21164f3ad88f1ab2d31183966102cb3805a0 (patch)
tree2cc7ff14c263dbb32377366feb5374158fb00a7b /samples/services/snort_ids
parentaae68d3d9dbb8baa3cadef134e6e045ad79f1f57 (diff)
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 <eddie.arrage@huawei.com>
Diffstat (limited to 'samples/services/snort_ids')
-rw-r--r--samples/services/snort_ids/yaml/render_yaml.py4
1 files changed, 2 insertions, 2 deletions
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',