-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into run_testsuite_with_sqlite
- Loading branch information
Showing
67 changed files
with
3,062 additions
and
809 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ Note: Look below for direction on publishing to registry. | |
``` | ||
* Alternatively, if an OBS working copy is already checked out, update the working copy by running `osc up` | ||
2. Run `make dist` in your RMT working directory to build a tarball. | ||
3. Copy the files from the `package/obs` directory to the OBS working directory. | ||
3. Copy the files from the `package/obs` directory to the OBS working directory `systemsmanagement:SCC:RMT/rmt-server`. | ||
4. Examine the changes by running `osc status` and `osc diff`. | ||
5. Stage the changes by running `osc addremove`. | ||
6. Build the package with osc: | ||
|
@@ -41,14 +41,6 @@ Note: Look below for direction on publishing to registry. | |
``` | ||
2. On github, submit a release for the tag. See https://help.github.com/en/articles/creating-releases for assistance. | ||
#### Helm chart update process | ||
RMT helm chart is found [here](https://github.com/SUSE/helm-charts.git). | ||
Edit `rmt-helm/Chart.yaml` to update the chart version (`version`) and rmt-version (`appVersion`). The `BuildTag` version needs to be updated. Look at this example [pull-request](https://github.com/SUSE/helm-charts/pull/5) bumping the version. | ||
[Bruno Leon](mailto:[email protected]) is the maintainer and point of contact for rmt-helm. | ||
#### Submit Requests to openSUSE Factory and SLES | ||
To get a maintenance request accepted, each changelog entry needs to have at | ||
|
@@ -72,13 +64,7 @@ osc sr systemsmanagement:SCC:RMT rmt-server openSUSE:Factory | |
|
||
###### Get target codestreams where to submit | ||
|
||
To check out which codestreams the package is currently maintained in, run: | ||
|
||
```bash | ||
osc -A https://api.suse.de maintained rmt-server | ||
``` | ||
|
||
For a more detailed view which target codestreams are in which state, check out: [Codestream overview](https://maintenance.suse.de/maintained/?package=rmt-server) | ||
To check out which codestreams RMT is currently maintained, see https://smelt.suse.de/maintained/?q=rmt-server. | ||
|
||
###### Submit updates | ||
|
||
|
@@ -112,8 +98,15 @@ You can check the status of your requests [here](https://build.opensuse.org/pack | |
After your requests have been accepted, they still have to pass maintenance testing before they are released to customers. You can check their progress at [maintenance.suse.de](https://maintenance.suse.de/search/?q=rmt-server). If you still need help, the maintenance team can be reached at [[email protected]]([email protected]) or #maintenance on irc.suse.de. | ||
|
||
|
||
## Packaging and publishing to SUSE registry | ||
## Container image and publishing to SUSE registry | ||
|
||
SUSE registry houses the rmt-server docker image. The image is built automatically on OBS/IBS, and can be found [here](https://build.opensuse.org/package/show/devel:BCI:SLE-15-SP6/rmt-server-image). It is getting published here: `registry.suse.com/suse/rmt-server`. | ||
|
||
|
||
SUSE registry houses the rmt-server docker image. The image is built on OBS/IBS, project for SLES 15sp4 based distributions can be found [here](https://build.opensuse.org/package/show/devel:BCI:SLE-15-SP4/rmt-server-image). | ||
#### Helm chart update process | ||
|
||
RMT helm chart is defined [here](https://github.com/SUSE/helm-charts.git) and published at `registry.suse.com/suse/rmt-helm`. | ||
|
||
Edit `rmt-helm/Chart.yaml` to update the chart version (`version`) and rmt-version (`appVersion`). The `BuildTag` version needs to be updated. Look at this example [pull-request](https://github.com/SUSE/helm-charts/pull/5) bumping the version. | ||
|
||
At the moment of writing, the publishing process has to be done manually. This can be achieved by reaching out to the Auto-Build team (only available internally). | ||
Reach out to the BCI team (Dirk Mueller or `#proj-bci` slack channel) to trigger the release of the helm-chart. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.