Versions Compared

Key

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

This installation procedure creates a new Regional Controller on a new bare metal server. The bare metal server which will become the RC is termed the 'target RC' or just 'target' server in this guide.

...

Code Block
languagebash
root@build-server# vim /opt/akraino/region/akrainorc

Once this has been set and the file saved export the value using <INSERT ADDRESS BELOW>

Code Block
languagebash
root@build-server# #export TARGET_SERVER_IP=<RC_planned_host_address>

root@build-server# #export TARGET_SERVER_IP=<INSERT ADDRESS>


The final step installs the Regional Controller software:

Code Block
languagebash
root@build-server# /opt/akraino/region/install_akraino_portal


This will also take many minutes. <INSERT BALL PARK> .


A successful installation will end with the following message

Code Block
languagebash
...
  
Setting up tempest content/repositories
Setting up ONAP content/repositories
Setting up sample vnf content/repositories
Setting up airshipinabottle content/repositories
Setting up redfish tools content/repositories
SUCCESS:  Portal can be accessed at http://192.168.2.44:8080/AECPortalMgmt/
SUCCESS:  Portal install completed


The Regional Controller Node installation is now complete.


Please note: It will be necessary to generate rsa keys on the newly commissioned RC which must then be copied and inserted into the 'genesis_ssh_public_key' attribute in site input yaml file used when subsequently deploying each Unicycle pod at any edge site controlled by the newly built RC. This will be covered in the Unicycle installation instructions.