forked from Deuxfleurs/nixcfg
remove orsay extra service
This commit is contained in:
parent
eb40718bee
commit
3d75b5a0bd
1 changed files with 0 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue