- May 18, 2016
-
-
Francesco Vollero authored
Files affected: - ansible/roles/ceph/tasks/bootstrap_mons.yml - ansible/roles/neutron/tasks/deploy.yml - ansible/roles/neutron/tasks/start.yml TrivialFix Change-Id: Ic4b624cfe0ae4d73b49e616319e9db2229931249
-
- May 17, 2016
-
-
Jenkins authored
-
Jenkins authored
-
weiyu authored
Because of the consideration of security and performance, ceph community recommend the use of two separate network public networks and cluster networks. refer: http://docs.ceph.com/docs/master/rados/configuration/network-config-ref/ DocImpact Closes-Bug: #1582095 Change-Id: I8cb0e14f86c859820fbbb8af8f94ac8155338e13
-
- May 16, 2016
-
-
Swapnil Kulkarni (coolsvap) authored
Restructured the documenation to 1. Add reference at the top 2. Updated the title formatting 3. Updated the heading formatting 4. Updated the links formatting Change-Id: Ie3786e92fee674da1fa39cf07f1bf0a3badd5b92
-
Jenkins authored
-
Jenkins authored
-
Zhijiang Hu authored
CentOS shipped with an older version of docker-py named docker-python before. But currently CentOS also shipped with a new rpm named python-docker-py-1.7.2 which obsoletes docker-python and also fulfill kolla need according to its version(kolla needs docker-py >= 1.6.0). Change-Id: I684a6a4e6b6baa9589e9b2afd3cfcc195d2a5e21 Signed-off-by:
Zhijiang Hu <hu.zhijiang@zte.com.cn>
-
- May 15, 2016
-
-
Jenkins authored
-
- May 14, 2016
-
-
Ryan Hallisey authored
Our quickstart guide is way too complex. We need to simplify the quickstart guide by pulling out the overwhelming amount of information and splitting it into other docs. Change-Id: Iec175ee7f60bfd11ce06b22c861e51e180c188a9 Partially-implements: blueprint documentation-rework
-
- May 13, 2016
-
-
OpenStack Proposal Bot authored
Change-Id: Ib41fc2453cd85fa4937218b37cf80db82f63b20c
-
Jenkins authored
-
Davanum Srinivas authored
Trying to use ConfigMap's in Kubernetes leads to an interesting problem. We use the file name as the key and the contents of the file as the text value. The ConfigMap is mounted on the container as a volume and the key is then used as the name of the file. The problem is that kubernetes has a limitation on the name of the key https://github.com/kubernetes/kubernetes/blob/release-1.2/docs/design/identifiers.md Which means we cannot use '_' in the name of the file. Closes-Bug: #1581162 Change-Id: I2d9ec80f989c30893b019954fe18b3623d27a076
-
Jeffrey Zhang authored
Change-Id: Iafa27677fc2ed2103c3ac8efeb0f0e13330a95f4 Closes-Bug: #1581021
-
- May 12, 2016
-
-
Jenkins authored
-
- May 11, 2016
-
-
Steven Dake authored
Tell folks about the state of liberty 1.0.0 and to use 1.1.0 for production deployments. Change-Id: Iea824e8fc6489d8222e089199161ca3fb30a8310
-
Jenkins authored
-
- May 10, 2016
- May 09, 2016
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Steven Dake authored
This was a temporary workaround because RDO didn't update to keystone bootstrap command operations. This reverts commit c5f27aa8. Closes-Bug: #1573102 Change-Id: Ic6db97cf15d6f96c8e660aa15f089c1f10d6dfa7
-
Jeffrey Zhang authored
Add a new option(base-image) to support custom base image In default, the base-image is equal to base. When using custom image, please use command line like: ./tool/build.py --base-image my-image --base centos --base-tag 0.1 DocImpact Closes-Bug: #1573544 Change-Id: If4b9c57a2b68f6f06d3e981f30b2173064e02193
-
Michal (inc0) Jastrzebski authored
We don't have docs about major feature kolla offers. TrivialFix Co-Authored-By:
Swapnil Kulkarni <me@coolsvap.net> Change-Id: I7c992d2004348d520c019b295b0c5a4378c857ba
-
Jenkins authored
-
Jenkins authored
-
- May 07, 2016
-
-
Jeffrey Zhang authored
Change-Id: I86259d9b997cd10a11079c4834f135d58570968d
-
- May 06, 2016
-
-
Mauricio Lima authored
TrivialFix Change-Id: I161526927ae32f2bbfec1ade610f7b712f4c5163
-
Carlos Cesario authored
Make cleanup-containers works dynamically. The script removes the containers and its volumes dynamically based on label contained in each kolla container, this way is not needed create a big container and volume lists to be deleted. http://paste.openstack.org/show/496357/ Closes-Bug: #1579044 Change-Id: Ie0d8a38ba2cf77c8d5da655958407145f4105bec
-
Jenkins authored
-
Mauricio Lima authored
Change-Id: I99726387d8daf99e85e5502e27710de60c0066bc Implements: blueprint diag-env
-
Jenkins authored
-
Michal Rostecki authored
Change-Id: I053e54c54883318dfc7daa64a58276487805de66 Closes-Bug: 1578955
-
- May 05, 2016
-
-
Mauricio Lima authored
Change-Id: Ibaa5f8ba600afafa111d2ef204ee9192b8babdfc Closes-Bug: #1570529
-
Mauricio Lima authored
Co-Authored-By:
Carlos Cesario <carloscesario@gmail.com> Change-Id: I3e9652e1cac156f822b388d2b9fd910180b4a892 Closes-Bug: #1551933
-
Jenkins authored
-
Jenkins authored
-
prithiv authored
Closes-Bug: #1576277 Change-Id: Ie68d1d5da620f26a0aa21aa5c6473bc464994ed8
-
Jeff Peeler authored
Using the new --list-dependencies flag, one can query dependencies for a given filter. For example: ./build.py --list-dependencies heat swift {'base': [{'openstack-base': [{'heat-base': ['heat-engine', 'heat-api-cfn', 'heat-api']}, {'swift-base': ['swift-object', 'swift-proxy-server', 'swift-container', 'swift-rsyncd', 'swift-account']}]}]} Also added --list-images to list all available images. Change-Id: I1797e32e32705182a763f53329eeb5c4a361abec Implements: blueprint images-dependency-tree-cli
-