Skip to content

Commit

Permalink
only supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenruizdegauna committed May 30, 2024
1 parent da2a84f commit 2ada142
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 12 deletions.
8 changes: 2 additions & 6 deletions recipes/newrelic/infrastructure/super-agent/rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ description: New Relic install recipe for the Super Agent
repository: https://github.com/newrelic/newrelic-super-agent

installTargets:
- type: host
os: linux
platform: amazon
platformFamily: rhel
- type: host
os: linux
platform: amazon
Expand All @@ -24,11 +20,11 @@ installTargets:
- type: host
os: linux
platform: "centos"
platformVersion: "((7|8|9)\\.?.*)"
platformVersion: "^((8|9)\\.?.*)"
- type: host
os: linux
platform: "redhat"
platformVersion: "((7|8|9)\\.?.*)"
platformVersion: "^((8|9)\\.?.*)"

keywords:
- SuperAgent
Expand Down
1 change: 1 addition & 0 deletions recipes/newrelic/infrastructure/super-agent/suse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ installTargets:
- type: host
os: linux
platform: suse
platformVersion: "(15\\.[1-4]|15-SP[1-4])"
- type: host
os: linux
platformFamily: suse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"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+\\(incomplete\\)",
"validate_output": "New Relic Super Agent\\s+\\(installed\\)",
"recipe_targeted": "super-agent"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"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+\\(incomplete\\)",
"validate_output": "New Relic Super Agent\\s+\\(installed\\)",
"recipe_targeted": "super-agent"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"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+\\(incomplete\\)",
"validate_output": "super-agent\\s+\\(unsupported\\)",
"recipe_targeted": "super-agent"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"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+\\(incomplete\\)",
"validate_output": "super-agent\\s+\\(unsupported\\)",
"recipe_targeted": "super-agent"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"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+\\(incomplete\\)",
"validate_output": "super-agent\\s+\\(unsupported\\)",
"recipe_targeted": "super-agent"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"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/suse.yml",
"validate_output": "New Relic Super Agent\\s+\\(incomplete\\)",
"validate_output": "super-agent\\s+\\(unsupported\\)",
"recipe_targeted": "super-agent"
}
}
Expand Down

0 comments on commit 2ada142

Please sign in to comment.