Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
44917f8
Modified monitoring stack to use Telegraf and Timely
dlmarion Jun 24, 2024
fc9681a
Add missing license header to timely-grafana README
dlmarion Aug 6, 2024
1fd1a5e
Merge branch 'elasticity' into ctg-stack
dlmarion Aug 6, 2024
f191f7b
Merge branch 'elasticity' into ctg-stack
dlmarion Aug 26, 2024
44fa47e
Merge branch 'elasticity' into ctg-stack
dlmarion Oct 7, 2024
d4ba6e6
Misc. improvements
DomGarguilo Oct 7, 2024
ece0082
Dockerfile improvements
DomGarguilo Oct 7, 2024
92e7640
Merge pull request #8 from DomGarguilo/monitoringStackImprovements
dlmarion Oct 7, 2024
3bf6d7f
Updated deployment overview section
dlmarion Oct 7, 2024
744b060
Merge branch 'main' into ctg-stack
dlmarion Apr 8, 2025
d327ccc
Merge branch 'main' into ctg-stack
dlmarion Dec 9, 2025
b34be73
Merge branch 'main' into ctg-stack
dlmarion Jan 5, 2026
1ce585b
Changes from testing
dlmarion Jan 5, 2026
e903e5a
Fixes from testing
dlmarion Jan 6, 2026
9d0f08b
Changes to timely build
dlmarion Jan 6, 2026
963ec31
Updates to Timely Dockerfile
dlmarion Jan 7, 2026
ba5d630
Update telegraf conf for removed options that cause service to fail
dlmarion Jan 7, 2026
1ff1b3d
Make timely build faster, reuse Maven artifacts
dlmarion Jan 7, 2026
4f62c58
Enable Apache snapshots repo
dlmarion Jan 7, 2026
bae8afc
Build accumulo-access locally and install
dlmarion Jan 7, 2026
ba6109c
Fixes from terraform testing
dlmarion Jan 7, 2026
42f4c9f
Fixes from Accumulo and Timely testing
dlmarion Jan 8, 2026
dec7b73
Added accumulo-env to TF config
dlmarion Jan 8, 2026
36d0455
Remove commented items, update README and other comments
dlmarion Jan 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contrib/terraform-testing-infrastructure/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ conf/
**/terraform.tfstate.backup
**/*.auto.tfvars.json
**/*.auto.tfvars
timely_grafana/build_output/
4 changes: 3 additions & 1 deletion contrib/terraform-testing-infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ following components will run on the `manager` node:
- Apache Accumulo CompactionCoordinator
- Docker
- Jaeger Tracing Docker Container
- Telegraf/InfluxDB/Grafana Docker Container
- Timely / Grafana Docker Container
- Telegraf

The following components will run on the `worker` nodes:

Expand All @@ -415,6 +416,7 @@ The following components will run on the `worker` nodes:
- Apache Accumulo TabletServer
- Apache Accumulo Compactor(s)
- Apache Accumulo Scan Server(s)
- Telegraf

### Logs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ no_ssh_fingerprints: true
groups:
- hadoop
- docker
# Add default auto created user to docker group
system_info:
default_user:
groups: [docker]
# Create users
users:
- default
Expand Down
Loading