File tree 6 files changed +10
-10
lines changed
datadog_checks/foundationdb 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ confluent-kafka==2.10.0
13
13
cryptography==44.0.3
14
14
ddtrace==2.21.4
15
15
dnspython==2.7.0
16
- foundationdb==7.4.1
16
+ foundationdb==6.3.25
17
17
hazelcast-python-client==5.5.0
18
18
in-toto==2.0.0
19
19
jellyfish==1.2.0
Original file line number Diff line number Diff line change 8
8
9
9
from datadog_checks .base import AgentCheck
10
10
11
- fdb .api_version (600 )
11
+ fdb .api_version (700 )
12
12
13
13
14
14
class FoundationdbCheck (AgentCheck ):
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ license = "BSD-3-Clause"
36
36
37
37
[project .optional-dependencies ]
38
38
deps = [
39
- " foundationdb==7.4.1 " ,
39
+ " foundationdb==6.3.25 " ,
40
40
]
41
41
42
42
[project .urls ]
Original file line number Diff line number Diff line change 50
50
51
51
E2E_METADATA = {
52
52
'start_commands' : [
53
- 'curl -o foundationdb-clients_7.4.1 -1_amd64.deb '
54
- '-L https://github.com/apple/foundationdb/releases/download/7.4.1 /foundationdb-clients_7.4.1 -1_amd64.deb' ,
55
- 'dpkg -i foundationdb-clients_7.4.1 -1_amd64.deb' ,
53
+ 'curl -o foundationdb-clients_6.3.25 -1_amd64.deb '
54
+ '-L https://github.com/apple/foundationdb/releases/download/6.3.25 /foundationdb-clients_6.3.25 -1_amd64.deb' ,
55
+ 'dpkg -i foundationdb-clients_6.3.25 -1_amd64.deb' ,
56
56
],
57
57
'docker_volumes' : [
58
58
'{}:/fdb/fdb.cluster' .format (CLUSTER_FILE ),
Original file line number Diff line number Diff line change 1
- FROM foundationdb/foundationdb:7.4.1
1
+ FROM foundationdb/foundationdb:6.3.25
2
2
WORKDIR /var/fdb/tmp
3
3
COPY fdb.bash /var/fdb/scripts/fdb-new.bash
4
4
COPY tls/cert.crt /var/fdb/cert.crt
Original file line number Diff line number Diff line change 1
1
services :
2
2
fdb-coordinator :
3
- image : foundationdb/foundationdb:7.4.1
3
+ image : foundationdb/foundationdb:6.3.25
4
4
environment :
5
5
FDB_COORDINATOR : fdb-coordinator
6
6
FDB_NETWORKING_MODE : container
@@ -11,7 +11,7 @@ services:
11
11
container_name : fdb-0
12
12
depends_on :
13
13
- fdb-coordinator
14
- image : foundationdb/foundationdb:7.4.1
14
+ image : foundationdb/foundationdb:6.3.25
15
15
environment :
16
16
FDB_COORDINATOR : fdb-coordinator
17
17
FDB_NETWORKING_MODE : container
@@ -20,7 +20,7 @@ services:
20
20
container_name : fdb-1
21
21
depends_on :
22
22
- fdb-coordinator
23
- image : foundationdb/foundationdb:7.4.1
23
+ image : foundationdb/foundationdb:6.3.25
24
24
environment :
25
25
FDB_COORDINATOR : fdb-coordinator
26
26
FDB_NETWORKING_MODE : container
You can’t perform that action at this time.
0 commit comments