Skip to content
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

Add stack provider for Elastic Cloud #1230

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

jsoriano
Copy link
Member

@jsoriano jsoriano commented Apr 21, 2023

Last piece of #1055.

Checklist:

  • More manual testing.
  • Integration testing.
  • Documentation.
  • Papercuts:
    • Hide password from output.
  • Sizing of the deployments started.
  • What to do with GeoIP?
  • Packages system tests.
    • Decouple system tests from local network?
    • Run and enroll local agent?

How to use/test this

  • Optional, use a new profile.
elastic-package profiles create <someprofilename>
elastic-package profiles use <someprofilename>
  • Export your API Key for Elastic Cloud, obtained from https://cloud.elastic.co/deployment-features/keys.
    • Write it to a file, for example ~/.elastic-cloud.
    • export EC_API_KEY=$(cat ~/.elastic-cloud)
  • Start the cluster, you can select a version adding the --version flag.
elastic-package stack up -v --provider cloud
  • Initialize your shell.
eval $(elastic-package stack shellinit)
  • Usual elastic-package commands should work to install and test packages (some things don't work yet).
  • Remember to remove the deployment when not using it.
elastic-package stack down

@sharbuz
Copy link
Contributor

sharbuz commented Jul 10, 2023

Hi everyone,
Please update the branch because we merged an important change to the main branch: #1347

@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

History

cc @jsoriano

@jsoriano jsoriano mentioned this pull request Sep 4, 2023
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