Some tests were using domain names that were intended to be "fake", but are actually registered domain names (such as mycorp.com). Even though we were not actually making connections to these domains, it's better to use domains that are designated for testing/examples in RFC2606: https://tools.ietf.org/html/rfc2606 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
32 lines
801 B
Plaintext
32 lines
801 B
Plaintext
[
|
|
{
|
|
"Name": "current",
|
|
"Metadata": {
|
|
"Description": "description of current",
|
|
"StackOrchestrator": "all"
|
|
},
|
|
"Endpoints": {
|
|
"docker": {
|
|
"Host": "https://someswarmserver.example.com",
|
|
"SkipTLSVerify": false
|
|
},
|
|
"kubernetes": {
|
|
"Host": "https://someserver.example.com",
|
|
"SkipTLSVerify": false,
|
|
"DefaultNamespace": "default"
|
|
}
|
|
},
|
|
"TLSMaterial": {
|
|
"kubernetes": [
|
|
"ca.pem",
|
|
"cert.pem",
|
|
"key.pem"
|
|
]
|
|
},
|
|
"Storage": {
|
|
"MetadataPath": "<METADATA_PATH>",
|
|
"TLSPath": "<TLS_PATH>"
|
|
}
|
|
}
|
|
]
|