7225 Commits

Author SHA1 Message Date
Jenkins
42ef7ddffb Merge "Fix 'node_config_directory' variable bad usage" 2017-04-18 04:02:53 +00:00
Jenkins
0fe024df04 Merge "Fix panko mongo idempotency" 2017-04-17 14:33:30 +00:00
Jenkins
5be2a8d6a0 Merge "Fix ceph role set target_max_bytes for cache pools" 2017-04-17 11:37:05 +00:00
Mark Goddard
07453f3460 Use ironic-inspector user for ironic inspector
This change updates the ironic_inspector container deployment tasks
to use the new kolla ironic-inspector image (see kolla change
Ibdc5ba35db61f4974d4282aff34bcb5ccd952d45). The new image uses the
ironic-inspector user rather than the ironic user to execute the
ironic inspector service as this more closely aligns with what is
typically done by downstream packagers (specifically, Ubuntu and
RDO).

This change sets the owner and group to ironic-inspector when
copying configuration files into place, and uses the log directory
/var/log/kolla/ironic-inspector.

Change-Id: I8579d5c2d741636406ff60bececc74b50743b83e
Depends-On: Ibdc5ba35db61f4974d4282aff34bcb5ccd952d45
Closes-Bug: #1624457
2017-04-17 09:00:00 +01:00
Jenkins
d17fc56836 Merge "Add barbican_crypto_password key in passwords.yml file" 2017-04-17 05:00:55 +00:00
Jenkins
63d729be88 Merge "Remove neutron_metadata_socket volume from agents" 2017-04-17 03:27:15 +00:00
Jeffrey Zhang
fb9ab70e6f Add barbican_crypto_password key in passwords.yml file
Change-Id: Ib966858f0422521e8896404ad458ea23143083e0
Closes-Bug: #1683216
2017-04-17 10:28:29 +08:00
ShunliZhou
519283d85c Add kolla-ansible to operating-kolla.rst document
Add description of how to use kolla-ansible command.

Change-Id: I74bc7eaea0ce393225473ce2ca608d399a64a584
2017-04-17 09:31:59 +08:00
OpenStack Proposal Bot
a148895098 Updated from global requirements
Change-Id: Ibb7a51e736de2a7d1a711b08c253292ea04eb071
2017-04-15 17:43:22 +00:00
Jenkins
f268443a0c Merge "OVS Role release note" 2017-04-14 15:45:07 +00:00
Bertrand Lallau
a49e18a73f Fix Grafana config file template to use variables
Grafana session/provider_config property actually uses a static user
and a static database name.
If grafana_database_user and grafana_database_name default value is
changed, the config generated will not be updated accordingly.

Change-Id: I517daab5439ab1aef56a4b3a11104bd0717223bf
Closes-Bug: #1682810
2017-04-14 14:40:53 +02:00
shaofeng_cheng
cd103b187b Fix ceph role set target_max_bytes for cache pools
Ceph is not able to determine the size of a cache pool automatically,
so the configuration on the absolute size is required here
otherwise the flush/evict will not work.
see
http://docs.ceph.com/docs/master/rados/operations/cache-tiering/

Change-Id: I4d4abb50787093a292e1ee6eb790c10ecf5ccb94
Closes-Bug: #1654375
2017-04-14 18:11:33 +08:00
Chen
e9f23105aa Add info about RabbitMQ requirement on quickstart
Add info about hostname resolution requirement for RabbitMQ on
quickstart page, corresponding to the docimpact resulted from
a previous merged commit https://review.openstack.org/#/c/294713/.

Closes-Bug: #1559809

Change-Id: I671e7d897412859f606ea88e78ac63605bd8824b
2017-04-14 17:32:39 +09:00
Jenkins
55b51c2a3e Merge "Fix the "Creating the Zun service and endpoint" failed" 2017-04-14 05:37:28 +00:00
Michal (inc0) Jastrzebski
92f9a7e640 OVS Role release note
We missed it in change, but this is important to note

Change-Id: I6abb4a963d0d9340f9e6e24c9abd9f99ec72867f
2017-04-13 16:41:24 +00:00
Jenkins
62c5ba1e94 Merge "Remove the variable redefined in deploy-servers.yml" 2017-04-13 15:39:25 +00:00
Bertrand Lallau
3170b6c2a7 Fix 'node_config_directory' variable bad usage
Some roles made a bad usage of the 'node_config_directory' variable.

As described here:
https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L16

'node_config_directory' is the directory to store the config files on
the destination node.

This variable MUST be changed to 'node_custom_config'.
Futhermore this will unified all roles.

Closes-Bug: #1682445
Change-Id: Id8d8a1268c79befac8938c1e0396267314b40301
2017-04-13 17:15:24 +02:00
Jenkins
f9e7e8e893 Merge "Split Openvswitch into own role" 2017-04-13 14:39:16 +00:00
Eduardo Gonzalez
6dfb430dc3 Add zun startup guide documentation
Zun need some changes in the docker daemon prior
to deploy.
Add some verification steps after deployment.

This change add a global deploy and verification steps.

Change-Id: Id02e5c32bc92c51bff04b2c5bc81f234f25bc5ca
2017-04-13 13:59:24 +01:00
Bertrand Lallau
a6a76a7b74 Fix Freezer service config override issue
Freezer service configuration can't be override has describe here:
https://github.com/openstack/kolla-ansible/blob/master/doc/advanced-configuration.rst#L161

Kolla-ansible should look for files in /etc/kolla/config/ but it doesn't
take config files into account. This patch fix it.

Change-Id: Ia7d8d0892d13ba9785951a7b1291abb868fc714b
Closes-Bug: #1682404
2017-04-13 14:00:21 +02:00
Duong Ha-Quang
d929359550 Add graceful_timeout argument to kolla_docker
Currently, when stoping/restarting container, Kolla uses default timeout value
between SIGTERM and SIGKILL provided by docker which is 10 sec. But some
services require more than it to finish graceful shutdown progress.

This patchset adds graceful_timeout to kolla_docker to override the default
one.

Partial Implements: bp signaling-to-container

Change-Id: Ica0b48a53c650cc23dfa1955027d2cf936a5932f
2017-04-13 16:53:14 +07:00
shaofeng_cheng
a2568df906 Fix ceilometer meters for swift service
Enable Object Storage meters by ceilometer.
see
https://docs.openstack.org/project-install-guide/telemetry/draft/swift/install-swift-ubuntu.html

Change-Id: Ic80e02eacbe502280e09de6b845c0c7475273d6e
Closes-Bug: #1668826
2017-04-13 10:06:44 +08:00
Bertrand Lallau
3ecfd4e7d0 Magnum: add oslo_messaging_notifications config
Magnum can send RPC notifications to Ceilometer as define here:
https://github.com/openstack/ceilometer/blob/master/ceilometer/pipeline/data/event_definitions.yaml#L554

oslo_messaging_notifications section MUST be managed in magnum.conf file.

Change-Id: I6cafa6666bcb1fc15bf08ef049f0044e788eb98b
Closes-Bug: #1677655
2017-04-12 20:19:48 +00:00
Jenkins
d559f8096f Merge "Add gnocchi backend precheckes for ceilometer" 2017-04-12 12:24:13 +00:00
Jenkins
06040e5443 Merge "Congress: remove oslo_messaging_notifications config" 2017-04-12 12:22:00 +00:00
Jenkins
30ca34bc1a Merge "Fix outdated InfluxDB configuration" 2017-04-12 12:18:09 +00:00
Jenkins
ba81fc8b5e Merge "Revert "Fix Fluentd warn on dnsmasq.log file parsing"" 2017-04-12 12:15:55 +00:00
shaofeng_cheng
c85e0464df Remove show_multiple_locations in glance-api
This option is deprecated for removal since Newton.
This option will be removed in the Pike release or later because the
same functionality can be achieved with greater granularity by using policies.
Please see the Newton release notes for more information.

see:
https://docs.openstack.org/ocata/config-reference/image/glance-api.conf.html
https://docs.openstack.org/releasenotes/glance/newton.html

Change-Id: I54e090cb89cfeeb78b890e335cf4eeee45275fbf
Closes-Bug: #1682070
2017-04-12 17:57:27 +08:00
Jenkins
3fabf08a2e Merge "Nova_backend_ceph variable mobile location." 2017-04-12 09:52:27 +00:00
Jenkins
682ed1c9da Merge "Temporaly fix deploy gate" 2017-04-12 09:31:30 +00:00
Jenkins
6139a3ca7a Merge "Fix Multi-regions nova support boot from volume" 2017-04-12 09:07:24 +00:00
zhuzeyu
a308a2c409 Remove the variable redefined in deploy-servers.yml
The 'ansible_python_interpreter' has already defined in /etc/bifrost/bifrost.yml
we should remove the redundant variable

Change-Id: Ie799170d3318a731d31e1f39bcf940a1b220bd53
2017-04-12 15:53:36 +08:00
Jenkins
4545fcb420 Merge "fix typo" 2017-04-12 07:42:35 +00:00
Jenkins
3371152960 Merge "Unmount Ceph OSD disks as part of destroy" 2017-04-12 07:11:08 +00:00
shaofeng_cheng
7a5a8cbe92 Nova_backend_ceph variable mobile location.
Nova_backend_ceph variable move to Enabling External Ceph group in
external-ceph-guide file.

Change-Id: I1cd3deb184a75868070b3e4ab6d91fba12d6ab9b
2017-04-12 14:39:35 +08:00
zhubingbing
11d26e6c2c
Fix Multi-regions nova support boot from volume
Change-Id: I6c725efd9d08a079ced2abca5be188b6ceac55c2
Closes-bug: #1682000
2017-04-12 12:29:26 +08:00
Marcus G K Williams
9badc4de21 Split Openvswitch into own role
Creates Openvswitch role and splits
openvswitch from Neutron role to enable
third party networking solutions that use
Openvswitch or customize Openvswitch.
For example Openvswitch with dpdk or
OpenDaylight.

Change-Id: I5a41c42c5ec0a5e6999b2570ddac0f5efc3102ee
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com>
Partially-Implements: blueprint opendaylight-support
2017-04-11 16:15:35 -07:00
Eduardo Gonzalez
de4747afae Temporaly fix deploy gate
Nova service-list is returning empty registered service
when in database they are. Because of this, simple_cell_setup
is not executed and deploy stucks waiting for nova-compute.

This change temporaly checks the database for existing nova services
instead of openstack compute service list.

This change will need to be reverted once the command is fixed.

Change-Id: Ic508eb3ff03b5f233186353fc7697305cc792d14
2017-04-11 18:10:06 +01:00
Jenkins
f1759c3a1c Merge "Detect openstack_release variable in mariadb recovery playbooks" 2017-04-11 16:18:29 +00:00
Jenkins
7aec66069e Merge "Remove dead code from cleanup-host.sh script" 2017-04-11 15:17:03 +00:00
Jenkins
ac5927cf3e Merge "Use utf8_general_ci collation as a default collation" 2017-04-11 14:55:42 +00:00
Bertrand Lallau
1077da7262 Remove dead code from cleanup-host.sh script
sourcing validate-docker-execute.sh script is not needed anymore and
should be removed.

Change-Id: Ie40ddcd36e71337d94f49467bfb0f8aae50353f7
2017-04-11 16:51:10 +02:00
Paul Bourke
e27165edc5 Unmount Ceph OSD disks as part of destroy
This seems to have got lost during repo split. Adding it back in now.

Change-Id: Ic0b0f5efb12eab58e7872b30611a39640dc44cc2
Closes-Bug: #1629224
(cherry picked from commit e1a2f99014a1aeb3697e8ec3c999cdc12380376b)
2017-04-11 13:45:08 +00:00
youri jeong
f8322dffd3 fix typo
fix typo for specs/kubernetes-deployment.rst, tools/ovs-dpdkctl.sh, tools/setup_gate.sh

'managment' -> 'management'
'seperated' -> 'separated'
'occuring' -> 'occurring'
'discribed' -> 'described'
'recomended' -> 'recommended'
'thier' -> 'their'

Change-Id: Ie59c600698c965cebd9a541b951d704eda9301cb
2017-04-11 12:08:19 +00:00
Eduardo Gonzalez
39627f0456 Fix panko mongo idempotency
Panko fails to create users in mongo when deploy
is executed more than once.

Change-Id: I89d164220e874f7cffe0f2c70797c61a147bcafb
Closes-Bug: #1681747
2017-04-11 10:50:47 +01:00
Bertrand Lallau
a7ad449a57 Remove kolla_logs_volume unused variable
It should be removed during Heka cleanup made in the following review:
https://review.openstack.org/#/c/384122/

Change-Id: I4cb808e4f607f582bd143ca9c6e355ec44d1b961
2017-04-11 11:16:55 +02:00
Jenkins
9a2df7e5a5 Merge "Revert "Remove useless variable glance_backend_file"" 2017-04-11 07:46:30 +00:00
Jeffrey Zhang
f9899fbfc1 Detect openstack_release variable in mariadb recovery playbooks
Change-Id: Icb9b097299011cc09f3012bbee9629a5457c920c
Closes-Bug: #1681316
2017-04-11 07:38:25 +00:00
Bertrand Lallau
0a95528da8 Remove all Ubuntu 14.04 related documentation
Last Openstack version supported on Ubuntu 14.04 is Mitaka. Hence Ubuntu
14.04 related documentation can be remove since Kolla Newton release.

Change-Id: Ibedd9dea659fc787660e44909573a59339b870c3
2017-04-10 16:30:08 +00:00
Jenkins
766ae5fcb6 Merge "Fix documentation for kolla_docker image pulling" 2017-04-10 09:13:01 +00:00