Skip to content

Commit

Permalink
chore: Modified deploy config - super agent
Browse files Browse the repository at this point in the history
  • Loading branch information
NSSPKrishna committed Aug 7, 2024
1 parent dbe36b9 commit f846a6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
19 changes: 2 additions & 17 deletions test/definitions/super-agent/suse/suse154-super-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,8 @@
"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+\\(installed\\)",
"recipe_targeted": "super-agent",
"organisationID": true,
"fleetManagementEnable": true
}
},

{
"id": "nr_super_agent1",
"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/suse.yml",
"validate_output": "New Relic Super Agent\\s+\\(installed\\)",
"recipe_targeted": "super-agent",
"organisationID": true,
"fleetManagementEnable": true
"env_var": "NEW_RELIC_SUPER_AGENT_FLEET_ENABLED=false",
"use_organization_id": true
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# validate_output: (optional) An array of Strings that must appear in stdout for this test to pass.
# use_organization_id: (optional) A boolean value to control if NEW_RELIC_ORGANIZATION_ID should be added to env_vars. False by default.
# newrelic_organization_id: (optional) The NewRelic Organization ID if use_organization_id is set to True.
# enable_fleet_management: (optional) A boolean value to enable or disable fleet management.

- name: Prepare command_should_fail option
when: command_should_fail is not defined
Expand Down

0 comments on commit f846a6c

Please sign in to comment.