or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Compose-id pinning and promotion workflow
Brainstorming
Compose-id pinning:
Compose-id promotion workflow:
TripleO Repos and Centos Stream Compose Pinning
Date: Nov 11, 2021
Current Situation on CS9:
CS9 nodepool image has centos.repo which pulls packages from centos stream mirrors.
In tripleo CI jobs, we enable compose repos using tripleo-repos or using release file to lay down to compose repos.
Long term Plan:
Main Goal:
One Idea: Can we use CentOS Stream Pinning?
Current Solution (We are driving)
Notes:
Tasks
CentOS Composes - Dependency Pipeline
Add a new repo type, 'repo_composes', to 'repo-setup' role that configures repos based on a compose-id
Create a new dependency repo_config for compose-pinning
Implement function to get compose-url from humam-readable label
Create a new or update an existing 'pre' to use tripleo-yum-config to generate compose repos
Create new jobs
Create pipeline and add to rdo-jobs
Generate diff repo list
CentOS Composes - Promotions
Questions