Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.08 KB

ace-box-sandbox-github-actions

This ACE-BOX external use case is an example of how you can integrate Github actions and Sonarqube.

Components deployed

The following components get deployed:

  • microk8s
  • Dynatrace Operator with OneAgent and Kubernetes ActiveGates
  • Dynatrace CloudAutomation (Keptn)
  • Sonarqube
  • Dashboard with predefined links

Running the sandbox

Check out ace-box documentation for more information and provite this git repo URL as the use-case!

use_case="https://github.com/dynatrace-ace/ace-box-sandbox-github-actions.git"

In addition, the following extra vars need to be provided:

extra_vars = {
  github_user        = "" # Github user name that has permissions to create repos in specified organization
  github_token       = "" # Github password
  github_org         = "" # Github organisation repositories will be created in
  github_repo_prefix = "" # string all repositories will be prefixed with
}

References