This guide instructs how to build and install an Akraino Edge Stack (AES) Regional Controller node.
...
Code Block | ||
---|---|---|
| ||
# mkdir -p /opt/akraino/tools
# curl -L "https://nexus.akraino.org/service/local/repositories/snapshots/content/org/akraino/redfish/redfish/1.0.0-SNAPSHOT/redfish-1.0.0-20180805.222845-10.tgz" | tar -xozv -C /opt/akraino/tools |
...
Code Block | ||
---|---|---|
| ||
# mkdir -p /opt/akraino/region # curl -L "https://nexus.akraino.org/service/local/repositories/snapshots/content/org/akraino/regional_controller/regional_controller/1.0.0-SNAPSHOT/regional_controller-1.0.0-2018080720180809.212444150544-511.tgz" | tar -xozv -C /opt/akraino/region |
...
Warning | ||
---|---|---|
| ||
The Regional Controller installation is not idempotent at this time. If errors are encountered during this phase, it is recommended that the errors be triaged and resolved, followed by an Operating System reinstallation. This will ensure a "clean slate" Bare Metal Server before trying again. |
Create an Akraino run command (rc) file inĀ /opt/akraino/region
:
...