Move back to docker-site.yaml for ceph ansible update

The rolling-update for ceph ansible is broken now,
so we have to switch to the docker site playbook
instead

Closes-Bug: 1734307
Change-Id: I41f638b0a7df903bd95ab8d42241249d6ec1043a
This commit is contained in:
Mathieu Bultel 2017-11-24 11:11:58 +01:00 committed by Giulio Fidente
parent bb52d24649
commit 1020a23ae9
2 changed files with 4 additions and 4 deletions

View File

@ -65,8 +65,8 @@ class TestOvercloudUpdate(fakes.TestOvercloudUpdate):
self.app.client_manager,
container='mystack',
container_registry={'fake_container': 'fake_value'},
ceph_ansible_playbook='/usr/share/ceph-ansible/infrastructure-'
'playbooks/rolling_update.yml',
ceph_ansible_playbook='/usr/share/ceph-ansible'
'/site-docker.yml.sample',
)
@mock.patch('tripleoclient.workflows.package_update.update',

View File

@ -62,8 +62,8 @@ class UpdateOvercloud(command.Command):
)
parser.add_argument('--ceph-ansible-playbook',
action="store",
default="/usr/share/ceph-ansible/infrastructure-"
"playbooks/rolling_update.yml",
default="/usr/share/ceph-ansible"
"/site-docker.yml.sample",
help=_('Path to switch the ceph-ansible playbook '
'used for update. This value should be set '
'during the init-minor-update step.')