- Sep 20, 2016
-
-
Christian Berendt authored
TrivialFix Change-Id: If63053d707e0e6642883745c702d13b63093131a
-
- Sep 10, 2016
-
-
Tin Lam authored
Migrate to full variable syntax with_ loop for cloudkitty. TrivialFix Change-Id: Ibdbc17accfd96fb4ed79d8024ed152bf5696a371
-
Michal (inc0) Jastrzebski authored
Since these services don't use RPC, we don't need to reload them. And these caused problems in gates. Change-Id: I6967bdc7da0d0c3c06873e3d554124ca995f4c13 Closes-Bug: #1622117
-
liyingjun authored
There should be a blank line between 'transport_url' and 'use_neutron = True', otherwise these line will be merge into one line after rendering. TrivialFix Change-Id: I66d14d5bc4b03b450cdcc0f7ac80548ed90bcd2d
-
- Sep 09, 2016
-
-
Michal (inc0) Jastrzebski authored
This patch changes version of ceph from hammer to jewel. Also removed versionlock as it seems we don't use it in ubuntu, and actually might be risky if we miss security patch on ceph. Change-Id: Ib8f88c2f914a4b635e59a509fa0194605eb73165 Implements: blueprint upgrade-ceph-to-jewel
-
- Sep 08, 2016
-
-
Bartłomiej Daca authored
Manila endpoints (internal and external) should be created in haproxy configuration just like other services. Change-Id: I5dbc6ca94a118b9655e1c5a87b0a5163153ab5af Closes-Bug: #1621556
-
Mauricio Lima authored
TrivialFix Change-Id: Id2db05033d5c9c7150117a5e91f5a75a3bce71e2
-
Christian Berendt authored
TrivialFix Change-Id: I0b2dcd83eedb4610ad702e7d10aa2590068e2366
-
- Sep 07, 2016
-
-
Christian Berendt authored
* merge keystone sections in all.yml * move keystone parameters in globals.yml into its own section TrivialFix Change-Id: I72893a44dabd515243175098d5c4da3f8191597b
-
zhubingbing authored
Change-Id: I75b58248bfc4e86cace75faa82526d55a9ebbdbf Partially-Implements: blueprint sahara-role
-
Christian Berendt authored
Co-Authored-By:
zhubingbing <zhubingbing10@gmail.com> Change-Id: Id83c852e32c3dd583e6128e888ac511634e8eabb Partially-Implements: blueprint cloudkitty
-
Takashi Sogabe authored
This patch removes VIPs when 'kolla-ansible destroy' is invoked. Change-Id: I263b9bc852c7bc3448a6a15b3115b1f226071afc Closes-Bug: #1605442
-
zhubingbing authored
Change-Id: I647c38adbfd00c70874cf51c0bfcb68d243e26cc Partially-Implements: blueprint rally-role
-
- Sep 06, 2016
-
-
zhubingbing authored
Partially-Implements: blueprint ansible-gnocchi Change-Id: I8dd0460bd21ac0a233fab0142ec7b6079459bdc2
-
MD NADEEM authored
Change below parameters name right <-- wrong identity_uri <-- auth_url admin_tenant_name <-- project_name admin_user <-- username admin_password <-- passowrd http://docs.openstack.org/developer/murano/install/manual.html Change-Id: I9a687567597c3d9b0c04db98d048bfedff4f9438 Closes-Bug: #1620379
-
MD NADEEM authored
This patch replace rabbitmq deprecated paramters with transport_url. https://github.com/openstack/oslo.messaging/blob/master/oslo_messaging/_drivers/impl_rabbit.py#L112,#L134 https://github.com/openstack/oslo.messaging/blob/master/oslo_messaging/transport.py#L46 https://github.com/openstack/oslo.messaging/blob/master/oslo_messaging/_drivers/impl_rabbit.py#L163,L174 Change-Id: Idbac8aefe9b624d4c386283174fd5fd47a1545b2 Closes-Bug: #1620477
-
- Sep 05, 2016
-
-
Duong Ha-Quang authored
TrivialFix Closes-Bug: #1620213 Change-Id: I2446aebafb37add2172d6858be47a6983d461d46
-
- Sep 02, 2016
-
-
Mathias Ewald authored
Added ansible role for influxdb Introduced host groups for monitoring and influxdb and assign role Monitoring is deployed on a separate node called monitoring01 by default Co-Authored-By:
zhubingbing <zhubingbing10@gmail.com> Change-Id: If2465a14b18c6c3fd657af587a0b85f6b7a0191a Partially-Implements: Blueprint performance-monitoring
-
- Sep 01, 2016
-
-
Jeffrey Zhang authored
TrivialFix Change-Id: Icb092e47713e0b89859747d6ed4c02b3950d7ced Signed-off-by:
Jeffrey Zhang <zhang.lei.fly@gmail.com>
-
liyingjun authored
Currently when set enable_ceilometer: true and enable_mongodb: no, the deploy will fail with ceilometer database creating error. Add a precheck to avoid this situation in both prechecks and bootstrap. Change-Id: I2d46ef9adeb8e028f3c18e6bc2d3752cc39bcb29 Closes-bug: #1605522
-
Narasimha SV authored
Irnoic configurations in nova compute node have been changed with respect to the master code of ironic and nova. admin_url configuration is with v3 version but other details are with respect to v2.0 version of keystone authentication. Updated scheduler_host_manager, compute_driver and admin_url values in the nova.conf template to support ironic master branch code. Change-Id: I78bee3fdf082bcd526507b479be3afaee80ba899 Closes-Bug: #1619211
-
mail2nadeem92 authored
Change-Id: Id04fe7a8f30ed0dae292933662036f4775e394a2 Partially-Implements: blueprint enable-congress-container
-
- Aug 31, 2016
-
-
Sean Mooney authored
- The baremetal_nic variable was used as part of kolla host playbook when generating the /etc/hosts file. Populating the /etc/hosts is done to ensure that rabbitmq can reach the other nodes in the rabbitmq cluster by hostname. - Before this change the baremetal_nic variable was used to determin which interface to read when mapping the hostname to an ip address. - This change removes baremetal_nic and uses api_interface instead as the hostname used by rabbitmq should always map to the api_interface ip. TrivialFix Closes-Bug: #1618381 Change-Id: I65fe3aad58ac34b001a1f4a38641addc9fa5a1d4
-
Sean Mooney authored
- This change extends kolla-ansible with a deploy-server command to enroll and deploy physical servers with bifrost. Change-Id: Iaa9f34b00e676569f6e3df679b7454b1ec0b8e34 Implements: blueprint bifrost-support
-
Sean Mooney authored
- This change extend the genpwd.py command to generate an ssh key pair bifrost. - This change bifrost config and bootstrap task to install the generated keys. - This change updates the bifrost guide to discribe how to provide your own key. Change-Id: I05243f58843d9195cace253dff5628fae89c78e8 Implements: blueprint bifrost-support
-
Sean Mooney authored
- This change addes the ability to deploy and bootstrap bifrost. - This change introduces a deploy-bifrost command to kolla-ansible. Change-Id: I62afcf348661add900c98904e90a15a0eddffd4b Implements: blueprint bifrost-support
-
Sean Mooney authored
- This change indroduces a merge_yaml action_plugin - This change generates bifrost yaml configs. Change-Id: I9814e6a5d55cbd46c4b60c06ed70ed54a575bd2f Implements: blueprint bifrost-support
-
Christian Berendt authored
Change-Id: Idddc6916e41216fe8fd576d9db400a03728e79f8 Closes-bug: #1610968
-
liyingjun authored
New option enable_neutron_agent_ha added to enable/disable dhcp/l3 agent high availability, dhcp_agents_per_network is default to 2 and it's configurable. Implement blueprint: support-network-ha Change-Id: Id4742aa67c80584634b923195545bf2b654172f3
-
Duong Ha-Quang authored
Add note about raw install Add apt-get update before install python TrivialFix Closes-Bug: #1618297 Change-Id: I08372dcfe71dff8c0a50a421788309b642e2a521
-
zhubingbing authored
Partially-Implements: blueprint ansible-aodh Change-Id: I9e20f4bf5e7d8f37f243ae15746e2b7bb49eb20c
-
- Aug 30, 2016
-
-
Sandhya Dasu authored
There will never be a need for these python development packages in the baremental install case, so removing them from main.yml. TrivialFix Change-Id: Iab8edcfd07c818e40328aa5311b84880b656af08
-
Michal (inc0) Jastrzebski authored
With current implementation generation of hostfile is N^2, let's at least limit this to controller nodes. Currently only RabbitMQ requires hostnames, and these lands on control. TrivialFix Change-Id: I15f8d98386ede8bbc89f66923f21547efe20ff37
-
- Aug 29, 2016
-
-
Paul Bourke authored
An unwitting user may apply the KOLLA_CEPH_OSD[_CACHE]_BOOTSTRAP label to a partition assuming it will only use that partition for Ceph, and end up wiping out their disk. This change adds a layer of checking to this scenario to try and help avoid a disaster scenario. Closes-Bug: 1599103 DocImpact Change-Id: Ibb9fb42f87a76bc02165ec0b93b60234bad8747a
-
Jeffrey Zhang authored
Retry once when removing or upgrading nova_libvirt to ensure it is removed Closes-Bug: #1617741 Change-Id: I8b5046a438c0ef3599a4333bbe77333f0af323ff Signed-off-by:
Jeffrey Zhang <zhang.lei.fly@gmail.com>
-
Tin Lam authored
Migrate to full variable syntax in with_ loop for manila and tempest. TrivialFix Partial-Implements: bp ansible2 Change-Id: Ic68fd6123f0cd5bd0035e139e89f7b569574074c
-
Lu lei authored
In links: http://pythonhosted.org/six/, we know 'cStringIO' is a module of python 2.x, but in python3.x module 'io' has the same function as 'cStringIO' in python2.x. So here we use six.stringIO instead. TrivialFix. Change-Id: I8022b92b186e239cd76a36dab7766301bf96d2c4
-
- Aug 26, 2016
-
-
Christine Hicks authored
OpenStack used to used DOMAIN_ID and has switched to DOMAIN_NAME. TrivialFix Change-Id: Ibb0574f9267a3bc276304c8079cb230068a13273
-
Paul Bourke authored
rabbitmq's start task contains a precheck. This should be part of the other prechecks for consistency TrivialFix Change-Id: I7728ec3f5be3248424d74a4387925b72114b8943
-
liyingjun authored
Directory /home/ansible/.ansible and file /var/log/kolla/ansible.log are not created by default in toolbox image, so when ceph enabled, the directory and file will be created with user 'root' instead of user 'ansible' after running bootstrap osds because it using sudo when bootstraping osds, this will cause permission denied issue for other commands not using sudo. Fixes this issue by initializing ansible by running 'ansible localhost --version' using user 'ansible' TrivialFix Change-Id: Ibac3f98b3b72cbe287ee1d3a69ed9cea7ae3cd9e
-