Skip to content

Commit

Permalink
Merge pull request #671 from MightyNerdEric/add-new-settings
Browse files Browse the repository at this point in the history
ci: Add config files for new device repos
  • Loading branch information
ernestojeda authored May 19, 2022
2 parents 2bca7c4 + b396796 commit 6b7c709
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
name: "device-onvif-camera-codecov-token"
comment: "device-onvif-camera-codecov-token"
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
customizedCredentialMappings:
- credentialsId: "device-onvif-camera-codecov-token"
tokenKey: "CCTOKEN"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
name: "device-usb-camera-codecov-token"
comment: "device-usb-camera-codecov-token"
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
customizedCredentialMappings:
- credentialsId: "device-usb-camera-codecov-token"
tokenKey: "CCTOKEN"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
name: "device-onvif-camera-settings"
comment: "device-onvif-camera-settings"
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
serverCredentialMappings:
- serverId: "nexus3.edgexfoundry.org:10001"
credentialsId: "docker"
- serverId: "nexus3.edgexfoundry.org:10002"
credentialsId: &cred "device"
- serverId: "nexus3.edgexfoundry.org:10003"
credentialsId: *cred
- serverId: "nexus3.edgexfoundry.org:10004"
credentialsId: *cred
- serverId: "docker.io"
credentialsId: edgex_dockerhub_creds
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
name: "device-usb-camera-settings"
comment: "device-usb-camera-settings"
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
serverCredentialMappings:
- serverId: "nexus3.edgexfoundry.org:10001"
credentialsId: "docker"
- serverId: "nexus3.edgexfoundry.org:10002"
credentialsId: &cred "device"
- serverId: "nexus3.edgexfoundry.org:10003"
credentialsId: *cred
- serverId: "nexus3.edgexfoundry.org:10004"
credentialsId: *cred
- serverId: "docker.io"
credentialsId: edgex_dockerhub_creds

0 comments on commit 6b7c709

Please sign in to comment.