- Jun 19, 2017
-
-
Michal (inc0) Jastrzebski authored
First non-trivial scenario we'll be testing in gates will be cinder + ceph. This patchset is supposed to create framework to easily add new testing scenarios. Change-Id: I6790eaf5cf3297af04a64e4169a39b6e2cd1890f
-
Vladislav Belogrudov authored
Change-Id: I7b542cacb9f21dd84a7e3864c7cd95565dbbf8fb Implements: blueprint kolla-merge-passwords
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
- Jun 17, 2017
-
-
Jenkins authored
-
- Jun 16, 2017
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Eduardo Gonzalez authored
Haproxy fails to deploy if outward group is not in inventory. This change adds an optional outward setting for haproxy Change-Id: I351578582b1057bb48ac69859583a5db13f0bfb8
-
Jenkins authored
-
Jenkins authored
-
- Jun 15, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: I18803a33abeb65b4725691e2e025fe65506ab98c
-
Bertrand Lallau authored
Facts are retrieved a second time if skydive is enabled. This patch fix it. Change-Id: I4fc15daf59b093e4b29ff9f1fc703c8b2a65b238
-
Bertrand Lallau authored
Condition check are already performed here: https://github.com/openstack/kolla-ansible/blob/master/ansible/site.yml In order to simplify codebase, these checks can be removed for standalone services. Change-Id: Ib9842cd5363a1c7e56234a5e91dc264f89e2838f
-
Paul Bourke authored
Change-Id: I09654f29b59e0327ee1a7961e0990e4c6927e8fc Closes-Bug: #1620374
-
Dan Ardelean authored
Implement an ansible role that adds Hyper-V as a compute node for OpenStack using Kolla. This will install and configure the Nova Compute service, the Hyper-V Neutron agent and FreeRDP-WebConnect. https://docs.openstack.org/ocata/config-reference/compute/hypervisor-hyper-v.html Change-Id: I601835b0769c5ff173a980a05a752391ae8cc82f Implements: blueprint hyperv-ansible-role Co-Authored-By:
Alessandro Pilotti <apilotti@cloudbasesolutions.com>
-
Paul Bourke authored
Certain services such as Murano and trove require access to a rabbitmq instance from tenant networks. [0] Exposing the internal rabbitmq to end users is a security hole, hence there are two options, 1) use vhosts in the existing rabbitmq, or two a separate rabbitmq instances. Given the importance of rabbitmq to the OpenStack deployment, we have decided to go with a separate instance. Refer to [1] for more detail on the various options. This change makes the rabbitmq role generic so that it can be reused, in this case to start 'outward_rabbitmq'. It needs to be exposed via haproxy both for network isolation and also because this is what Murano configuration requires. Follow on patches will be added to add a vhost in this outward instance for Murano and other services which require access. Based on the original work by bdaca[2] [0] http://murano.readthedocs.io/en/stable-liberty/intro/architecture.html [1] http://lists.openstack.org/pipermail/openstack-dev/2016-December/109091.html [2] https://review.openstack.org/#/c/374525 Change-Id: Ib2bcc7ed4bf4f883a7cd1dfad3db89201e3cfd8d Partial-Bug: #1620374 Depends-On: I020eb6219f89a310451becde41f6f1c7f54baadd Co-Authored-By:
Bartłomiej Daca <bartek.daca@gmail.com>
-
Duong Ha-Quang authored
always_run is deprecated and removed in Ansible 2.4 check_mode is introduced in Ansible 2.2 and Kolla-ansible bump Ansible to 2.2.0 so it's safe to replace always_run by check_mode now. Change-Id: Id1028d38b7bde30a6afe17b319dcdc77907914ab Closes-Bug: #1643633 Implements: blueprint migrate-to-ansible-2-2-0
-
Jeffrey Zhang authored
This reverts commit 94a882ba. Upstream has fix this issue by Ice89ad9dd486ad5fcac534ef5f7d8aae3b6b0f97 Change-Id: Ib17f93e4030c6f7da4e32ee84fcc5f7139e57895 Closes-Bug: #1694420
-
- Jun 14, 2017
-
-
Jenkins authored
-
Jenkins authored
-
Bertrand Lallau authored
Just a simple startup guide for Skydive Change-Id: I79c175c592fba9d078cee9b1b948597ec60bc68c
-
Jenkins authored
-
Jenkins authored
-
Paul Bourke authored
losetup/fallocate are better and match what we have for Swift. Change-Id: I1147374017e4f1cb3f3e970e048ba565388cd86f
-
Vladislav Belogrudov authored
On many systems IPv6 related modules are not loaded by default. Usually when one runs ip6tables-* commands required modules are probed. In neutron_openvswitch_agent container /lib/modules does not exist. The commands fail to process ip6 firewall rules as consequence. Change-Id: Ic4e72eb4f5304f013b7a09ddd31794cfafa67e0b Closes-Bug: #1615715
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
- Jun 13, 2017
-
-
Jeffrey Zhang authored
Different Y stream version in Ansible is not compatible. Since ansible 2.2.0 is released for a while. It is time for kolla-ansible to bump the min Ansible version. Then we can remove the annoying WARNING message in deploying logs and use the new features. Change-Id: I99f3c5678f6d2d1f93d61c660fbd166184ff6422
-
Jenkins authored
-
Eduardo Gonzalez authored
Cron is always restarting due dummy environment variable is None. This change adds a useless env value. Change-Id: Iad435bb0671a25bc12c6a6d0d988d555faba76c3 Closes-Bug: #1697706
-
Jeffrey Zhang authored
keystone-paste.ini file is introduced by I3a3ca2e74c0ae341105d3481f97956c6da473046 for a security risk of admin_token_auth middleware. Now this middleware is removed by I57586ccfa0ad1309cc806d95377dc1ecad015914. So it is safe to use upstream keystone-paste.ini file. This patch also keep custom paste file feature. Just put the file to /etc/kolla/config/keystone/keyston-paste.ini path. Closes-Bug: #1695023 Partially-Implements: blueprint custom-paste Change-Id: Ieb983b6a9edb6a156928f6b56a4bd2dbed4281e2
-
- Jun 12, 2017
-
-
Michal (inc0) Jastrzebski authored
Since whole issue was related to check whether user wants to wipe device, loopbacks can be opt out from this warnings Change-Id: Idd823b282e3055457ed041a98c848deb8509cc30 Closes-Bug: #1667074
-