Commit Graph

10 Commits

Author SHA1 Message Date
Luigi Toscano bb5f75db7f doc: refer to the split plugin documentation
Remove the detailed information about the plugins from the
core documentation and redirect to the plugins documentation instead.

A redirect has been set to not break the existing links.

Change-Id: Ief8593b02242748a5ffd4f55515975faebd19523
2019-03-20 12:36:25 +01:00
Luigi Toscano 4a44010f31 doc: restructure the image building documentation
Main goal: consolidate the information about image
building under the same documentation page, and move
plugin-specific details inside plugin pages.
No plugin-specific information should live outside
those pages.

More details:
- move the detailed documentation about sahara-image-pack
  from the contributor guide to the new dedicated page
  in the user manual;
- remove the vanilla and cdh pages which describes building
  images with sahara-image-create, and move the common
  information to new sahara-image-create page
  in the user manual;
- add the matrix of supported plugin versions and
  supported building technology for each plugin inside
  the respective <plugin>-plugin.rst;
- add the redirects for the removed pages (only for master
  and rocky, where this change should be backported).
- remove few details not really needed (e.g. how to convert
  to VMDK images, location of cloud-init packages, etc,
  which do not really belong here).

Change-Id: I8398a7ad625276d8f11d743688ba71902a7e1adc
2018-10-18 15:15:35 +02:00
Zuul b03b5ebbe8 Merge "Add template param for ambari pkg install timeout" 2018-09-24 15:41:44 +00:00
bhujay e7a4b58c5a Add template param for ambari pkg install timeout
Often time ambari fails during cluster installation/service
starting stage. This is quiet prominent when  there is
a large number of nodes in the cluster. Review of the
logs from the cluster indicates that ambari installation
scripts has a timeout parameter set to 1800 sec, this
requires adjustment depending on the environment and
speed of package installation.

This fix provides one parameter named
"agent.package.install.task.timeout"  inside the Ambari tab
of the HDP cluster template UI . User may change the
values and accordingly the ambari server will be setup
for package installation timeout.'

Change-Id: I826dbebb446d49e01e3cd6d7e525b43aa4523434
Story: #2003176
Task: #23320
2018-09-22 08:03:32 +05:30
Luigi Toscano 10e48a379f doc: update distro information and cloud-init users
- centralize the information about the default cloud-init users
  for various distributions to point to the existing specialized
  page;
- remove all CentOS 6 and Ubuntu 12.04 (Precise) references, and
  do not refer to Ubuntu 14.04 for the vanilla plugin;
- add Ubuntu 16.04 (Xenial) details when needed;
- update the pointers to few packages.

Change-Id: I4654e6ec2821bcec5207f41b93c5d0f0633ba18c
2018-09-13 23:05:20 +02:00
Ivoline Ngong aa514b51e5 Fixed link for more information about Ambari images
Change-Id: I91a3310dfff2687975cb8c7c7693106b509943e7
2018-09-06 12:03:09 +03:00
Luigi Toscano 203c796f9e Remove any reference to pre-built images
This removes the very last references to sahara-files.mirantis.com,
which can be discontinued any time soon. Thanks Mirantis for the
hosting so far!
There are currently no plan to offer those pre-built images.

Story: 2001996
Task: 19628
Change-Id: I6b362c6f630495b16bc9a1e2e1b7ebbf4405ef8a
2018-06-14 17:12:58 +02:00
Luigi Toscano 8ae30c08fa Migrate the artifact link to sahara-extra, use https
The stable link for artifacts is going to be tarballs.openstack.org/sahara-extra,
which matches the name of the repository and it is more consistent
with the way the publishing system works.

Also use https.

Change-Id: Iacce6e6397b2d8d812964d56a33f9ea82901a3d6
2018-02-27 13:26:05 +01:00
Luigi Toscano 5662d84690 doc: point to the main git repository and update links
- no need to refer to github; point to the main repositories
  on git.openstack.org and remove the requirement for a github
  account in order to contribute;
- update few links which have been moved around and fix at least
  the associated message of a link;
- link to the website for HTTPie.

Change-Id: Ib310815d346e2364de1a2282f3f1e2d94590c3d2
2017-08-21 15:15:47 +02:00
Luigi Toscano a70a74aa23 Restructure the documentation according the new spec
Group the existing pages in the new top-level categories; each
category can be seen as a separate document and it has its own
index file.
The content of the pages was not changed, with the obvious
exception of the links between pages.

The autogenerated configuration has not been added yet to
configuration/; it will be fixed in a future commit.

At the same time, as suggested by the doc team, consistently
use only one separator in file names (dash, '-') instead of a mix
of dashes, dots and underscores. This may break even more links on
the Internet, but we are breaking them anyway by moving files.
Redirects can be set, but not in this commit.

Closes-Bug: #1706184
Change-Id: I5a10378d9da2603d617ad4193ea8d90e2afc5104
2017-08-04 18:05:40 +02:00