Skip to content

Deprecate agent service deployer #2003

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 6, 2024

Conversation

mrodm
Copy link
Contributor

@mrodm mrodm commented Aug 5, 2024

Deprecate Agent service deployer in favor of independent Elastic Agents.

This PR also updates the documentation about system testing to remove references about the technical preview of independent Elastic Agents.

@mrodm mrodm self-assigned this Aug 5, 2024
@mrodm mrodm requested a review from a team August 5, 2024 14:55
@@ -70,7 +70,7 @@ func NewCustomAgentDeployer(options CustomAgentDeployerOptions) (*CustomAgentDep

// SetUp sets up the service and returns any relevant information.
func (d *CustomAgentDeployer) SetUp(ctx context.Context, svcInfo ServiceInfo) (DeployedService, error) {
logger.Debug("setting up service using Docker Compose service deployer")
logger.Debug("DEPRECATED - setting up service using Docker Compose service deployer")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could it be added something else?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should increase the log level, at least to be a warning.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I forgot about the log level.
Thanks!

@@ -110,7 +110,7 @@ volumes:

### Agent service deployer

**NOTE**: To be deprecated soon in favor of creating new Elastic Agents in each test (technical preview yet). These
**NOTE**: Deprecated in favor of creating [new Elastic Agents in each test](#running-a-system-test). These
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking to update also the subsection title , but maybe it is referenced somewhere else.

@mrodm
Copy link
Contributor Author

mrodm commented Aug 5, 2024

/test

@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

History

cc @mrodm

@mrodm mrodm merged commit 8275aa7 into elastic:main Aug 6, 2024
3 checks passed
@mrodm mrodm deleted the deprecate_agent_service_deployer branch August 6, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants