4582 Commits

Author SHA1 Message Date
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
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
Jenkins
e415f3a3ba Merge "Add jq" 2016-08-17 09:08:32 +00: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
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
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
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
Jenkins
143adac58a Merge "Add --user-domain when adding heat role admin" 2016-08-14 13:57:04 +00:00
Jeffrey Zhang
05ed43e335 Fix the memcache location value in horizon local settings
When setting multi memcached servers, the value should be a list
rather then a comma joined string

This patch set I586ce1c6c3300254c4e2a398ff46645df576aeb0 set it in
wrong

TrivialFix

Change-Id: Ic612658ab0310c6764310bbca92c925da6d47f6c
2016-08-14 17:16:24 +08:00
Jenkins
349f46950b Merge "iscsi initiator names must be unique among hosts" 2016-08-13 03:04:43 +00:00
Jenkins
b7f61a2f35 Merge "Customizations for kolla-toolbox" 2016-08-13 02:52:05 +00:00
Jenkins
e764041f69 Merge "Customizations for Glance" 2016-08-12 15:46:09 +00:00
Jenkins
a4cd16eb60 Merge "Keystone interface address and memcached override" 2016-08-12 15:45:35 +00:00
Jenkins
aa38185331 Merge "Customizations for Kuryr" 2016-08-12 15:38:31 +00:00
Jenkins
4953b3822f Merge "Customizations for Designate" 2016-08-12 15:37:59 +00:00
Jenkins
eda1159a86 Merge "Fix LVM2 in Ubuntu section in Cinder guide" 2016-08-12 15:32:55 +00:00
Duong Ha-Quang
0faf91c6eb Fix LVM2 in Ubuntu section in Cinder guide
- Fix mount option for configfs
- Add note about open-iscsi service in Ubuntu

Change-Id: I8df90dd8cd626ee01456be104ed01c4a0fe624b2
Closes-Bug: #1612170
2016-08-13 00:18:19 +07:00
Jenkins
5f4ef0d84b Merge "Customizations for OpenStack Base" 2016-08-12 15:32:46 +00:00
Jenkins
be18f37107 Merge "Updated from global requirements" 2016-08-12 11:14:32 +00:00
Shaun Smekel
6d84d8616b Customizations for Tgtd
This patchset contains customization of Dockerfile of the Tgtd
container.

Change-Id: I3a9ba82026fb7f596384885360339f67dc10495c
Partially-implements: blueprint third-party-plugin-support
2016-08-12 21:10:06 +10:00
Jenkins
dd853d0c47 Merge "Revert "Remove files from /var/lib/apt/lists when cleaning up on Ubuntu/Debian"" 2016-08-12 10:08:28 +00:00
Jenkins
a2e369982d Merge "Fix interface address for Neutron-server" 2016-08-12 10:02:44 +00:00
OpenStack Proposal Bot
de7e8bc00b Updated from global requirements
Change-Id: Ibbb49c8964aa0af663ad15874dea7959dd5cabcb
2016-08-12 09:56:30 +00:00
Jenkins
ecf1876ee9 Merge "Document the use of external Ceph journal drives" 2016-08-12 09:54:03 +00:00
Eduardo Gonzalez
d2215eab04 Customizations for Designate
This patchset contains customization of Dockerfile of designate
containers

Change-Id: I846437df7c3c417846f1c771883e5eb266b78a37
Partially-implements: blueprint third-party-plugin-support
Signed-off-by: Eduardo Gonzalez <dabarren@gmail.com>
2016-08-12 11:29:28 +02:00
Shaun Smekel
c2f6cb1573 Customizations for Kuryr
This patchset contains customization of Dockerfile of the Kuryr
container.

Change-Id: I254befb427530949284f645c9d61c54331aba53a
Partially-implements: blueprint third-party-plugin-support
2016-08-12 08:04:22 +10:00
Shaun Smekel
9b265dd112 Customizations for OpenStack Base
This patchset contains customization of Dockerfile of the
OpenStack Base container.

Change-Id: I20ce24a296ace45169131463c992f6f0e9b4d131
Partially-implements: blueprint third-party-plugin-support
2016-08-12 07:44:48 +10:00
Shaun Smekel
503120657e Customizations for Swift
This patchset contains customization of Dockerfile of Swift
containers.

Change-Id: I69250c4d9f6cc3949c9b9b52ea4b0cc2aec0231e
Partially-implements: blueprint third-party-plugin-support
2016-08-12 07:16:19 +10:00
Shaun Smekel
43d2a0b78f Customizations for Tempest
This patchset contains customization of Dockerfile of the Tempest
container.

Change-Id: I32751bdd400978336d29e3a1c5c758d33316edfa
Partially-implements: blueprint third-party-plugin-support
2016-08-12 07:02:39 +10:00
Jenkins
56cab3c7ea Merge "Customizations for Watcher" 2016-08-11 20:50:33 +00:00
Eduardo Gonzalez
b9a2839da8 Customizations for Watcher
This patchset contains customization of Dockerfile of Watcher
containers

Change-Id: I4d3f2af3e1d622b94d20f3d1f48a972afcff81b8
Partially-implements: blueprint third-party-plugin-support
Signed-off-by: Eduardo Gonzalez <dabarren@gmail.com>
2016-08-11 15:42:25 +02:00
Kirill Shileev
8306864e28 Customizations for Glance
This patchset contains customization of Dockerfile of Glance
containers

Also removed mkdir /etc/ceph as obsolete.

Change-Id: I3ba6e0d2dca1ecf72cf9f1b00e05e6955611c361
Partially-implements: blueprint third-party-plugin-support
2016-08-11 14:04:41 +03:00
Ken Wronkiewicz
37b3c8c354 Keystone interface address and memcached override
Note: This should not result in any behavior changes in regular Kolla,
just Kolla-Kubernetes and only when you've overridden stuff in globals.yml

Allows override of interface address and memcached pools, so that
Kubernetes can do the right thing.

There are some significant architectural issues involved in
memcached pooling in the Kolla-kubernetes world.  Avoiding them right
now.

Current working Kolla-Kubernetes globals.yml file, assuming that your
memcached servers are available under the DNS alias "memcached":

api_interface_address: "0.0.0.0"

memcached_servers: "memcached"

keystone_database_address: "mariadb"
keystone_admin_url: "{{ admin_protocol }}://keystone-admin:{{ keystone_admin_port }}/v3"
keystone_internal_url: "{{ internal_protocol }}://keystone-public:{{ keystone_public_port }}/v3"
keystone_public_url: "{{ public_protocol }}://keystone-public:{{ keystone_public_port }}/v3"

Co-authored-by: Ryan Hallisey <rhallise@redhat.com>
Change-Id: I5126f81da7b4d48001b87f73d58bbbfad658209c
Partially-implements: blueprint api-interface-bind-address-override
2016-08-11 05:33:56 -04:00
Ken Wronkiewicz
99a1662f61 Fix interface address for Neutron-server
Note: This should not result in any behavior changes in regular Kolla, just Kolla-Kubernetes and only when you've overridden stuff in globals.yml

Binds to the api_interface_address variable and uses the keystone and memcached facts we defined in earlier patches.

Co-authored-by: Ryan Hallisey <rhallise@redhat.com>
Change-Id: I8610f4adaa557a21fedd05601e10f5c308fd7ce3
Partially-implements: blueprint api-interface-bind-address-override
2016-08-11 05:33:32 -04:00