Table of Contents |
---|
Pre-Installation Requirements
In order to use the playbooks several preconditions must be fulfilled:
...
To run deploy of only Edge Nodes or Edge Controller use deploy_ne.sh nodes
and deploy_ne.sh controller
respectively.
Developer Guide and Troubleshooting
Developer Guide
Clone 5G-MEC-CLOUD-GAMING Code
...
Note that there might be some leftovers created by installed software.
Troubleshooting
Useful Commands
To display pods deployed in default namespace:
kubectl get pods
To display pods running in all namespaces:
kubectl get pods --all-namespaces
To display status and latest events of deployed pods:
kubectl describe pod <pod_name> --namespace=<namespace_name>
To get logs of running pods:
kubectl logs <pod_name> -f --namespace=<namespace_name>
To display the allocatable resources:
kubectl get node <node_name> -o json | jq '.status.allocatable'
To display node information:
kubectl describe node <node_name>
To display available images on local machine (from host):
docker images
License
Any software developed by the "Akraino 5G MEC/Slice System to Support Cloud Gaming, HD Video and Live Broadcasting Blueprint" is licensed under the
Apache License, Version 2.0 (the "License");
you may not use the software except in compliance with the License.
You may obtain a copy of the License at <https://www.apache.org/licenses/LICENSE-2.0>
...
No | Software | version | licence |
---|---|---|---|
1 | openNESS | 20.03 | Apache 2.0 license |
2 | Kubernetes | 1.17 | Apache 2.0 license |
3 | Docker | 19.3 | Apache 2.0 license |
4 | etcd | 3.4.3-0 | Apache 2.0 license |
edge GW (aka edgenode in openNESS)
No | Software | version | licence |
---|---|---|---|
1 | openNESS | 20.03 | Apache 2.0 license |
2 | Kubernetes | 1.17 | Apache 2.0 license |
3 | Docker | 19.03 | Apache 2.0 license |
4 | openvswitch | 2.11.4 | Apache 2.0 license |
5 | kube-ovn | 0.10.2 | Apache 2.0 license |
5GCEmulator
No | Software | version | licence |
---|---|---|---|
1 | openNESS | 20.03 | Apache 2.0 license |