David Boreham dboreham
  • Joined on 2022-12-08
dboreham commented on issue cerc-io/stack-orchestrator#924 2024-08-16 21:00:21 +00:00
Simple deployment request/responding provider filtering scheme

Closing this issue, opened new one to address specifically paid deployment: cerc-io/stack-orchestrator#927

dboreham commented on issue cerc-io/stack-orchestrator#927 2024-08-16 20:59:43 +00:00
Payment-gated webapp deployment requests

Deployment requestor supplies the following information in the request record:

Payment transaction id, sender address, recipient address, amount.

Deployer filters requests specifying its…

dboreham opened issue cerc-io/stack-orchestrator#927 2024-08-16 20:57:18 +00:00
Payment-gated webapp deployment requests
dboreham commented on issue cerc-io/webapp-deployment-status-api#13 2024-08-16 14:03:44 +00:00
The deployer can deploy the app but fail to publish DnsRecord and ApplicationDeploymentRecord

Tight consistency isn't possible here, but the deployer could do some sort of pre-flight check that its config is correct, I think -- try to publish a test record, something like that.

dboreham commented on issue cerc-io/stack-orchestrator#924 2024-08-15 21:19:50 +00:00
Simple deployment request/responding provider filtering scheme

Additional functionality requested:

Deployer can optionally check for payment associated with a deployment request, and deny any request that lacks associated payment. This presumably could be…

dboreham closed issue cerc-io/stack-orchestrator#833 2024-08-15 20:34:31 +00:00
Support k8s taints and tolerations, node affinity and node selectors
dboreham released v1.1.0-e56da7d-202408152033 at cerc-io/stack-orchestrator 2024-08-15 20:34:10 +00:00
dboreham deleted branch dboreham/k8s-deployment-enhancements from cerc-io/stack-orchestrator 2024-08-15 20:33:08 +00:00
dboreham pushed to main at cerc-io/stack-orchestrator 2024-08-15 20:33:01 +00:00
e56da7dcc1 Add support for k8s pod to node affinity and taint toleration (#917)
dboreham merged pull request cerc-io/stack-orchestrator#917 2024-08-15 20:32:59 +00:00
Add support for k8s pod to node affinity and taint toleration
dboreham commented on issue cerc-io/stack-orchestrator#924 2024-08-15 19:16:02 +00:00
Simple deployment request/responding provider filtering scheme

There is existing support for filtering deployment requests against specified include and exclude tag value sets:

https://git.vdb.to/cerc-io/stack-orchestrator/src/branch/main/stack_orchestrator

dboreham opened issue cerc-io/stack-orchestrator#925 2024-08-15 17:21:53 +00:00
Add a CI test for webapp deployment to k8s
975ff2585c Fix typo
dboreham opened issue cerc-io/stack-orchestrator#924 2024-08-15 16:58:01 +00:00
Simple deployment request/responding provider filtering scheme
dboreham closed issue cerc-io/stack-orchestrator#921 2024-08-15 16:54:50 +00:00
Webapp deployer logging improvements
dboreham commented on pull request cerc-io/webapp-deployment-status-api#11 2024-08-15 15:58:05 +00:00
add token to env.

Diff looks odd -- check there isn't a special character in there or something. My best guess is that it's saying there was no newline EOF before but now there is. Anyway, diff should show only the one added line.