- Mar 26, 2018
-
-
Jeffrey Zhang authored
Change-Id: I1db585242cc3a5dcb2fe1ac79091d19f624c6f70 Closes-Bug: #1758855
-
- Mar 22, 2018
-
-
Joshua Harlow authored
This is currently using the full path for the destination which doesn't appear to be what is wanted; instead the actual file name should be used. Closes-Bug: 1757532 Change-Id: If85e98097a0d0e0b55d0b2993185c8591e6dd10e
-
Jeffrey Zhang authored
pool application is mandatory since ceph Luminous. Change-Id: I8c124899b46b1388ab3c2957b4ece0f6aab1378b Closes-Bug: #1757957
-
wu.chunyang authored
Change-Id: I109d431eefa8725540b893b4dc61525b46b29c6a Co-Authored-By:
pippo <huang.zhiping@99cloud.net>
-
- Mar 21, 2018
-
-
Joshua Harlow authored
Currently glance has a very simplistic ability to configure notifications which seems different than nova and neutron which both allow for selecting the topics used. In order to make glance work like the others just have glance be configured like the other projects notifications are being configured. Change-Id: Ia12993e1b86d040c2705e72b32f93b874fe4adc6
-
Vladislav Belogrudov authored
Swift configuration needs container and account quotas to pass 'OpenStack Powered' certification test suite Co-Authored-By:
Alexander Reunov <alexander.reunov@oracle.com> Change-Id: I7a31315754cbb46257d3d98379daa39d32205480 Closes-Bug: #1757451
-
- Mar 20, 2018
-
-
Jeffrey Zhang authored
Since pbr 1.4.0, wsgi_scripts entrypoing is supported and it will generated a wsgi compatible binary file. No need to copied it to /var/www/cgi-bin/keystone folder. Change-Id: If85558dcdcdf185be6171de20eed3faa8e101661
-
caoyuan authored
Change-Id: I5f9d3eb6bd42f43073704d1e8c2b8bd03fb9eb9b
-
caoyuan authored
the condition check is duplicated with https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/cinder/tasks/config.yml#L122 Change-Id: I9ca176a7aca9348d7e2e37cfe3b7efa315294d1d Co-Authored-By:
wu.chunyang <wu.chunyang@99cloud.net>
-
Yotaro Konishi authored
This patch updates trove configuration tasks to apply custom_config to trove-taskmanager/conductor.conf. Currently only trove.conf is custom-configurable, and the file is to be loaded by trove-api service only. Therefore, we cannot apply custom_config to trove-taskmanager/conductor services. Change-Id: I0a64c4f0df32eb87cd91ebd8eafb512575061413 Closes-Bug: #1706883
-
- Mar 19, 2018
-
-
caoyuan authored
Change-Id: I29f4d999c711f11f2db4e2d68b3ff194f0ab032b Partially-implements: blueprint better-reconfigure Co-Authored-By:
Mark Goddard <mark@stackhpc.com> Co-Authored-By:
wu.chunyang <wu.chunyang@99cloud.net>
-
- Mar 16, 2018
-
-
Jeffrey Zhang authored
Change-Id: If968e05459e38fe7a8c676e4480af22cc1de0b49 Closes-Bug: #1756221
-
- Mar 15, 2018
-
-
ellen authored
Add the new murano_auth section to the Murano config file so that Murano will deploy application packages. Change-Id: I8ea7264759742e7af038b4cec346fc7ef7f7edcb
-
- Mar 14, 2018
-
-
Jeffrey Zhang authored
Disable ServerSignature and Hide apache related infromation. Change-Id: I9188ddb85988539087c922117bb9f53454b7507c
-
- Mar 13, 2018
-
-
Duong Ha-Quang authored
Add become to only neccesary tasks in roles: - blazar - opendaylight - redis - tempest - vitrage Change-Id: Ib3a48c1c21a19a23e87d2e465fd7012e3eee7565 Partial-Implements: blueprint ansible-specific-task-become
-
- Mar 12, 2018
-
-
Vladislav Belogrudov authored
Missing [murano_auth] with auth_uri ending in '/v3' leads to keystone authentication failures - murano uses old v2 keystone. Change-Id: I41846ac4fa78da90e02d91e8d1cec7405178f7df Closes-Bug: #1753480
-
Duong Ha-Quang authored
Add become to only neccesary tasks in roles: - aodh - barbican - bifrost - ceilometer - ceph - chrony - cinder - cloudkitty - collectd - congress - designate - elasticsearch - etcd - freezer - gnocchi - grafana - influxdb - ironic - iscsi - karbor - kibana - kuryr - magnum - manila - mistral - mongodb - multipathd - murano - octavia - panko - qdrouterd - rally - sahara - searchlight - senlin - skydive - solum - swift - swift - tacker - telegraf - tempest - trove - vmtp - watcher - zun Change-Id: I6e32d94d4172dd96d09d8609e8a5221ab5586a31 Partial-Implements: blueprint ansible-specific-task-become
-
- Mar 09, 2018
-
-
Kevin TIBI authored
Skydive need to use internal endpoint for join keystone like other service. Change-Id: I6fd76a035ab316f21d483a28a25bfb94c9ed6b95 Closes-Bug: #1747401
-
ZhongShengping authored
Remove duplicated [oslo_policy] in magnum.conf. Change-Id: I69c82e31d7041d7e8f9c31ba1bf54f0906f2a6dc Closes-Bug: #1754593
-
ZhongShengping authored
Change-Id: Iad449b35c1e947a0187c5cbf8348d6e9e1b3d597 Closes-bug: #1751976
-
- Mar 08, 2018
-
-
Mark Goddard authored
This ensures that the default value of openstack_release - "auto" - is handled correctly when deploying bifrost. Change-Id: I71e6fc5a6b82dc5d6788bf093cd079c45d890ffd
-
- Mar 07, 2018
-
-
caoyuan authored
Ansible provide script module to run shell script, The local script at path will be transferred to the remote node and then executed, so no need to copy script to remote node and use shell moulde to run it. this patch optimise it. Change-Id: If774502b66652f25593cda137cc8a5baefbd9695
-
- Mar 06, 2018
-
-
Christian Berendt authored
Change-Id: Ice5b058fe17ad7d648f21d1ddacaa339c6f7102f
-
Mark Goddard authored
Bifrost uses the www-data user for nginx on debian/ubuntu, and nginx on other platforms. Kolla-ansible currently uses the nginx user for all platforms when creating a log directory. This change uses the www-data user on debian/ubuntu when setting ownership of the bifrost nginx log directory. Change-Id: I142a158b6f2e8f8a46b684267f6fbb2a6e22a259 Closes-Bug: #1753750
-
Kevin TIBI authored
Kolla add multiple url in one outputs.influxdb. This configuration is when influxdb is in cluster mode. We need to write one conf by influxdb server. Change-Id: I1c788b3c8400e74d50cace5a334311408989c5e1
-
- Mar 05, 2018
-
-
Mark Goddard authored
Bifrost cannot modify /etc/hosts from within a container, so add a host entry during bootstrap. This was previously fixed by Ied378b4dd755788e75ad1814cecb5700732ba83e but the logic in bifrost was changed [1], making it out of sync with kolla-ansible, and triggering a write to /etc/hosts. This change applies the new logic in bifrost to kolla-ansible, ensuring that the file will not need to change in the container. Longer term we should look at ways to make bifrost less eager to modify /etc/hosts, accepting any file that will work for RabbitMQ. [1] https://github.com/openstack/bifrost/commit/60b9a9917e987e321b97b0f611fc2c77813be8b0 Change-Id: I0ee05feae3630435b2ec52cfeddf33647a974ee0 Closes-Bug: #1661009
-
Mark Goddard authored
Bifrost will determine the name of the service for MySQL based on the OS distro if mysql_service_name is not set. Setting it explicitly in extra-vars was causing problems on systems that use mariadb. Change-Id: I892b1c9cf636b9dfc1bacc92e1e2f0d066018260 Closes-Bug: #1753522
-
Jianghua Wang authored
When bootstrap compute hosts for XenAPI, it will generate a facts file for each compute node. It contains some XenAPI specific variables for both the compute host and the XenServer where the compute host run on. This commit is to fetch the facts file into deployment host and put it under a centralized directory - each compute host will have a separate sub-dir which is named with its *inventory_hostname*. In this way, the following tasks can use proper variable from the proper facts file which exactly belongs to the host they running on. Change-Id: I68d1a2d098d38c8e6bf4db76cdaf1f0465831822 blueprint: xenserver-support
-
Kevin TIBI authored
CVE-2018-1000115 Change-Id: I30acb41f1209c0d07eb58f4feec91bc53146dcea Closes-Bug: #1753425
-
- Mar 02, 2018
-
-
xiaoxu780 authored
Change-Id: I31969667ab86f61d38752954cb0e565ad7e41970 Closes-Bug: #1752760
-
- Feb 28, 2018
-
-
Sylvain Baubeau authored
Change-Id: I1f721a3e9ad3d1a937e05f1d0d53c810b9f2ac39
-
- Feb 27, 2018
-
-
zhubingbing authored
Change-Id: I653e16270aab539edcec6d8622f0a1c06d04b492
-
- Feb 26, 2018
-
-
Doug Szumski authored
The original code assumes that ElasticSearch will be deployed on the same node as Kibana. This isn't always the case. When they are not on the same node, Kibana will not be able to connect to ElasticSearch and deployment will fail on the task: 'kibana : Wait for kibana to register in elasticsearch'. A second advantage of making this change is that Kibana won't break if ElasticSearch goes down on the node that it's running on when there are additional ElasticSearch instances on other nodes. A disadvantage of this change is that queries from Kibana to ElasticSearch will no longer be local. Closes-Bug: 1751817 Change-Id: I02ab2e7b1eb963b33e29c8f649cc9db0d63316f7
-
caoyuan authored
use systemd module to reload the docker service, rather than command Change-Id: I2e3b2299365701a08de4025d6ad34cb492b33fda Closes-Bug: #1751690
-
- Feb 25, 2018
-
-
caoyuan authored
when Manila use ceph as backend, Manila will pull keyring from ceph mon node [0], but the site.yml missing it. [0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/manila/tasks/ceph.yml#L18 Change-Id: If8f0b9f186a27d9a86227cd5e5ce2405bf57749e Closes-Bug: #1751534
-
- Feb 24, 2018
-
-
zhubingbing authored
Change-Id: Ifc0f1e356dd6a5c194d00ab20f3122d17c7223cc
-
- Feb 23, 2018
-
-
zhubingbing authored
Change-Id: I1d24d4a90a6ab4abc6a3b24c0334b380d53e896a
-
Jeffrey Zhang authored
keystone-ssh is required by keystone-fernet. So start keystone-ssh container before keystone-fernet. Closes-Bug: #1751224 Change-Id: Ie1c8ae185549acc3dd87a2c5f0356443ea7924a5
-
- Feb 21, 2018
-
-
caoyuan authored
freezer use elasticsearch as database storage, and do not support mariadb for pike release [0][1]. this PS to remove the useless mariadb setting. [0]: https://docs.openstack.org/freezer/pike/install/db-install.html [1]: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/freezer/templates/freezer-api.conf.j2#L34 Change-Id: I85124a556b809b916e760415a9605c3c6724215c Closes-Bug: #1750816
-
- Feb 19, 2018
-
-
Doug Szumski authored
The grafana local admin username can be configured by overriding the admin user field in the grafana.ini file. However, this will fail when kolla-ansible attempts to configure any enabled datasources for grafana because the local admin password is hardcoded to 'admin'. This change allows the grafana local admin password to be configured via group vars so that the correct username is used when configuring datasources. Closes-Bug: #1750408 Change-Id: I0962200894f7a0452da1c249a68f9230b6fab13f
-