- Jun 05, 2017
-
-
Michal (inc0) Jastrzebski authored
This patches changes deploy_gate quite a bit so in reality all deployments will now assume multinode (even if it's single node). After that we will refactor it even further to enable easy addition of new scenerios. Change-Id: I1faada46e6a7aa026128b2f01d77eabb04759439
-
- Jun 02, 2017
-
-
Bertrand Lallau authored
Cloudkitty doesn't use notification, cause there is no references to notification system in Cloudkitty code base. Change-Id: I17d276452d3861360feb6030f8622542cc455128
-
Eduardo Gonzalez authored
OSprofile allows user/devs trace OpenStack requests. Implements: blueprint enable-osprofiler Co-Authored-By:
Bertrand Lallau <bertrand.lallau@gmail.com> Change-Id: I82ea85d726011ef6cbf99380f395452d6d7f8053
-
Dai Dang Van authored
In case Kolla's users want to deploy with both of binary and source image, we should have a variable install type that define install type for each project. We also add specific image tag for each Openstack project. This commit is implemented for Designate, Gnocchi and Heat projects. Change-Id: I07451750e70e0e6305dca451422e33cd31ce8a4c Implements: blueprint mixing-binary-and-source-image
-
Dai Dang Van authored
In case Kolla's users want to deploy with both of binary and source image, we should have a variable install type that define install type for each project. We also add specific image tag for each Openstack project. This commit is implemented for Ceilometer, Ceph Cinder, Cloudkitty and Congress projects. Change-Id: I560ab84545db2e034abe03613c4e7cb407e64ab2 Implements: blueprint mixing-binary-and-source-image
-
Dai Dang Van authored
In case Kolla's users want to deploy with both of binary and source image, we should have a variable install type that define install type for each project. We also add specific image tag for each Openstack project. This commit is implemented for Aodh, Barbican and Bifrost projects. Change-Id: I926c9631c860b527941c40addc68896dd27bd1cc Implements: blueprint mixing-binary-and-source-image
-
Duong Ha-Quang authored
In Ansible 2.3.0 when statements should not include jinja2 templating delimiters such as {{ }} or {% %} This patchset fixes all condition in precheck task of haproxy. Change-Id: I5ad234cf24133efe342956c1b7ab1b947f96b20f Partial-Bug: #1695142
-
shaofeng_cheng authored
Remove option vnc_enabled from group default. Add option enabled in group vnc. Change-Id: Ia48b335fd9d160b53bc2ec98b7e3bc5b89b9c553 Closes-Bug: #1695181
-
msimonin authored
Recent code updates[1][2] broke the support for nova fake drivers. in [1], nova_services dict is introduce but the change is not refected in nova.conf.j2[3] when dealing with its elements. in [2], two typos make neutron handlers to fail. [1]: https://review.openstack.org/#/c/407416/ [2]: https://review.openstack.org/#/c/424504/ [3]: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/nova/templates/nova.conf.j2#L35 Change-Id: Ie32c76c4c902f1d95a1b4c97f8cbdb7ab101e48b Closes-bug: #1695218
-
Duong Ha-Quang authored
In Ansible 2.3.0 when statements should not include jinja2 templating delimiters such as {{ }} or {% %}, and gate is broken with Ansible 2.3.1. This patchset rewrite when statement in rabbitmq precheck task to not use string interpolation. Change-Id: Ie2f1666cc8ced7cf20ceba40c7c7aaec750778f9 Closes-Bug: #1695111
-
- Jun 01, 2017
-
-
Eduardo Gonzalez authored
Configure zun-api to use apache. Fix zun endpoint (tenant_id) causes a 404 error. Fix zun.conf options Change zun port, correct port is 9517 Zun compute need privileged and mount docker lib volume Change-Id: Id9455e7dde62e1994a3f6ae8f30d378e5cda4262 Closes-Bug: #1682165
-
- May 30, 2017
-
-
Eduardo Gonzalez authored
This reverts commit 64999de5. Change-Id: I7d706708d476101bf9cfb43cc4cde9e41e716986
-
- May 27, 2017
-
-
shaofeng_cheng authored
XenServer drivers can be used to deploy hosts with Ironic by using XenServer VMs to simulate bare metal nodes. Ironic provides support via the pxe_ssh and agent_ssh drivers for using a XenServer VM as a bare metal target and do provisioning on it. Change-Id: Icd39f9f4573cf7c8c654591256f0228ef21d6117
-
- May 26, 2017
-
-
James McCarthy authored
Many of the templates use 600, remove unnecessary permission on these templates to bring them in line with the others. Change-Id: I30fe1b3822b9c7bb6ab98729fc519dc1d603db27
-
- May 25, 2017
-
-
shaofeng_cheng authored
While is not an issue, just an style format, etc/hosts generated by baremetal role have some tabs where it shouldn't. Change-Id: I90d82ea78b3dac7e8ec3f8cc546b67cc61c41536 Closes-Bug: #1692913
-
- May 23, 2017
-
-
Bertrand Lallau authored
Useful api_interface_address variable has been define here: https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L57 In order to simplify codebase we must use it as much as possible. Change-Id: I18fec19bf69e05a22a4142a9cd1165eccd022455
-
- May 22, 2017
-
-
Jeffrey Zhang authored
cinder-volume will convert the disk locally when boot image from volume with create new volume. whereas the container only have 10G space in default, cinder-volume will complain that no space if image is large. This patch mount cinder volume for cinder-volume and cinder-backup all the time. Change-Id: I8c68ea49374dc67839699b81e345cfc390a01fe3 Close-Bug: #1692485
-
shaofeng_cheng authored
Add configure the VMware Storage Backend in glance-api. Because of the following document was not updated: https://docs.openstack.org/developer/glance/configuring.html#configuring-the-vmware-storage-backend So,see code: https://github.com/openstack/glance_store/blob/master/glance_store/_drivers/vmware_datastore.py https://github.com/openstack/glance_store/blob/master/glance_store/backend.py Partially-implements: blueprint kolla-ansible-support-vsphere Change-Id: Icb73ec501aabd938eb23257518ce0650a329bef3
-
- May 19, 2017
-
-
Paul Bourke authored
Recently added post_config for Kibana does some uri queries, these can be problematic if run across every node. Change-Id: I71d2611ae034ff2a85babb8d01419729f406a136
-
- May 18, 2017
-
-
shaofeng_cheng authored
If enable swift and ceilometer. Swift_proxy_server container start error ValueError: invalid literal for int() with base 10: '5672driver = messagingv2' Change-Id: Iff9135bfeece158de1c7159a51286cfe4da25ac4 Closes-Bug: #1691633
-
- May 17, 2017
-
-
shaofeng_cheng authored
Fix the following error: openstack_swift_auth is undefined unsupported parameter for module: project unsupported parameter for module: role Change-Id: Id60e3f06e90e708d9054b905bbfd28ff5450fa49 Closes-Bug: #1691388
-
shaofeng_cheng authored
The Orchestration service automatically assigns the heat_stack_user role to users that it creates during stack deployment. To avoid conflicts, do not add this role to users with the heat_stack_owner role. Closes-Bug: #1690975 Change-Id: I7a4cb7f4a13de7be4fc9ce9c24057ece6a0ced5c
-
caoyuan authored
Change-Id: I57e3b310c65aabeea9f298db78762e9d535e8703 Partially-implements: blueprint better-reconfigure
-
- May 16, 2017
-
-
Eduardo Gonzalez authored
At this moment prechecks pass even external_vip_interface is not present or active. This change adds such precheck into haproxy role. Change-Id: I7a5ac4aca7002ff8376710ab536b975c88edebc6 Closes-Bug: #1668489
-
Eduardo Gonzalez authored
In someplace in the code admin user, project and domain name are hardcoded. This change use the correct variable defined at: https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L278 Change-Id: I3a4c78d81733bf7a2f3c67d259ec5c5f5bb38d3f
-
Chen authored
When deploying with argument --limit, both first and second plays in site.yml will be processed, causing host facts gathered twice, which is unnecessary. Thus a condition is added to the first play to avoid such redundancy. Change-Id: I20b84c59bf73aaeca929fc56465ff2cf1cf52b8e Closes-Bug: #1691033
-
shaofeng_cheng authored
If enable vpnaas,service_plugins value is 'neutron_vpnaas.services .vpn.plugin.VPNDriverPlugin'. It throw warning for 'stevedore.named [-]Could not load neutron_vpnaas.services.vpn.plugin.VPNDriverPlugin' Closes-Bug: #1690693 Change-Id: Ia00f733da2dcbdd50e3d62dfe98c8f44cc4a1d26
-
- May 15, 2017
-
-
shaofeng_cheng authored
If enable lbaas,service_plugins value is 'neutron_lbaas.services .loadbalancer.plugin:LoadBalancerPluginv2'. It throw warning for 'stevedore.named [-]Could not load neutron_lbaas .services.loadbalancer.plugin.LoadBalancerPluginv2' Closes-Bug: #1690694 Change-Id: I38d61405710ca88fbdb3cfd72a534986cf933195
-
- May 13, 2017
-
-
caoyuan authored
Option "notify_on_state_change" from group "DEFAULT" is deprecated. Use option "notify_on_state_change" from group “notifications". refer to https://docs.openstack.org/ocata/config-reference/compute/config-options.html Change-Id: I18e80ccd5981b81bfd597b94717ed77b13c05222 Closes-Bug: #1690494
-
- May 12, 2017
-
-
Pavel Glushchak authored
On RedHat libvirt is just a metapackage and it does nothing with libvirt daemon itself if we remove it. On Ubuntu the correct package name with libvirt daemon is libvirt-bin. Closes-Bug: #1690356 Change-Id: Ief8dfd8c038b10878621aefcc8f559aa20dc498b Signed-off-by:
Pavel Glushchak <pglushchak@virtuozzo.com>
-
Eduardo Gonzalez authored
This changes moves cinder-api to make use of apache to launch its processes. Ubuntu binary removed support in Ocata for cinder-api system services [1]. At this moment cinder in Ocata branch is not working at all due this issue. This changes aims to fix cinder in master only for ubuntu binary with the purpose of make a clean backport to stable/ocata without do any other change on the backport process. A follow up change will migrate other OS/install_type to make use of Apache but only changing master branch. [1] http://lists.openstack.org/pipermail/openstack-dev/2017-January/111069.html Change-Id: I9885d6acadbac1da46844f583e7cd37785505ae0 Closes-Bug: #1676751
-
Jeffrey Zhang authored
Closes-Bug: #1690302 Change-Id: Ice9e6ece862c4102883c6a5f3bbfe2d291077c8d
-
- May 09, 2017
-
-
caoyuan authored
when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ ceph_enable_cache | bool }} Closes-Bug: #1689550 Change-Id: I2ca039b80260cd753026f8fb077c7d25e46c8b13
-
- May 08, 2017
-
-
jeckxie authored
During cleanup-host, we need remove swift references from fstab. Change-Id: I18e9a84b0664eb834cf397bcf6d2406abcab47a7 Closes-Bug: #1689285
-
jimmygc authored
There is no swift_api_port. swift_proxy_server_port should be the correct one. Closes-Bug: #1689260 Change-Id: I63e0edb76603374b479eabf0199c4024ad3e2dbd
-
- May 06, 2017
-
-
Jeffrey Zhang authored
The local keyword is used to allow chronyd to appear synchronised to real time (from the viewpoint of clients polling it), even if it has no current synchronisation source. Change-Id: I27d945abb87a37d2fdf972a58c51e2f0994e3de8 Closes-Bug: #1688682
-
Jeffrey Zhang authored
* Use absolute path for panko.conf.j2 * Fix the destination path. Change-Id: I3abc0bf000be8af3a0cde1f43901245e027bb469 Closes-Bug: #1688681
-
- May 05, 2017
-
-
Bertrand Lallau authored
This patch fix log rotation issue on the following services/program: - ceph - chrony - collectd - congress - etcd - influxdb - ironic - kibana - kuryr - mongodb - rally - tempest - trove Change-Id: I1246c071b7340b3267226cefb64a04da1cce9f26 Closes-Bug: #1688649
-
Eduardo Gonzalez authored
At this moment haproxy config.yml notifies handlers that are not skipped when running genconfig Change-Id: I2eab18e3ba709075f21f8dce323fcb2acef43de5 Closes-Bug: #1664674
-
Eduardo Gonzalez authored
neutron-openvswitch-agent enter in restarting status in multinode deployments because br-ex is no longer created on compute nodes unless DVR is enabled. This change add a conditional to only add bridge_mappings when the node is in network or in compute when dvr is enabled. Change-Id: I9d49158127af7fd78ecbc3d64a7509d1e4ae5672 Closes-Bug: #1688571
-