diff options
author | 2017-08-23 11:27:58 -0400 | |
---|---|---|
committer | 2017-08-23 15:29:16 -0400 | |
commit | 64292319039c0efbb2cfa22b184da10f5f956e8c (patch) | |
tree | 4e07c760c46654600afe6f85be44b3cc08b44730 /src/dcae_snmptrapd.sh | |
parent | 7bf6db4397003fc0f3013d453a12697d58018880 (diff) |
dcaegen2 snmptrap seedcode
Initial seed code delivery for snmptrap receiver for
support on the gen2dcae platform
Issue-ID: DCAEGEN2-55
Change-Id: I87365c2f07ffd55a3c2778d7c05a152818f625f8
Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
Diffstat (limited to 'src/dcae_snmptrapd.sh')
-rwxr-xr-x | src/dcae_snmptrapd.sh | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/dcae_snmptrapd.sh b/src/dcae_snmptrapd.sh new file mode 100755 index 0000000..4e00efc --- /dev/null +++ b/src/dcae_snmptrapd.sh @@ -0,0 +1,24 @@ +#!/usr/bin/env bash +/* +* ============LICENSE_START======================================================= +* org.onap.dcae +* ================================================================================ +* Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. +* ================================================================================ +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* ============LICENSE_END========================================================= +* +* ECOMP is a trademark and service mark of AT&T Intellectual Property. +*/ + +python dcae_snmptrapd.py -c ../etc/dcae_snmptrapd.yaml |