onedocker/script/config/cli_config_template.yml (8 lines): - line 4: class: classpath.classname #TODO: change this to actual class name that derived from abstract class: fbpcp.service.storage.StorageService - line 6: attribute_name: value #TODO: change this to actual construction attribute name and value - line 8: class: classpath.classname #TODO: change this to actual class name that derived from abstract class: fbpcp.service.container.ContainerService - line 10: attribute_name: value #TODO: change this to actual construction attribute name and value - line 12: class: classpath.classname #TODO: change this to actual class name that derived from abstract class: fbpcp.service.log.LogService - line 14: attribute_name: value #TODO: change this to actual construction attribute name and value - line 16: repository_path: repositorypath/ #TODO: change this to the path to your repository, example: https://PATH.s3.REGION.amazonaws.com/ - line 17: task_definition: taskdefinition #TODO: change this to your task_definition fbpcp/gateway/gcs.py (2 lines): - line 48: # TODO: Add ProgressBar - line 55: # TODO: Add ProgressBar fbpcp/mapper/aws.py (1 line): - line 86: # TODO add implementation to get the firewall_ruleset fbpcp/service/onedocker.py (1 line): - line 176: # TODO We will need long term discussion on the container capacity of onedocker onedocker/script/runner/onedocker_runner.py (1 line): - line 156: # TODO: Remove the hard coded path fbpcp/gateway/ecs.py (1 line): - line 57: # TODO: Create an interface to create a client per environment