This is the README for Ops-files. To learn more about buildstack-deployment, go to the main README.
| Name | Purpose | Notes |
|---|---|---|
just-jenkins.yml |
Removes all other buildtools from the deployment apart from jenkins-master and jenkins-slave. |
Using this may fail as it depends upon a bosh link with Nexus. |
just-jenkins-and-nexus.yml |
Removes all other buildtools from the deployment apart from jenkins-master, jenkins-slave, and nexus. |
|
just-nexus.yml |
Removes all other buildtools from the deployment apart from nexus. |
Using this may fail as it depends upon a bosh link with Jenkins. |
just-sonarqube.yml |
Removes all other buildtools from the deployment apart from sonarqube. |
|
add-newrelic-server.yml |
Includes newrelic server as an addon. |
|
add-newrelic-infrastructure.yml |
Includes newrelic infrastructure as an addon. |
|
add-stackdriver-tools.yml |
Optional stackdriver-tools addon. | Required variables: google_stackdriver_creds - (service account JSON) |
sonarqube-github-auth.yml |
Optional GitHub auth settings for SonarQube. | Required variables: github_server_url - (URL for the GitHub server), sonar_client_id - (Client ID for SonarQube on GitHub Enterprise), and sonar_client_secret - (Client secret for SonarQube on GitHub Enterprise) |
sonarqube-mysql.yml |
Optional MYSQL settings for SonarQube. | Required variables: sonar_mysql_password |