Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit ab9f2b5

Browse files
committed
chore: #116 Updating README and community files
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent e942b4e commit ab9f2b5

9 files changed

+131
-6
lines changed

CODEOWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This file provides an overview of code owners in this repository.
2+
3+
# Each line is a file pattern followed by one or more owners.
4+
# The last matching pattern has the most precedence.
5+
# For more details, read the following article on GitHub: https://help.github.com/articles/about-codeowners/.
6+
7+
# The default owners are automatically added as reviewers when you open a pull request unless different owners are specified in the file.
8+
9+
* @lbroudoux

CODE_OF_CONDUCT.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Microcks Community Code of Conduct
2+
3+
Microcks project follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
4+
5+
## Our Pledge
6+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
7+
8+
## Enforcement
9+
10+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team via [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

CONTRIBUTING.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
# Contributing to Microcks
2+
3+
We love your input! We want to make contributing to this project as easy and transparent as possible.
4+
5+
## Contribution recogniton
6+
7+
We plan to use [All Contributors](https://allcontributors.org/docs/en/specification) specification to handle recognitions.
8+
9+
## Summary of the contribution flow
10+
11+
The following is a summary of the ideal contribution flow. Please, note that Pull Requests can also be rejected by the maintainers when appropriate.
12+
13+
```
14+
┌───────────────────────┐
15+
│ │
16+
│ Open an issue │
17+
│ (a bug report or a │
18+
│ feature request) │
19+
│ │
20+
└───────────────────────┘
21+
22+
┌───────────────────────┐
23+
│ │
24+
│ Open a Pull Request │
25+
│ (only after issue │
26+
│ is approved) │
27+
│ │
28+
└───────────────────────┘
29+
30+
┌───────────────────────┐
31+
│ │
32+
│ Your changes will │
33+
│ be merged and │
34+
│ published on the next │
35+
│ release │
36+
│ │
37+
└───────────────────────┘
38+
```
39+
40+
## Code of Conduct
41+
42+
Microcks has adopted a Code of Conduct that we expect project participants to adhere to. Please [read the full text](CODE_OF_CONDUCT.md) so that you can understand what sort of behaviour is expected.
43+
44+
## Our Development Process
45+
46+
We use Github to host code, to track issues and feature requests, as well as accept pull requests.
47+
48+
## Issues
49+
50+
[Open an issue](https://github.com/microcks/microcks/issues/new) **only** if you want to report a bug or a feature. Don't open issues for questions or support, instead join our [Zulip #user channel](https://microcksio.zulipchat.com/) or our [GitHub discussions](https://github.com/orgs/microcks/discussions) and ask there.
51+
52+
## Bug Reports and Feature Requests
53+
54+
Please use our issues templates that provide you with hints on what information we need from you to help you out.
55+
56+
## Pull Requests
57+
58+
**Please, make sure you open an issue before starting with a Pull Request, unless it's a typo or a really obvious error.** Pull requests are the best way to propose changes to the specification. Take time to check the current working branch for the repository you want to contribute on before working :wink:
59+
60+
## Conventional commits
61+
62+
Our repositories follow [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) specification. Releasing to GitHub and NPM is done with the support of [semantic-release](https://semantic-release.gitbook.io/semantic-release/).
63+
64+
Pull requests should have a title that follows the specification, otherwise, merging is blocked. If you are not familiar with the specification simply ask maintainers to modify. You can also use this cheatsheet if you want:
65+
66+
- `fix: ` prefix in the title indicates that PR is a bug fix and PATCH release must be triggered.
67+
- `feat: ` prefix in the title indicates that PR is a feature and MINOR release must be triggered.
68+
- `docs: ` prefix in the title indicates that PR is only related to the documentation and there is no need to trigger release.
69+
- `chore: ` prefix in the title indicates that PR is only related to cleanup in the project and there is no need to trigger release.
70+
- `test: ` prefix in the title indicates that PR is only related to tests and there is no need to trigger release.
71+
- `refactor: ` prefix in the title indicates that PR is only related to refactoring and there is no need to trigger release.
72+
73+
What about MAJOR release? just add `!` to the prefix, like `fix!: ` or `refactor!: `
74+
75+
Prefix that follows specification is not enough though. Remember that the title must be clear and descriptive with usage of [imperative mood](https://chris.beams.io/posts/git-commit/#imperative).
76+
77+
Happy contributing :heart:
78+
79+
## License
80+
81+
When you submit changes, your submissions are understood to be under the same [Apache 2.0 License](https://github.com/microcks/microcks/blob/master/LICENSE) that covers the project. Feel free to [contact the maintainers](https://microcksio.zulipchat.com/) if that's a concern.
82+
83+
## References
84+
85+
This document was adapted from the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/master/CONTRIBUTING.md).

MAINTAINERS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Overview
2+
3+
This document contains a list of maintainers in this repo.
4+
If you're interested in contributing, and becoming a maintainer, see [CONTRIBUTING](CONTRIBUTING.md).
5+
6+
## Current Maintainers
7+
8+
| Maintainer | GitHub ID | Email |
9+
| ------------------ | --------------------------------------------------------- | ----------------------- |
10+
| Laurent Broudoux | [lbroudoux](https://github.com/lbroudoux) | [email protected] |
11+
| Yacine Kheddache | [yada](https://github.com/yada) | [email protected] |
12+
13+
## Emeritus
14+
15+
| Maintainer | GitHub ID | Email |
16+
| ------------------ | --------------------------------------------------------- | ----------------------- |

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Kubernetes Operator for easy setup and management of Microcks installs (using An
55
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/microcks/microcks-ansible-operator/build-verify.yml?branch=master&logo=github&style=for-the-badge)](https://github.com/microcks/microcks-ansible-operator/actions)
66
[![Container](https://img.shields.io/badge/dynamic/json?color=blueviolet&logo=docker&style=for-the-badge&label=Quay.io&query=tags[0].name&url=https://quay.io/api/v1/repository/microcks/microcks-ansible-operator/tag/?limit=10&page=1&onlyActiveTags=true)](https://quay.io/repository/microcks/microcks?tab=tags)
77
[![License](https://img.shields.io/github/license/microcks/microcks?style=for-the-badge&logo=apache)](https://www.apache.org/licenses/LICENSE-2.0)
8-
[![Project Chat](https://img.shields.io/badge/chat-on_zulip-pink.svg?color=ff69b4&style=for-the-badge&logo=zulip)](https://microcksio.zulipchat.com/)
8+
[![Project Chat](https://img.shields.io/badge/discord-microcks-pink.svg?color=7289da&style=for-the-badge&logo=discord)](https://microcks.io/discord-invite/)
99

1010
## Table of contents
1111

@@ -101,11 +101,12 @@ metadata:
101101
name: my-microcksinstall
102102
spec:
103103
name: my-microcksinstall
104-
version: "1.8.0"
104+
version: "1.9.1"
105105
microcks:
106106
url: microcks.192.168.99.100.nip.io
107107
keycloak:
108108
url: keycloak.192.168.99.100.nip.io
109+
privateUrl: http://my-microcksinstall-keycloak.microcks.svc.cluster.local:8080
109110
```
110111
111112
> This form can only be used on OpenShift as vanilla Kubernetes will need more informations to customize `Ingress` resources.
@@ -121,7 +122,7 @@ metadata:
121122
name: my-microcksinstall-minikube
122123
spec:
123124
name: my-microcksinstall-minikube
124-
version: "1.8.0"
125+
version: "1.9.1"
125126
microcks:
126127
replicas: 1
127128
url: microcks.192.168.99.100.nip.io
@@ -133,7 +134,7 @@ spec:
133134
persistent: true
134135
volumeSize: 1Gi
135136
url: keycloak.192.168.99.100.nip.io
136-
privateUrl: http://my-microcksinstall-keycloak.microcks.svc.cluster.local:8080/auth
137+
privateUrl: http://my-microcksinstall-keycloak.microcks.svc.cluster.local:8080
137138
ingressSecretRef: my-secret-for-keycloak-ingress
138139
mongodb:
139140
install: true
@@ -183,7 +184,7 @@ The table below describe all the fields of the `MicrocksInstall` CRD, providing
183184
| `keycloak` | `storageClassName` | **Optional**. The cluster storage class to use for persistent volume claim. If not specified, we rely on cluster default storage class. |
184185
| `keycloak` | `postgresImage` | **Optional**. The reference of container image used. Operator comes with its default version. |
185186
| `keycloak` | `url` | **Mandatory on Kube if keycloak.install==false, Optional otherwise**. The URL of Keycloak install - indeed just the hostname + port part - if it already exists on the one used for exposing Keycloak `Ingress`. If missing on OpenShift, default URL schema handled by Router is used. |
186-
| `keycloak` | `privateUrl` | **Optional**. A private URL - a full URL here - used by the Microcks component to internally join Keycloak. This is also known as `backendUrl` in [Keycloak doc](https://www.keycloak.org/docs/latest/server_installation/#_hostname). When specified, the `keycloak.url` is used as `frontendUrl` in Keycloak terms. |
187+
| `keycloak` | `privateUrl` | **Optional but recommended**. A private URL - a full URL here - used by the Microcks component to internally join Keycloak. This is also known as `backendUrl` in [Keycloak doc](https://www.keycloak.org/docs/latest/server_installation/#_hostname). When specified, the `keycloak.url` is used as `frontendUrl` in Keycloak terms. |
187188
| `keycloak` | `ingressSecretRef` | **Optional on Kube, not used on OpenShift**. The name of a TLS Secret for securing `Ingress`. If missing on Kubernetes, self-signed certificate is generated. |
188189
| `keycloak` | `ingressAnnotations` | **Optional**. Some custom annotations to add on `Ingress` or OpenShift `Route`. If these annotations are triggering a Certificate generation (for example through https://cert-manager.io/ or https://github.com/redhat-cop/cert-utils-operator), the `generateCert` property should be set to `false` on Kube. |
189190
| `keycloak` | `generateCert` | **Optional on Kube, not used on OpenShift**. Whether to generate self-signed certificate or not if no valid `ingressSecretRef` provided. Default is `true` |

deploy/samples/minikube-annotations.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
persistent: true
2121
volumeSize: 1Gi
2222
url: keycloak-microcks.192.168.64.7.nip.io
23+
privateUrl: http://microcks-keycloak.microcks.svc.cluster.local:8080
2324
ingressAnnotations:
2425
cert-manager.io/cluster-issuer: self-signed-issuer
2526
my-annotation: my-value

deploy/samples/minikube-custom-tls.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
# Add fields here
77
name: microcks
8-
version: "1.0.0"
8+
version: "1.9.0"
99
microcks:
1010
replicas: 1
1111
url: microcks-op.192.168.64.6.nip.io
@@ -17,6 +17,7 @@ spec:
1717
persistent: true
1818
volumeSize: 1Gi
1919
url: keycloak-op.192.168.64.6.nip.io
20+
privateUrl: http://microcks-keycloak.microcks.svc.cluster.local:8080
2021
ingressSecretRef: my-secret-for-keycloak-ingress
2122
mongodb:
2223
install: true

deploy/samples/minikube-features.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ spec:
1616
persistent: true
1717
volumeSize: 1Gi
1818
url: microcks-keycloak.KUBE_APPS_URL
19+
privateUrl: http://microcks-keycloak.microcks.svc.cluster.local:8080
1920
#serviceAccount: microcks-serviceaccount
2021
#serviceAccountCredentials: ab54d329-e435-41ae-a900-ec6b3fe15c54
2122
mongodb:

deploy/samples/minikube-minimal.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ spec:
1414
keycloak:
1515
install: true
1616
url: microcks-keycloak.KUBE_APPS_URL
17+
privateUrl: http://microcks-keycloak.microcks.svc.cluster.local:8080
1718
persistent: true
1819
volumeSize: 1Gi
1920
#serviceAccount: microcks-serviceaccount

0 commit comments

Comments
 (0)