|
5 | 5 | "Department": "product",
|
6 | 6 | "Product": "virtuoso"
|
7 | 7 | },
|
8 |
| - |
9 |
| - "resources": [{ |
10 |
| - "id": "host1", |
11 |
| - "provider": "aws", |
12 |
| - "type": "ec2", |
13 |
| - "size": "t3.nano", |
14 |
| - "ami_name": "ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-????????", |
15 |
| - "user_name": "ubuntu" |
16 |
| - }], |
17 |
| - |
| 8 | + "resources": [ |
| 9 | + { |
| 10 | + "id": "ubuntu16-super-eu", |
| 11 | + "provider": "aws", |
| 12 | + "type": "ec2", |
| 13 | + "size": "t3.nano", |
| 14 | + "ami_name": "ubuntu-pro-server/images/hvm-ssd/ubuntu-xenial-16.04-amd64-pro-server-????????", |
| 15 | + "user_name": "ubuntu" |
| 16 | + } |
| 17 | + ], |
18 | 18 | "instrumentations": {
|
19 | 19 | "resources": [
|
20 |
| - { |
21 |
| - "id": "nr_super_agent", |
22 |
| - "resource_ids": ["host1"], |
23 |
| - "provider": "newrelic", |
24 |
| - "source_repository": "https://github.com/newrelic/open-install-library.git", |
25 |
| - "deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles", |
26 |
| - "params": { |
27 |
| - "recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/super-agent/debian.yml", |
28 |
| - "validate_output": "New Relic Super Agent\\s+\\(installed\\)", |
29 |
| - "recipe_targeted": "super-agent" |
30 |
| - } |
31 |
| - } |
32 |
| - ] |
33 |
| - } |
| 20 | + { |
| 21 | + "id": "nr_super_agent", |
| 22 | + "resource_ids": [ |
| 23 | + "ubuntu16-super-eu" |
| 24 | + ], |
| 25 | + "provider": "newrelic", |
| 26 | + "source_repository": "https://github.com/newrelic/open-install-library.git", |
| 27 | + "deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles", |
| 28 | + "params": { |
| 29 | + "recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/super-agent/debian.yml", |
| 30 | + "validate_output": "New Relic Super Agent\\s+\\(installed\\)", |
| 31 | + "recipe_targeted": "super-agent" |
| 32 | + } |
| 33 | + } |
| 34 | + ] |
| 35 | + } |
34 | 36 | }
|
0 commit comments