X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdeveloper-guide.rst;h=9a374fc114f61137cae1996c92d189d0f433c8a3;hb=cec59966de5a949f084b4a944a5d76a7347e9910;hp=41e1391a1b9c45fac54e44757050cf0adc493d45;hpb=4b49b4d6d391b82fa9eb4d1e9ef837c4d6e799c1;p=pti%2Frtp.git diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index 41e1391..9a374fc 100755 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -12,13 +12,19 @@ INF Developer Guide 1. About the INF project ************************ -This project is a reference implementation of O-Cloud infrastructure which is based on StarlingX, and it supports multi-OS. +This project is a reference implementation of O-Cloud infrastructure which is based on StarlingX and OKD, and it supports multi-OS. * Currently the following OS are supported: - * Debian 11 (bullseye) - * CentOS 7 - * Yocto 2.7 (warrior) + * StarlingX + + * Debian 11 (bullseye) + * CentOS 7 + * Yocto 2.7 (warrior) + + * OKD + + * Fedora CoreOS 38 Notes: * Debian based is the recommended platfrom. @@ -58,6 +64,11 @@ To contribute on this project, basic knowledge of Yocto/OpenEmbedded is needed, .. _`Yocto dev manual`: https://www.yoctoproject.org/docs/2.6.3/dev-manual/dev-manual.html .. _`OpenEmbedded wiki`: http://www.openembedded.org/wiki/Main_Page +1.4 About the Fedora CoreOS / OKD based implementation +------------------------------------------------------ +Deployment automation and documentation for OKD / Fedora CoreOS 38 can be found under the 'okd' directory in the `pti/rtp`_ repository. + +.. _`pti/rtp`: https://gerrit.o-ran-sc.org/r/admin/repos/pti/rtp 2. How to build the INF project *******************************