Age | Commit message (Collapse) | Author | Files | Lines |
|
It is necessary to log the eventBody to console before we attempt
to publish it since it is not possible to see the event body in
case if the publisher errors out due to invalid JSON.
Change-Id: If3159af82671d60580ca184900531b44ab573c54
Issue-ID: CIMAN-161
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
This change stops using JMS Messaging for publishing events
and switches to Python utility for publishing events created
by Yolanda.
Apart from switching to publisher, the filtering of events
is switched to selector instead of message fields due to issues
with the JSONPath.
These jobs will be used during ONS Europe session.
Issue-ID: CIMAN-161
Change-Id: I3f9822cd0cbdae58bf399fb1ce30048eda32ffae
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
This change adds jobs and associated script in order to start developing
the OpenCI Prototype between OPNFV, ODL, and ONAP.
The created jobs are
- openci-onap-autorelease-daily-master: This job constructs
ArtifactPublishedEvent with fake metadata and publishes it. Jobs on
OPNFV CI get triggered, composing fake k8-nosdn-onap scenario and
testing. In the end, OPNFV CI publishes ConfidenceLevelModifiedEvent
which can then be used by ONAP to promote their artifacts further.
- openci-onap-promote-daily-master: This job gets triggered by
ConfidenceLevelModifiedEvent published by OPNFV CI and logs the
triggering event to console.
You can see the working jobs on OPNFV Jenkins.
https://build.opnfv.org/ci/view/OpenCI/
This change adds the jobs listed under ONAP section on above page.
Issue-ID: CIMAN-161
Change-Id: If290b4b81631019fb81af75b3319fa6969e6a0c7
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|