- Jun 25, 2015
-
-
Steven Dake authored
kUse was using yum to install docker 1.7.0. This wanted to install all of the fedora 23 dependencies. Instead, simply use RPM to install via http with the --nodeps option. This works because we don't really need selinux since we don't support an selinux operational model. Change-Id: I7e7fbe9cab9f38d51807442d0f6a41a344779ba2 Closes-Bug: #1468464
-
- Jun 22, 2015
-
-
Paul Bourke authored
* Capitalise all usages of "Ansible", "Kolla", and "OpenStack" * Fix some typos Change-Id: I26acd90ca9f4a48673a95b0ab8e331f620058f6e
-
- May 31, 2015
-
-
Steven Dake authored
Docker 1.7.0-dev is required to support cinder and neutron thin containers. It would also be helpful that we validate that Docker 1.7.0-dev is working well with Kolla. For more details on the Neutron thin containers check out: https://github.com/SamYaple/yaodu/blob/master/ansible/roles/docker_build/files/ubuntu/neutron/ip_wrapper.py Change-Id: Ie422185ea090090b35fcaa2e1c6ecab1c8ea326b
-
- Apr 27, 2015
-
-
Steven Dake authored
The dev-quickstart needed a bit of updating. The major change in this update is to specify using docker 1.6.0 release version rather than a docker RC. Change-Id: I1fcb79e3751c00c5bd75680ef05ec3952d76578d
-
- Apr 24, 2015
-
-
Steven Dake authored
The developer-env is actually a quickstart document. Rename it to dev-quickstart to be a little more obvious. Change-Id: I24c344c45c490c1e3d6c5c8284770f810511add6
-
- Apr 16, 2015
-
-
Martin André authored
This is supposed to prevent proliferation of scripts in "tools" directory and reduce code duplication. This first patch replaces tools/{start,stop,pull,status} scripts and more commands are to be added in the future. Change-Id: I3d99cf5033be8631d8e6f32a4c34d3b5ffcae7e8
-
- Apr 14, 2015
-
-
Steven Dake authored
Tell users to pull docker-compose from Docker Inc. Recommend rc3 or greater Tell users the thread where the bump releases are being discussed Fix typo in libvirtd Change-Id: Ib47d3a57452a4266db2b47b41a789908365fda9b
-
- Apr 02, 2015
-
-
Steven Dake authored
Clean up version info since all those problems have been fixed in rc3. Add separate sections for each major section of the document. Change-Id: Ic011b56872e4cee70f668af58275f31cf083d027
-
- Mar 27, 2015
-
-
Steven Dake authored
Since it keeps changing and the upstream maintainer deletes the dropbox image, I'll just put the docker image in one place. Change-Id: I7098c2c6a1bf662665879324ff1bd1a7521fd941
-
Steven Dake authored
Tell folks to turn off libvirt on their host. Change-Id: I4ca9a466cd14bd7a88880299f56ea0eba343b6c8
-
- Mar 26, 2015
-
-
Steven Dake authored
This patch builds pam with no auditing. This allows the images to operate on Ubuntu 14.04 which contain a kernel bug and have not been updated. Change-Id: I2b8bd192abcc26df27ca276dc3d0fde377048f20
-
- Mar 25, 2015
-
-
Steven Dake authored
Data volumes are busted in docker master 1.6-rc1. Need to use a special branch in order for docker to work. Change-Id: Ia772de63e1fc8a07f052da2a3f4152f4d97b37f9
-
- Mar 24, 2015
-
-
Daneyon Hansen authored
A few errors in the dev doc were causing problems with deploying a dev env. The dev dos has been updated with the correct steps for prep'ing a host for running Kolla. Additionally, wording has been added to reference the Heat template for dev env deployment. Change-Id: I9f0ba1bd2deca490a72b3c54cb1a7df386228ee8
-
- Mar 21, 2015
-
-
Steven Dake authored
docker-compose master now requires 1.18 API, which is only available in the development version of docker. Show how to retrieve and run it. Change-Id: Ia3a7a659c495547fcc04d31cf38ffeaaf6fd729a
-
- Mar 20, 2015
-
-
Steven Dake authored
Without pid: host, nova-compute and libvirt fail to operate correctly together. I don't understand why, and I wish it weren't so, but it means folks will have to install docker-compose from my personal github account until the pull request is merged upstream. Change-Id: I24e55405139c831f2df246f54c5b6fd39d00656a
-
Martin André authored
Rename them `genenv` and `start`. Have `genenv` create the openrc file in the top-level directory. Add openrc and compose/openstack.env to gitignore, as well as *.img. Change-Id: I5d8006e97efd77cf364215f55d5e585139ae273e
-
- Mar 18, 2015
-
-
Mitsuhiro SHIGEMATSU authored
Fix typos in kolla/docs/integration-guide.md & developer-env.md Change-Id: Icc43c1ab70400027372dd874393a73ba2a8d2128
-
Ryan Hallisey authored
Basic develop quickstart guide to setup kolla using docker-compose. Change-Id: I3c0c3d92ee4bccfa4173c05be6755bd048296daf
-