- Apr 05, 2016
-
-
Ryan Hallisey authored
Change-Id: I1333bf4352aa559f3f9ee5c78ff85533e27c7716
-
- Mar 31, 2016
-
-
Davanum Srinivas authored
Make it a bit more clear on how to switch distro if needed TrivialFix Change-Id: I888c8310d11c8bc65f579df2cdc9d32f3928dc23
-
- Mar 24, 2016
-
-
Gerard Braad authored
Change-Id: Ic4725a4cef02a57e837c727378a99bf7575d4ebd
-
Gerard Braad — 吉拉德 authored
Change-Id: I5a55f6798d73b289b02232dd26f5e5fb72da9e4c
-
- Mar 22, 2016
-
-
Carlos Cesario authored
Added information when using nested environment for Kolla deployment. Added check command to verify hardware acceleration Change-Id: I6cb43ebbf11b5cf34f866fdccb550e9641a47f6c
-
- Mar 21, 2016
-
-
SamYaple authored
As with all tools, this is a first pass at the generation. Perhaps we even want to move this into kolla/kolla/cmd and be generated with tox itself in the future. This tool, when run, will only populate empty fields that have no values meaning that it is safe to run repeatedly on the same file. Of note, there is no way to preserve comments in the file after it has been processed by the yaml parser in python. Comments and sections will remain in the passwords.yml template for additional documentation if the user wishes to populate the file themselves. Use SystemRandom and clean up the docs a bit to not use pronouns. Co-Authored-By:
Steven Dake <stdake@cisco.com> Closes-Bug: #1559266 Change-Id: I2932d592df8871f1b7811059206d0b4d0553a687
-
- Mar 19, 2016
-
-
Maru Newby authored
While it's possible to edit distro/package unit files installed to /lib/systemd/system, a cleaner solution exists. systemd will pick up 'drop-in' unit files located in '/etc/systemd/system/[unit name].d/'. A drop-in unit file only has to include fields that override those in the main unit file, and the drop-in unit and main unit file can change independently. This change updates the quickstart doc to use drop-in unit files to configure docker.service instead of editing the main unit file. See: https://coreos.com/os/docs/latest/using-systemd-drop-in-units.html Change-Id: Iddbebf658741937e3c4157fc0a021751f10fabd2
-
- Mar 18, 2016
-
-
Steven Dake authored
During multi-node, it is possible for master target node images to be older then the Ansible master playboks if the repository is updated. Add documentation to explain this situation. Change-Id: I2ccf57004147873e89f23fbb996d01f550e90c3f
-
- Mar 12, 2016
-
-
Steven Dake authored
Change-Id: I3c5b6f73b19968c9ae26b12e64864c72a5e2b7f2
-
- Mar 11, 2016
-
-
Swapnil Kulkarni (coolsvap) authored
We need the gcc and other dependencies installed before we can do any tox related commands. Installation of git was never checked in QSG. I happened to create a baremetal CentOS server with minimal install and there was no git. Added steps to install git. Moved the steps related to git clone and other kolla configuration after basic installation. since tox fails for gcc. In the quickstart guide we are generating the configuration using tox but tox is not installed before doing so. Adding steps to install tox before generating conf. Change-Id: Ic8a756e66d33963e47607ed60c4c768e0859152d
-
- Mar 10, 2016
-
-
Martin André authored
Although not strictly mandatory, it's less confusing to have a kolla-build.conf file in /etc/kolla that users can modify it they want to customize their builds, rather than to rely on defaults settings and command line options. The `tox -e genconfig` was already documented in "Image building" doc. Change-Id: Ia44e6f28ce18601cdaba5109ea12cd50fa8372b2 Closes-Bug: #1532066
-
- Mar 03, 2016
-
-
Nikolai Korablin authored
After change change 284856, there were some comments about ambiguity in docs. Change-Id: I90129c475b87bf63f2e5c870dba7bd07893c8c9c
-
- Feb 27, 2016
-
-
Rajath Agasthya authored
Vagrant and Heat, while really cool tech, are not very well maintained in Kolla. They are not always up to date, and as a result, are not recommended for evaluation purposes by this change. TrivialFix Change-Id: Ic8b8519431ed5c50a9a46b2e8b8f822d0982b1cf
-
- Feb 26, 2016
-
-
SamYaple authored
Due to poor planning on our variable names we have a situation where we have "internal_address" which must be a VIP, but "external_address" which should be a DNS name. Now with two vips "external_vip_address" is a new variable. This corrects that issue by deprecating kolla_internal_address and replacing it with 4 nicely named variables. kolla_internal_vip_address kolla_internal_fqdn kolla_external_vip_address kolla_external_fqdn The default behaviour will remain the same, and the way the variable inheritance is setup the kolla_internal_address variable can still be set in globals.yml and propogate out to these 4 new variables like it normally would, but all reference to kolla_internal_address has been completely removed. Change-Id: I4556dcdbf4d91a8d2751981ef9c64bad44a719e5 Partially-Implements: blueprint ssl-kolla
-
Michael A. Trimm authored
Signed-off-by:
Michael Trimm <mitrimm@cisco.com> Change-Id: Iccd3c53526caf8b109ba4ede117eebf66958782d
-
- Feb 25, 2016
-
-
Abe Music authored
- Provided info on installing ansible via yum from EPEL and pointed readers to the EPEL docs to learn how to install/enable the repo Change-Id: I4bf87fbf90779be85293eb65fe7cd2ffe548d6ae
-
Asha Saravanamohan authored
In Deploying Kolla section of the quickstart.rst IP addr needed to be changed IP address. Change-Id: I4f3895d6f05340a0608b2b66170a769bd1454fb7 Signed-off-by:
Asha Saravanamohan <assarava@cisco.com>
-
Matthew Montgomery authored
Change-Id: I882fb31bc21be4b4f22e61938c1d8f6775d69323
-
- Feb 24, 2016
-
-
Jason Myers authored
Since docker 1.10.1 is required, and docker 1.8.2 does not work with Kolla, Remove the downgrade instructions TrivialFix Change-Id: I461572a40b6fc96f73593cf989967449e4bc8e0a Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
Steven Dake authored
The operators aren't mindreaders. Lets throw them a bone about how to properly evaluate Kolla. This can probably be expanded on. TrivialFix Change-Id: I70d0f6a63417dc9f361d8c14bbb512e1dcc44ed0
-
Éric Lemoine authored
Partially implements: blueprint heka Change-Id: If0db8a5c9b8426687f64002a65e1dd9cbe041d1c
-
- Feb 23, 2016
-
-
Vikram Hosakote authored
Part 1 Change-Id: Idf3d45a5a5d9da731e986765ee0376288a60254f Closes-Bug:1545926
-
- Feb 22, 2016
-
-
William Snow authored
TrivialFix Change-Id: I93f9ec574b4d46a53086ca11946bfa1003e26fa0
-
- Feb 18, 2016
-
-
Suhail Syed authored
The documentation had old information about running docker registry version 1. Documentation improvement uses exclusively Docker register version 2. TrivialFix Change-Id: I320341c1a646eeeec35fb928a970f4d7e8a13bb9
-
Éric Lemoine authored
TrivialFix Change-Id: I885995498ac70251e317c49c9374c9850165af89
-
- Feb 17, 2016
-
-
SamYaple authored
Change-Id: Iee3f14c002bc0f9242d341842e5c88630bf5f485
-
Audrey Yaple authored
This is needed for thin containers. Change-Id: I57a49a3ac35facc157fff846560787027be9a08f
-
- Feb 16, 2016
-
-
Marek Zawadzki authored
Change-Id: Idc390774ba3bf63860bfaee1494b6e0180d112c1
-
- Feb 12, 2016
-
-
Naren Narendra authored
For CentOS, install from distro packaging by default. Explain how to install on DEB based systems from packaging when they update to a newer version of Ansible. Finally, clean up the ordering of the dependencies for a pip based install. TrivialFix Change-Id: I9564a03c2e75fd30b5ec9c7d64f5defb709d7fde
-
- Feb 09, 2016
-
-
Allen Gao authored
We are using the mount propagation in Docker 1.10. TrivialFix Change-Id: Ic2ef1fbce9dba217eac75f3743cef7f6ac702b00
-
- Jan 24, 2016
-
-
Hui Kang authored
TrivialFix Change-Id: Ia7dc521a83b13799345ca8b89ba4130aba039d60
-
- Jan 16, 2016
-
-
Wanlong Gao authored
TrivialFix Change-Id: Ia2568495df07c3ed3983594c99aac220d2146f99
-
- Jan 14, 2016
-
-
Wanlong Gao authored
TrivialFix Change-Id: I4b7a86a24dcab1cc42d5c12ef2e8b528fd0f94d0
-
- Jan 03, 2016
-
-
SamYaple authored
The version changes in docker are needed to support named volumes which are replacing data containers in our implementation. Docker is no unblocked upstream for us thanks to our new kolla_docker module so I removed the cap on that as well. Change-Id: I847979b9f7c9e42a55273b5ee926a4aff19a7bec
-
- Dec 24, 2015
-
-
Britt Houser authored
As I walked through quickstart guide doing a CentOS multinode deployment, I found a few items that needed updating. Change-Id: I3fa6d59ea856ff05be415faffd7f45197be67178
-
- Nov 23, 2015
-
-
Hui Kang authored
This task is run as a post-deploy playbook Implements: blueprint ansible-task-generate-openrc Change-Id: I69f4ee895094da5c73494a41dccb2e86eb481656
-
- Nov 20, 2015
-
-
Swapnil Kulkarni (coolsvap) authored
Change-Id: I5e6422f31c1758ec3c5a8859aca371046c414c8f
-
- Nov 13, 2015
-
-
Chris Ricker authored
Remove build.py reference from kolla-build for clarity. Change-Id: I82db9428fe3b1697877e967e060843270574ae71 Closes-Bug: #1516040
-
Chris Ricker authored
Trivial patch to remove duplicated text. Change-Id: Icb6046a6a3d0c31c1ad7ef58b0da79d4ececdd9b Closes-Bug: #1516017
-
- Nov 09, 2015
-
-
Steven Dake authored
We get an awful lot of questions about how to operate with a registry on the IRC channel and the obvious way to fix that is to document it. I don't know what to document about Ubuntu but if someone leaves the appropriate commands in the review I'll be happy to update it to include the correct operations to make the registry run on Ubuntu. Another option is perhaps we can get Sam to write those docs once this hits the repo since the structure will be mostly in place. TrivialFix Change-Id: Ib88abbaf9bd6bcabddae994157d9288aab8be2bf
-