NEC provides RPM packages for SX-Aurora. If you feel its intallation is weird or not standard, visit VEOS yum Repository on the Web. Yes, yum repository for SX-Aurora is available!
And we have created ansible scripts to setup SX-Aurora using this yum repository. You can setup Aurora by few commands.
Instructions
- Install CentOS7.5.
- Clone https://github.com/sx-aurora-dev/aurora-ansible.
- Write inventory file for ansible.
- Run
ansible-playbook -i hosts.yaml -u root -k playbooks/aurora.yaml
to install VEOS. - If you want to install SDK, run
ansible-playbook -i hosts.yaml -u root -k playbooks/aurora-sdk.yaml
after downloading SDK.
Some other scripts to setup Infibiband, ScateFS, etc are also included. See README for details.