Add updating ansible-odl test playbooks to reldocs
[integration/packaging.git] / packages / rpm / example_repo_configs / README.markdown
1 ### Example Repository Configurations
2
3 The repository configuration files in this directory provide examples
4 of the configurations required for installing OpenDaylight from the CentOS
5 Community Build System, where its source RPM (via `../build.sh`) is built
6 in a standard environment and hosted for distribution.
7
8 These repository configurations tell your package manager, like `yum`,
9 the details required for installing OpenDaylight from the CBS.
10
11 We will eventually use the `-testing-`, `-canidate-` and `-release-` tags to
12 control the verbosity of our updates (infrequent stable releases vs frequent
13 CI/CD/CR). For now, we are just using the `-canidate-` tag.
14
15 We will also eventually sign our RPMs, at which point we will enable GPG
16 checks via the `gpgcheck` repo config variable.