Skip to content

Commit a9d8a40

Browse files
author
Razvan Becheriu
committed
updated initial config
1 parent b0a1e88 commit a9d8a40

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

doc/examples/kea-config-tool/initial-config-mysql/kea4/kea_shard/credentials.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"user": "keatest",
44
"type": "mysql",
55
"password": "keatest",
6-
"keyspace": "kea_shard",
7-
"contact-points": "192.168.128.17,192.168.128.18,192.168.128.19,192.168.128.20,192.168.128.21,192.168.128.22"
6+
"name": "kea_shard",
7+
"host": "127.0.0.1"
88
}
9-
}
9+
}

doc/examples/kea-config-tool/initial-config-mysql/kea4/kea_shard/servers.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"user": "keatest",
44
"type": "mysql",
55
"password": "keatest",
6-
"keyspace": "kea_shard",
7-
"contact-points": "192.168.128.17,192.168.128.18,192.168.128.19,192.168.128.20,192.168.128.21,192.168.128.22"
6+
"name": "kea_shard",
7+
"host": "127.0.0.1"
88
},
99
"master-config": [
1010
{

doc/examples/kea-config-tool/initial-config-mysql/kea6/kea_shard/credentials.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"user": "keatest",
44
"type": "mysql",
55
"password": "keatest",
6-
"keyspace": "kea_shard",
7-
"contact-points": "192.168.128.17,192.168.128.18,192.168.128.19,192.168.128.20,192.168.128.21,192.168.128.22"
6+
"name": "kea_shard",
7+
"host": "127.0.0.1"
88
}
9-
}
9+
}

doc/examples/kea-config-tool/initial-config-mysql/kea6/kea_shard/servers.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"user": "keatest",
44
"type": "mysql",
55
"password": "keatest",
6-
"keyspace": "kea_shard",
7-
"contact-points": "192.168.128.17,192.168.128.18,192.168.128.19,192.168.128.20,192.168.128.21,192.168.128.22"
6+
"name": "kea_shard",
7+
"host": "127.0.0.1"
88
},
99
"master-config": [
1010
{

doc/examples/kea-config-tool/initial-config-pgsql/kea4/kea_shard/credentials.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"user": "keatest",
44
"type": "postgresql",
55
"password": "keatest",
6-
"keyspace": "kea_shard",
7-
"contact-points": "192.168.128.17,192.168.128.18,192.168.128.19,192.168.128.20,192.168.128.21,192.168.128.22"
6+
"name": "kea_shard",
7+
"host": "127.0.0.1"
88
}
9-
}
9+
}

doc/examples/kea-config-tool/initial-config-pgsql/kea4/kea_shard/servers.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"user": "keatest",
44
"type": "postgresql",
55
"password": "keatest",
6-
"keyspace": "kea_shard",
7-
"contact-points": "192.168.128.17,192.168.128.18,192.168.128.19,192.168.128.20,192.168.128.21,192.168.128.22"
6+
"name": "kea_shard",
7+
"host": "127.0.0.1"
88
},
99
"master-config": [
1010
{

doc/examples/kea-config-tool/initial-config-pgsql/kea6/kea_shard/credentials.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"user": "keatest",
44
"type": "postgresql",
55
"password": "keatest",
6-
"keyspace": "kea_shard",
7-
"contact-points": "192.168.128.17,192.168.128.18,192.168.128.19,192.168.128.20,192.168.128.21,192.168.128.22"
6+
"name": "kea_shard",
7+
"host": "127.0.0.1"
88
}
9-
}
9+
}

doc/examples/kea-config-tool/initial-config-pgsql/kea6/kea_shard/servers.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"user": "keatest",
44
"type": "postgresql",
55
"password": "keatest",
6-
"keyspace": "kea_shard",
7-
"contact-points": "192.168.128.17,192.168.128.18,192.168.128.19,192.168.128.20,192.168.128.21,192.168.128.22"
6+
"name": "kea_shard",
7+
"host": "127.0.0.1"
88
},
99
"master-config": [
1010
{

0 commit comments

Comments
 (0)