- Apr 08, 2019
-
-
Doug Szumski authored
The recent addition of this flag make the configuration of stand-alone Monasca slightly simpler. Change-Id: Ib4c03926daa3f0f3de0fa4412cd785d87ed5500c
-
- Mar 14, 2019
-
-
Scott Solkhon authored
Adds support to seperate Swift access and replication traffic from other storage traffic. In a deployment where both Ceph and Swift have been deployed, this changes adds functionalality to support optional seperation of storage network traffic. This adds two new network interfaces 'swift_storage_interface' and 'swift_replication_interface' which maintain backwards compatibility. The Swift access network interface is configured via 'swift_storage_interface', which defaults to 'storage_interface'. The Swift replication network interface is configured via 'swift_replication_interface', which defaults to 'swift_storage_interface'. If a separate replication network is used, Kolla Ansible now deploys separate replication servers for the accounts, containers and objects, that listen on this network. In this case, these services handle only replication traffic, and the original account-, container- and object- servers only handle storage user requests. Change-Id: Ib39e081574e030126f2d08f51de89641ddb0d42e
-
- Mar 08, 2019
-
-
Doug Szumski authored
In some scenarios it may be useful to perform custom formatting of logs before forwarding them. For example, the JSON formatter plugin can be used to convert an event to JSON. Change-Id: I3dd9240c5910a9477456283b392edc9566882dcd
-
- Mar 07, 2019
-
-
Arkadiy Shinkarev authored
When using custom storage backends with cinder.conf overrides file, precheck stage in kolla-ansible is fail. This commit adds option 'skip_cinder_backend_check' (default: False) to cinder role. Change-Id: Ifee138ad8b281903ea2365441aada044c80c46f0
-
- Feb 28, 2019
-
-
Mark Goddard authored
To avoid links to OpenStack docs getting out of date in our docs, use the latest version. Ideally after cutting each stable branch we should change these links to use the current release. Co-Authored-By: Isaiah Inuwa Change-Id: Ia1e3c720f4e688861b8f76874a3943b0f4e50b17
-
- Feb 25, 2019
-
-
Christian Berendt authored
Change-Id: Id8276448c6e779b2b4a0aafee45d953c4f009fc1
-
- Feb 14, 2019
-
-
Doug Szumski authored
Until the Monasca Kafka client fork is removed it is currently required to run Kafka in compatibility mode. It is also necessary to disable an optimisation in the Kafka brokers to clean up idle connections. This is because the optimisation was added after the Monasca Kafka client was forked, and the client hasn't been updated since. These settings are now applied automatically when Monasca is enabled. Change-Id: I6935f1fb29f4f731cf3c9a70a0adf4d5812ca55e
-
Pedro Alvarez authored
Change-Id: I3defe0c38f41d7335e1cbafb75523c3cd44323ee
-
- Feb 07, 2019
-
-
caowei authored
Use option "enabled_filters" from group "filter_scheduler". Change-Id: I042f0b011c060f9dbc645dbdbb60068cb41c0cc8
-
- Feb 01, 2019
-
-
Scott Solkhon authored
Change-Id: I12af64725c0beec2ece0367c3773230c57908254
-
- Jan 24, 2019
-
-
binhong.hua authored
By default, docker containers inherit ulimit from limits of docker deamon. On CentOS 7, docker daemon default NOFILE is 1048576. It can found in /usr/lib/systemd/system/docker.service. The big limit will cause many problem. we should control it in production environment. Change-Id: Iab962446a94ef092977728259d9818b86cfa7f68
-
- Jan 13, 2019
-
-
zhangshj authored
Change-Id: I89d9f7a90d72e6c5df7dde078ed7407eedd6f92f
-
- Jan 10, 2019
-
-
Michal Nasiadka authored
Change-Id: If87cdb132875c4e2c5dff2cc427e00f7a95927de
-
- Jan 08, 2019
-
-
tone.zhang authored
Since Rocky release Kolla Ceph supports both bluestore and filestore Ceph OSD. In multinode mode, users can overwrite “ceph_osd_store_type” in the inventory file and deploy the mixed Ceph OSD. Change-Id: I4582861c81fdea5fb67114cf3ac1e48f7812f0d7 Signed-off-by:
tone.zhang <tone.zhang@arm.com>
-
- Jan 03, 2019
-
-
Mark Goddard authored
Change-Id: I3bd50cb1e7db85acbf8ab20fc7bdd945b5232aaa
-
- Dec 17, 2018
-
-
Patrick O'Neill authored
Add an enable_cinder_backend_quobyte option to etc/kolla/globals.yml to enable use the Quobyte Cinder backend. Change the bind mounts for /var/lib/nova/mnt to include the shared propogation if Quobyte is enabled. Update the documentation to include a section on configuring the Cinder. Implements: blueprint cinder-quobyte-backend Change-Id: I364939407ad244fe81cea40f880effdbcaa8a20d
-
- Nov 30, 2018
-
-
João Feteira authored
Added the missing option neutron_plugin_agent: "opendaylight" added to the opendaylight documentation page. Without it the deployment would not use the neutron_plugin_agent but the default one: openvswitch . Change-Id: I56a377e1faab9a50f36383ea59b45bf5a9155bcf
-
Paul Bourke authored
When using external Ceph the operator must create pools for each service and configure keyrings with appropriate permissions. The official Ceph docs describe this in detail so let operators know this. Change-Id: Ic3e52e1fbbf09ec09ac21b5b3067092b195812f1
-
- Nov 28, 2018
-
-
Asharam Meena authored
Closes-Bug: #1804850 Change-Id: Icb7edbac5df316af68972cafa448a261c26747b0
-
- Nov 27, 2018
-
-
ya.wang authored
Specifying a nic for dnsmasq when using ironic inspector, by default is network_interface Change-Id: I579c667c40b14030f340c1f3d7f57fe37613ee1a
-
- Nov 23, 2018
-
-
Eduardo Gonzalez authored
Change index to ease identify what service want to look. Split docs into more specific folder such as networking and storage. Change-Id: Ic7ac12b3dd555fa5c018eeb897ccd4a5a2dfe8f3
-
- Nov 21, 2018
-
-
Eduardo Gonzalez authored
Add documentation about glance backends, upgrades and futher configuration. Change-Id: Ibb15804fa3f38abab855084dd7d7b83fd4a54b8f
-
- Nov 15, 2018
-
-
zhouxinyong authored
Change-Id: Ib0ef21f23a8b54d43278454bbd6ed6bde419c5f0
-
- Nov 08, 2018
-
-
letrangg authored
This comment is to remind those who use Kolla to deploy Cinder of bug #1631072 (https://bugs.launchpad.net/kolla/+bug/1631072), in which the folder /sys/kernel/config is either empty or not created in several operating systems. Related-Bug: #1631072 Change-Id: Ieef9a8292dbac32e8c11aa2916fce3a133732160
-
- Nov 07, 2018
-
-
Doug Szumski authored
Since the monasca-grafana image was added, it is no longer necessary to build the grafana image. The monasca-grafana images will be built with the other monasca images. Change-Id: I0f6bdb58e6d0abadf59155f01c9340110e9be9ce
-
Doug Szumski authored
Add a quickstart guide to get users going with Monasca and fix a couple of nits in the documentation. Partially-Implements: blueprint monasca-roles Change-Id: Ic4f95f04ce966fc38ecccfba59439b73ef22bcda
-
- Nov 02, 2018
-
-
Doug Szumski authored
The Monasca Grafana fork allows users to log into Grafana with their OpenStack user credentials and see metrics associated with their OpenStack project. The long term goal is to enable Keystone support in upstream Grafana, but this work seems to have stalled. Partially-Implements: blueprint monasca-grafana Change-Id: Icc04613b2571c094ae23b66d0bcc38b58c0ee4e1
-
Doug Szumski authored
Change-Id: I309be8e4fecb8f2f89264d84ae4a2e302f996988 Partially-Implements: blueprint monasca-roles
-
Doug Szumski authored
Partially-Implements: blueprint monasca-roles Change-Id: I19db9396bb53b6db77cf97d7969ca24a55d8db0e
-
- Sep 28, 2018
-
-
chenxing authored
Following by https://review.openstack.org/#/c/605097/ These were used by now-dead tooling. We can remove them. Change-Id: I0953751044f038a3fdd1acd49b3d2b053ac4bec8
-
- Sep 17, 2018
-
-
Michal Nasiadka authored
Create bluestore/filestore subsections in ceph-guide and add note about using bluestore by default - for better readability. Change-Id: Ib51706838ecf35ac274053b916b3a17f0de90758
-
- Sep 11, 2018
-
-
Christian Berendt authored
Co-authored-by:
Mark Goddard <mark@stackhpc.com> Change-Id: I2e5ecf5b01cc842ec480fc4d883a7d2283fc1c31
-
- Aug 31, 2018
-
-
wangwei authored
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
-
- Aug 03, 2018
-
-
Will Szumski authored
This allows you to append additional kernel parameters to the kernel used for inspection. Change-Id: Ibc851145a3ffdaaad526ef999c8f024bd222dd5b
-
- Aug 01, 2018
-
-
Eduardo Gonzalez authored
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
-
- Jul 26, 2018
-
-
Mohammed Salih Puthenpurayil authored
Some trivial corrections to the cinder-guide documentation. TrivialFix Change-Id: Ia8da35005f70d68366f2cb37297a278f4b0f93a4
-
- Jul 25, 2018
-
-
Mark Goddard authored
This is configured via the ironic_dnsmasq_default_gateway variable, and is not set by default. Change-Id: I4deea65876d0852ba2b48a8cf9bad94f4df2a18d
-
Lakshmi Prasanna Goutham Pratapa authored
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
-
tone.zhang authored
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>
-
- Jul 24, 2018
-
-
Nguyen Hai authored
- 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
-