David Boreham
aef5986135
Allow gentx-files to be omitted
2024-08-07 14:11:06 -06:00
David Boreham
7590d6e237
Add stage 1 support
2024-08-07 11:28:10 -06:00
David Boreham
7d18334953
Mainnet-laconic stack fixes for laconicd2 ( #904 )
...
Lint Checks / Run linter (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 4s
Details
Fixturenet-Laconicd-Test / Run Laconicd fixturenet and Laconic CLI tests (push) Failing after 3s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/904
2024-07-31 13:51:28 +00:00
Roy Crihfield
36d4969b2d
Fixes for external stack deployment ( #851 )
...
Publish / Build and publish (push) Failing after 11s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 2s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Fixes
- stack path resolution for `build`
- external stack path resolution for deployments
- "extra" config detection
- `deployment ports` command
- `version` command in dist or source install (without build_tag.txt)
- `setup-repos`, so it won't die when an existing repo is not at a branch or exact tag
Used in https://git.vdb.to/cerc-io/fixturenet-eth-stacks/pulls/14
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/851
Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to>
2024-07-09 15:37:35 +00:00
David Boreham
13ce521d84
Fix config dir processing for external stacks ( #810 )
...
Lint Checks / Run linter (push) Failing after 6s
Details
Publish / Build and publish (push) Failing after 5s
Details
Smoke Test / Run basic test suite (push) Failing after 4s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/810
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-04-23 21:47:20 +00:00
David Boreham
6e4dae9777
Add external stack support ( #806 )
...
Deploy Test / Run deploy test suite (push) Failing after 5s
Details
External Stack Test / Run external stack test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 4s
Details
Lint Checks / Run linter (push) Failing after 4s
Details
Publish / Build and publish (push) Failing after 5s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/806
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-04-18 21:22:47 +00:00
Thomas E Lackey
2af6ffce77
Tweaks for running the container registry in k8s ( #760 )
...
Lint Checks / Run linter (push) Failing after 3s
Details
Publish / Build and publish (push) Successful in 52s
Details
Deploy Test / Run deploy test suite (push) Successful in 3m31s
Details
Webapp Test / Run webapp test suite (push) Successful in 2m47s
Details
Smoke Test / Run basic test suite (push) Successful in 3m52s
Details
Fixturenet-Eth-Plugeth-Arm-Test / Run an Ethereum plugeth fixturenet test (push) Has been cancelled
Details
Minor tweaks for running the container-registry in k8s. The big change is not requiring --image-registry.
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/760
Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to>
2024-02-22 21:11:06 +00:00
Thomas E Lackey
b22c72e715
For k8s, use provisioner-managed volumes when an absolute host path is not specified. ( #741 )
...
In kind, when we bind-mount a host directory it is first mounted into the kind container at /mnt, then into the pod at the desired location.
We accidentally picked this up for full-blown k8s, and were creating volumes at /mnt. This changes the behavior for both kind and regular k8s so that bind mounts are only allowed if a fully-qualified path is specified. If no path is specified at all, a default storageClass is assumed to be present, and the volume managed by a provisioner.
Eg, for kind, the default provisioner is: https://github.com/rancher/local-path-provisioner
```
stack: test
deploy-to: k8s-kind
config:
test-variable-1: test-value-1
network:
ports:
test:
- '80'
volumes:
# this will be bind-mounted to a host-path
test-data-bind: /srv/data
# this will be managed by the k8s node
test-data-auto:
configmaps:
test-config: ./configmap/test-config
```
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/741
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2024-02-14 21:45:01 +00:00
Thomas E Lackey
36bb068983
Add ConfigMap test. ( #726 )
...
Publish / Build and publish (push) Successful in 1m24s
Details
Deploy Test / Run deploy test suite (push) Successful in 2m52s
Details
K8s Deploy Test / Run deploy test suite on kind/k8s (push) Failing after 1m3s
Details
Webapp Test / Run webapp test suite (push) Successful in 2m40s
Details
Smoke Test / Run basic test suite (push) Successful in 4m24s
Details
* Add ConfigMap test.
* eof
* Minor tweak
* Trigger test
---------
Co-authored-by: David Boreham <david@bozemanpass.com>
2024-02-05 14:15:11 -06:00
Thomas E Lackey
2fcd416e29
Basic webapp deployer stack. ( #722 )
Webapp Test / Run webapp test suite (push) Successful in 2m35s
Details
Smoke Test / Run basic test suite (push) Successful in 3m46s
Details
Publish / Build and publish (push) Successful in 50s
Details
Deploy Test / Run deploy test suite (push) Successful in 2m56s
Details
2024-02-02 19:05:15 -07:00
Thomas E Lackey
b398050787
Don't include volumes in spec if we don't have any. ( #720 )
Publish / Build and publish (push) Successful in 51s
Details
Deploy Test / Run deploy test suite (push) Successful in 3m3s
Details
Webapp Test / Run webapp test suite (push) Successful in 3m6s
Details
Smoke Test / Run basic test suite (push) Successful in 4m56s
Details
2024-01-31 15:11:32 -06:00
Thomas E Lackey
12ec1bec43
Add ConfigMap support for k8s. ( #714 )
...
Publish / Build and publish (push) Successful in 50s
Details
Deploy Test / Run deploy test suite (push) Successful in 3m7s
Details
Webapp Test / Run webapp test suite (push) Successful in 2m38s
Details
Smoke Test / Run basic test suite (push) Successful in 3m45s
Details
* Minor fixes for deploying with k8s and podman.
* ConfigMap support
2024-01-30 23:09:48 -06:00
Thomas E Lackey
b83030f63b
Use custom act with gitea. ( #700 )
...
Publish / Build and publish (push) Successful in 55s
Details
Deploy Test / Run deploy test suite (push) Successful in 2m51s
Details
K8s Deploy Test / Run deploy test suite (push) Failing after 3m32s
Details
Webapp Test / Run webapp test suite (push) Successful in 2m59s
Details
Smoke Test / Run basic test suite (push) Successful in 5m28s
Details
* Use custom act with gitea.
* Make sure wget is available
* Fix repo url
2024-01-09 22:53:43 -06:00
David Boreham
15faed00de
Generate a unique deployment id for each deployment ( #680 )
...
Publish / Build and publish (push) Successful in 1m8s
Details
Deploy Test / Run deploy test suite (push) Successful in 3m13s
Details
K8s Deploy Test / Run deploy test suite (push) Failing after 3m16s
Details
Webapp Test / Run webapp test suite (push) Failing after 3m44s
Details
Smoke Test / Run basic test suite (push) Successful in 4m40s
Details
* Move cluster name generation into a function
* Generate a unique deployment id for each deployment
2023-12-05 22:56:58 -07:00
David Boreham
113c0bfbf1
Propagate env file for webapp deployment ( #669 )
Deploy Test / Run deploy test suite (push) Successful in 3m21s
Details
K8s Deploy Test / Run deploy test suite (push) Failing after 3m7s
Details
Webapp Test / Run webapp test suite (push) Failing after 3m53s
Details
Smoke Test / Run basic test suite (push) Successful in 4m7s
Details
Publish / Build and publish (push) Successful in 57s
Details
2023-11-28 21:14:02 -07:00
David Boreham
a68cd5d65c
Webapp deploy ( #662 )
Webapp Test / Run webapp test suite (push) Failing after 4m1s
Details
Smoke Test / Run basic test suite (push) Successful in 4m14s
Details
Publish / Build and publish (push) Successful in 58s
Details
Deploy Test / Run deploy test suite (push) Successful in 3m40s
Details
K8s Deploy Test / Run deploy test suite (push) Failing after 3m20s
Details
2023-11-27 22:02:16 -07:00
David Boreham
87bedde5cb
Support for k8s ingress and tls ( #659 )
Smoke Test / Run basic test suite (push) Successful in 4m9s
Details
Publish / Build and publish (push) Successful in 1m3s
Details
Deploy Test / Run deploy test suite (push) Successful in 3m1s
Details
K8s Deploy Test / Run deploy test suite (push) Failing after 3m4s
Details
Webapp Test / Run webapp test suite (push) Failing after 3m34s
Details
2023-11-21 16:04:36 -07:00
David Boreham
f6624cb33a
Add image push command ( #656 )
Publish / Build and publish (push) Successful in 57s
Details
Deploy Test / Run deploy test suite (push) Successful in 3m6s
Details
K8s Deploy Test / Run deploy test suite (push) Failing after 3m10s
Details
Webapp Test / Run webapp test suite (push) Failing after 3m37s
Details
Smoke Test / Run basic test suite (push) Successful in 4m8s
Details
2023-11-20 20:23:55 -07:00
David Boreham
c9c6a0eee3
Changes for remote k8s ( #655 )
Publish / Build and publish (push) Successful in 1m2s
Details
Deploy Test / Run deploy test suite (push) Successful in 3m6s
Details
K8s Deploy Test / Run deploy test suite (push) Failing after 3m4s
Details
Webapp Test / Run webapp test suite (push) Failing after 3m36s
Details
Smoke Test / Run basic test suite (push) Successful in 4m4s
Details
2023-11-20 09:12:57 -07:00
David Boreham
5e91c2224e
kind test stack ( #629 )
Publish / Build and publish (push) Successful in 58s
Details
Deploy Test / Run deploy test suite (push) Successful in 3m7s
Details
Webapp Test / Run webapp test suite (push) Failing after 3m37s
Details
Smoke Test / Run basic test suite (push) Successful in 4m1s
Details
2023-11-08 01:11:00 -07:00
David Boreham
4456e70c93
Rename app -> stack_orchestrator ( #625 )
Publish / Build and publish (push) Successful in 1m0s
Details
Deploy Test / Run deploy test suite (push) Successful in 3m25s
Details
Smoke Test / Run basic test suite (push) Successful in 4m21s
Details
2023-11-07 00:06:55 -07:00