summaryrefslogtreecommitdiffstats
path: root/csit/apex-pdp/tests/data/VesEvent.json
blob: feaae7b03f808fef2d70cd57bca057e982f354bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "event" : {
    "commonEventHeader" : {
      "startEpochMicrosec" : 1597953057126,
      "sourceId" : "927b2580-36d9-4f13-8421-3c9d43b7a57e",
      "eventId" : "8c7935a4-79d8-4ec0-b661-dcca3cd68006",
      "lastEpochMicrosec" : 1597952499468,
      "eventName" : "Report hostname & IP",
      "sourceName" : "PNF101",
      "reportingEntityName" : "DCAE",
      "vesEventListenerVersion" : "7.1",
      "internalHeaderFields" : { },
      "version" : "4.0.1",
      "priority" : "Normal",
      "sequence" : 1,
      "domain" : "other"
    },
    "otherFields" : {
      "hashMap" : {
        "hostname" : "UNDEFINED",
        "pnfId": "927b2580-36d9-4f13-8421-3c9d43b7a57e",
        "pnfName": "PNF101",
        "ip" : "10.101.200.10"
      },
      "otherFieldsVersion" : "3.0"
    }
  }
}
lar l-Scalar-Plain">docker.elastic.co loggingImage: beats/filebeat:5.5.0 ################################################################# # Application configuration defaults. ################################################################# # application image repository: nexus3.onap.org:10001 image: onap/workflow-backend:1.3.2 configInitImage: onap/workflow-init:1.3.2 pullPolicy: Always # flag to enable debugging - application support required debugEnabled: false config: javaOptions: "-Xdebug -agentlib:jdwp=transport=dt_socket,address=7001,server=y,suspend=n -Xmx1536m -Xms1536m" cassandaAuthenticationEnabled: true cassandraHosts: sdc-cs cassandraThriftClientPort: 9160 cassandraClientPort: 9042 sdcProtocol: HTTP sdcEndpoint: sdc-be:8080 sdcExternalUser: workflow sdcExternalUserPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U # default number of instances replicaCount: 1 nodeSelector: {} affinity: {} # probe configuration parameters liveness: initialDelaySeconds: 60 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true readiness: initialDelaySeconds: 60 periodSeconds: 10 service: type: NodePort internalPort: 8080 externalPort: 8080 portName: sdc-wfd-be nodePort: "57" ingress: enabled: false resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. # # Example: # Configure resource requests and limits # ref: http://kubernetes.io/docs/user-guide/compute-resources/ # Minimum memory for development is 2 CPU cores and 4GB memory # Minimum memory for production is 4 CPU cores and 8GB memory #resources: # limits: # cpu: 2 # memory: 4Gi # requests: # cpu: 2 # memory: 4Gi