From c15c8c611620ffcb8737c49d756f22e057e7390d Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Mon, 30 Apr 2018 13:36:36 -0700 Subject: [PATCH] functional.yaml: use lower ports Signed-off-by: Gyuho Lee --- functional.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/functional.yaml b/functional.yaml index 24f6e50bc..2029a0165 100644 --- a/functional.yaml +++ b/functional.yaml @@ -21,13 +21,13 @@ agent-configs: key-file: "" trusted-ca-file: "" listen-peer-urls: ["https://127.0.0.1:1380"] - initial-advertise-peer-urls: ["https://127.0.0.1:13800"] + initial-advertise-peer-urls: ["https://127.0.0.1:1381"] peer-auto-tls: true peer-client-cert-auth: false peer-cert-file: "" peer-key-file: "" peer-trusted-ca-file: "" - initial-cluster: s1=https://127.0.0.1:13800,s2=https://127.0.0.1:23800,s3=https://127.0.0.1:33800 + initial-cluster: s1=https://127.0.0.1:1381,s2=https://127.0.0.1:2381,s3=https://127.0.0.1:3381 initial-cluster-state: new initial-cluster-token: tkn snapshot-count: 10000 @@ -70,13 +70,13 @@ agent-configs: key-file: "" trusted-ca-file: "" listen-peer-urls: ["https://127.0.0.1:2380"] - initial-advertise-peer-urls: ["https://127.0.0.1:23800"] + initial-advertise-peer-urls: ["https://127.0.0.1:2381"] peer-auto-tls: true peer-client-cert-auth: false peer-cert-file: "" peer-key-file: "" peer-trusted-ca-file: "" - initial-cluster: s1=https://127.0.0.1:13800,s2=https://127.0.0.1:23800,s3=https://127.0.0.1:33800 + initial-cluster: s1=https://127.0.0.1:1381,s2=https://127.0.0.1:2381,s3=https://127.0.0.1:3381 initial-cluster-state: new initial-cluster-token: tkn snapshot-count: 10000 @@ -119,13 +119,13 @@ agent-configs: key-file: "" trusted-ca-file: "" listen-peer-urls: ["https://127.0.0.1:3380"] - initial-advertise-peer-urls: ["https://127.0.0.1:33800"] + initial-advertise-peer-urls: ["https://127.0.0.1:3381"] peer-auto-tls: true peer-client-cert-auth: false peer-cert-file: "" peer-key-file: "" peer-trusted-ca-file: "" - initial-cluster: s1=https://127.0.0.1:13800,s2=https://127.0.0.1:23800,s3=https://127.0.0.1:33800 + initial-cluster: s1=https://127.0.0.1:1381,s2=https://127.0.0.1:2381,s3=https://127.0.0.1:3381 initial-cluster-state: new initial-cluster-token: tkn snapshot-count: 10000