4870 Commits

Author SHA1 Message Date
zhubingbing
e0537385d0 Add Barbican ansible role
Partially-Implements: blueprint barbican-ansible

Change-Id: Id6be35b1d0527d5c38d4ea8576b233ebcc404718
2016-09-13 02:56:27 +00:00
Jenkins
9974652588 Merge "Add sahara ansible role" 2016-09-07 16:53:16 +00:00
Jenkins
33ace47bd3 Merge "Ensure doesn't use LOG.warn" 2016-09-07 15:57:22 +00:00
zhubingbing
0c9debe893 Add sahara ansible role
Change-Id: I75b58248bfc4e86cace75faa82526d55a9ebbdbf
Partially-Implements: blueprint sahara-role
2016-09-07 15:29:02 +00:00
Jenkins
5d8878de6d Merge "Add cloudkitty ansible role" 2016-09-07 15:21:44 +00:00
Christian Berendt
5f62c22959 Add cloudkitty ansible role
Co-Authored-By: zhubingbing <zhubingbing10@gmail.com>

Change-Id: Id83c852e32c3dd583e6128e888ac511634e8eabb
Partially-Implements: blueprint cloudkitty
2016-09-07 14:10:06 +00:00
Jenkins
c9307494c4 Merge "Correct Murano keystone_authtoken option name" 2016-09-07 13:54:19 +00:00
Jenkins
aa16a98c80 Merge "Turn off bindep" 2016-09-07 13:50:45 +00:00
Jenkins
5fca91c6fd Merge "Add cloudkitty containers for type source" 2016-09-07 07:42:58 +00:00
Jenkins
00ffed3872 Merge "Implement Ansible rally role" 2016-09-07 07:26:38 +00:00
Jenkins
9d9f3eea04 Merge "Add Barbican container dockerfile" 2016-09-07 03:25:08 +00:00
Steven Dake
b51d107847 Turn off bindep
bindep installs a slew of stuff we don't really need and doesn't add
much if any value.  This only turns on bindeps that are required.

This shaves about 3 minutes off each gate run.

Closes-Bug: #1620865
Change-Id: I24df4f2a30c682c1b09e89c7c52f7608582da1a6
2016-09-06 19:45:52 -07:00
zhubingbing
d3d3472326 Implement Ansible rally role
Change-Id: I647c38adbfd00c70874cf51c0bfcb68d243e26cc
Partially-Implements: blueprint rally-role
2016-09-07 02:07:04 +00:00
Jenkins
972db51982 Merge "Comment some lines in globals.yml" 2016-09-07 01:08:55 +00:00
Jenkins
c930a0045c Merge "Update destroy include images arg to LONGOPT" 2016-09-07 01:08:07 +00:00
Jenkins
682025c9e2 Merge "Add gnocchi ansible role" 2016-09-06 14:48:52 +00:00
Jenkins
cecf0a3aef Merge "Replace deprecated rabbitmq parametrs" 2016-09-06 14:42:00 +00:00
zhubingbing
89392f4f6a Add gnocchi ansible role
Partially-Implements: blueprint ansible-gnocchi

Change-Id: I8dd0460bd21ac0a233fab0142ec7b6079459bdc2
2016-09-06 13:17:47 +00:00
Mauricio Lima
9e8f7ef3e5 Comment some lines in globals.yml
TrivialFix

Change-Id: Ibd3c18d37833b8abc50a48a258783f2629ef8e83
2016-09-06 08:10:27 -04:00
MD NADEEM
663cbfb063 Correct Murano keystone_authtoken option name
Change below parameters name right <-- wrong

identity_uri <-- auth_url
admin_tenant_name <-- project_name
admin_user <-- username
admin_password <-- passowrd

http://docs.openstack.org/developer/murano/install/manual.html

Change-Id: I9a687567597c3d9b0c04db98d048bfedff4f9438
Closes-Bug: #1620379
2016-09-06 11:27:22 +00:00
Jenkins
ff648fbca3 Merge "Init group owner of /etc/kolla to kolla" 2016-09-06 10:19:31 +00:00
MD NADEEM
cb51a44c9a Replace deprecated rabbitmq parametrs
This patch replace rabbitmq deprecated
paramters with transport_url.

https://github.com/openstack/oslo.messaging/blob/master/oslo_messaging/_drivers/impl_rabbit.py#L112,#L134
https://github.com/openstack/oslo.messaging/blob/master/oslo_messaging/transport.py#L46
https://github.com/openstack/oslo.messaging/blob/master/oslo_messaging/_drivers/impl_rabbit.py#L163,L174

Change-Id: Idbac8aefe9b624d4c386283174fd5fd47a1545b2
Closes-Bug: #1620477
2016-09-06 12:32:27 +05:30
Christian Berendt
aa4b49a2c3 Add cloudkitty containers for type source
Change-Id: I548c20afd7ce7ba27a5475c69c78c7d267ccc24b
Partially-Implements: blueprint cloudkitty-docker
2016-09-06 08:54:21 +02:00
Mauricio Lima
73dd4f6cd8 Fix Typo in quickstart
Change-Id: Id155d0877ca0b7fd4873fbef3fb71d3faf51ee53
2016-09-05 15:30:19 -04:00
Jenkins
48ade16227 Merge "Updating ironic configurations in nova.conf" 2016-09-05 16:07:59 +00:00
Jenkins
3a122697c6 Merge "Add missing Docker images of OpenStack services to README file" 2016-09-05 12:22:53 +00:00
Christian Berendt
93bff1c513 Add missing Docker images of OpenStack services to README file
Change-Id: I1eb9e4560c4ba2e202eec5521c73ffb62f83806b
2016-09-05 10:18:29 +00:00
zhubingbing
97ca36ca06 Add Barbican container dockerfile
Partially-Implements: blueprint barbican-container

Change-Id: I2c4d5df1b35be95f75413067efacc0b401e7ce08
2016-09-05 10:18:01 +00:00
Duong Ha-Quang
a89c9ff396 Init group owner of /etc/kolla to kolla
TrivialFix
Closes-Bug: #1620213

Change-Id: I2446aebafb37add2172d6858be47a6983d461d46
2016-09-05 08:09:06 +00:00
Nguyen Phuong An
23921f11eb Ensure doesn't use LOG.warn
This patchs ensure doesn't use LOG.warn because LOG.warn deprecated
in Python 3 [1]. Using LOG.warning should be used instead.

[1] https://docs.python.org/3/library/logging.html#logging.warning

TrivialFix

Change-Id: I464314b33b8d4f31b6be0a765019e1f5668cc6d9
2016-09-05 04:27:29 +00:00
Jenkins
27b4f6fc7f Merge "Add precheck for ceilometer backend" 2016-09-05 01:39:47 +00:00
Jenkins
7d490a73d9 Merge "Use a local docker image namespace in gate" 2016-09-02 14:40:11 +00:00
Paul Bourke
cd9774baa8 Update destroy include images arg to LONGOPT
Change the argument for including images as part of destroy from '-e
destroy_include_images=yes' to a more consistent --include-images.

TrivialFix

Change-Id: I0a29c69121697cab751578093cc7ca58011eb853
2016-09-02 15:02:06 +01:00
Christian Berendt
bc1a468981 Remove dev/heat note from READE file
We remved the Heat development environment with
I05ac25294516270328ca1fe88f15defeea570306.

Change-Id: I1c2fc6bb67e21af89ca764e5322e1f8bcc823182
2016-09-02 11:55:45 +02:00
Jenkins
46f5e4cee1 Merge "Use the standard start method for kolla-toolbox container" 2016-09-02 09:31:48 +00:00
Jenkins
8c2bbae69e Merge "Move to transport_url for rabbitmq configuration" 2016-09-02 09:22:12 +00:00
Jenkins
b6c40d9deb Merge "Create the nova instances directory when need during starting" 2016-09-01 16:45:57 +00:00
Jenkins
f85ac43be4 Merge "Remove unnecessary host at haproxy in site.yml" 2016-09-01 16:27:56 +00:00
Jenkins
e292379c0c Merge "fix sahara dockerfile" 2016-09-01 16:18:33 +00:00
Jeffrey Zhang
7f8b40538f
Use the standard start method for kolla-toolbox container
TrivialFix

Change-Id: Icb092e47713e0b89859747d6ed4c02b3950d7ced
Signed-off-by: Jeffrey Zhang <zhang.lei.fly@gmail.com>
2016-09-02 00:06:47 +08:00
Jenkins
1e06be81ea Merge "add iproute package in base image." 2016-09-01 15:44:32 +00:00
Jenkins
10ad5c4289 Merge "repair gnocchi dockerfile" 2016-09-01 15:37:10 +00:00
liyingjun
c6dd71411a Add precheck for ceilometer backend
Currently when set enable_ceilometer: true and enable_mongodb: no,
the deploy will fail with ceilometer database creating error.
Add a precheck to avoid this situation in both prechecks and bootstrap.

Change-Id: I2d46ef9adeb8e028f3c18e6bc2d3752cc39bcb29
Closes-bug: #1605522
2016-09-01 23:23:28 +08:00
Jenkins
5c5ef797b0 Merge "Correct permissions to /etc/keystone/domains" 2016-09-01 15:05:49 +00:00
Kevin Fox
db653891a2 add iproute package in base image.
This patch makes the ip tool available.

Kolla-Kubernetes needs it to figure out what ip addresses
are associated with the running containers as they are not
known before hand.

TrivialFix

Change-Id: I4713bb9db471463dedeb4984a55dd86e903ef65b
2016-09-01 07:36:36 -07:00
Jenkins
244bb16d10 Merge "repair aodh image dockerfile" 2016-09-01 14:30:04 +00:00
Jeffrey Zhang
a912b7909a
Use a local docker image namespace in gate
use different a docker namespace name in case it pull image from
hub.docker.io when deplying in gate

TrivialFix

Change-Id: I643000e5d9e597a254a4f12c0c10186d4eb20429
Signed-off-by: Jeffrey Zhang <zhang.lei.fly@gmail.com>
2016-09-01 22:17:57 +08:00
Narasimha SV
2bf3ce5de8 Updating ironic configurations in nova.conf
Irnoic configurations in nova compute node have been changed with
respect to the master code of ironic and nova. admin_url
configuration is with v3 version but other details are with
respect to v2.0 version of keystone authentication.
Updated scheduler_host_manager, compute_driver and admin_url
values in the nova.conf template to support ironic master
branch code.

Change-Id: I78bee3fdf082bcd526507b479be3afaee80ba899
Closes-Bug: #1619211
2016-09-01 10:06:12 -04:00
Jenkins
f1927b717c Merge "Added Ansible playbook for congress deploy" 2016-09-01 13:20:38 +00:00
Jenkins
ac0ba62bdf Merge "Add ansible raw task note, add apt-get update" 2016-09-01 11:41:31 +00:00