initial commit

This commit is contained in:
W Anders
2024-05-06 17:37:57 -06:00
commit 12bcac933a
35 changed files with 3027 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
docker compose -p coredns-netbox-plugin-dns -f ./.testing/docker-compose.yml up -d && \
until [[ "`docker inspect -f {{.State.Health.Status}} coredns-netbox-plugin-dns-netbox-1`" == "healthy" ]]; do
echo "Waiting for Netbox to come online..."
sleep 5;
done && \
go run ./.testing/init/init.go