Skip to content

Commit f53e236

Browse files
committed
ci: add ops-files for running cf-networking using 'across' jobs
1 parent 015013c commit f53e236

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

ci/opsfiles/db-external-postgres.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
3+
4+
# deployment variables
5+
- type: replace
6+
path: /instance_groups/name=api/jobs/name=policy-server/properties/database?
7+
value:
8+
type: postgres
9+
username: network_policy
10+
password: ain9Echied7iey8E
11+
host: pickelhelm-network-policy-gcp.c1zkcgnfbwka.us-west-2.rds.amazonaws.com
12+
port: 5432
13+
name: network_policy
14+
15+
- type: replace
16+
path: /instance_groups/name=diego-api/jobs/name=silk-controller/properties/database?
17+
value:
18+
type: postgres
19+
username: silk_controller
20+
password: ain9Echied7iey8E
21+
host: pickelhelm-silk-controller-gcp.c1zkcgnfbwka.us-west-2.rds.amazonaws.com
22+
port: 5432
23+
name: silk_controller

ci/opsfiles/db-internal-mysql.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
[] # this is here just so concourse can be happy about an ops file for local dbs

0 commit comments

Comments
 (0)