ods-core
ods-core copied to clipboard
The core of OpenDevStack - infrastructure setup based on Atlassian tools, Jenkins, Nexus, SonarQube and shared images
It looks like some pipelines are not cleaned up properly. The pipeline gets deleted via the webhook proxy, but then it reappears sometime later. There are no builds inside OCP...
OpenShift seems to adopt pipelines ([Tekton](https://github.com/tektoncd/pipeline)) as "Dev Preview" soon (in 4.1) with the goal to have it GA in Q4 2019. From what I can tell so far is...
`oc new-project ` creates a role binding with name `admin`, for example (abbreviated): ``` apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: admin namespace: autst-feature-16 roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: admin...
**Describe the bug** If no project administrator is defined, the script [import_ocp_project_metadata.sh](https://github.com/opendevstack/ods-project-quickstarters/blob/master/ocp-templates/scripts/import_ocp_project_metadata.sh) falls back to user _utschig_. Other companys may want to have other default admin user. **To Reproduce** Do...
[Operators](https://github.com/operator-framework) are a new way of running more complex applications. For us, this could mean that things like SonarQube or Nexus could run as an operator. More info on operators...
**Describe the bug** The Jenkins master soaks up with log files and workspaces and eventually runs out of disk space. **Expected behavior** Users never run out of disk space or...
**Is your feature request related to a problem? Please describe.** I just read about this new jenkins plugin [bitbucket-jenkins-plugin](https://jenkins.io/blog/2020/01/08/atlassians-new-bitbucket-server-integration-for-jenkins/) **Describe the solution you'd like** I'm wondering if this might ease...
**Is your feature request related to a problem? Please describe.** Vagrant box idmanager has a plain keycloak installation. However, no opendevstack specific configuration is available and has to be created...