773 Commits

Author SHA1 Message Date
chenxing
eaa9815ad2 Remove '.. end' comments
Following by https://review.openstack.org/#/c/605097/
These were used by now-dead tooling. We can remove them.

Change-Id: I0953751044f038a3fdd1acd49b3d2b053ac4bec8
2018-09-28 10:15:37 +08:00
Zuul
cbfcded0a7 Merge "Allow custom fluentd input configurations" 2018-09-21 17:29:02 +00:00
Michal Nasiadka
55455cdde2 Rework ceph-guide bluestore/filestore sections
Create bluestore/filestore subsections in ceph-guide and add note
about using bluestore by default - for better readability.

Change-Id: Ib51706838ecf35ac274053b916b3a17f0de90758
2018-09-17 10:35:47 +02:00
Christian Berendt
1b4430314c Allow custom fluentd input configurations
Co-authored-by: Mark Goddard <mark@stackhpc.com>
Change-Id: I2e5ecf5b01cc842ec480fc4d883a7d2283fc1c31
2018-09-11 13:55:15 +01:00
Zuul
6fca49ab51 Merge "Fix bluestore disk naming format in kolla-ansible" 2018-09-03 06:00:30 +00:00
wangwei
4e5e28fff5 Fix bluestore disk naming format in kolla-ansible
The current bluestore disk label naming is inconsistent with the
filestore. The filestore naming format is that the disk prefixes
belonging to the same osd are the same and the suffixes are
different.

This patch keeps the bluestore's disk naming as well.

Change-Id: I71dda29fc4a6765300ce7bb173d2c448c24f6eca
2018-08-31 09:55:09 +09:00
Zuul
f16a467758 Merge "Improve ODL configuration" 2018-08-30 09:44:37 +00:00
Zuul
3c08f229a1 Merge "Added kolla_inspector_extra_kernel_options" 2018-08-04 10:40:29 +00:00
Zuul
d368cc2de8 Merge "Remove the outdated note information" 2018-08-03 10:46:59 +00:00
Will Szumski
4297cc34e2 Added kolla_inspector_extra_kernel_options
This allows you to append additional kernel parameters
to the kernel used for inspection.

Change-Id: Ibc851145a3ffdaaad526ef999c8f024bd222dd5b
2018-08-03 10:14:09 +01:00
caoyuan
0e66e81225 Remove the outdated note information
Now, kolla-ansible support non-root to deploy[0], the note is
outdated and inaccuracy, remove it is necessary

[0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L18

Change-Id: I4fc005949afd64389bc2be68161426c6a2590ca4
2018-08-03 11:10:26 +08:00
Eduardo Gonzalez
6e17f942b5 Improve ODL configuration
Configure automatically ODL version based on the package version
rather than maintain a hardcoded version.

This has caused many issue while package version differs with the variable
set.

Closes-Bug: 1784784
Change-Id: I15da5d2583b5727942d598d183cc481f0e33d0e6
2018-08-01 16:07:31 +00:00
jacky06
96d2c8becf Bump ansible_version_min to 2.4
Change-Id: I6875cde5c3cc7775c39011816c513e73df3396db
2018-08-01 10:51:13 -04:00
Zuul
94d04c6a68 Merge "Allow configuring a gateway for the inspection network" 2018-08-01 13:53:29 +00:00
Zuul
3a3418129e Merge "Update Ubuntu dependencies of VagrantUp in docs" 2018-08-01 13:41:49 +00:00
Zuul
bb1ddd4b2c Merge "Minor corrections in cinder-guide documentation." 2018-07-27 07:01:13 +00:00
Trinh Nguyen
ce2a50843d Update Ubuntu dependencies of VagrantUp in docs
In Ubuntu 16.04, Vagrant up process requires qemu-utils and qemu-kvm

Change-Id: Idb89f3ace6ada1df2db32579b3f1da289547efa8
2018-07-26 23:27:20 +09:00
Zuul
d1e427b7c1 Merge "Apply Resource Constraints to Openstack Services" 2018-07-26 14:18:34 +00:00
Mohammed Salih Puthenpurayil
de94eff534 Minor corrections in cinder-guide documentation.
Some trivial corrections to the cinder-guide documentation.

TrivialFix

Change-Id: Ia8da35005f70d68366f2cb37297a278f4b0f93a4
2018-07-26 14:55:31 +02:00
Mark Goddard
69c1bf2d82 Allow configuring a gateway for the inspection network
This is configured via the ironic_dnsmasq_default_gateway variable, and
is not set by default.

Change-Id: I4deea65876d0852ba2b48a8cf9bad94f4df2a18d
2018-07-25 18:15:08 +00:00
Lakshmi Prasanna Goutham Pratapa
76210a2d85 Apply Resource Constraints to Openstack Services
This commit is to apply resource-constraints only to few OpenStack services.
Commit to apply constraints to other services will be made in coming commits.

Partially-Implements: blueprint resource-constraints

Change-Id: Icafa54baca24d2de64238222a5677b9d8b90e2aa
2018-07-25 17:05:04 +01:00
tone.zhang
2ce46e4767 Improve ceph-rgw compatibility with Swift API in Kolla-ansible
By default ceph-rgw is not completely comaptible with Swift API,
because of the restriction for Swift INFO API.[0]

The patch improve ceph-rgw compatibility with Swift API. It is
controlled by the option "ceph_rgw_compatibility" in
ansible/group_vars/all.yml.

After changing the option, run the "reconfigure" command to enable.

Closes-Bug: #1783456

[0] https://github.com/ceph/ceph/pull/17967

Change-Id: Ibf3eb52280e197965caef08a44ae226c4f884cb5
Signed-off-by: tone.zhang <tone.zhang@arm.com>
2018-07-25 18:09:23 +08:00
Nguyen Hai
c752d66a1c Update tacker CLI to openstack CLI in tacker demo
- Change to openstack CLI
- Change the way to run demo from "sh" to "./" for
matching with README.rst in tacker demo folder.

Change-Id: I17b755cd8d52f594785ef13634bfa233e63841a7
2018-07-24 07:02:48 +00:00
Lakshmi Prasanna Goutham Pratapa
297eb5e88f Add resource Constraints to Nova containers.
This commit will constrain the dimensions of service `Nova`
and sub-containers deployed along with it.

A user can give the dimension values in `/etc/kolla/globals.yml`
the data-types just like stated in this commit.

Reference-Docs:
https://docs.docker.com/config/containers/resource_constraints/

Added Test-cases for the same.

Partially-Implements: blueprint resource-constraints
Change-Id: I6458d8fb7b26a6e7c3a9fd0d674d9cf129b0bf5d
2018-07-12 23:24:05 +05:30
Zuul
60af6b6501 Merge "Update the min version for ansible" 2018-07-10 07:52:43 +00:00
wu.chunyang
6dd45f62b0 update ansible command usage at user document
ansible command need assign hosts to run.

Change-Id: Ifadc48ba06ef1726aa73b21ff37366360cfffbbe
2018-07-08 04:28:19 +00:00
jacky06
e01f511b08 Update the min version for ansible
Change-Id: Ib9b9440ce56ab2632d2a17c04be7c786b0b3688f
2018-07-05 09:50:03 -04:00
Zuul
b44bade5f3 Merge "Update using openstack section of quickstart" 2018-07-05 02:59:58 +00:00
Christian Zunker
8233bc7a84 Update docker config docs for insecure registry
Change-Id: I751c3901b831aaed03b88d36184cd9cc5df1789b
Closes-Bug: #1779110
2018-07-03 13:26:10 +02:00
chenxing
47e2b6221b Update using openstack section of quickstart
Change-Id: I0e3c098db9d1f0a8fda383910c05ed5efc929994
2018-06-27 07:24:43 -04:00
Zuul
12d8ba0523 Merge "Stop enabling the ironic's pxe_ipmitool driver" 2018-06-27 10:52:54 +00:00
Zuul
2a8de86873 Merge "Doc: update ceph-guide in kolla-ansible" 2018-06-26 13:25:24 +00:00
Dmitry Tantsur
b698435c45 Stop enabling the ironic's pxe_ipmitool driver
Both the driver and the enabled_drivers options are being removed
this week. Stop setting them to avoid breakages.

Change-Id: I0e0bf851424b8f5839b159ef83f1cc65c30e2fb3
2018-06-26 15:20:43 +02:00
Zuul
4229da7012 Merge "Use full path for globals.yml" 2018-06-26 05:17:48 +00:00
Zuul
2dd69e9140 Merge "Correct path to use for development" 2018-06-26 04:57:32 +00:00
ZhijunWei
2363a8d297 Use full path for globals.yml
1. the default backend better use file, rather than File
2. use full path for globals.yml

Change-Id: Ife9b3a3d9cf602ab524fffc8cb52d4ba2224b906
2018-06-23 00:50:09 -04:00
Tone Zhang
0c5452174e Doc: update ceph-guide in kolla-ansible
Update ceph-guide document for Ceph bluestore OSD deployment.

Partially-Implements: blueprint kolla-ceph-bluestore

Change-Id: Idb94b6dd4795b4a196914c82299f787c81799d15
Signed-off-by: Tone Zhang <tone.zhang@arm.com>
2018-06-22 08:33:18 +08:00
Zuul
4d24264ca8 Merge "Added dependency package for kolla-ansible deploy" 2018-06-20 07:06:26 +00:00
fan_guiju
dd11db0bde Added dependency package for kolla-ansible deploy
setuptools should be used as a base dependency package that deployment kolla-ansible.

Change-Id: I4737fcd157342b37a8304cadfb20e24fe585a8b4
Closes-Bug: #1776426
2018-06-12 08:59:15 +00:00
confi-surya
f832efa588 Correct path to use for development
Currently, to run kolla-ansible inventory files, wrong
path was followed. So this patch correct use of invetory file path.

Change-Id: Id1526c3d9df54e7f456f5af1089a393f296d3be9
2018-06-11 16:57:38 +09:00
zhulingjie
e7c104e660 Fix the /etc/kolla copy path
the path of globals.yml should be `/etc/kolla/globals`, not be
`/etc/kolla/kolla/globals`

Change-Id: I49d91c4dab13b197402844ac74f87b5dd2adbfca
2018-06-11 03:37:04 -04:00
David Rabel
c08ee0046e Fix typo in docs
Fix typo in doc/source/reference/swift-guide.rst

Change-Id: I9e355a5e8ec6c106c15f8480c7322cf6b33a7d4d
2018-06-10 23:34:04 +02:00
Zuul
cfbf907a35 Merge "Remove unnecessary period for operating-kolla.rst" 2018-06-13 09:48:41 +00:00
Eduardo Gonzalez
28c8e29d2d Document kolla-ansible stop command
Stop command is not documented in operating-kolla.rst

Change-Id: I0f657c05c0752dcb2e6373f56af3a797967db037
2018-06-13 08:41:30 +02:00
zhulingjie
c4b9e60ec6 Remove unnecessary period for operating-kolla.rst
Change-Id: I86b41a3bc5d989b161b5e104aadd27fca3db45a7
2018-06-09 01:38:09 -04:00
Zuul
25dfc8895f Merge "Document the China registry mirror" 2018-06-06 14:13:34 +00:00
chenxing
6017d11e48 Document the China registry mirror
Kolla always fails to pull kolla images. This patch is to document
how to use the China registry mirror to avoid the failure of pulling
kolla images.

Change-Id: Ib31b3ee6183c12467df4f28f8dff438ed6e9d41c
2018-06-06 16:17:18 +08:00
Zuul
353e20b926 Merge "Following the new PTI for document build" 2018-06-04 11:17:49 +00:00
Zuul
ffa5e57f20 Merge "Add support for enabling ipxe boot with ironic" 2018-05-31 11:37:52 +00:00
Zuul
9fcdefb834 Merge "fix a typo" 2018-05-29 09:52:30 +00:00