Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dockerephemeral environment: give ES an http interface (needed for old brig) #4062

Merged
merged 5 commits into from
Jun 5, 2024

Conversation

fisx
Copy link
Contributor

@fisx fisx commented May 24, 2024

https://wearezeta.atlassian.net/browse/WPB-9000

Checklist

  • Add a new entry in an appropriate subdirectory of changelog.d
  • Read and follow the PR guidelines

@zebot zebot added the ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist label May 24, 2024
# that.
#
# see also: git grep -Hn 'elasticsearch:' ../../brig.yaml
listen 9201;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait. are we even running an nginz for federation-v0 here? docker-compose ps says no, which makes sense. so maybe we need to run an nginz just so we don't need to run a second ES instance that speaks http?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we are running nginz.

@@ -11,7 +11,7 @@ cassandra:

elasticsearch:
# FUTUREWORK: use separate ES v0 instance
url: http://elastic:changeme@demo_wire_elasticsearch:9200
url: http://127.0.0.1:9201/
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
url: http://127.0.0.1:9201/
url: http://demo_wire_nginz:9201/

? or what's nginz's name here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's nginz-federation-v0.

@pcapriotti pcapriotti force-pushed the pcapriotti/elasticsearch branch from 78edf5f to f840932 Compare June 3, 2024 09:35
@pcapriotti pcapriotti marked this pull request as ready for review June 3, 2024 09:35
@@ -11,7 +11,7 @@ cassandra:

elasticsearch:
# FUTUREWORK: use separate ES v0 instance
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we don't need this anymore.

@pcapriotti pcapriotti merged commit 357aab6 into develop Jun 5, 2024
4 checks passed
@pcapriotti pcapriotti deleted the pcapriotti/elasticsearch branch June 5, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants