Elastic Edge Application
- python e2_app.py -c ../config/e2_config.ini start === or ===
- python2.7 e2_app.py -c ../config/e2_config.ini start
Note: Currently "start/stop" actions are not implement. TBD for future. However, E2 app webservice will start listening at the port defined in e2_config.ini
-
- src/webservice --- REST API implementation
-
- src/contrail_infra_client --- Client APIs into the contrail infra
-
- src/infra --- commonly used one time basic infra code
-
- src/shared --- specific to E2 for now
- Sample example: ./client.sh {host_ip} {host_port} ... if host_ip and host_port is not provided, default = localhost, 10001