stack-orchestrator/stack_orchestrator/deploy/webapp
Prathamesh Musale 0c47da42fe Integrate SP auctions in webapp deployment flow (#950)
Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75) and cerc-io/stack-orchestrator#948

- Add a command `publish-deployment-auction` to create and publish an app deployment auction
- Add a command `handle-deployment-auction` to handle auctions on deployer side
- Update `request-webapp-deployment` command to allow using an auction id in deployment requests
- Update `deploy-webapp-from-registry` command to handle deployment requests with auction
- Add a command `request-webapp-undeployment` to request an application undeployment

Reviewed-on: cerc-io/stack-orchestrator#950
Reviewed-by: ashwin <ashwin@noreply.git.vdb.to>
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-10-21 07:02:06 +00:00
..
__init__.py Webapp deploy (#662) 2023-11-27 22:02:16 -07:00
deploy_webapp_from_registry.py Integrate SP auctions in webapp deployment flow (#950) 2024-10-21 07:02:06 +00:00
deploy_webapp.py Fix default webapp port number. (#740) 2024-02-09 01:20:41 +00:00
handle_deployment_auction.py Integrate SP auctions in webapp deployment flow (#950) 2024-10-21 07:02:06 +00:00
publish_deployment_auction.py Integrate SP auctions in webapp deployment flow (#950) 2024-10-21 07:02:06 +00:00
publish_webapp_deployer.py Support uploaded config, add 'publish-webapp-deployer' and 'request-webapp-deployment' commands (#938) 2024-08-27 19:55:06 +00:00
request_webapp_deployment.py Integrate SP auctions in webapp deployment flow (#950) 2024-10-21 07:02:06 +00:00
request_webapp_undeployment.py Integrate SP auctions in webapp deployment flow (#950) 2024-10-21 07:02:06 +00:00
run_webapp.py Support other webapp types (react, static). (#721) 2024-02-02 18:04:06 -06:00
undeploy_webapp_from_registry.py Integrate SP auctions in webapp deployment flow (#950) 2024-10-21 07:02:06 +00:00
util.py Integrate SP auctions in webapp deployment flow (#950) 2024-10-21 07:02:06 +00:00