Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
457f8d62
Commit
457f8d62
authored
Jun 25, 2019
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #630
parents
b2852949
ca1c2e70
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
22 additions
and
56 deletions
+22
-56
.travis.yml
.travis.yml
+7
-3
replicaset-one-node.json
mongo-orchestration/replica_sets/replicaset-one-node.json
+1
-3
replicaset.json
mongo-orchestration/replica_sets/replicaset.json
+3
-9
cluster.json
mongo-orchestration/sharded_clusters/cluster.json
+5
-15
cluster_replset.json
mongo-orchestration/sharded_clusters/cluster_replset.json
+6
-20
standalone-auth.json
mongo-orchestration/standalone/standalone-auth.json
+0
-2
standalone-ssl.json
mongo-orchestration/standalone/standalone-ssl.json
+0
-2
standalone.json
mongo-orchestration/standalone/standalone.json
+0
-2
No files found.
.travis.yml
View file @
457f8d62
...
@@ -16,7 +16,7 @@ env:
...
@@ -16,7 +16,7 @@ env:
global
:
global
:
-
DRIVER_VERSION=1.6.0alpha2
-
DRIVER_VERSION=1.6.0alpha2
-
SERVER_DISTRO=ubuntu1604
-
SERVER_DISTRO=ubuntu1604
-
SERVER_VERSION=4.0.
9
-
SERVER_VERSION=4.0.
10
-
DEPLOYMENT=STANDALONE
-
DEPLOYMENT=STANDALONE
matrix
:
matrix
:
...
@@ -39,11 +39,11 @@ matrix:
...
@@ -39,11 +39,11 @@ matrix:
-
DEPLOYMENT=STANDALONE_OLD
-
DEPLOYMENT=STANDALONE_OLD
-
php
:
7.0
-
php
:
7.0
env
:
env
:
-
SERVER_VERSION=3.4.2
0
-
SERVER_VERSION=3.4.2
1
-
DEPLOYMENT=STANDALONE_OLD
-
DEPLOYMENT=STANDALONE_OLD
-
php
:
7.0
-
php
:
7.0
env
:
env
:
-
SERVER_VERSION=3.6.1
2
-
SERVER_VERSION=3.6.1
3
-
php
:
7.3
-
php
:
7.3
env
:
env
:
-
DEPLOYMENT=STANDALONE_AUTH
-
DEPLOYMENT=STANDALONE_AUTH
...
@@ -53,6 +53,10 @@ matrix:
...
@@ -53,6 +53,10 @@ matrix:
-
php
:
7.3
-
php
:
7.3
env
:
env
:
-
DEPLOYMENT=REPLICASET
-
DEPLOYMENT=REPLICASET
-
php
:
7.3
env
:
-
SERVER_VERSION=4.2.0-rc1
-
DEPLOYMENT=REPLICASET
-
php
:
7.3
-
php
:
7.3
env
:
env
:
-
DEPLOYMENT=SHARDED_CLUSTER
-
DEPLOYMENT=SHARDED_CLUSTER
...
...
mongo-orchestration/replica_sets/replicaset-one-node.json
View file @
457f8d62
...
@@ -9,10 +9,8 @@
...
@@ -9,10 +9,8 @@
"logappend"
:
true
,
"logappend"
:
true
,
"logpath"
:
"/tmp/REPLICASET/3020/mongod.log"
,
"logpath"
:
"/tmp/REPLICASET/3020/mongod.log"
,
"journal"
:
true
,
"journal"
:
true
,
"nssize"
:
1
,
"port"
:
3020
,
"port"
:
3020
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
"smallfiles"
:
true
},
},
"rsParams"
:
{
"rsParams"
:
{
"priority"
:
99
,
"priority"
:
99
,
...
...
mongo-orchestration/replica_sets/replicaset.json
View file @
457f8d62
...
@@ -9,10 +9,8 @@
...
@@ -9,10 +9,8 @@
"logappend"
:
true
,
"logappend"
:
true
,
"logpath"
:
"/tmp/REPLICASET/3000/mongod.log"
,
"logpath"
:
"/tmp/REPLICASET/3000/mongod.log"
,
"journal"
:
true
,
"journal"
:
true
,
"nssize"
:
1
,
"port"
:
3000
,
"port"
:
3000
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
"smallfiles"
:
true
},
},
"rsParams"
:
{
"rsParams"
:
{
"priority"
:
99
,
"priority"
:
99
,
...
@@ -30,10 +28,8 @@
...
@@ -30,10 +28,8 @@
"logappend"
:
true
,
"logappend"
:
true
,
"logpath"
:
"/tmp/REPLICASET/3001/mongod.log"
,
"logpath"
:
"/tmp/REPLICASET/3001/mongod.log"
,
"journal"
:
true
,
"journal"
:
true
,
"nssize"
:
1
,
"port"
:
3001
,
"port"
:
3001
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
"smallfiles"
:
true
},
},
"rsParams"
:
{
"rsParams"
:
{
"priority"
:
1.1
,
"priority"
:
1.1
,
...
@@ -51,10 +47,8 @@
...
@@ -51,10 +47,8 @@
"logappend"
:
true
,
"logappend"
:
true
,
"logpath"
:
"/tmp/REPLICASET/3002/mongod.log"
,
"logpath"
:
"/tmp/REPLICASET/3002/mongod.log"
,
"journal"
:
true
,
"journal"
:
true
,
"nssize"
:
1
,
"port"
:
3002
,
"port"
:
3002
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
"smallfiles"
:
true
},
},
"rsParams"
:
{
"rsParams"
:
{
"arbiterOnly"
:
true
"arbiterOnly"
:
true
...
...
mongo-orchestration/sharded_clusters/cluster.json
View file @
457f8d62
...
@@ -8,10 +8,8 @@
...
@@ -8,10 +8,8 @@
"ipv6"
:
true
,
"ipv6"
:
true
,
"journal"
:
true
,
"journal"
:
true
,
"logappend"
:
true
,
"logappend"
:
true
,
"nssize"
:
1
,
"port"
:
4000
,
"port"
:
4000
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
"smallfiles"
:
true
}
}
},
},
{
{
...
@@ -21,10 +19,8 @@
...
@@ -21,10 +19,8 @@
"ipv6"
:
true
,
"ipv6"
:
true
,
"journal"
:
true
,
"journal"
:
true
,
"logappend"
:
true
,
"logappend"
:
true
,
"nssize"
:
1
,
"port"
:
4001
,
"port"
:
4001
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
"smallfiles"
:
true
}
}
},
},
{
{
...
@@ -34,10 +30,8 @@
...
@@ -34,10 +30,8 @@
"ipv6"
:
true
,
"ipv6"
:
true
,
"journal"
:
true
,
"journal"
:
true
,
"logappend"
:
true
,
"logappend"
:
true
,
"nssize"
:
1
,
"port"
:
4002
,
"port"
:
4002
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
"smallfiles"
:
true
}
}
}
}
]
]
...
@@ -53,10 +47,8 @@
...
@@ -53,10 +47,8 @@
"ipv6"
:
true
,
"ipv6"
:
true
,
"journal"
:
true
,
"journal"
:
true
,
"logappend"
:
true
,
"logappend"
:
true
,
"nssize"
:
1
,
"port"
:
4100
,
"port"
:
4100
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
"smallfiles"
:
true
}
}
}
}
},
},
...
@@ -69,10 +61,8 @@
...
@@ -69,10 +61,8 @@
"ipv6"
:
true
,
"ipv6"
:
true
,
"journal"
:
true
,
"journal"
:
true
,
"logappend"
:
true
,
"logappend"
:
true
,
"nssize"
:
1
,
"port"
:
4200
,
"port"
:
4200
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
"smallfiles"
:
true
}
}
}
}
}
}
...
...
mongo-orchestration/sharded_clusters/cluster_replset.json
View file @
457f8d62
...
@@ -8,10 +8,8 @@
...
@@ -8,10 +8,8 @@
"ipv6"
:
true
,
"ipv6"
:
true
,
"journal"
:
true
,
"journal"
:
true
,
"logappend"
:
true
,
"logappend"
:
true
,
"nssize"
:
1
,
"port"
:
4490
,
"port"
:
4490
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
"smallfiles"
:
true
}
}
},
},
{
{
...
@@ -21,10 +19,8 @@
...
@@ -21,10 +19,8 @@
"ipv6"
:
true
,
"ipv6"
:
true
,
"journal"
:
true
,
"journal"
:
true
,
"logappend"
:
true
,
"logappend"
:
true
,
"nssize"
:
1
,
"port"
:
4491
,
"port"
:
4491
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
"smallfiles"
:
true
}
}
},
},
{
{
...
@@ -34,10 +30,8 @@
...
@@ -34,10 +30,8 @@
"ipv6"
:
true
,
"ipv6"
:
true
,
"journal"
:
true
,
"journal"
:
true
,
"logappend"
:
true
,
"logappend"
:
true
,
"nssize"
:
1
,
"port"
:
4492
,
"port"
:
4492
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
"smallfiles"
:
true
}
}
}
}
]
]
...
@@ -55,10 +49,8 @@
...
@@ -55,10 +49,8 @@
"ipv6"
:
true
,
"ipv6"
:
true
,
"journal"
:
true
,
"journal"
:
true
,
"logappend"
:
true
,
"logappend"
:
true
,
"nssize"
:
1
,
"port"
:
4400
,
"port"
:
4400
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
"smallfiles"
:
true
}
},
}
},
{
"procParams"
:
{
{
"procParams"
:
{
"dbpath"
:
"/tmp/SHARDED-RS/SHARD1/4401"
,
"dbpath"
:
"/tmp/SHARDED-RS/SHARD1/4401"
,
...
@@ -66,10 +58,8 @@
...
@@ -66,10 +58,8 @@
"ipv6"
:
true
,
"ipv6"
:
true
,
"journal"
:
true
,
"journal"
:
true
,
"logappend"
:
true
,
"logappend"
:
true
,
"nssize"
:
1
,
"port"
:
4401
,
"port"
:
4401
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
"smallfiles"
:
true
}
}
}
}
]
]
}
}
...
@@ -85,10 +75,8 @@
...
@@ -85,10 +75,8 @@
"ipv6"
:
true
,
"ipv6"
:
true
,
"journal"
:
true
,
"journal"
:
true
,
"logappend"
:
true
,
"logappend"
:
true
,
"nssize"
:
1
,
"port"
:
4410
,
"port"
:
4410
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
"smallfiles"
:
true
}
},
}
},
{
"procParams"
:
{
{
"procParams"
:
{
"dbpath"
:
"/tmp/SHARDED-RS/SHARD2/4411"
,
"dbpath"
:
"/tmp/SHARDED-RS/SHARD2/4411"
,
...
@@ -96,10 +84,8 @@
...
@@ -96,10 +84,8 @@
"ipv6"
:
true
,
"ipv6"
:
true
,
"journal"
:
true
,
"journal"
:
true
,
"logappend"
:
true
,
"logappend"
:
true
,
"nssize"
:
1
,
"port"
:
4411
,
"port"
:
4411
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
,
"smallfiles"
:
true
}
}
}
}
]
]
}
}
...
...
mongo-orchestration/standalone/standalone-auth.json
View file @
457f8d62
...
@@ -10,10 +10,8 @@
...
@@ -10,10 +10,8 @@
"logappend"
:
true
,
"logappend"
:
true
,
"logpath"
:
"/tmp/standalone-auth/m.log"
,
"logpath"
:
"/tmp/standalone-auth/m.log"
,
"journal"
:
true
,
"journal"
:
true
,
"nssize"
:
1
,
"port"
:
2200
,
"port"
:
2200
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
,
"smallfiles"
:
true
,
"setParameter"
:
{
"enableTestCommands"
:
1
}
"setParameter"
:
{
"enableTestCommands"
:
1
}
}
}
}
}
mongo-orchestration/standalone/standalone-ssl.json
View file @
457f8d62
...
@@ -7,10 +7,8 @@
...
@@ -7,10 +7,8 @@
"logappend"
:
true
,
"logappend"
:
true
,
"logpath"
:
"/tmp/standalone-ssl/m.log"
,
"logpath"
:
"/tmp/standalone-ssl/m.log"
,
"journal"
:
true
,
"journal"
:
true
,
"nssize"
:
1
,
"port"
:
2100
,
"port"
:
2100
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
,
"smallfiles"
:
true
,
"setParameter"
:
{
"enableTestCommands"
:
1
}
"setParameter"
:
{
"enableTestCommands"
:
1
}
},
},
"sslParams"
:
{
"sslParams"
:
{
...
...
mongo-orchestration/standalone/standalone.json
View file @
457f8d62
...
@@ -7,10 +7,8 @@
...
@@ -7,10 +7,8 @@
"logappend"
:
true
,
"logappend"
:
true
,
"logpath"
:
"/tmp/standalone/mongod.log"
,
"logpath"
:
"/tmp/standalone/mongod.log"
,
"journal"
:
true
,
"journal"
:
true
,
"nssize"
:
1
,
"port"
:
2000
,
"port"
:
2000
,
"bind_ip_all"
:
true
,
"bind_ip_all"
:
true
,
"smallfiles"
:
true
,
"setParameter"
:
{
"enableTestCommands"
:
1
}
"setParameter"
:
{
"enableTestCommands"
:
1
}
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment