aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-07-02[docs] Bump release tag to 6.2.1Alexandru Avadanii2-2/+2
Change-Id: I011f34535363d02ef726dfafd6abe0d3c6b4df5f Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-06-27Update release notes for 6.2Cristina Pauna4-14/+14
Change-Id: Ibd168ef31af1f8a9a2c128ce8a8e95a5c231a917 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2018-06-25[noha] Adopt vPDF usageAlexandru Avadanii1-7/+23
Previously, all virtual deployments relied on lab configuration from <./mcp/config> using 'local-virtual1' as POD name. To keep using that default sample config, one can still pass the appropiate arguments to <ci/deploy.sh> as in: $ ./ci/deploy.sh -l local -p virtual1 [...] This changed introduces support for vPOD-specific lab config, e.g.: $ ./ci/deploy.sh -l ericsson -p virtual4 Change-Id: I6ecb8e71d7e923e4b29b4ab0693c1afa5e19b582 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-06-19Enforce static configuration instead of DHCPAlexandru Avadanii1-1/+1
- noha: 'accept_policy: open_mode' to align with ha scenarios; - s/cmp01/cmp001/g to align all scenarios and allow code reuse; - rename network params: s/dhcp/mcpcontrol/g, cleanup; - computes XDF data: drop 'opnfv_*' layer of params, cleanup; - local vPDF: add comments with default roles by node index; - parameterize all netmasks; - drop unused address/netmask for 'proto: manual' interfaces; - virsh_net: cleanup definitions, remove hardcodes, align IP on jumpserver and DHCP range with MaaS for pxebr; - maas: parameterize hardcoded '/24' cidr for PXE/admin, refactor maas.region.machines parameterization; - merge <all-mcp-arch-common/infra/config_*pdf.yaml.j2> templates; - move reclass.storage definitions of compute nodes to common dir; - drop 'openstack_compute_*' reclass params in favor of expanding them via j2 directly in reclass.storage params; - adopt `nm.cluster.has_*_nodes` where possible; - obsolete `runtime.yml` from reclass model; - refactor arch-specific reclass param selection; - remove unused defaults in favor of mandatory IDF properties; - noha: prepare for baremetal node support in cinder_lvm_devices; - interfaces: add interface_mtu and 'noifupdown: true' everywhere; - interfaces: use j2 macros to generate eth/vlan config; - states cleanup: remove DHCP route disable workaround on prx/cmp; - allow configuring NTP servers via: `idf.fuel.network.ntp_strata_host{1,2}`; - ovs_bridge: Allow setting gateway, dns-nameservers - apache: Adjust module list for novcp class inheritance; - glusterfs PPA: pin with same prio of MCP repos for novcp scenario; JIRA: FUEL-319 JIRA: FUEL-326 JIRA: FUEL-337 Change-Id: Ia6ad64ba8cade85a75fb22c9a2505decc3834360 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-05-23[docs] Update documentation for Fraser-6.1Charalampos Kominos4-14/+14
Change-Id: Ic5e71c0ce2bcfd9d01f07fff017aac8019793527 Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>
2018-05-22[docs] Update guest OS support matrixCharalampos Kominos1-2/+2
Re-testing the supported operating systems for the guests revealed that Fedora is now working without problems or user input on aarch64. Change-Id: I87dcac2d3297b7a43dd252d4aecfdea4254e519b Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>
2018-05-10[docs] add info about block storage supportCharalampos Kominos1-0/+33
Adding volumes in openstack by default uses virtio_blk which limits the amount of disks that can be attached. Here we inform about this shortcoming and supply a workaround. JIRA: ARMBAND-376 Change-Id: I711df5c19befca7a3abfdce9fe9b2b0bb38853ac Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>
2018-04-25[docs] Updates for the first Fraser releaseCristina Pauna5-138/+135
Change-Id: I80dfb55c01af89bded1140cd27563d258e05dda4 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2018-04-25[doc] Add guest OS support matrixCharalampos Kominos1-0/+37
Update fuel documentation regarding the guest operating systems that we can boot in both in x86 and aarch64. Change-Id: Iea96fae880755d0a9cc8fa519362ff564f79e391 Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>
2018-03-26[doc] installation guide update: PDF sectionting wu1-27/+54
Update PDF section to: 1. describe "net_config" section in IDF. 2. describe compute parameterizaion required in IDF for both DPDK and non-DPDK scenario. JIRA: ARMBAND-361 Change-Id: I63fbe79c5cc3a4ee5244e6a0efad57eb89aad7d2 Signed-off-by: ting wu <ting.wu@enea.com>
2018-03-07[docs] Openstack endpoints descriptionGuillermo Herrero1-90/+124
- Describe SSL certificate usage for public endpoints - Fixed all code-blocks formatting on the file JIRA:FUEL-328 Change-Id: Ifecab459ee0d633b4d8a254dcb01c92f76b66d4f Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
2018-02-13[docs] Temp dir permission requirementsCristina Pauna1-0/+7
JIRA: FUEL-342 Change-Id: I35efc993647c63779107d5f5604e58b124cdcf69 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2018-02-05[virtual] Change IP addrs to align with baremetalAlexandru Avadanii2-6/+6
To be able to re-use pod_config.yaml parameters generated based on PDF for both baremetal and virtual scenarios without forking it, we first need to align the IP addresses used in virtual deployments. Currently hard set values will be parameterized in an ulterior change. - 10.1.0.0/24 (internal): * 105 -> 101 (cmp01); 106 -> 102 (cmp02); * 110 -> 124 (gtw01); - 172.16.10.0/24 (mgmt): * 101 -> 11 (ctl01); * 105 -> 101 (cmp01); 106 -> 102 (cmp02); * 110 -> 124 (gtw01); - 10.16.0.0/24 (public): * 101 -> 11 (ctl01); * 105 -> 101 (cmp01); 106 -> 102 (cmp02); * 110 -> 124 (gtw01); JIRA: FUEL-322 Change-Id: I5d5def4e92c3462f1a34f73dde65ef7a262a5d62 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-02-05deploy.sh: Make PDF, IDF mandatory for all deploysAlexandru Avadanii1-1/+1
- hard requiremenet of PDF/IDF configuration for all deployments; - expand j2 templates for virtual deploys too; Since until now we used the same model for *all* virtual PODs, one of the PDF/IDF sets for existing vPODs (e.g. ericsson-virtual3) can be re-used practically on any host, without defining new vPODs. JIRA: FUEL-322 Change-Id: Iac6aab91b6958d0e5e175ed142da6aafadc6fac6 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-02-01deploy.sh: Disable net.bridge.bridge-nf-callAlexandru Avadanii1-0/+2
JIRA: FUEL-334 Change-Id: I6d2499053dcfb7f99593fcd5c948b569bdcb9c9b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-01-27deploy.sh: Retire `-B` argumentAlexandru Avadanii1-2/+0
All bridge information should be defined via IDF. Keeping `-B` support in deploy.sh only creates confusion. While at it, remove automatic bridge detection based on network addr. Change-Id: Id8b54e4887a97092daed5beb31fde4edd13057f1 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-01-11docs: AArch64: Jumpserver min libvirt versionting wu1-37/+96
- For the Jumpserver configuration Add bridge config Add Armband repository list Add minimum libvirt version requirement - Fix various typo - Add option -S, -D in deploy script JIRA: ARMBAND-337 Change-Id: Ic62819dbb28699cf8a2dba81b7d65a39e3f0b011 Signed-off-by: ting wu <ting.wu@enea.com>
2018-01-01docs: diagrams: Add PXE/admin on cfg01Alexandru Avadanii3-0/+0
Refresh diagrams to reflect that the internal network is not used anymore on jumpserver after PXE/admin was hooked to cfg01. Change-Id: I4c162d59824e182bc76c0a395742050544e95291 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-14Merge "Add tutorial for reclass-doc tool in documentation"Alexandru Avadanii2-0/+57
2017-12-14Merge "Update release notes for 5.1"Alexandru Avadanii1-12/+17
2017-12-13Add tutorial for reclass-doc tool in documentationCharalampos Kominos2-0/+57
JIRA: FUEL-293 Change-Id: I2612e8d63875dca4d05f8c30db24a5ae84cc8dea Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com> Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-12-13Update release notes for 5.1Cristina Pauna1-12/+17
The release notes are updated with relevant Jira filters and changes since 5.0 Change-Id: If14cb0369ced899d17608ef43e93b848e8b2a5c8 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-12-12deploy.sh: Factor out pkg deps into yaml filesAlexandru Avadanii1-3/+7
Instead of hardcoding the packages to install on the jumphost at deploy time in `ci/deploy.sh`, move the requirements list to a dedicated yaml file, so it is decoupled from actual code. While at it, add missing deps: - ipxe-qemu (AArch64 Ubuntu only); Change-Id: I9ee5c0796b70f9d29427d608b6415333c8841e1e Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-11-24Merge "[docs] Add MCP user guide"Alexandru Avadanii6-1/+286
2017-11-24[docs] Add MCP user guideCristina Pauna6-1/+286
Change-Id: I97a5a2817004850abc3f702004819a907472faf7 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-11-24docs: Update prx nodes on network diagramsGuillermo Herrero3-0/+0
- prx: added 3rd interface, green dot to mgmt JIRA: FUEL-302 Change-Id: I9f807409ed7a84de95d7321f059343d5d676038e Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
2017-11-13[baremetal] SaltStack Deployment DocumentationAlexandru Avadanii1-0/+6
Generate documentation automatically using `reclass-doc`. nginx is already configured to serve said documentation on proxy's public VIP on port 8090. Change-Id: If2aef646a0ec44d5cc7e9d425e565e5c0aa581b3 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-11-13Merge "docs: Add details to the installation instruction"Alexandru Avadanii1-1/+51
2017-11-13docs: Add details to the installation instructionCristina Pauna1-1/+51
Added some text details to the diagrams from https://gerrit.opnfv.org/gerrit/#/c/46801/ Change-Id: Ib761ca2a63e7c9e267c3c5c7bbe659d42bddea5e Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-11-10deploy.sh: Check hypervisor after prereq installAlexandru Avadanii1-0/+5
On a clean system (i.e. no libvirt installed), the prerequisites should be installed first, before checking for hypervisor access. While at it, add 'libvirt' to the list of prerequisites, as it is not automatically required by the others. Add a note in the documentation about libvirtd service not being automatically started after installation on CentOS. Change-Id: I29d94d4a56cd823362811e8fc9c076c83fb6c04c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-11-09docs: add Pod Descriptor Files informationGuillermo Herrero1-0/+44
Change-Id: I9ca83d2bc42cb15cd37aa3726c02c458fb8a0ea3 Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
2017-10-30docs: Add network layout example diagramsAlexandru Avadanii6-26/+65
JIRA: FUEL-295 Change-Id: I3d7958951f1b37fe34dfaa28710a7f286a7a549a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-10-29docs: Spelling correctionTaseer Ahmed1-1/+1
Change-Id: I35076b8cd81451482944d91f3dd3337dd849ef28 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-10-27ci/deploy.sh: Add PDF parsing dependenciesAlexandru Avadanii1-7/+21
The following packages are required for PDF parsing: - python - python-ipaddress - python-jinja2 Note that `python-ipaddress` is not available on older Ubuntu distributions (e.g. Trusty), in which case `pip` should be used to install it. An alternative would be to use python3 packages. Update the installation instructions to specify minimum expected requirements on the jump server. JIRA: FUEL-292 Change-Id: I19fdcc163dcfdee45ac6fa3f5e09a28638d6035c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-10-27Merge "docs: Add more info about virtual deployment"Michael Polenchuk1-0/+7
2017-10-26docs: Add more info about virtual deploymentTaseer Ahmed1-0/+7
Change-Id: I82f639f380092ea6800ed1e7c86a415b7979ec44 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-10-24fix for documentation: correct git checkout tag is opnfv-5.0.2Mika Rautakumpu1-1/+1
Change-Id: I2c4192d4dc299d167ba6b1b9db91c6d73c87c417 Signed-off-by: Mika Rautakumpu <mika.rautakumpu@nokia.com>
2017-10-23Minor updates to documentationCristina Pauna2-4/+4
Change-Id: I35b8069a0239858dad3b446f683d64140964fb42 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-10-19Update the reference for scenariosCristina Pauna2-2/+2
Modified the reference link for the scenarios as it colides with another installer. To be used with https://gerrit.opnfv.org/gerrit/#/c/45795 Change-Id: I7b55cfdb877715ec4fa0292adc11e36b7cf4ae53 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-10-18Add documentation for scenariosCristina Pauna5-1/+116
Added documents for feature scenarios supported by fuel. The nofeature scenarions don't require documentation. Change-Id: I574e42b60125b4a59c8d921fa45e4c4fbf09137f Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-10-12Merge "docs: Update release documentation"Alexandru Avadanii1-59/+43
2017-10-12docs: Update release documentationCristina Pauna1-59/+43
JIRA: FUEL-276 Change-Id: I09799b2dde3c992d229864757e655c108d33608a Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-10-12docs: Update installation instructionsCristina Pauna24-490/+175
This documentation contains the updated procedure on how to use Fuel to deploy openstack. JIRA: FUEL-276 Change-Id: I38dc9c57ea386a628cd363f5bcef3818739b9122 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-09-15Remove build instruction from documentationCristina Pauna2-309/+0
Fuel/MCP no longer packages the installer in an iso, therefore these building instructions are obsolete. JIRA: FUEL-276 Change-Id: Iee587be89078707cf0cf748212b94d69f1769e12 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-05-04docs: Refresh reference for Danube 2.0Alexandru Avadanii3-9/+9
Change-Id: If786099581cf8bf685cc2076c21d4c3041610bf7 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-03-10docs: Adding LabelsShubhamRathi2-0/+4
Labels serve as anchors/ refs when referenced from other documents This patch adds labels to docs/*/*/index.rst Change-Id: I50572f9300e4be91e5fd35b96383d9075b229be2 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-02-28Update documentation for DanubeSerg Melikyan41-438/+318
Change-Id: I535eb87bfa980cffc8e091b896b505884ed12d32 Signed-off-by: Serg Melikyan <smelikyan@mirantis.com>
2016-11-30Update documentation for Colorado 3.0Fedor Zhadaev3-23/+23
JIRA: FUEL-235 Change-Id: I6dd3a290179bd2b29e07dd0b72c2c007acd8682d Signed-off-by: Fedor Zhadaev <fzhadaev@mirantis.com>
2016-10-31Update documentation for Colorado 2.0Fedor Zhadaev3-27/+27
JIRA: FUEL-215 Change-Id: Ie922ff794e686e1824483a91a9571252adc2b1e2 Signed-off-by: Fedor Zhadaev <fzhadaev@mirantis.com>
2016-09-21Emergency patch - fixed broken linksJonas Bjurel2-11/+11
Change-Id: I7aea7c06775cac3efeb22d2256c7acf6fbb137d5 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>