From 77380aec94fab6ba778dbbfc54d49ae01f492ebc Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 30 Jan 2023 16:53:57 +0100 Subject: [PATCH] Initial commit Former-commit-id: f01bc27660bb60687f638155b00f9b61d87399a8 --- .../docker-compose-fixturenet-eth-metrics.yml | 2 ++ .../stacks/fixturenet-eth-loaded/README.md | 6 +++++ .../stacks/fixturenet-eth-loaded/stack.yml | 24 +++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 app/data/stacks/fixturenet-eth-loaded/README.md create mode 100644 app/data/stacks/fixturenet-eth-loaded/stack.yml diff --git a/app/data/compose/docker-compose-fixturenet-eth-metrics.yml b/app/data/compose/docker-compose-fixturenet-eth-metrics.yml index 4d3ccdf..832e658 100644 --- a/app/data/compose/docker-compose-fixturenet-eth-metrics.yml +++ b/app/data/compose/docker-compose-fixturenet-eth-metrics.yml @@ -13,6 +13,8 @@ services: grafana: restart: always image: grafana/grafana + environment: + - GF_SECURITY_ADMIN_PASSWORD=changeme6325 volumes: - ../config/fixturenet-eth-metrics/grafana/etc/provisioning/dashboards:/etc/grafana/provisioning/dashboards - ../config/fixturenet-eth-metrics/grafana/etc/provisioning/datasources:/etc/grafana/provisioning/datasources diff --git a/app/data/stacks/fixturenet-eth-loaded/README.md b/app/data/stacks/fixturenet-eth-loaded/README.md new file mode 100644 index 0000000..09eab02 --- /dev/null +++ b/app/data/stacks/fixturenet-eth-loaded/README.md @@ -0,0 +1,6 @@ +# fixturenet-eth + +A "loaded" version of fixturenet-eth, with all the bells and whistles enabled. + +TODO: write me + diff --git a/app/data/stacks/fixturenet-eth-loaded/stack.yml b/app/data/stacks/fixturenet-eth-loaded/stack.yml new file mode 100644 index 0000000..ced862f --- /dev/null +++ b/app/data/stacks/fixturenet-eth-loaded/stack.yml @@ -0,0 +1,24 @@ +version: "1.0" +name: fixturenet-eth-loaded +decription: "Loaded Ethereum Fixturenet" +repos: + - cerc-io/go-ethereum + - cerc-io/tx-spammer + - cerc-io/ipld-eth-server + - cerc-io/ipld-eth-db + - cerc/go-ethereum +containers: + - cerc/lighthouse + - cerc/fixturenet-eth-geth + - cerc/fixturenet-eth-lighthouse + - cerc/ipld-eth-server + - cerc/ipld-eth-db + - cerc/keycloak + - cerc/tx-spammer +pods: + - fixturenet-eth + - tx-spammer + - fixturenet-eth-metrics + - keycloak + - ipld-eth-server + - ipld-eth-db