ods-core icon indicating copy to clipboard operation
ods-core copied to clipboard

The core of OpenDevStack - infrastructure setup based on Atlassian tools, Jenkins, Nexus, SonarQube and shared images

Results 98 ods-core issues
Sort by recently updated
recently updated
newest added

Instead of one Nexus user, we need one per project (aka initiative).

enhancement

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 >...

enhancement

- 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...

documentation

**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...

enhancement

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}...

question

**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,...

good first issue
documentation

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...