Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

What Blueprints are available for the Regional Controller?

Presently there is only a Blueprint for the Radio Edge Cloud member of the Telco Appliance Blueprint Family.  However, Blueprints are being developed for the Rover and Unicycle projects in the Network Cloud Blueprint Family.

Akraino Edge Stack ProjectBlueprint Location
Radio Edge Cloud (Telco Appliance blueprint family)https://gerrit.akraino.org/r/#/admin/projects/rec
Rover (Network Cloud Blueprint Family)TBD
Unicycle (Network Cloud Blueprint Family)TBD

What are the URL Endpoints of the Regional Controller?

...

The status filed in the output shows the current status of the POD; WORKFLOW means that a workflow is currently running, and ACTIVE means the POD is active with no current workflow.

How are User passwords stored in the Database?

They are not stored in clear text; rather a SHA-256 hash is stored.  If you want to change the default passwords, or add your own users, you need to store the SHA-256 hash of the password in the PWHASH field in the database.  One way to generate this hash is:

Code Block
languagebash
themeRDark
$ echo -n "$PASSWORD" | openssl sha256 | tr '[:lower:]' '[:upper:]'
(STDIN)= 240BE518FABD2724DDB6F04EEB1DA5967448D7E831C08C8FA822809F74C720A9