- Jul 25, 2018
-
-
Jeffrey Zhang authored
include is marked as deprecated since ansible 2.4[0] [0] https://docs.ansible.com/ansible/2.4/include_module.html#deprecated Co-Authored-By:
confi-surya <singh.surya64mnnit@gmail.com> Change-Id: Ic9d71e1865d1c728890625aeddf424a5734c0a8a
-
- Jun 08, 2018
-
-
Ha Manh Dong authored
Add become to all tasks that use the module "kolla_docker" Change-Id: I4309c4011687b88ec31d739fd8f834fe2326ff10 Partial-Implements: blueprint ansible-specific-task-become
-
- May 11, 2018
-
-
Jeffrey Zhang authored
- rename action and serial to kolla_ansible and kolla_serial - use become instead of "sudo <command>" in shell - Remove quota for failed_when and changed_when in rabbitmq tasks Change-Id: I78cb60168aaa40bb6439198283546b7faf33917c Implements: blueprint migrate-to-ansible-2-2-0
-
- Mar 26, 2018
-
-
Eduardo Gonzalez authored
This patchset implements yamllint test to all *.yml files. Also fixes syntax errors to make jobs to pass. Change-Id: I3186adf9835b4d0cada272d156b17d1bc9c2b799
-
- Mar 24, 2018
-
-
Jeffrey Zhang authored
The default max memory is 64MB, which is too small for production environment. Change-Id: I72d87cd29762fe49ae4f711f092df655cea954a9 Closes-Bug: #1758286
-
- Mar 05, 2018
-
-
Kevin TIBI authored
CVE-2018-1000115 Change-Id: I30acb41f1209c0d07eb58f4feec91bc53146dcea Closes-Bug: #1753425
-
- Sep 25, 2017
-
-
Duong Ha-Quang authored
Add config_owner_user and config_owner_group to group_vars/all, which is user and group of Kolla configuration files in /etc/kolla. Add become to post-deploy playbook. Add become to only neccesary tasks in roles: - certificate - common - destroy - haproxy - mariadb - memcached - rabbitmq Change-Id: I2aba745a6e3928c52642f64551470fd08cbfd058 Partial-Implements: blueprint ansible-specific-task-become
-
- Jul 03, 2017
-
-
Eduardo Gonzalez authored
Some roles have a symlink to deploy.yml file for reconfigure. This is causing some issues. "included task files must contain a list of tasks" Change-Id: Ie7ade52900a61bc1c5b867fa7a8f75fc541a6426 Closes-Bug: #1694251
-
- 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 12, 2017
-
-
Jeffrey Zhang authored
Closes-Bug: #1690302 Change-Id: Ice9e6ece862c4102883c6a5f3bbfe2d291077c8d
-
- May 04, 2017
-
-
Jeffrey Zhang authored
wait_for module waits 300 seconds for the port started or stopped. This is meaningless and useless in precheck. This patch change timeout to 1 seconds. Change-Id: I9b251ec4ba17ce446655917e8ef5e152ef947298 Closes-Bug: #1688152
-
- Apr 25, 2017
-
-
Bertrand Lallau authored
YAML files are supposed to start with three dashes to indicate the beginning of the document. Nota: Ansible won’t complain if they are missing. Change-Id: I5cd417971f7af2977e7527b7b454a999718cfcda
-
- Mar 09, 2017
-
-
Paul Bourke authored
Add a new subcommand 'check' to kolla-ansible, used to run the smoke/sanity checks. Add stub files to all services that don't currently have checks. Change-Id: I9f661c5fc51fd5b9b266f23f6c524884613dee48 Partially-implements: blueprint sanity-check-container
-
- Jan 24, 2017
-
-
Borne Mace authored
A config generation check was added to a few services but the action name checked was "genconfig" where the kolla-ansible genconfig command actually uses the action name "config". Stop run the handlers when action is "config". Co-Authored-By:
Jeffrey Zhang <jeffrey.zhang@99cloud.net> Partially-implements: blueprint better-reconfigure Change-Id: I9d3be2f674087f340108b176c8e8e2209ffa8806
-
- Jan 05, 2017
-
-
Michal (inc0) Jastrzebski authored
Genconfig doesn't require running containers or even docker installed. This caused issues in kolla-k8s gates. Let's limit this task to reconfigure. Change-Id: I41265ea8d255aca59d73c1582486ed1e7885a829
-
- Jan 02, 2017
-
-
caoyuan authored
Change-Id: Ib14471c9cdbd3dee000594d3ca87a6c0b487ad3e Partially-implements: blueprint condition-pre-check
-
Jeffrey Zhang authored
Change-Id: Ia127e29fd07bf01eb817e3d319d56f17854b09c9 Partically-implements: blueprint better-reconfigure
-
- Nov 03, 2016
-
-
Jeffrey Zhang authored
* Merge prechecks.yml and site.yml playbook * Create empty precheck.yml into all roles. Change-Id: I8a138558a26c0a2a66c5fd48ed37be657c99c1dd Implements: blueprint condition-pre-check
-
- Oct 24, 2016
-
-
Mathias Ewald authored
Change-Id: I5599389f26a8ce54bbd0dfc480879d62c7a5ad1d Closes-Bug: #1633169
-
- Oct 19, 2016
-
-
zhubingbing authored
TrivialFix Change-Id: Ic624cf7cadee217b3b219c512ee0a3bbb3c3184d
-
- Sep 27, 2016
-
-
Jeffrey Zhang authored
do_reconfigure.yml is introduced to use serial directive. But we use it in wrong. Now serial has moved to playbook file. So it is time to remove the do_reconfigure.yml file Closes-Bug: #1628152 Change-Id: I8d42d27e6bc302a0e575b0353956eaef9b2ca9fd
-
- Sep 13, 2016
-
-
Mick Thompson authored
Useful for upgrade etc., which is preferablly done serially. Example usage: tools/kolla-ansible deploy OR tools/kolla-ansible upgrade Closes-Bug: #1576708 DocImpact Change-Id: I34b2e16f8ce53e472a4682a4738c4ac0f5abf00c
-
- Aug 09, 2016
-
-
Duong Ha-Quang authored
Migrate to full variable syntax in with_ loop instead of bare variables for: - ceph - ceilometer - glance - heat - horizon - keystone - mariadb - memcached - neutron - nova - rabbitmq Change-Id: Ib925b4ecea47ac758a77739c9c7e140f06933b08 Partial-Implements: blueprint ansible2
-
- Aug 02, 2016
-
-
Ken Wronkiewicz authored
Change-Id: I0fdbef7c5a2bfc13e01c26d8107c7ad03881b520 Partially-implements: blueprint api-interface-bind-address-override Depends-On: Ia0e4951c327be01b717aebb86ef4c3a4e7ed170e
-
- May 03, 2016
-
-
Jeffrey Zhang authored
Closes-Bug: #1577148 Change-Id: I636cefc63cf532434a41af3898b63dffa711e280
-
- Mar 06, 2016
-
-
Steven Dake authored
The playbooks crash during reconfigure of memcached. Change-Id: I737a71598a6a9747999cfcfbe78c70dbb6fdc608 Closes-Bug: #1553631
-
- Mar 04, 2016
-
-
Nikolai Korablin authored
Add reconfiguration for memcached untested Change-Id: I5fb534729c238e277435848c2f7ce76a50bd5d6d
-
- Feb 25, 2016
-
-
Jeffrey Zhang authored
DocImpact Partially-implements: bp kolla-reconfig Change-Id: I9738e80960bcfbef18d1ef1b7942f81c45684e85
-
- Feb 02, 2016
-
-
Allen Gao authored
Change-Id: I98616610a2d665ba20085d3550975ea8093653fc Partially-Implements: blueprint upgrade-kolla Implements: blueprint upgrade-memcached
-
- Jan 26, 2016
-
-
Michal Jastrzebski authored
After introduction of pull action and turing every main.yml into {{action}}.yml we lost ability to perform upgrade Change-Id: Ie9fa2cd083b061033abc733fba53d54f9c55e393 Fixes-Bug: #1538210
-
- Jan 06, 2016
-
-
SamYaple authored
Change-Id: I860af348b126979fa756f89c6fac769c750be85a Partially-Implements: blueprint pre-pull-images
-
- Dec 31, 2015
-
-
SamYaple authored
Change-Id: Id5935d4d47999f05aa13b6284f11ae78564b60cc Partially-Implements: blueprint kolla-docker-module
-
- Dec 22, 2015
-
-
SamYaple authored
Convert config creation from a playbook to an action_plugin. This reduces the complexity and confusion while retaining the same augment structure and flexibility. This allows us to remove the 0-byte files as requirements. They will still be used if they are present (this means we require additional documentation around them). DocImpact Closes-Bug: #1528430 Change-Id: I2c789f6be9f195c7771ca093a6d59499564b4740
-
- Nov 14, 2015
-
-
Britt Houser authored
This patch add the USER directive to the memcached container. It also removes the -u from the command line to launch memcached, since it will already be run as that use. Change-Id: I87d782a424df99fe1b5694debafa3c0c4a9aba27 Partially-Implements: blueprint drop-root
-
- Oct 14, 2015
-
-
Sam Yaple authored
sudo requires a tty to function by default on centos. Instead of tweaking the sudo conf we can just add a tty. This has the added advantage of making the containers more friendly if you have to `docker exec -i <container> bash` into them. Change-Id: If97a02ca1d37c243a787d98ade54bde8d641aecd backport: liberty Partially-Implements: blueprint functional-testing-gate
-
- Oct 13, 2015
-
-
Sam Yaple authored
Ansible 1.9.2 contains the fix needed for docker-py >1.2.0 This is needed for some gate reasons, but it is also a good version bump because it fixes a few issues with delegate_to. Change-Id: Iafbabb3b0232620849d0548c5cd9d8d316c2b0f3 backport: liberty Partially-Implements: blueprint functional-testing-gate
-
- Oct 06, 2015
-
-
Sam Yaple authored
This brings Kolla images inline with FHS and should make finding locations of things more consistent and reliable with the linux world at large. Change-Id: Iece5b4da4bace0fb8b1f41a65ab2c852ec73e6f8 Closes-Bug: #1485742
-
- Sep 25, 2015
-
-
Sam Yaple authored
Change-Id: I83094d1fc98c79c74d6c9fdc68aa224ae4a6d672 Partially-Implements: blueprint replace-config-external
-
- Aug 21, 2015
-
-
Paul Bourke authored
Note, this is not in the inventories/site.yml as it will be a transparent dependency of Swift. Change-Id: Ic8c80072596594e646ece74ac0ce74c7000398ff Partitially-Implements: blueprint ansible-swift
-