Changed occurences of 'docker' to 'Docker' to be in accordance
with Docker Inc's trademark guidelines found here:
https://www.docker.com/trademark-guidelines
This was done due to a pending change that will append Docker
Inc's trademark notice in the kolla docs
TrivialFix
Change-Id: Ie3f385897bfa604986bd99329c0f4b961d3c8552
Searchlight is an Openstack search and index service, this patch
implements the ansible role for searchlight.
Implement blueprint: support-searchlight-deployment
Change-Id: Ibf42d5b259a6740d6596041f896e1009657b7388
Github is just a mirror of the OpenStack git-repo.
Changed from Github to OpenStack git url wherever possible.
Change-Id: I7941ef86967de4efe7f23ff9fb11ec86c793901e
There was a The that should have been a To at minimum, but I
just reworded the sentence. Also removed a pronoun.
I left the remainder of the pronouns in place so that Operators
know we are human beings :)
Change-Id: I9e64c2a7b85fa45a7ff03adf143aafaa3c463169
- Remove ansible-deployment documentation link, it was moved
to quickstart.
- Link to rendered documentation on docs.openstack.org instead
Change-Id: Ib97cfa23e7932c1d7012d1b36a26f32914431790
Closes-Bug: #1513582
THe top level dev directory is now used to store the heat and
vagrant development environments.
backport: liberty
TrivialFix
Change-Id: Ib0922b90eacaa8518aee09cdeb46f4ac0437e015
Several people over the liberty cycle committed to maintaining
compose, but it was never completed. Rather than carry compose
in our repoistory until the end of time in a broken state I propose
removing it. If someone comes along and wants to resseruct the code
and make it functional in the future, I'd be 100% open to merge a
patch in the future which reintroduces this functionality. In the
meantime it is confusing to users which ask me on a daily basis if
compose is supported which I have to go into a 10 minute monologue
about why its in the repository.
Fortunately git contains full history so we can always revert this
change at a later time if someone wants to actually fixt his code
base up and make it useable in some way. I think the proper answer
is a seperate repoistory (kolla-compose) which contains any compose
related bits.
Please consider removing since nobody is using this code and its
dead.
TrivialFix
backport: liberty
Change-Id: I8b7c39b00d1967184d363af7db86d1ff8b5e725f
The publishing docs expect the documentation to be present in the
/doc directory not the /docs directory. If the documentation is in
the /docs directory, according to fungi the docs won't be published
properly.
Change-Id: I718fec7e69d298a5cb2376ca4e2455e12169566e
Partially-Implements: blueprint kola-tox-doc
Updated build.py to reflect this change.
Deprecate --template option and make it a noop.
Change-Id: I7cd98d1ee684a4c64984a49597159868152683b2
Partially-Implements: blueprint remove-docker-dir
Remove the docker directory (yay) and old build tools.
This will result in an f21 failing gate - however, I have a patch
submission to remove that gate from our project configuration.
Change-Id: I3c461cedb6906422c8076f60c470e773d6cdcf33
Partially-Implements: blueprint remove-docker-dir
For two links extension is wrong, it is changed
For other one the path is wrong, it is updated
Change-Id: Idc2c7054f5bd0c47ff30de79585cf902082da448
Closes-Bug: #1488025