Skip to content

Commit

Permalink
Remove doubled integration
Browse files Browse the repository at this point in the history
  • Loading branch information
phvalguima committed Sep 26, 2024
1 parent 304629a commit 0d1462b
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,6 @@ async def _build_env(ops_test: OpsTest, version: str) -> None:
f"{APP_NAME}:{REL_PEER}", f"{OPENSEARCH_FAILOVER_APP_NAME}:{REL_ORCHESTRATOR}"
)

# Large deployment setup
await ops_test.model.integrate("main:peer-cluster-orchestrator", "failover:peer-cluster")
await ops_test.model.integrate("main:peer-cluster-orchestrator", f"{APP_NAME}:peer-cluster")
await ops_test.model.integrate(
"failover:peer-cluster-orchestrator", f"{APP_NAME}:peer-cluster"
)

# Charms except s3-integrator should be active
await wait_until(
ops_test,
Expand Down

0 comments on commit 0d1462b

Please sign in to comment.