- 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
-
Jenkins authored
-
Jenkins authored
-
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 11, 2017
-
-
Jenkins authored
-
- Jun 10, 2017
-
-
Jenkins authored
-
- Jun 09, 2017
-
-
Paul Bourke authored
This reverts commit d366dd7e as it breaks deploying with --tags Change-Id: If0d510698d432b536617fcb10b775a1519c6dd8a
-
Jenkins authored
-
zhubingbing authored
We use auth_uri contain auth_protocol and auth_port Closes-Bug: #1696947 Change-Id: Id9b984d8822508e4ae972f513b36374abe2ebdff
-
Jenkins authored
-
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>
-
- Jun 07, 2017
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Surya Prakash Singh authored
Updated the package with correct one and got the command working for ubuntu 16.04 Closes-Bug: #1696044 Change-Id: I643d36459ed563965fe95e57a47117be926a8d49
-
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
-
-
Jenkins authored
-
Jenkins authored
-
Chandan Kumar authored
* Removed Fedora 22 instructions, it is not used too much. * Fixed tox -e docs issues Change-Id: I8d30ae962180bf71eec10c4ab69f8479905ee21c
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
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
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
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
-
Jenkins authored
-
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
-
OpenStack Proposal Bot authored
Change-Id: Ife8a3f6acee02c4af965a044cba2074f36223cc3
-
Jenkins authored
-
- 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
-
Bertrand Lallau authored
Actually Openstack services configuration can be overriden using many files: - /etc/kolla/config/<< service name >>/<< config file >> - /etc/kolla/config/<< service name >>/<<host>>/<< config file >> - /etc/kolla/config/global.conf - /etc/kolla/config/database.conf - /etc/kolla/config/messaging.conf Only per-service configuration is actually documented here: https://github.com/openstack/kolla-ansible/blob/master/doc/advanced-configuration.rst#L164 Allowing to globally modify service configuration can be perform too, but it can be done in 3 different manners: - /etc/kolla/config/global.conf - /etc/kolla/config/database.conf - /etc/kolla/config/messaging.conf database.conf and messaging.conf seems redundant with global.conf. In order to simplify codebase it seems logical to deprecate them. Change-Id: Ia632c207e4b0237ea813fcf53b44504b97a204e7
-
Jenkins authored
-