- Jan 01, 2019
-
-
tone.zhang authored
Since Rocky bluestore is the default store type used by Kolla Ceph. Filestore is still used by the customers. The patch allows deploy both Ceph bluestore OSD and Ceph filestore OSD in Kolla-ansible CI jobs. Change-Id: Iaa7c1b2ff35eb649c3a6d9f7266463d8961cdc9e Signed-off-by:
tone.zhang <tone.zhang@arm.com>
-
- Nov 22, 2018
-
-
Nick Jones authored
blueprint database-backup-recovery Introduce a new option, mariadb_backup, which takes a backup of all databases hosted in MariaDB. Backups are performed using XtraBackup, the output of which is saved to a dedicated Docker volume on the target host (which defaults to the first node in the MariaDB cluster). It supports either full (the default) or incremental backups. Change-Id: Ied224c0d19b8734aa72092aaddd530155999dbc3
-
- Nov 21, 2018
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
jacky06 authored
kolla-ansible support yaml format for policy file[1] too, but the docs missing it, this ps to add it. [1]: https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L393 Closes-Bug: #1804455 Change-Id: I44eb1d64f9299ccaf99972c8b5354683a3501f6b
-
Eduardo Gonzalez authored
Add documentation about glance backends, upgrades and futher configuration. Change-Id: Ibb15804fa3f38abab855084dd7d7b83fd4a54b8f
-
Eduardo Gonzalez authored
Glance cache is used to keep a locally cache image in the glance_api service. Is an usefull service when an image is commonly used to speed times between pulling from storage backend and send to nova. Change-Id: I8e684cc10e4fee1cb52c17a126e3b11f69576cf6
-
- Nov 20, 2018
-
-
Zuul authored
-
Mark Goddard authored
The configfs kernel module is not mounted by default in Ubuntu 16.04, leading to the iscsid container failing to start because it bind mounts /sys/kernel/config. The issue does not apply to Ubuntu 18.04, or other distros (AFAIK), which load configfs by default. This change loads the configfs module when the iscsid container is in use. Change-Id: I5b521ddca24b919658d2664ede2d878507d6d106 Closes-Bug: #1631072
-
Mark Goddard authored
The dnsmasq PXE filter [1] provides far better scalability than the iptables filter typically used. Inspector manages files in a dhcp-hostsdir directory that is watched by dnsmasq via inotify. Dnsmasq then either whitelists or blacklists MAC addresses based on the contents of these files. This change adds a new variable, ironic_inspector_pxe_filter, that can be used to configure the PXE filter for ironic inspector. Currently supported values are 'iptables' and 'dnsmasq', with 'iptables' being the default for backwards compatibility. [1] https://docs.openstack.org/ironic-inspector/latest/admin/dnsmasq-pxe-filter.html Implements: blueprint ironic-inspector-dnsmasq-pxe-filter Change-Id: I73cae9c33b49972342cf1984372a5c784df5cbc2
-
Eduardo Gonzalez authored
Change-Id: I01e58d3548d6adc4a2d6f1088773df7941da3865
-
Zuul authored
Merge "Fix "Error: Connection activation failed: Failed to find a compatible device for this connection""
-
Zuul authored
-
Dat Le authored
Change-Id: I7887ff3317f9eac068fee117b493db10b0e97862
-
- Nov 19, 2018
-
-
Zuul authored
-
Zuul authored
-
Christian Berendt authored
At the moment the "databases user and setting permissions" task for designate and nova leaks the database_password because of the use of with_items: ---snip--- TASK [nova : Creating Nova databases user and setting permissions] ********************************************************* ok: [x -> y] => (item={u'database_password': u'password', u'database_name': u'nova', u'database_username': u'nova'}) ok: [x -> y] => (item={u'database_password': u'password', u'database_name': u'nova_cell0', u'database_username': u'nova'}) ok: [x -> y] => (item={u'database_password': u'password', u'database_name': u'nova_api', u'database_username': u'nova_api'}) ---snap--- Change-Id: I141e4153223c8772c82a31d81e58057ce266c0b9 Co-authored-by:
Bernd Müller <mueller@b1-systems.de>
-
Zuul authored
-
- Nov 18, 2018
-
-
jacky06 authored
Change-Id: Ia1b29ca85e8ddb4d9bc740888d92bb2378a44fbf Closes-Bug: #1803874
-
- Nov 16, 2018
-
-
Zuul authored
-
- Nov 15, 2018
-
-
zhouxinyong authored
Change-Id: Ib0ef21f23a8b54d43278454bbd6ed6bde419c5f0
-
- Nov 14, 2018
-
-
Zuul authored
-
- Nov 13, 2018
- Nov 12, 2018
- Nov 09, 2018
-
-
Pierre Blanc authored
By default the driver used is elasticsearch in version 2 This change updates the driver with the good one. It also updates backend with name used in the documentation. Change-Id: I80f3020cb42903ae48ef65f52f67aae977c5a56b
-
- Nov 08, 2018
-
-
Zuul authored
-
Zuul authored
-
Eduardo Gonzalez authored
Improve where openstack services are deployed to a variable, so we will avoid many conditions when more CI jobs are added with different configs. Heat is enabled by default in globals.yml, lets deploy it at least. Change-Id: If0f009cf434c3ed5874b3171d8c75911ef8e4be1
-
Zuul authored
-