added .gitignore
parent
bcc42c9b7f
commit
b08d27537b
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python: Aktuelle Datei",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/tools/monacoWrapper/src/monacoCleaner.py",
|
||||
"console": "integratedTerminal",
|
||||
"cwd": "${workspaceFolder}/tools/monacoWrapper/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"python.pythonPath": "c:\\program files\\python37\\python.exe"
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
2021-07-07 09:47:35 DEBUG request log not activated
|
||||
2021-07-07 09:47:35 DEBUG response log not activated
|
||||
2021-07-07 09:47:35 INFO Dynatrace Monitoring as Code v1.5.3
|
||||
2021-07-07 09:47:35 DEBUG Reading projects...
|
||||
2021-07-07 09:47:35 DEBUG project - CD_UDS
|
||||
2021-07-07 09:47:35 DEBUG Processing file: CD_UDS\alerting-profile\alerting-profile.yaml
|
||||
2021-07-07 09:47:35 DEBUG Processing file: CD_UDS\conditional-naming-processgroup\conditional-naming-processgroup.yaml
|
||||
2021-07-07 09:47:35 DEBUG Processing file: CD_UDS\conditional-naming-service\conditional-naming-service.yaml
|
||||
2021-07-07 09:47:35 DEBUG Processing file: CD_UDS\custom-service-java\custom-service-java.yaml
|
||||
2021-07-07 09:47:35 DEBUG Processing file: CD_UDS\dashboard\dashboard.yaml
|
||||
2021-07-07 09:47:35 DEBUG Processing file: CD_UDS\management-zone\management-zone.yaml
|
||||
2021-07-07 09:47:35 DEBUG Processing file: CD_UDS\notification\notification.yaml
|
||||
2021-07-07 09:47:35 DEBUG Processing file: CD_UDS\synthetic-monitor\synthetic-monitor.yaml
|
||||
2021-07-07 09:47:35 DEBUG CD_UDS\synthetic-monitor\newComponentTag
|
||||
2021-07-07 09:47:35 DEBUG CD_UDS\notification\CDnewComponentTagITSM
|
||||
2021-07-07 09:47:35 DEBUG CD_UDS\notification\CDnewComponentTag
|
||||
2021-07-07 09:47:35 DEBUG CD_UDS\management-zone\CDnewComponentTag
|
||||
2021-07-07 09:47:35 DEBUG CD_UDS\dashboard\CDnewComponentTag-PROD
|
||||
2021-07-07 09:47:35 DEBUG CD_UDS\dashboard\CDnewComponentTag-TEST
|
||||
2021-07-07 09:47:35 DEBUG CD_UDS\dashboard\CDnewComponentTag-INT
|
||||
2021-07-07 09:47:35 DEBUG CD_UDS\dashboard\CDnewComponentTag-E2E
|
||||
2021-07-07 09:47:35 DEBUG CD_UDS\custom-service-java\customService1
|
||||
2021-07-07 09:47:35 DEBUG CD_UDS\conditional-naming-service\CDnewComponentTag
|
||||
2021-07-07 09:47:35 DEBUG CD_UDS\conditional-naming-processgroup\CDnewComponentTag
|
||||
2021-07-07 09:47:35 DEBUG CD_UDS\alerting-profile\CDnewComponentTag
|
||||
2021-07-07 09:47:35 DEBUG Sorting projects...
|
||||
2021-07-07 09:47:35 INFO Executing projects in this order:
|
||||
2021-07-07 09:47:35 INFO 1: CD_UDS (12 configs)
|
||||
2021-07-07 09:47:35 INFO Processing environment NA-PreProd...
|
||||
2021-07-07 09:47:35 INFO Processing environment CN-Prod...
|
||||
2021-07-07 09:47:35 INFO Processing environment CN-PreProd...
|
||||
2021-07-07 09:47:35 INFO Processing environment EMEA-Prod...
|
||||
2021-07-07 09:47:35 INFO Processing environment EMEA-PreProd...
|
||||
2021-07-07 09:47:35 INFO Processing environment NA-Prod...
|
||||
2021-07-07 09:47:35 INFO Deployment summary:
|
||||
2021-07-07 09:47:35 ERROR Deployment to CN-PreProd failed with error!
|
||||
2021-07-07 09:47:35 ERROR environment variable CN_PreProd_TOKEN not found
|
||||
2021-07-07 09:47:35 ERROR Deployment to EMEA-Prod failed with error!
|
||||
2021-07-07 09:47:35 ERROR environment variable xxu26128_TOKEN not found
|
||||
2021-07-07 09:47:35 ERROR Deployment to EMEA-PreProd failed with error!
|
||||
2021-07-07 09:47:35 ERROR environment variable qqk70169_TOKEN not found
|
||||
2021-07-07 09:47:35 ERROR Deployment to NA-Prod failed with error!
|
||||
2021-07-07 09:47:35 ERROR environment variable wgv50241_TOKEN not found
|
||||
2021-07-07 09:47:35 ERROR Deployment to NA-PreProd failed with error!
|
||||
2021-07-07 09:47:35 ERROR environment variable onb44935_TOKEN not found
|
||||
2021-07-07 09:47:35 ERROR Deployment to CN-Prod failed with error!
|
||||
2021-07-07 09:47:35 ERROR environment variable CN_Prod_TOKEN not found
|
||||
Loading…
Reference in New Issue