Skip to content

Commit

Permalink
chore: Fixing the centos 8
Browse files Browse the repository at this point in the history
  • Loading branch information
NSSPKrishna committed Jun 27, 2024
1 parent 7e23b0c commit 7ed83c6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/definitions/super-agent/rhel/centos8-super-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
}],

"instrumentations": {
"services": [
{
"id": "nr_infra",
"resource_ids": ["host1"],
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/linux/shell/roles",
"params": {
"step_onbeforestart": "cd /etc/yum.repos.d/ && sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* && sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*"
}
}
],
"resources": [
{
"id": "nr_super_agent",
Expand Down
11 changes: 11 additions & 0 deletions test/definitions/super-agent/rhel/centos8arm64-super-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
}],

"instrumentations": {
"services": [
{
"id": "nr_infra",
"resource_ids": ["host1"],
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/linux/shell/roles",
"params": {
"step_onbeforestart": "cd /etc/yum.repos.d/ && sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* && sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*"
}
}
],
"resources": [
{
"id": "nr_super_agent",
Expand Down

0 comments on commit 7ed83c6

Please sign in to comment.