- Jun 12, 2017
-
-
Eduardo Gonzalez authored
Zun rule number causes conflict with rule 24, it should be updated to the next free number. Change-Id: Idbe346bda4ca5dc50f6b5e63818b12af33d532a3
-
Yotaro Konishi authored
Currently service_type value of Octavia is 'application-catalog', which is obviously wrong. It must be 'load-balancer'. See https://developer.openstack.org/api-ref/load-balancer/v2/index.html Change-Id: Ic457e6d06adb9541273dd3bf191d60cb4421e1c9 Closes-Bug: #1697337
-
- Jun 09, 2017
-
-
zhubingbing authored
We use auth_uri contain auth_protocol and auth_port Closes-Bug: #1696947 Change-Id: Id9b984d8822508e4ae972f513b36374abe2ebdff
-
zhubingbing authored
Change-Id: I929587720c622833764c61543cac7675360ccdcb
-
- Jun 08, 2017
-
-
Bertrand Lallau authored
With the following configuration in globals.yml: enable_ceilometer="no" enable_designate="no" enable_searchlight="yes" neutron.conf is generated like following: [oslo_messaging_notifications] driver = messagingv2 topics = => topics value is missing. This patch fix it. Closes-Bug: #1671940 Change-Id: I28ab60c61882caaba823bab84f30f77e270f29b4
-
Bertrand Lallau authored
With the following configuration in globals.yml enable_ceilometer="no" enable_designate="no" enable_searchlight="yes" nova.conf is generated like following: [oslo_messaging_notifications] driver = messagingv2 topics = topics value is missing. Change-Id: I27145c0da8b864b2614091933c33d83bdec8b9be Closes-Bug: #1671935 Co-Authored-By:
Jeffrey Zhang <jeffrey.zhang@99cloud.net>
-
shaofeng_cheng authored
The default value of default_boot_option configuration will change eventually from "netboot" to "local". It is recommended to set an explicit value for it during the transition period Change-Id: Ic42b84e82d4ad27e371536ad9915b5a32118012d Closes-Bug: #1696636
-
- Jun 07, 2017
-
-
zhubingbing authored
If we don't use cirros image, ``image_ssh_user = cirros`` is wrong, so we should make it be variable. Change-Id: I0a1d6999d1dbc8ce319f4bd504455dfd1fb5fceb Closes-Bug: #1696088
-
- Jun 06, 2017
-
-
zhubingbing authored
Normally chronyd will cause the system to gradually correct any time offset, by slowing down or speeding up the clock as required. In certain situations, the system clock might be so far adrift that this slewing process would take a very long time to correct the system clock Change-Id: I939b6aae1dbeb133203085ec68bdb9f7936ee9ef Closes-Bug: #1696056
-
Mathieu Rohon authored
This patch introduces the ansible materials to deploy the skydive service, that can be used to monitor and troubleshoot networking in an openstack deployment. Implements: blueprint skydive-service Co-Authored-By:
Nicolas Bouron <nicolas.bouron@gmail.com> Signed-off-by:
Mathieu Rohon <mathieu.rohon@gmail.com> Change-Id: I53051a1b0c85380416288e17040a398b6efb62c0
-
Jeffrey Zhang authored
gnocchi have archive policy rule feature, which can control metric's archive_policy. gnocchi also have a default archive policy rule which is using low archive policy. On the other hand, archive_policy is marked as deprecated and will be removed in the feature in ceilometer[0]. So should better remove archive_policy ceilometer.conf. [0] https://review.openstack.org/#/c/448586/ Change-Id: I0aa726f6420d628bda3fb4c4eba86b55fe1e2699 Closes-Bug: #1696038
-
- 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 04, 2017
-
-
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 Neutron, Nova, Octavia project and Openvswitch as well. Change-Id: I04d3a17231b607795bbddb85cd940fa725ff7a61 Implements: blueprint mixing-binary-and-source-image
-
- Jun 03, 2017
-
-
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 Trove, Watcher, Zun projects. Change-Id: I3fbf1e13064616a72cae195653f1c5fe4ea1d1b7 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 Sahara, Searchlight, Senlin, Solum and Swift projects. Change-Id: I964796b2f9e3eae69d7eccf68e9428ce9390010c 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 Magnum, Manila, Mistral and Murano projects. Change-Id: I6aaeb74f791c79229430a52b066327de7219a9b1 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 Ironic, Kabor, Keystone project and iscsi as well. Change-Id: I134d840b1c0e24171a32dec0c7daa6dc2e9ecd87 Implements: blueprint mixing-binary-and-source-image
-
- 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
-
Bertrand Lallau authored
Recently added post_config for Grafana does some uri queries, these can be problematic if run across every node. Change-Id: I580212474879da18780fc5f66a21952a9e6f8daa
-
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
-
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. Change-Id: I07af4fe56e00b7d0bbf1d5216b0a508806f04d7d 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 29, 2017
-
-
Eduardo Gonzalez authored
Cleanup designate deprecated options. Add note for cleanup rabbitmq options when a bug is fixed in designate. Update docs to use designate v2 commands (openstack client) Designate v1 is deprecated: - https://docs.openstack.org/releasenotes/designate/unreleased.html#critical-issues Change-Id: Ie12af2f515a35289b357fd7894a5acc2e4d253c5
-
- 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
-