diff options
Diffstat (limited to 'cluster/prod/register_external_services.sh')
-rwxr-xr-x | cluster/prod/register_external_services.sh | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/cluster/prod/register_external_services.sh b/cluster/prod/register_external_services.sh index 8800f71..891567b 100755 --- a/cluster/prod/register_external_services.sh +++ b/cluster/prod/register_external_services.sh @@ -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 |