- Jun 08, 2018
-
-
Ha Manh Dong authored
Add become to all tasks that use the module "kolla_docker" Change-Id: I4309c4011687b88ec31d739fd8f834fe2326ff10 Partial-Implements: blueprint ansible-specific-task-become
-
wu.chunyang authored
Provide support fot kolla dev mode in sahara. When 'kolla_dev_mode' or 'sahara_dev_mode' variables are enabled, source code of sahara project will be cloned and mounted automatically Partially implements: blueprint mount-sources Change-Id: I496ea4443ec8ffc4dc9d0f0d3e6a4514d16ed336 Co-Authored-By:
zhulingjie <easyzlj@gmail.com>
-
- Jun 06, 2018
-
-
wu.chunyang authored
the sahara service-type is data-processing,not data_processing if use data_processing,the sahara client will take mistake. refer to [1] [1] https://docs.openstack.org/sahara/latest/install/installation-guide.html#common-installation-steps Co-Authored-By:
zhulingjie <easyzlj@gmail.com> Change-Id: I4c6704a81921bf713073451dc4e93e44234e5a7c
-
chenxing authored
Change-Id: Ia94c10ca8292d803bc20650fb1d496002455338f Closes-Bug: #1771968
-
- Jun 05, 2018
-
-
Wonil Choi authored
task file name for prechecks is precheck.yml so rename prechecks.yml to precheck.yml for ovsdpdk. Closes-Bug: #1774758 Change-Id: I51415ae4dd0f0fcbe45310ba27cad479ba62bac6 Signed-off-by:
Wonil Choi <wonil22.choi@samsung.com>
-
- Jun 04, 2018
-
-
wu.chunyang authored
Allows users to develop on ironic using Kolla. Partially implements: blueprint mount-sources Change-Id: I74540f5bcbf723f097f3dea96dcaf067834c493a
-
- Jun 01, 2018
-
-
MinSun authored
Using rabbitmq service defined in default when boot rabbitmq_bootstrap. Not a bug here, just an enhancement. Change-Id: I79f0f7efe3308ed4eb898b85a6370be1bd637d9a
-
zhulingjie authored
Change-Id: I8dca3e04d12c7da97f23ff9a297b692f86bbc85b
-
Zhangfei Gao authored
Currently osprofiler only choose elasticsearch, which is only supported on x86. On other platform like aarch64 osprofiler can not be used since no elasticsearch package. Enable osprofiler by enable_osprofiler: "yes", which choose elasticsearch by default. Choose redis by enable_redis: "yes" & osprofiler_backend: "redis" On platform without elasticsearch support like aarch64 set enable_elasticsearch: "no" Change-Id: I68fe7a33e11d28684962fc5d0b3d326e90784d78
-
- May 30, 2018
-
-
Kevin Tibi authored
Some options can't be add in the daemon.json The only way to configure daemon is to add option in the service file Change-Id: I88697951ed6518f62bca30bb52288ad0e487ec03
-
zhulingjie authored
freezer-scheduer container will run on freezer-scheduler hosts[0], but it missing in site.yml, when freezer-api and freezer-scheduler run on different hosts, it will failed. [0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/inventory/multinode#L376 Change-Id: I1bd36c7c57345ee63cd153df8bd0603badf0d8a2
-
MinSun authored
Using mariadb service defined in default when boot bootstrap_mariadb Not a bug here, just an enhancement. Change-Id: I1f8b51fb6177a8524483e600701924dbfc3403cb
-
MinSun authored
In common role, when check common container for cron restart, we should use cron_container.changed instead of check_common_containers.changed Change-Id: Ifaaa437f5e205e970371fbb3660b68df352eb440 Closes-Bug: #1773923
-
- May 29, 2018
-
-
Mark Giles authored
cAdvisor (Container Advisor) provides metrics on resource usage and performance characteristics of running containers. This change deploys a cadvisor container and configures prometheus to scrape data from it. Change-Id: I55dd4fee954f9be68efda397746861ddaaa0a565 Partially-Implements: blueprint prometheus
-
zhulingjie authored
1. Now, the aodh use [service_credentials] to get credentials[0], remove the unused [keystone_authtoken] 2. Move memcache stuff into service_credentials section refer to https://review.openstack.org/#/c/570393/ Change-Id: I08cf3ec4e9ca32cc83d74bd4204e7e170b01feb7
-
- May 26, 2018
-
-
ZhijunWei authored
1. when set heat_dev_mode to no, the volume will be empty[0], this ps to avoid creating empty volume. [0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/heat/defaults/main.yml#L13 Change-Id: Id22469442a4713f53646ffec2c5a960722fccb44
-
- May 25, 2018
-
-
Will Szumski authored
When enable_ironic_ipxe is set in /etc/kolla/globals.yml, the following happens: - a new docker container, ironic_ipxe, is created. This contains an apache webserver used to serve up the boot images - ironic is configured to use ipxe Change-Id: I08fca1864a00afb768494406c49e968920c83ae7 Implements: blueprint ironic-ipxe
-
Jorge Niedbalski authored
This patch adds the prometheus_memcached_exporter[0] to the list of available exporters, following the conventions used by the previously integrated exporters. [0] https://github.com/openstack/kolla/tree/master/docker/prometheus-memcached-exporter Change-Id: I103b0ee19ef2fd17ce19a27d60773675ad234c1c Closes-Bug: #1773303 Signed-off-by:
Jorge Niedbalski <jorge.niedbalski@linaro.org>
-
- May 24, 2018
-
-
Nikita Gerasimov authored
Introduce new option "haproxy_defaults_balance" to set balance in defaults section. Change-Id: Iaf12717ffac94ac2308758bd8ec87f088af26b69 Closes-Bug: #1773178
-
- May 23, 2018
-
-
Vladislav Belogrudov authored
Cinder requires access to Nova during Nova assisted backups and snapshots. Both fail without proper Nova authentication section in cinder.conf file. Change-Id: I5d1fc3b466bf2df919e426d2052c1ee31c27030d Closes-Bug: #1772959
-
Jorge Niedbalski authored
The default index isn't created automatically when using ELK > 5.x. This commit adds a new task into the post-deploy taskset to force the creation of the default index. This patch also enforces the kibana config to set index as defaultIndex without the need for the defaultIndex property to already exists , preventing the error exposed on the public bug. Also added a new option named kibana_default_index_options, with a default index.mapper.dynamic set to true, this option can be extended by the operator and they will be applied to the index. Change-Id: Ica63a5fb30947f7ebae6cf8c80500a7dd0907211 Closes-Bug: #1772687 Signed-off-by:
Jorge Niedbalski <jorge.niedbalski@linaro.org>
-
ZhijunWei authored
1. Now, the vitrage use [service_credentials] to get credentials[0], remove the unused [keystone_authtoken] 2. Move memcache stuff into service_credentials section [0]: https://github.com/openstack/vitrage/blob/5c4bd36e8090ecbfca48980bc47c89e4808230b1/vitrage/opts.py#L56 Change-Id: Id22e59ff572a2fef08906bf6cc48578981d2efd6
-
- May 22, 2018
-
-
wu.chunyang authored
when deploy this project,it report an error " blazar_policy_jsons" not found, which result in faild. this ps to fix it Change-Id: Ifa4c0f33642e355be8849f2298d4a73c5e6c602c
-
- May 21, 2018
-
-
Jorge Niedbalski authored
After enabling the elasticsearch debian/ubuntu images the container doesn't starts with ELK 5.4.1 as ES_HEAP_SIZE has been deprecated. We should use ES_JAVA_OPTS with the -Xms/Xmx options instead. Closes-Bug: #1772482 Change-Id: I9b368468d41421d679a9c4ad6fdf595863de7a1a Signed-off-by:
Jorge Niedbalski <jorge.niedbalski@linaro.org>
-
Doug Szumski authored
Deploys the Monasca Log API with mod_wsgi + Apache. Change-Id: I28f0aa31c59b0b6917be2b125b5f8a0d7a7035af Partially-Implements: blueprint monasca-roles
-
Doug Szumski authored
Deploys the Monasca API with mod_wsgi + Apache. Co-Authored-By:
Mark Goddard <mark@stackhpc.com> Partially-Implements: blueprint monasca-roles Change-Id: I3e03762217fbef1fb0cbff6239abb109cbec226b
-
Zhangfei Gao authored
By now, ironic-dnsmasq has default bootfile pxelinux.0, which is correct only for x86. Adding ironic_dnsmasq_boot_file parameter to globals.yml to make it configuable. For example: /etc/kolla/globals.yml ironic_dnsmasq_boot_file: "debian-installer/arm64/bootnetaa64.efi" Change-Id: I6eb57702d4dad549ef8c999c1c82e577f316d8d6
-
- May 18, 2018
-
-
Jorge Niedbalski authored
kolla-ansible should provide a mechanism to allow operators to overwrite the default (or not exposed through configuration) options for the local_settings. local_settings.j2 may be good place to configure horizon but requires operator to sync it every release. custom_local_settings.j2 can be used to overwrite things from local_settings.j2 without a need of syncing it first. This patch also adds a release note and a documentation section under the advanced configuration page. Partial-Bug: #1769970 Depends-On: https://review.openstack.org/#/c/567006/ Change-Id: I84b54ba737276114e512d4577ac4b9010682bb98
-
ZhijunWei authored
When execute upgrade action, no need to create endpoint and project again. This PS to remove register.yml from upgrade.yml Change-Id: I0c453aa7214752fd6782521c64d462153396b05a
-
ZhijunWei authored
Change-Id: I47b329bb3e16aa33a5e0a156aca515a666cd98e4
-
Christian Berendt authored
There is already a multipathd hostgroup in the inventory. This hostgroup should be used in this role. Change-Id: If0cc0f8e4b81f71c40357bdba66bc2c62d72dfd8
-
Christian Berendt authored
Change-Id: I7dbb5a33ef78dc4ecd338ffbd59a29c0fe3be9c5
-
- May 17, 2018
-
-
caoyuan authored
Provide support fot kolla dev mode in barbican. When 'kolla_dev_mode' or 'barbican_dev_mode' variables are enabled, source code of barbican project is cloned and bindmounted. Partially implements: blueprint mount-sources Change-Id: I8d48c43cf599548b4536285759ed0078f359538e
-
ZhijunWei authored
it missing from I357dffdfcb2b405e280a962d366ee65eebf0a8d1 Change-Id: Ifc981f6bcead0b37340a04e284355f6474bd7900
-
- May 16, 2018
-
-
Kevin Tibi authored
Previous change[1] of config for grafana introduced new bugs. [1]https://review.openstack.org/#/c/548291/ Change-Id: Ib62f0670003612073ff08f702febe81c753b72e5
-
Mark Goddard authored
In change I78cb60168aaa40bb6439198283546b7faf33917c, action was changed to kolla_action, and serial to kolla_serial, to avoid Ansible warnings due to use of reserved keywords. In that change, some keywords were missed, and some changes that were merged since then have not switched to the new variables. This change fixes all current instances of those issues. Change-Id: I357dffdfcb2b405e280a962d366ee65eebf0a8d1 Implements: blueprint migrate-to-ansible-2-2-0
-
wu.chunyang authored
Change-Id: Ib5116e76a9a5c97571282225b8eaf480f120f9b1 Partially-implements: blueprint better-reconfigure Co-Authored-By:
ZhijunWei <wzj334965317@outlook.com>
-
Jeffrey Zhang authored
Depends-On: https://review.openstack.org/568529 Change-Id: I8084e4c8406c818589ca984afe5b5364c00b08ca
-
chenxing authored
- Option "vncserver_listen" from group "vnc" is deprecated. Use option "server_listen" from group "vnc". - Option "vncserver_proxyclient_address" from group "vnc" is deprecated. Use option "server_proxyclient_address" from group "vnc". Change-Id: If4be4e787b7e899bd0d265cf22f3df3dd3f18f43
-
- May 15, 2018
-
-
caoyuan authored
the action has updated to kolla_aciton[0], but the freezer-scheduler missing, this ps to add. [0]: https://review.openstack.org/#/c/537742/ Change-Id: Ic7add6116af8cf9fa6147285ecc8d44352824dd2
-