kolla-ansible needs SELinux python bindings, if
SELinux is activated. CentOS has this as a
standard and it is generally a good idea. So
SELinux python bindings should be installed
together with other dependencies in quickstart
guide.
Change-Id: I6eea626aa281db695d181f96b107b51732bbc647
Different Y stream version in Ansible is not compatible. Since ansible
2.2.0 is released for a while. It is time for kolla-ansible to bump the
min Ansible version. Then we can remove the annoying WARNING message
in deploying logs and use the new features.
Change-Id: I99f3c5678f6d2d1f93d61c660fbd166184ff6422
mkdir to create /etc/kolla/config/nova fails if config
folder is not created.
This change adds `-p` to create both config and nova folders
Change-Id: Ibceaa437834cbba681b30c418da3c15d75d49945
In quick start added the correct link which can be used
to setup the development environment with vagrant
Change-Id: Id3eabe3da05264058fed3136acc4cd270b5134ae
Closes-Bug: #1681978
Add info about hostname resolution requirement for RabbitMQ on
quickstart page, corresponding to the docimpact resulted from
a previous merged commit https://review.openstack.org/#/c/294713/.
Closes-Bug: #1559809
Change-Id: I671e7d897412859f606ea88e78ac63605bd8824b
Last Openstack version supported on Ubuntu 14.04 is Mitaka. Hence Ubuntu
14.04 related documentation can be remove since Kolla Newton release.
Change-Id: Ibedd9dea659fc787660e44909573a59339b870c3
Currently the project-deploy-guide links to the entire dev
doc repo for Kolla-Ansible. This is incorrect. It should link
only to installation information that can be found in the quick
start guide. This patch remedies that change, and ensures that
there is a link to the kolla deploy guide published at
docs.o.o.
Change-Id: I43738e341e996cb5a589a09c4c59c0dc8b058458
With libvirt 2.0, when using qemu cpu mode is not properly
evaluated and need to be set to cpu_mode = none.
Add this option when kvm is not supported, otherwise user
will still facing errors when launching instances over qemu.
Change-Id: Ic970e3de74817ce4e17bb4e15d130e1e82d595cc
Get follwing error when running tox -edocs
doc/bifrost.rst:91: D001 Line too long
doc/manila-hnas-guide.rst:28: D000 Title underline too short.
doc/manila-hnas-guide.rst:28: D000 Title underline too short.
doc/networking-guide.rst:93: D000 Title underline too short.
doc/networking-guide.rst:93: D000 Title underline too short.
doc/multinode.rst:14: D001 Line too long
doc/quickstart.rst:474: D001 Line too long
doc/vagrant-dev-env.rst:129: D001 Line too long
Change-Id: I88090487a4710547224361d29aaf8371f8340c28
Docker version 1.13.0 is broken with the kolla-ansible deliverlable.
Mark it as such in the documentation.
Change-Id: I91da906cfa2a4552739749b27b41006fbc06215d
Update documents reference image-building documents correctly after
image-building.rst was deleted from kolla-ansible directory.
Change-Id: Ib66475e1f0f3055f2e38fc33ae649cae300c9c36
Kolla-ansible related documents existed on both Kolla and Kolla-Ansible
repositories. A lot of Kolla-ansible related documents were updated in
the Kolla repository. Porting the changes made to these documents in
Kolla repo to Kolla-Ansible repo so that the Kolla-ansible documents can
be removed (Refer to patch https://review.openstack.org/#/c/425749/)
Change-Id: I7c53626ce551189acdb0dcbabe9369b81eed3347
Changed occurences of 'docker' to 'Docker' to be in accordance
with Docker Inc's trademark guidelines found here:
https://www.docker.com/trademark-guidelines
This was done due to a pending change that will append Docker
Inc's trademark notice in the kolla docs
TrivialFix
Change-Id: Ie3f385897bfa604986bd99329c0f4b961d3c8552
Seen several instances of users having trouble attempting to mix and
match Kolla and OpenStack releases. Add warning that this is not
supported.
Change-Id: Ibdb9e584646599e49a698cfcfaf5f114b5b8943a
Since initial setup is arguably the hardest part of kolla deployment,
let's show people our new plabybook to lower the barrier of entry.
TrivialFix
Change-Id: I6edf355772b5705207cdecfbe8c45672a63badf0
1.remove the # - it makes copy and paste very difficult
2.change "ubuntu" to "Ubuntu"
3.add "Restart docker by executing the following commands: "
TrivialFix
Change-Id: I0192d9fd7f597b0e2dc8d26d4fe5ba8b32483ce0
There were some problems in the documentaiton that
prevented tox -e docs from working. Also changed
attention to WARNING since attention was not as eye-grabbing
as I'd hoped during a previous review.
Change-Id: I2b661afa2cd4a4331bbcc99240d3e127a5d94a11
Updated quickstart.rst file to support both evaluation/deployment and development.
Updated both dependency and install sections.
Change-Id: Icd2a699e26553e3c41ee58ff6081716efe77dc25
This will test all rst files inside the doc directory for style issues with
doc8 (an opinionated style checker for rst styles of documentation).
This will fix all syntax issues identified by doc8 and will improve
the syntax.
Change-Id: Id1b9563e07e77e306aef5a0767c98c27f87c5c0e
According to the openstack contributer guide, the underlines
in an rst file should be of the same length as that of the
heading text to follow rst formatting conventions.
http://docs.openstack.org/contributor-guide/rst-conv/titles.html
Change-Id: I186abdfd87bc1e26fb822412b7335b1c42c25b25
Signed-off-by: Asha Saravanamohan <assarava@cisco.com>