Skip to content

Commit

Permalink
fix: ignore wrecked azure EDC dependencies. make ct more tolerant for…
Browse files Browse the repository at this point in the history
… startup times because of lacking vault.
  • Loading branch information
drcgjung committed Jul 5, 2024
1 parent b90b0de commit e420301
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
4 changes: 4 additions & 0 deletions agent-plane/agentplane-azure-vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@
<groupId>org.eclipse.edc</groupId>
<artifactId>asset-index-sql</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.edc</groupId>
<artifactId>control-plane-spi</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
4 changes: 4 additions & 0 deletions agent-plane/agentplane-hashicorp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
<groupId>org.eclipse.edc</groupId>
<artifactId>asset-index-sql</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.edc</groupId>
<artifactId>control-plane-spi</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
7 changes: 6 additions & 1 deletion charts/agent-plane-azure-vault/ci/integration-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ controlplane:
hostname: 67dd349198194b508a8fd5e2dd24c173.api.mockbin.io
tls:
enabled: true


livenessProbe:
initialDelaySeconds: 60
readinessProbe:
initialDelaySeconds: 60

vault:
azure:
name: "AZURE_NAME"
Expand Down
5 changes: 5 additions & 0 deletions charts/agent-plane/ci/integration-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ controlplane:
tls:
enabled: true

livenessProbe:
initialDelaySeconds: 60
readinessProbe:
initialDelaySeconds: 60

vault:
azure:
name: "AZURE_NAME"
Expand Down

0 comments on commit e420301

Please sign in to comment.