remove orsay extra service

This commit is contained in:
Alex 2024-03-06 15:15:21 +01:00
parent eb40718bee
commit 3d75b5a0bd
1 changed files with 0 additions and 21 deletions

View File

@ -42,24 +42,3 @@ curl -vv -X PUT http://localhost:8500/v1/catalog/register -H "Content-Type: app
}
}
EOF
# Orsay (neptune): Alex's personnal stuff
curl -vv -X PUT http://localhost:8500/v1/catalog/register -H "Content-Type: application/json" --data @- <<EOF
{
"Datacenter": "prod",
"Node": "pivert",
"Address": "192.168.1.189",
"NodeMeta": {
"site": "neptune",
"cname_target": "neptune.site.deuxfleurs.fr."
},
"Service": {
"Service": "garage.isomorphis.me",
"Tags": ["tricot garage.isomorphis.me"],
"Address": "192.168.1.189",
"Port": 3900
}
}
EOF