hashicorp / faas-nomad

OpenFaaS plugin for Nomad
https://www.openfaas.com
MIT License
255 stars 45 forks source link

Change datacenter behaviour: #56

Closed acornies closed 5 years ago

acornies commented 5 years ago

This is the new datacenter format in the faas-cli:

faas-cli store deploy figlet --constraint "datacenter == test1"  --constraint "datacenter == test2" --gateway http://example:8080

This addresses the following issues:

25

51