seba: Bump retries count for att-workflow
[iec.git] / src / use_cases / seba_on_arm / install / README
1 SEBA on Arm Installation Guide
2
3 1. To install:
4    sudo install.sh
5
6 2. To uninstal:
7    sudo uninstall.sh
8
9 3. A simple test for its function:
10    sudo test.sh
11    It may need to install the tool 'curl', for ubuntu 16.04/18.04 by:
12    apt-get -y install curl
13
14 4. Use the XOS-GUI webui with your browser to check the config:
15    http://node_ip:30001
16    For a known Kubernetes issues, you may need to add to the node you would like to access:
17    $sudo iptables -A FORWARD -j ACCEPT
18    if you can only access the GUI from the node where xos-gui pod runs.