486 Commits

Author SHA1 Message Date
Jeffrey Zhang
00a42b8cbe Bump min Ansible version to 2.2.0
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
2017-06-14 06:57:04 +08:00
Jenkins
31cc7926e7 Merge "Update docker_py_version_min version" 2017-06-04 00:45:47 +00:00
Jenkins
5cf0e85bdb Merge "Fix vagrant development environment" 2017-06-02 09:55:33 +00:00
Jenkins
dc6f7579d5 Merge "Missing ExecStart in docker.service" 2017-06-02 09:45:22 +00:00
Jenkins
18214d95a3 Merge "Add cinder-backup config to external-ceph-guide" 2017-06-02 09:41:14 +00:00
Sercan Acar
88684547e7 Missing ExecStart in docker.service
docker.service requires extra ExecStart to clear "settings"

Change-Id: Ica9b8b5f7f57e1c8c87adc62df766c101bb03d2b
2017-06-02 09:42:44 +01:00
Kuo-tung Kao
52d9158dfa missing rbd_serect_uuid in cinder.conf in doc
rbd_serect_uuid is needed even if using external ceph
update cinder configuration in doc/external-ceph-guide.rst

Change-Id: I19f626812e94afa3d8d2d2d9ccfae196e347f873
2017-06-02 15:32:38 +08:00
Juan J. Martinez
8fe43171ce Fix vagrant development environment
After the repo split into kolla and kolla-ansible the Vagrant
development environment was broken.

With this change Vagrant will run from kolla-ansible and kolla
repo is expected to be in the same directory level so the
bootstrap can include it inside the VM.

 - Modified the bootstrap code to copy both repos into the VM.
 - Added one configuration token to specify kolla-ansible location
   inside the VM.
 - Updated the docs.

Change-Id: I6b56822d50472f8eda6fc60f69196d3c9b8b6cf8
Closes-Bug: 1693847
2017-05-31 14:19:09 +01:00
Bernard Maltais
0635abd510 Add a complete example of configuring a basic 3 nodes Ceph environment.
This should help new users get started quickly by having all of the
needed configuration to accomplish the task in one place.

Change-Id: I3aa1fe1fb735d4c4407ef7545c4eefc4c0820fbf
2017-05-25 14:07:27 +00:00
Surya Prakash Singh
b7948a6397 Updated the quick start guide
Existing statement was little vague, so improved it.

Change-Id: I57371a7b63650d41160370c7c5a59e19d03f9e71
2017-05-17 18:11:39 -05:00
shaofeng_cheng
c5b6d0d516 Add cinder-backup config to external-ceph-guide
External-ceph-guide is miss cinder-backup.conf sample,
so cinder-backup service is not work.

Change-Id: I2e3d07814677cbfbbe5b1d539187509d2b16159d
2017-05-11 10:17:01 +08:00
Jenkins
350fab1005 Merge "Fix the "tox -e docs" faild for kolla-ansible" 2017-05-10 10:57:37 +00:00
Jenkins
08f50d5e64 Merge "Configure Kibana default index pattern" 2017-05-10 10:54:11 +00:00
Jenkins
3a0cad4821 Merge "Add info about RabbitMQ requirement on quickstart" 2017-05-09 08:32:41 +00:00
caoyuan
731970fc4b Fix the "tox -e docs" faild for kolla-ansible
doc/operating-kolla.rst:104: D000 Explicit markup ends without a blank
line; unexpected unindent.
doc/zun-guide.rst:11: D000 Inline literal start-string without
end-string.

Change-Id: I614e5ccb7b77da6766ddf44219a389346ad2c9ec
2017-05-09 12:23:28 +08:00
Jenkins
b97c1bddf7 Merge "Add zun startup guide documentation" 2017-05-08 20:50:05 +00:00
shaofeng_cheng
5f197ed496 Update docker_py_version_min version
Update docker_py_version_min version to 1.8.1.

see:
https://github.com/openstack/kolla-ansible/blob/master/requirements.txt

Change-Id: I0780de04826d50e1bfe749f66ab8fb6dae2a359f
2017-05-04 17:14:36 +08:00
Jenkins
64d5206d20 Merge "Fix a typo and complement doc in ceph-guide.rst" 2017-05-04 03:09:09 +00:00
Jenkins
2b850d57eb Merge "Allow nfs, rpcbind and mountd service on server firewall" 2017-05-03 13:31:06 +00:00
zejian Zhuang
4e8bd619dd Fix a typo and complement doc in ceph-guide.rst
Change-Id: Ied4f0b5e98ae3825d71fdc7c4b499914a1524bc8
Closes-Bug: #1686274
2017-05-03 15:14:14 +08:00
Bertrand Lallau
2afc869d0f Configure Kibana default index pattern
When Kibana interface is opened for the first time, it requires creating
a default index pattern. To view, analyse and search logs, at least one
index pattern has to be created.
This patch automate "flog-*" default index pattern creation and set it
has default config.

Partially-implements: blueprint default-kibana-dashboard
Change-Id: Ie36696f9ad38ba7e49e65e0793a3b98d9f03ee8d
2017-05-02 22:30:47 +02:00
Jenkins
b236be7cb1 Merge "Remove all Ubuntu 14.04 related documentation" 2017-05-02 16:50:37 +00:00
Chen
5f6ea7cebc Fix a grammar issue
Change-Id: I466f27c3e789f526c229955a81fc4a25f66c5358
2017-05-02 20:02:41 +09:00
Eduardo Gonzalez
14776719e8 Fix folder creation at quickstart
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
2017-04-25 16:39:35 +02:00
Jenkins
e26f9f876d Merge "Add kolla-ansible to operating-kolla.rst document" 2017-04-24 11:50:22 +00:00
Jenkins
c3e274f21d Merge "Fix swift-ring-builder path for container" 2017-04-24 11:44:53 +00:00
Jenkins
8b58515e5d Merge "Development Environment With Vagrant link not working" 2017-04-24 01:39:09 +00:00
Surya Prakash Singh
8d12087a13 Development Environment With Vagrant link not working
In quick start added the correct link which can be used
to setup the development environment with vagrant

Change-Id: Id3eabe3da05264058fed3136acc4cd270b5134ae
Closes-Bug: #1681978
2017-04-24 01:25:51 +00:00
shaofeng_cheng
ae3310f4d4 Fix swift-ring-builder path for container
Change-Id: Ie080e64a0232ab2a3116003890c7b0550001db72
2017-04-22 17:52:50 +08:00
Jenkins
6340f06bb9 Merge "Remove image_format config section" 2017-04-20 14:13:37 +00:00
shaofeng_cheng
cd31eaa249 Remove image_format config section
If the reference to the external-ceph-guide file configuration,
glance only supports raw image format.
I test can work normally of qcow2 image.
If enable ceph in kolla,the config section is not config.
see:
https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/glance/templates/glance-api.conf.j2

Change-Id: Ie42be099692049b9f07e869e833b62000cff9dcc
2017-04-20 14:28:21 +08:00
Bertrand Lallau
6160f42fac Fix troubleshooting guide debugging section
Kibana index name prefix to create was wrong.
As describe in
'kolla-ansible/ansible/roles/common/templates/conf/output/01-es.conf.j2'
index prefix is "flog".

Change-Id: I6c2a38808258a8968024bcf8992353ff9672e0f9
2017-04-19 16:45:20 +02:00
ShunliZhou
519283d85c Add kolla-ansible to operating-kolla.rst document
Add description of how to use kolla-ansible command.

Change-Id: I74bc7eaea0ce393225473ce2ca608d399a64a584
2017-04-17 09:31:59 +08:00
Chen
e9f23105aa Add info about RabbitMQ requirement on quickstart
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
2017-04-14 17:32:39 +09:00
Eduardo Gonzalez
6dfb430dc3 Add zun startup guide documentation
Zun need some changes in the docker daemon prior
to deploy.
Add some verification steps after deployment.

This change add a global deploy and verification steps.

Change-Id: Id02e5c32bc92c51bff04b2c5bc81f234f25bc5ca
2017-04-13 13:59:24 +01:00
shaofeng_cheng
7a5a8cbe92 Nova_backend_ceph variable mobile location.
Nova_backend_ceph variable move to Enabling External Ceph group in
external-ceph-guide file.

Change-Id: I1cd3deb184a75868070b3e4ab6d91fba12d6ab9b
2017-04-12 14:39:35 +08:00
Bertrand Lallau
0a95528da8 Remove all Ubuntu 14.04 related documentation
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
2017-04-10 16:30:08 +00:00
caoyuan
b9378126e9 Fix the "tox -e docs" failed
doc/running-tests.rst:64: D001 Line too long
doc/bifrost.rst:164: D000 Unknown target name: "edit-inventory".
doc/nova-fake-driver.rst:: WARNING: document isn't included in any
toctree

Change-Id: I83bb44ed10cb464f87e5235a423a475151ace208
2017-04-03 15:53:28 +08:00
Jenkins
b5a0ed3280 Merge "Remove image building related docs from kolla-ansible" 2017-03-30 13:20:45 +00:00
Paul Bourke
ab83caeba0 Remove image building related docs from kolla-ansible
Add links to refer to the main Kolla documentation. Also fix minor
formatting errors that were preventing the docs from building.

Change-Id: I8759b9e995097d221900441bd001a1234ae007fd
Depends-On: Ia7959c71a241b9d7139ec50b34e36b24fbcf76e6
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com>
2017-03-30 13:07:55 +00:00
Cady_Chen
1f3ac2a5c7 Allow nfs, rpcbind and mountd service on server firewall
In order to slove the problem of running `vagrant up` hangs on
NFS mounting, we can allow these services on server firewall.

Change-Id: I70fb072b6103fa662fcfaaafd0f8f57e45193798
Closes-Bug: #1675378
2017-03-30 02:05:01 +00:00
Jenkins
b39a18189b Merge "Improve developer documentation for Bifrost" 2017-03-29 15:02:27 +00:00
Alexandra Settle
f6d93e5ecd [deploy-guide] Moving the quick start to the deploy folder
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
2017-03-28 15:25:16 +00:00
Jenkins
792b253b3a Merge "Fix some blank space issues" 2017-03-28 13:33:05 +00:00
gaozx
3b18fcf9e5 Fix some blank space issues
Change-Id: Id4fb97107c8a01f1b5e95a6fcdee3bed1f385b76
2017-03-28 01:37:20 -04:00
zhouyunfeng
6a10504be9 change log-* to flog-*.
correspondence with 'logstash_prefix flog' in 'kolla-ansible/ansible/
/roles/common/templates/conf/output/01-es.conf.j2'
and 'kolla-ansible/ansible/roles/common/templates/conf/output/
/00-local.conf.j2'.

Change-Id: I90a7b1b6a5267d79f192345e531b503d3a99ca79
2017-03-24 01:27:30 +00:00
Jenkins
78efa2464c Merge "Update the "virt_driver" to "virt_type"" 2017-03-23 16:15:55 +00:00
Jenkins
225bc54f07 Merge "Improved documentation for central logging." 2017-03-23 09:03:26 +00:00
Alicja Kwasniewska
e11c6b0d71 Improved documentation for central logging.
Added a note about Elasticsearch using volume space.
Renamed Kibana guide to central-logging guide.

Change-Id: I0a451b5316a53815a53c62faa2bf993ca34f27e0
Closes-Bug: #1614572
2017-03-22 15:31:22 +00:00
Mark Goddard
ee68bc385f Improve developer documentation for Bifrost
This change fills out the Bifrost developer documentation and makes a
few corrections.

Change-Id: I14a6eca58c440677d5de638cbc677e9ec05738af
Closes-Bug: #1661013
Co-Authored-By: Sayantani Goswami <sayantani.goswami@intel.com>
2017-03-22 09:43:52 +00:00