4611 Commits

Author SHA1 Message Date
Jenkins
449f983c8f Merge "Customizations for aodh" 2016-08-18 13:47:17 +00:00
Jenkins
153cd51423 Merge "Update kubectl version at magnum-conductor container" 2016-08-18 13:39:53 +00:00
Jenkins
d6e35a792f Merge "Customizations for trove" 2016-08-18 13:38:48 +00:00
Jenkins
6c0b6b1093 Merge "Build a more organized doc structure" 2016-08-18 11:27:51 +00:00
Jenkins
693ab2a4e8 Merge "Remove duplicate items" 2016-08-18 11:26:16 +00:00
Jenkins
b7a8b38d4f Merge "Customizations for Cinder" 2016-08-18 11:23:21 +00:00
Jenkins
a56550cd41 Merge "Port with_ loop variable syntax to Ansbile 2 (finish)" 2016-08-18 11:16:47 +00:00
Jenkins
38a7ec7685 Merge "Customizations for heka" 2016-08-18 11:08:01 +00:00
Duong Ha-Quang
5e35fc54a6 Port with_ loop variable syntax to Ansbile 2 (finish)
Migrate to full variable syntax in with_ loop
instead of bare variables for:

- cinder
- haproxy
- ironic
- magnum
- mistral
- mongodb
- murano
- swift
- watcher

TrivialFix
Change-Id: I3ef2e79053cf609aaa710e43ffd0adbc5a97565b
2016-08-18 17:45:52 +07:00
Eduardo Gonzalez
d4373ed4a6 Update kubectl version at magnum-conductor container
Download kubectl binary instead of download and unpack
kubernetes.tar.gz with all content inside.

Change-Id: I9cc036a922c1986539af4403b5c56091b607e8e7
Closes-Bug: #1609289
Signed-off-by: Eduardo Gonzalez <dabarren@gmail.com>
2016-08-18 12:43:08 +02:00
Swapnil Kulkarni (coolsvap)
b9465f87e0 Customizations for aodh
This patchset contains customization of Dockerfiles
of aodh containers

Change-Id: Iaaafc94c7d5fd539a4ab0d5984af1e5a984e4590
Partially-implements: blueprint third-party-plugin-support
2016-08-18 09:53:52 +00:00
Swapnil Kulkarni (coolsvap)
d03f1bbf5f Customizations for trove
This patchset contains customization of Dockerfiles
of trove containers

Change-Id: I402e6e7e705a088fa834640fb0676fd05c4073ff
Partially-implements: blueprint third-party-plugin-support
2016-08-18 09:51:56 +00:00
OpenStack Proposal Bot
b092f9835c Updated from global requirements
Change-Id: If137df98d70561e9cd58e4d1455d9e2206a1a501
2016-08-18 09:51:46 +00:00
Jenkins
1c10f6b089 Merge "Fix Kolla home-page URL" 2016-08-18 09:15:23 +00:00
caowei
4c7e0c2244 Remove duplicate items
Repeated murano-api
TrivialFix

Change-Id: I170ad6d851f560a22ff8ba58cc9337d13d8789bd
2016-08-18 03:56:40 +00:00
Jenkins
5a21032fb0 Merge "Fix neutron-server section in AIO sample inventory" 2016-08-18 03:50:32 +00:00
Jenkins
5470286676 Merge "Fix the Ubuntu Xenial build gate" 2016-08-18 03:21:13 +00:00
Jenkins
5d969a7ab6 Merge "Add a note about the sandbox environment to the CONTRIBUTING doc" 2016-08-18 03:15:45 +00:00
Jenkins
c44edb3659 Merge "Move the keystone_*_url variable from common role to group vars" 2016-08-18 03:14:37 +00:00
Jenkins
f93d001220 Merge "Minor doc fix" 2016-08-18 03:12:54 +00:00
Jenkins
9a7e4c1592 Merge "Skips a debug log during image build" 2016-08-18 03:08:45 +00:00
Jenkins
0f6f5228d0 Merge "Fix tar command path for magnum conductor using ubuntu" 2016-08-18 03:07:51 +00:00
Josh Lothian
348dc0fd13 Customizations for heka
This patchset contains customization of Dockerfile for
heka container.

Change-Id: I86a76fda182c745ae33c75a83113f471ea220a0c
Partially-implements: blueprint third-party-plugin-support
2016-08-17 23:00:20 -04:00
Lu lei
df40ff8914 Fix Kolla home-page URL
The link http://docs.openstack.org/developer/openstack-projects.html
contains project-specific documentation for OpenStack services and
libraries.
And here you will see kolla home-page url as follow:
http://docs.openstack.org/developer/kolla/

TrivialFix.

Change-Id: I77d822f3f7211d02d58529128f9b37d6096ca32a
2016-08-18 10:56:50 +08:00
Jenkins
08c7cc7b2d Merge "Replace horizon default config with custom config" 2016-08-17 16:05:49 +00:00
Jenkins
b7d1d98668 Merge "Add guide to auto mount /run as shared" 2016-08-17 11:20:18 +00:00
Jenkins
bceaec7bc7 Merge "Fix the memcache location value in horizon local settings" 2016-08-17 11:19:08 +00:00
Ryan Hallisey
aa517c4bf9 Build a more organized doc structure
Use directories to further organize the path a user would
take through the docs.

Change-Id: I8e3885c7ac3a72eaadbf547efedf0de477aa0a9f
Partially-implements: blueprint documentation-rework
2016-08-17 06:28:29 -04:00
Jenkins
e415f3a3ba Merge "Add jq" 2016-08-17 09:08:32 +00:00
Jeffrey Zhang
3d6344d800 Move the keystone_*_url variable from common role to group vars
keystone_*_url are cross role variables. They are used in multi roles.
Move them from the common role to the group vars

TrivialFix

Change-Id: If451823ed7612bfec7bc797ec9dd2597164c6804
2016-08-17 16:53:40 +08:00
Duong Ha-Quang
bd3b79a26d Add guide to auto mount /run as shared
Add guide: auto mount /run as shared upon startup to quickstart guide

Change-Id: Icd6ad399a97e15ff357e75fa52e9646e78d09e21
2016-08-17 07:55:30 +00:00
liyingjun
3486d5bda3 Fix tar command path for magnum conductor using ubuntu
In ubuntu, the tar binary path is /bin/tar instead of /usr/bin/tar.
Change to use tar directly for all os.

TrivialFix

Change-Id: I12562d3ac186acab651ffae715e5c7788cd98b7e
2016-08-17 07:55:33 +08:00
Jenkins
bed0f0f8d7 Merge "enhancements to install_packages macro" 2016-08-16 17:02:27 +00:00
Paul Bourke
f4f95e6f86 Fix neutron-server section in AIO sample inventory
neutron-server should run on control nodes, not network (despite the
fact on all-in-one it's the same anyway)

Co-Authored-By: James McCarthy <james.m.mccarthy@oracle.com>
TrivialFix

Change-Id: I55f10b0f803c3c1cb91af8f0b7763bbe70fa8b87
2016-08-16 16:38:13 +00:00
Kevin Fox
b234976a80 Add jq
Add the jq tool that allows easy manipulation and data extraction
from json documents.

This is intended to be used by kolla-kubernetes.

Change-Id: I478be7ec403e3444a412e1bcd47fd52f3a4e8095
2016-08-16 09:23:49 -07:00
Christian Berendt
5bb5899a6c Add a note about the sandbox environment to the CONTRIBUTING doc
TrivialFix

Change-Id: I6351da3c273c293cc97724f10cc0fea94a3f2fda
2016-08-16 17:42:21 +02:00
Jenkins
e3ca26f9e5 Merge "Customizations for Swift" 2016-08-16 11:20:30 +00:00
Sajauddin Mohammad
dbc50ab246 Skips a debug log during image build
Added a condition to skip debug message during image build, when the 
base image is dependent on image of other service

Closes-Bug: #1513904. 
  
Change-Id: I68d568981cebf442b34c958e125b0f921b883247
2016-08-16 10:34:33 +00:00
Kenny Johnston
856d0a866c Minor formatting change to CONTRIBUTING.rst
Removed numbered list formatting from single
item list.

Change-Id: Ifc9722e620eefc2580da921bc0c3084b9c25142c
2016-08-15 11:49:36 -05:00
Jenkins
f63568ed3c Merge "Add heka custom config to define user's log pipline" 2016-08-15 15:55:40 +00:00
Jenkins
06c09562d9 Merge "Customizations for Ceph" 2016-08-15 15:54:04 +00:00
Jenkins
ec569e752d Merge "Fix the neutron-lbaas-agent container issues" 2016-08-15 15:53:34 +00:00
Jenkins
55ddbad92a Merge "Modify some spelling mistakes" 2016-08-15 15:42:22 +00:00
Jenkins
4adc366d92 Merge "Dockerfiles for Networking-SFC Container" 2016-08-15 15:37:18 +00:00
Jenkins
ea3891075c Merge "Customizations for Tgtd" 2016-08-15 15:16:03 +00:00
Abe Music
29fcb04cf3 enhancements to install_packages macro
- Adds debian_package_install method to the jinja environment
  that will return the necessary set of commands needed to
  install packages via apt-get and/or URLs to .deb packages
- Updates install_packages macro to make use of the method
  above

Change-Id: Ie9318a7def54b5034ba91375fd8fd3b589d18349
Partially-implements: blueprint third-party-plugin-support
2016-08-15 08:17:13 -05:00
Jeffrey Zhang
5878757d26 Fix the Ubuntu Xenial build gate
Ubuntu xenial use systemd service manager. Change the setup_Debian.sh
script to handle this.

Change-Id: I1f6487b73b1635e6dce0c68d3d7e1a158b427797
Partial-Bug: #1612887
2016-08-15 10:07:35 +08:00
Jenkins
6ea99983fc Merge "Customizations for Tempest" 2016-08-14 14:14:48 +00:00
Jenkins
1f899e1c99 Merge "Minor Readability Adjustments to Operating Kolla" 2016-08-14 14:08:10 +00:00
Jenkins
c2e578b375 Merge "Add upgrade tasks for Ceilometer" 2016-08-14 14:08:03 +00:00