1
0
Fork 0
kubernetes/dch-webhooks
Dustin bed5ed5767 dch-webhooks: Enable host provisioning feature
The *dch-webhooks* server now has a _POST /host/online_ hook that can
be triggered by a new machine when it first comes online. This hook
starts an automatic provisioning process by creating a Kubernetes Job
to run Ansible and publishing information about the host to provision
via AMQP.  Thus, the server now needs access to the Kubernetes API in
order to create the Job and access to RabbitMQ in order to publish the
task parameters.
2025-02-08 16:59:26 -06:00
..
.gitignore dch-webhooks: Configure SSH cert signer 2023-10-10 22:31:44 -05:00
ansible-job.yaml dch-webhooks: Enable host provisioning feature 2025-02-08 16:59:26 -06:00
certificate.yaml dch-webhooks: Enable host provisioning feature 2025-02-08 16:59:26 -06:00
dch-webhooks.env dch-webhooks: Enable host provisioning feature 2025-02-08 16:59:26 -06:00
dch-webhooks.yaml dch-webhooks: Enable host provisioning feature 2025-02-08 16:59:26 -06:00
ingress.yaml dch-webhooks: Disable HTTPS redirect 2024-01-22 16:55:03 -06:00
kustomization.yaml dch-webhooks: Enable host provisioning feature 2025-02-08 16:59:26 -06:00