Skip to content

Commit 8a71080

Browse files
authored
Merge pull request #2 from NHSDigital/APM-2884-monitor-splunk-ingestion
APM-2884 Fix guid/spec guid
2 parents 4ccc159 + 31c584b commit 8a71080

33 files changed

Lines changed: 28 additions & 699 deletions

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ install-python:
55

66
install-node:
77
npm install
8-
cd sandbox && npm install
98

109
.git/hooks/pre-commit:
1110
cp scripts/pre-commit .git/hooks/pre-commit
@@ -45,13 +44,10 @@ _dist_include="pytest.ini poetry.lock poetry.toml pyproject.toml Makefile build/
4544
release: clean publish build-proxy
4645
mkdir -p dist
4746
for f in $(_dist_include); do cp -r $$f dist; done
48-
cp ecs-proxies-deploy.yml dist/ecs-deploy-sandbox.yml
49-
cp ecs-proxies-deploy.yml dist/ecs-deploy-internal-qa-sandbox.yml
50-
cp ecs-proxies-deploy.yml dist/ecs-deploy-internal-dev-sandbox.yml
5147

5248
test:
5349
# this target should be used for local unit tests .. runs as part of the build pipeline
54-
make --no-print-directory -C sandbox test
50+
make --no-print-directory -C test
5551

5652
smoketest:
5753
# this target is for end to end smoketests this would be run 'post deploy' to verify an environment is working

azure/azure-pr-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extends:
3636
- environment: internal-dev
3737
post_deploy:
3838
- template: ./templates/run-smoke-tests.yml
39-
- environment: internal-dev-sandbox
40-
proxy_path: sandbox
41-
post_deploy:
42-
- template: ./templates/run-smoke-tests.yml
39+
# - environment: internal-dev-sandbox
40+
# proxy_path: sandbox
41+
# post_deploy:
42+
# - template: ./templates/run-smoke-tests.yml

azure/azure-release-pipeline.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,17 @@ extends:
3434
- environment: internal-dev
3535
post_deploy:
3636
- template: ./templates/run-smoke-tests.yml
37-
- environment: internal-qa
38-
post_deploy:
39-
- template: ./templates/run-smoke-tests.yml
40-
- environment: internal-qa-sandbox
41-
proxy_path: sandbox
42-
post_deploy:
43-
- template: ./templates/run-smoke-tests.yml
44-
# (App subscription make sense for most sandbox implementations)
45-
- environment: sandbox
46-
proxy_path: sandbox
47-
post_deploy:
48-
- template: ./templates/run-smoke-tests.yml
37+
# - environment: internal-qa
38+
# post_deploy:
39+
# - template: ./templates/run-smoke-tests.yml
40+
# - environment: internal-qa-sandbox
41+
# proxy_path: sandbox
42+
# post_deploy:
43+
# - template: ./templates/run-smoke-tests.yml
44+
# - environment: sandbox
45+
# proxy_path: sandbox
46+
# post_deploy:
47+
# - template: ./templates/run-smoke-tests.yml
4948
# Enable int environment when ready by uncommenting:
5049
# - environment: int
5150
# depends_on:

ecs-proxies-containers.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

ecs-proxies-deploy.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

manifest_template.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@ DESCRIPTION: example description
44
APIGEE_ENVIRONMENTS:
55
- name: internal-dev
66
display_name: Internal Development
7-
- name: internal-dev-sandbox
8-
display_name: Internal Development Sandbox
9-
- name: internal-qa
10-
display_name: Internal QA
11-
- name: internal-qa-sandbox
12-
display_name: Internal QA Sandbox
13-
- name: ref
14-
display_name: Reference
15-
- name: sandbox
16-
display_name: Sandbox
7+
# - name: internal-dev-sandbox
8+
# display_name: Internal Development Sandbox
9+
# - name: internal-qa
10+
# display_name: Internal QA
11+
# - name: internal-qa-sandbox
12+
# display_name: Internal QA Sandbox
13+
# - name: ref
14+
# display_name: Reference
15+
# - name: sandbox
16+
# display_name: Sandbox
1717
# Enable int environment when ready by uncommenting:
1818
# - name: int
1919
# display_name: Integration Testing
2020
---
2121
meta:
2222
api:
2323
name: splunk-monitor
24-
guid: 8ba4eaff-2f75-4358-bebf-94737513f287
24+
guid: ade44d06-0c60-40b6-8728-ca306e4ee504
2525
spec_guids:
26-
- 474f2500-6a30-4cd0-a935-55497c094306
26+
- ec9372e3-7c8e-4b43-a17d-807b7462fbc2
2727
schema_version: 1.3
2828
apigee:
2929
environments:

proxies/sandbox/apiproxy/policies/AssignMessage.AddCors.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

proxies/sandbox/apiproxy/policies/AssignMessage.AddIssuerHeader.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

proxies/sandbox/apiproxy/policies/AssignMessage.AddPayloadToPing.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

proxies/sandbox/apiproxy/policies/AssignMessage.AddUserIdHeader.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)