From 3dd562e20323cecfdcfa3d08bbbc7dbc8be08165 Mon Sep 17 00:00:00 2001 From: Guillermo Sanchez Gavier Date: Fri, 16 Aug 2024 10:34:56 +0200 Subject: [PATCH] remove unsupported os --- .../rhel/centos7-super-agent-eu.json | 35 ------------------ .../rhel/centos8-super-agent-eu.json | 37 ------------------- .../rhel/centos8arm64-super-agent-eu.json | 37 ------------------- .../rhel/redhat7-super-agent-eu.json | 34 ----------------- .../super-agent/rhel/centos7-super-agent.json | 35 ------------------ .../super-agent/rhel/redhat7-super-agent.json | 34 ----------------- 6 files changed, 212 deletions(-) delete mode 100644 test/definitions-eu/super-agent/rhel/centos7-super-agent-eu.json delete mode 100644 test/definitions-eu/super-agent/rhel/centos8-super-agent-eu.json delete mode 100644 test/definitions-eu/super-agent/rhel/centos8arm64-super-agent-eu.json delete mode 100644 test/definitions-eu/super-agent/rhel/redhat7-super-agent-eu.json delete mode 100644 test/definitions/super-agent/rhel/centos7-super-agent.json delete mode 100644 test/definitions/super-agent/rhel/redhat7-super-agent.json diff --git a/test/definitions-eu/super-agent/rhel/centos7-super-agent-eu.json b/test/definitions-eu/super-agent/rhel/centos7-super-agent-eu.json deleted file mode 100644 index 727d8cdf..00000000 --- a/test/definitions-eu/super-agent/rhel/centos7-super-agent-eu.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "global_tags": { - "owning_team": "virtuoso", - "Environment": "development", - "Department": "product", - "Product": "virtuoso" - }, - "resources": [ - { - "id": "host1", - "provider": "aws", - "type": "ec2", - "size": "t3.nano", - "ami_name": "CentOS-7-????-????????_?.x86_64-*", - "user_name": "centos" - } - ], - "instrumentations": { - "resources": [ - { - "id": "nr_super_agent", - "resource_ids": ["host1"], - "provider": "newrelic", - "source_repository": "https://github.com/newrelic/open-install-library.git", - "deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles", - "params": { - "recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/super-agent/rhel.yml", - "validate_output": "New Relic Super Agent\\s+\\(installed\\)", - "recipe_targeted": "super-agent", - "use_organization_id": true - } - } - ] - } -} diff --git a/test/definitions-eu/super-agent/rhel/centos8-super-agent-eu.json b/test/definitions-eu/super-agent/rhel/centos8-super-agent-eu.json deleted file mode 100644 index b9801b4d..00000000 --- a/test/definitions-eu/super-agent/rhel/centos8-super-agent-eu.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "global_tags": { - "owning_team": "virtuoso", - "Environment": "development", - "Department": "product", - "Product": "virtuoso" - }, - - "resources": [ - { - "id": "host1", - "provider": "aws", - "type": "ec2", - "size": "t3.nano", - "ami_name": "CentOS Stream 8 x86_64 ????????", - "user_name": "centos" - } - ], - - "instrumentations": { - "resources": [ - { - "id": "nr_super_agent", - "resource_ids": ["host1"], - "provider": "newrelic", - "source_repository": "https://github.com/newrelic/open-install-library.git", - "deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles", - "params": { - "recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/super-agent/rhel.yml", - "validate_output": "New Relic Super Agent\\s+\\(installed\\)", - "recipe_targeted": "super-agent", - "use_organization_id": true - } - } - ] - } -} diff --git a/test/definitions-eu/super-agent/rhel/centos8arm64-super-agent-eu.json b/test/definitions-eu/super-agent/rhel/centos8arm64-super-agent-eu.json deleted file mode 100644 index 7b1a3d4a..00000000 --- a/test/definitions-eu/super-agent/rhel/centos8arm64-super-agent-eu.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "global_tags": { - "owning_team": "virtuoso", - "Environment": "development", - "Department": "product", - "Product": "virtuoso" - }, - - "resources": [ - { - "id": "host1", - "provider": "aws", - "type": "ec2", - "size": "t4g.small", - "ami_name": "ProComputers CentOS-Stream-8-arm64-Minimal-8GiB-HVM-????????*", - "user_name": "centos" - } - ], - - "instrumentations": { - "resources": [ - { - "id": "nr_super_agent", - "resource_ids": ["host1"], - "provider": "newrelic", - "source_repository": "https://github.com/newrelic/open-install-library.git", - "deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles", - "params": { - "recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/super-agent/rhel.yml", - "validate_output": "New Relic Super Agent\\s+\\(installed\\)", - "recipe_targeted": "super-agent", - "use_organization_id": true - } - } - ] - } -} diff --git a/test/definitions-eu/super-agent/rhel/redhat7-super-agent-eu.json b/test/definitions-eu/super-agent/rhel/redhat7-super-agent-eu.json deleted file mode 100644 index e8b04c1e..00000000 --- a/test/definitions-eu/super-agent/rhel/redhat7-super-agent-eu.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "global_tags": { - "owning_team": "virtuoso", - "Environment": "development", - "Department": "product", - "Product": "virtuoso" - }, - "resources": [ - { - "id": "host1", - "provider": "aws", - "type": "ec2", - "size": "t3.micro", - "ami_name": "RHEL_HA-7.?_HVM-????????-x86_64-?-Hourly2-GP2" - } - ], - "instrumentations": { - "resources": [ - { - "id": "nr_super_agent", - "resource_ids": ["host1"], - "provider": "newrelic", - "source_repository": "https://github.com/newrelic/open-install-library.git", - "deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles", - "params": { - "recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/super-agent/rhel.yml", - "validate_output": "New Relic Super Agent\\s+\\(installed\\)", - "recipe_targeted": "super-agent", - "use_organization_id": true - } - } - ] - } -} diff --git a/test/definitions/super-agent/rhel/centos7-super-agent.json b/test/definitions/super-agent/rhel/centos7-super-agent.json deleted file mode 100644 index 727d8cdf..00000000 --- a/test/definitions/super-agent/rhel/centos7-super-agent.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "global_tags": { - "owning_team": "virtuoso", - "Environment": "development", - "Department": "product", - "Product": "virtuoso" - }, - "resources": [ - { - "id": "host1", - "provider": "aws", - "type": "ec2", - "size": "t3.nano", - "ami_name": "CentOS-7-????-????????_?.x86_64-*", - "user_name": "centos" - } - ], - "instrumentations": { - "resources": [ - { - "id": "nr_super_agent", - "resource_ids": ["host1"], - "provider": "newrelic", - "source_repository": "https://github.com/newrelic/open-install-library.git", - "deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles", - "params": { - "recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/super-agent/rhel.yml", - "validate_output": "New Relic Super Agent\\s+\\(installed\\)", - "recipe_targeted": "super-agent", - "use_organization_id": true - } - } - ] - } -} diff --git a/test/definitions/super-agent/rhel/redhat7-super-agent.json b/test/definitions/super-agent/rhel/redhat7-super-agent.json deleted file mode 100644 index e8b04c1e..00000000 --- a/test/definitions/super-agent/rhel/redhat7-super-agent.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "global_tags": { - "owning_team": "virtuoso", - "Environment": "development", - "Department": "product", - "Product": "virtuoso" - }, - "resources": [ - { - "id": "host1", - "provider": "aws", - "type": "ec2", - "size": "t3.micro", - "ami_name": "RHEL_HA-7.?_HVM-????????-x86_64-?-Hourly2-GP2" - } - ], - "instrumentations": { - "resources": [ - { - "id": "nr_super_agent", - "resource_ids": ["host1"], - "provider": "newrelic", - "source_repository": "https://github.com/newrelic/open-install-library.git", - "deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles", - "params": { - "recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/super-agent/rhel.yml", - "validate_output": "New Relic Super Agent\\s+\\(installed\\)", - "recipe_targeted": "super-agent", - "use_organization_id": true - } - } - ] - } -}