ods-core
ods-core copied to clipboard
The core of OpenDevStack - infrastructure setup based on Atlassian tools, Jenkins, Nexus, SonarQube and shared images
Instead of one Nexus user, we need one per project (aka initiative).
While there are quite a few tests, we have a few blind spots which should be covered by tests. From https://github.com/opendevstack/ods-core/pull/231#pullrequestreview-315180615: > * func (c *ocClient) DeletePipeline(e *Event) error >...
- Getting Started guide (https://www.opendevstack.org/ods-documentation/common/latest/getting-started/local-install.html) leads through the first local installation. - In the guide, only installation with _crowd authentication_ is described. - _oauth2 authentication_ was added in provisioning app...
**Is your feature request related to a problem? Please describe.** I want to use other hostnames when running the installation locally, e.g. _okd_ instead of _openshift_ **Describe the solution you'd...
Locations of caCert, tokenFile and namespaceFile are currently hard coded in main.go. Making these locations configurable would allow for easier setup of local dev environments. Proposal is: ```go namespaceFileDefault =...
**Describe the Question** I want to discuss why the storage-provisioner has to be configurable, as defined in [pvc.yml](https://github.com/opendevstack/ods-core/blob/master/nexus/ocp-config/pvc.yml): ``` - apiVersion: v1 kind: PersistentVolumeClaim metadata: annotations: volume.beta.kubernetes.io/storage-class: ${STORAGE_CLASS_DATA} volume.beta.kubernetes.io/storage-provisioner: ${STORAGE_PROVISIONER}...
**Is your feature request related to a problem? Please describe.** Maintaining Changelogs at release time is a time-consuming task. This could be automated. **Describe the solution you'd like** At [terraform-docs](https://github.com/segmentio/terraform-docs),...
We have a lot of READMEs alongside the base images. These READMEs should simply point to the corresponding antora documentation, to avoid documentation duplication. (The antora documentation has the advantage,...
The setup local environment step should allow to specify a company repo as the base for the opendevstack sources as well as a base for the production branch (could be...