This guide instructs how to build and install an Akraino Edge Stack (AES) Regional Controller node.
...
Code Block | ||
---|---|---|
| ||
## Download the latest redfish artifacts from LF Nexus mkdir -p /opt/akraino/toolsredfish NEXUS_URL=https://nexus.akraino.org curl -L "$NEXUS_URL/service/local/artifact/maven/redirect?r=snapshots&g=org.akraino.redfish&a=redfish&v=0.0.2-SNAPSHOT&e=tgz" | tar -xozv -C /opt/akraino/toolsredfish |
Clone the Akraino Regional Controller repository:
...
Code Block | ||
---|---|---|
| ||
mkdir -p /opt/akraino/server-config cp /opt/akraino/toolsredfish/serverrc.template /opt/akraino/server-config/aknode44rc vi /opt/akraino/server-config/aknode44rc |
...
Code Block | ||
---|---|---|
| ||
/opt/akraino/toolsredfish/install_server_os.sh --rc /opt/akraino/server-config/aknode44rc --skip-confirm |
...
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 re-installation. This will ensure a "clean slate" Bare Metal Server before trying again. |
A successful installation will end as follows. Note that any time estimates (e.g., "This step could take up to 15 minutes") and elapsed times are likely inaccurate.
...