Step 3: Install the EI for AMR Server Kit
Machine A: Download the latest release.
Go to Product Download.
Select Server Kit or Robot and Sever Complete Kit.
Click Download.
Machine A: Copy the zip file to your target system.
Machine A: Extract and install the software:
unzip edge_insights_for_amr.zip cd edge_insights_for_amr chmod 775 edgesoftware export no_proxy="127.0.0.1/32,devtools.intel.com" sudo ./edgesoftware install sudo groupadd docker sudo usermod -aG docker $USER newgrp docker source /etc/environment
Machine A: Get all Intel® Smart Edge Open nodes:
sudo su - kubectl get nodes
Machine A: Delete Intel® Smart Edge Open node labels for all worker nodes:
kubectl label nodes <node-name-from-the-previous-step> tier- kubectl label nodes <node-name-from-the-previous-step> environment-
Machine A: Go to <edge_insights_for_amr_path>/Edge_Insights_for_Autonomous_Mobile_Robots_<release>, and run. This playbook will set the node labels:
cd <edge_insights_for_amr_path>/Edge_Insights_for_Autonomous_Mobile_Robots_* ansible-playbook AMR_server_containers/01_docker_sdk_env/docker_orchestration/ansible-playbooks/02_edge_server/smart_edge_open/seo_cluster_labeling.yaml
Machine A: Verify that the labels were correctly updated:
kubectl get nodes -L environment kubectl get nodes -L tier