Grant Limberg
|
024824c2fe
|
wire up pubsub outgoing status changes from controller -> CV2
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ Central Controller Build (push) Waiting to run
/ multi-arch-docker (push) Blocked by required conditions
/ build_ubuntu (push) Waiting to run
|
2025-09-05 14:52:16 -07:00 |
|
Grant Limberg
|
74f0525470
|
Add frontend column to networks & network_memberships tables so the controller knows which system owns the networks & members
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ Central Controller Build (push) Waiting to run
/ multi-arch-docker (push) Blocked by required conditions
/ build_ubuntu (push) Waiting to run
|
2025-09-05 08:43:06 -07:00 |
|
Grant Limberg
|
282d7c7f9d
|
another fix
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ Central Controller Build (push) Waiting to run
/ multi-arch-docker (push) Blocked by required conditions
/ build_ubuntu (push) Waiting to run
|
2025-09-04 17:45:38 -07:00 |
|
Grant Limberg
|
48ff61b392
|
fix
|
2025-09-04 17:28:14 -07:00 |
|
Grant Limberg
|
a061c86594
|
fix
|
2025-09-04 17:00:15 -07:00 |
|
Grant Limberg
|
a18e370d48
|
another query fix
|
2025-09-04 16:31:16 -07:00 |
|
Grant Limberg
|
e9565cf97c
|
another query fix
|
2025-09-04 16:12:21 -07:00 |
|
Grant Limberg
|
3b7958aec1
|
another query fix
|
2025-09-04 16:07:28 -07:00 |
|
Grant Limberg
|
20746b2754
|
query fix
|
2025-09-04 15:41:33 -07:00 |
|
Grant Limberg
|
f33e706887
|
get a running controller in docker
|
2025-09-04 11:42:53 -07:00 |
|
Grant Limberg
|
686653509a
|
debug printf
|
2025-09-04 11:27:59 -07:00 |
|
Grant Limberg
|
0753556aa3
|
wire up configuration.
New config block in local.conf for controllers:
```
{
"settings": {
...standard zt1 local.conf settings...
},
"controller": {
"listenMode": (pgsql|redis|pubsub),
"statusMode": (pgsql|redis|bigtable),
"redis": {
"hostname": ...,
"port": 6379,
"clusterMode": true
},
"pubsub": {
"project_id": <gcp-project-id>
},
"bigtable": {
"project_id": <gcp-project-id>,
"instance_id": <bigtable-instance-id>,
"table_id": <bigtable-table-id>
}
}
}
```
|
2025-09-02 14:06:24 -07:00 |
|
Grant Limberg
|
a5bd262b3a
|
Wiring through initialization of the CentralDB version of the controller
Still need to do the actual configuration from local.conf
|
2025-09-02 13:30:08 -07:00 |
|
Grant Limberg
|
195d5b47f0
|
Merge branch 'adam/1.16' into gl/ctl-pubsub
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ build_ubuntu (push) Waiting to run
|
2025-09-01 16:47:55 -07:00 |
|