|
| 1 | +{ |
| 2 | + "global_tags": { |
| 3 | + "owning_team": "virtuoso", |
| 4 | + "Environment": "development", |
| 5 | + "Department": "product", |
| 6 | + "Product": "virtuoso" |
| 7 | + }, |
| 8 | + |
| 9 | + "resources": [{ |
| 10 | + "id": "al2023", |
| 11 | + "provider": "aws", |
| 12 | + "type": "ec2", |
| 13 | + "size": "t3.micro", |
| 14 | + "ami_name": "al2023-ami-2023.*-x86_64", |
| 15 | + "user_name": "ec2-user" |
| 16 | + }], |
| 17 | + |
| 18 | + "services": [{ |
| 19 | + "id": "aspnetcore", |
| 20 | + "destinations": ["al2023"], |
| 21 | + "source_repository": "https://github.com/newrelic/open-install-library.git", |
| 22 | + "deploy_script_path": "test/deploy/linux/dotNet/install/al2023/roles", |
| 23 | + "port": 9999 |
| 24 | + }, |
| 25 | + { |
| 26 | + "id": "apache1", |
| 27 | + "destinations": ["al2023"], |
| 28 | + "source_repository": "https://github.com/newrelic/open-install-library.git", |
| 29 | + "deploy_script_path": "test/deploy/linux/apache/install/rhel/roles", |
| 30 | + "port": 80 |
| 31 | + }, |
| 32 | + { |
| 33 | + "id": "dotnet1", |
| 34 | + "destinations": ["al2023"], |
| 35 | + "source_repository": "https://github.com/newrelic/open-install-library.git", |
| 36 | + "deploy_script_path": "test/deploy/linux/apache/deploy-application/dotNet/rhel/roles", |
| 37 | + "port": 8080, |
| 38 | + "params": { |
| 39 | + "is_selfcontained": "true", |
| 40 | + "dotnet_app_name": "net10webapp", |
| 41 | + "web_app_url": "https://test-repo-production.s3.us-west-2.amazonaws.com/install/dotnet/testapps/selfcontained-net10webapplication.zip" |
| 42 | + } |
| 43 | + }, |
| 44 | + { |
| 45 | + "id": "dotnet2", |
| 46 | + "destinations": ["al2023"], |
| 47 | + "source_repository": "https://github.com/newrelic/open-install-library.git", |
| 48 | + "deploy_script_path": "test/deploy/linux/apache/deploy-application/dotNet/rhel/roles", |
| 49 | + "port": 8081, |
| 50 | + "params": { |
| 51 | + "dotnet_app_name": "net10webapp", |
| 52 | + "dotnet_exe": "/usr/bin/dotnet", |
| 53 | + "web_app_url": "https://test-repo-production.s3.us-west-2.amazonaws.com/install/dotnet/testapps/frameworkdependent-net10webapplication.zip" |
| 54 | + } |
| 55 | + }], |
| 56 | + |
| 57 | + "instrumentations": { |
| 58 | + "resources": [ |
| 59 | + { |
| 60 | + "id": "cli1", |
| 61 | + "resource_ids": ["al2023"], |
| 62 | + "provider": "newrelic", |
| 63 | + "source_repository": "https://github.com/newrelic/open-install-library.git", |
| 64 | + "deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles", |
| 65 | + "params": { |
| 66 | + "recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/awslinux.yml,https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/apm/dotNet/linux-systemd.yml", |
| 67 | + "validate_output": ".NET Agent\\s+\\(installed\\)" |
| 68 | + } |
| 69 | + } |
| 70 | + ] |
| 71 | + } |
| 72 | +} |
0 commit comments