Adjusting readme
parent
996e347a6f
commit
7b537ccbcd
15
readme.md
15
readme.md
|
|
@ -7,7 +7,7 @@ This repository holds the Dynatrace configuration for onboarding purposes
|
||||||
Before executing scripts, python requirements have to be satisfied. To do so, execute following command:
|
Before executing scripts, python requirements have to be satisfied. To do so, execute following command:
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
# Usage
|
# Instructions
|
||||||
|
|
||||||
1. Clone template:
|
1. Clone template:
|
||||||
git clone --branch template ssh://git@git.bmwgroup.net:7999/opapm/coco_apm_terraform_onboarding.git
|
git clone --branch template ssh://git@git.bmwgroup.net:7999/opapm/coco_apm_terraform_onboarding.git
|
||||||
|
|
@ -26,6 +26,19 @@ Before executing scripts, python requirements have to be satisfied. To do so, ex
|
||||||
|
|
||||||
git push -u origin CD_<app_name>
|
git push -u origin CD_<app_name>
|
||||||
7. Create pull request from CD_<app_name> to master
|
7. Create pull request from CD_<app_name> to master
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
usage: onboarding.py [-h] -A APPNAME -C COMPASSID
|
||||||
|
|
||||||
|
Generate predefined Dynatrace configuration via Terraform
|
||||||
|
|
||||||
|
options:
|
||||||
|
-h, --help show this help message and exit
|
||||||
|
-A APPNAME, --appname APPNAME
|
||||||
|
Your app_name (default: None)
|
||||||
|
-C COMPASSID, --compassid COMPASSID
|
||||||
|
Your compass_id (default: None)
|
||||||
|
|
||||||
# Files
|
# Files
|
||||||
|
|
||||||
## onboarding.py
|
## onboarding.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue