Emilien Macchi 6a46ec6190 undercloud/upgrade: change ownership for ironic-dbsync.log
A change was done in puppet-ironic:
https://review.openstack.org/#/c/457478/

It broke TripleO upgrades because ironic-dbsync.log used to be owned by
root:root and now it's managed by ironic user in puppet-ironic, which is
good.

Because we want to support existing deployments, we need a way to handle
the new owership change, so let's do it in a upgrade task in
undercloud.py. Puppet will be able to run ironic-dbsync and we'll remove
this workaround after Pike release.

Newton backport note:
  Since the Newton version does not have "upgrade" flag passed to install,
  a try..except block was added to handle fresh installations, where
  the affected file does not exist.

Co-Authored-By: Dmitry Tantsur <dtantsur@redhat.com>
Change-Id: I325c30f49b765ef6413743491902e97735877321
(cherry picked from commit 4077ec823c)
2017-11-06 16:58:39 +01:00
2015-09-16 14:20:35 +00:00
2016-06-21 15:40:13 -04:00
2015-11-30 22:56:47 +00:00
2015-11-30 22:56:47 +00:00
2016-09-29 12:58:56 -04:00
2015-05-28 11:27:15 -05:00
2014-02-18 09:48:12 -05:00
2015-06-26 22:55:50 +02:00
2017-03-17 22:44:27 +00:00

Undercloud Install via instack

instack-undercloud is tooling for installing a TripleO undercloud.

It is part of the TripleO project: http://docs.openstack.org/developer/tripleo-docs/index.html

Description
RETIRED, A utility to run diskimage-builder undercloud elements on a running host
Readme 20 MiB