Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Modify mongo cluster to use FQDN for nodes in integration #11135

Merged
merged 1 commit into from Jun 10, 2021
Merged

Conversation

rtrinque
Copy link
Contributor

We need this to run the new platform based on ECS as it is unable
to resolve shortened host names.

We need this to run the new platform based on ECS as it is unable
to resolve shortened host names.
@rtrinque rtrinque changed the title Modify mongo cluster to use FQDN for nodes instead of just mongo-n Modify mongo cluster to use FQDN for nodes in integration Jun 10, 2021
@rtrinque rtrinque merged commit dd7fd61 into main Jun 10, 2021
@rtrinque rtrinque deleted the mongo_int branch June 10, 2021 16:39
@sengi
Copy link
Contributor

sengi commented Jun 10, 2021

Btw if you link to the Trello card in the PR description it'll update the checklist in the card for you.

Copy link
Contributor

@bilbof bilbof left a comment

Choose a reason for hiding this comment

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

Diff from puppet run:

 function replicaSetMembers() {
-  var members = ["mongo-1","mongo-2","mongo-3"];
+  var members = ["mongo-1.integration.govuk-internal.digital","mongo-2.integration.govuk-internal.digital","mongo-3.integration.govuk-internal.digital"];
   var i = 0;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants