smartfog / fogflow

FogFlow is a standard-based IoT fog computing framework that supports serverless computing and edge computing with advanced programming models
https://fogflow.readthedocs.io
BSD 3-Clause "New" or "Revised" License
123 stars 45 forks source link

better organize the deployment scripts #322

Closed smartfog closed 2 years ago

smartfog commented 2 years ago

Currently, we have three options to deploy FogFlow. Those deployment scripts are located at different places in different folder. It is better to organize all of them into the "deployment" folder with a clean and clear structure.

for example, we can organize them as below.

deployment
       /kubernets
                /cloud-node
               /edge-node
       /helm
                /cloud-node
               /edge-node
       /docker
                /cloud-node
               /edge-node
naveennec commented 2 years ago

This has been implemented in below commit https://github.com/smartfog/fogflow/pull/330

showersky commented 2 years ago

As this has been addressed, could I remove some duplicated folders and close this open issue?

naveennec commented 2 years ago

Please give us few more time, double checking the other folders, don't want to loose any extra scripts present in old folder.

showersky commented 2 years ago

Ok. Let's do the cleanup after we finish updating the tutorial.

naveennec commented 2 years ago

all the suggestions are implemented. So closing this issue.