summaryrefslogtreecommitdiffstats
path: root/docs/InstallGuide.rst
AgeCommit message (Collapse)AuthorFilesLines
2019-05-30Add doc for new healthcheck feature in helm_deployment_status.pyBartek Grzybowski1-7/+7
A description of new --health-mode option for helm_deployment_status.py script was added to InstallGuide.rst. Change-Id: I8dd93e86eee9ade2c279f3124e01e7312e1baee5 Issue-ID: OOM-1806 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2019-05-22Make RKE the default cluster deployment toolBartek Grzybowski1-1/+22
This change substitutes rancher_kubernetes.yml for rke.yml in site.yml making the RKE default deployment mechanism for kubernetes cluster. Change-Id: Ie1a0cb1eb94a3c5e8efd5c2c7e682c0292bc9152 Issue-ID: OOM-1873 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2019-05-09Updating offline platform with latest 3.0.2Michal Ptacek1-8/+8
- Adding missing artifacts into onap_3.0.x-http_files.list - Some fine-tuning of examples in DOCs Issue-ID: OOM-1805 Change-Id: Ic5a55590a9fa9a244c43aff6a63554aefaea6cc5 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
2019-04-15Add monitoring script for deployment progressMilan Verespej1-0/+9
Issue-ID: OOM-1724 Change-Id: Ie634a441641abd3afd4093661c5d4f57245946ee Signed-off-by: Milan Verespej <m.verespej@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-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-26Add support for ONAP documentation projectPetr Ospalý1-0/+421
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>