summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-04-09Fixing minor inaccuracies in BuildGuideMichal Ptacek1-25/+66
Repos are configured differently on RHEL/Centos platforms Issue-ID: OOM-1761 Change-Id: Ic91b7c91f0c0fb47170709d6628f210b65a56425 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
2019-04-04Merge "Document molecule testing"Samuli Silvius2-1/+366
2019-04-04Document molecule testingSamuli Silvius2-1/+366
Documentation for Molecule testing used in offline installer. Issue-ID: OOM-1703 Change-Id: I00fb74dbfcd39ce22107c981df14cb42da73808a Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
2019-04-03Merge "Support time synchronization on hosts"Michal Ptacek1-3/+33
2019-04-02Add helm override instructions to install guideMichal Zegan1-0/+18
This commit adds instruction about using the new helm chart overrides feature. Change-Id: I6a5d973ee91562ae618d357fd3fdecc1cf4f03bf Issue-ID: OOM-1752 Signed-off-by: Michal Zegan <m.zegan@samsung.com>
2019-04-02Support time synchronization on hostsBartek Grzybowski1-3/+33
This change introduces functionality to synchronize infra/kube nodes' clock with external NTP authority. Configuring external time source is optional, however default behaviour will be to setup NTP time source on infra-node and sync kube-nodes clock with it. It's also possible to setup custom time zone. Change-Id: I725ce9a306da1977628b6c03d5ff10fca77fb3b0 Issue-ID: OOM-1710 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2019-03-14Fix repo checkout cmd in build guideBartek Grzybowski1-1/+1
As there is no 'casablanca' branch 'master' should be checked out. Change-Id: I9fba8ef0b10d3de3891d0e7612571789dfdc9449 Issue-ID: OOM-1621 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2019-03-07Adding postinstall section in InstallGuideMichal Ptacek1-0/+30
Describing common issues with onap deployments into InstallGuide. Change-Id: I7b039fbc357901c8bfa1d57db69f9344eea07077 Issue-ID: OOM-1701 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
2019-02-28Rename casablanca patch fileMilan Verespej1-1/+1
Since there is no difference in patching between 3.0.0 and 3.0.1 release there name of patchfile that includes this tag is unnecessary and confusing. Issue-ID: OOM-1687 Change-Id: I751398f15c38dab83e36ed0b8f555533497291f8 Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
2019-02-26Add support for ONAP documentation projectPetr Ospalý4-0/+786
Provided the mandatory doc structure: docs/ index.rst ... Added a couple of .gitignore for better testing and development. Change-Id: I722806681e4844e0ea915006bc7de6018d3073d7 Issue-ID: OOM-1672 Signed-off-by: Petr OspalĂ˝ <p.ospaly@partner.samsung.com>