Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: git url is change as dgbuilder is removed from SDNC (dgbuilder now in CCSDK/distribution)

...

Code Block
languagebash
#clone from gerrit
git clone https://gerrit.onap.org/r/ccsdk/distribution && (cd oam && curl -kLo `git rev-parse --git-dir`/hooks/commit-msg http://[linux_id]@gerritgerrit.onap.org/r/a/sdnc/oam/tools/hooks/commit-msg; chmod +x `git rev-parse --git-dir`/hooks/commit-msg)
cd oam
cd dgbuilder
./createReleaseDir.sh "releaseName" "nameusername" "emailId" "gitLocalRepositoryFullPath"
./start.sh releaseName

...

Code Block
languagebash
#clone from gerrit
git clone http://user123@gerritusername@gerrit.onap.org/r/a/sdncccsdk/oamdistribution
cd dgbuilder
./createReleaseDir.sh 15.10 user123username user1236@foousername@foo.com /home/users/user123username/sdnc/1510/service-logic
./start.sh 15.10

...

Note: you can also update the gitLocalRepository later from within the dgbuilder application by choosing "Configuration" from the "Menu" and updating the "Git local Repository Path" as shown in the picture below.Image Removed

Image Added

Working On Multiple Releases

...

If your browser prompts you for a username and password use the attuid provided username provided to the createReleaseDir script as your username.

...

The json flow file can be used to import the flow in the DG Builder application.

Image RemovedImage Added

Importing from local git repository

If the local git repository is set, you can import the flows from that directory.

Image Added


Project information

This page describes how to install and run DG Builder.

To learn how to use DG builder check the page at Service Logic Interpreter Directed Graph Guide

A good page to start with is  Your First Graph

The code for dg builder is hosted on codecloud at https://gerrit.onap.org/r/gitweb?p=sdnc/oam.git;a=tree;f=dgbuilder;hb=refs/heads/master

Authored By: Sheshashailavas Chinthakayala (edited for ONAP by Brian Freeman)Image Removed