ERROR "Could not execute posix command: Permission denied - /etc/init.d/ntp" during MOS deploy

Bug #1435789 reported by Max Yatsenko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Invalid
Critical
Oleksiy Molchanov

Bug Description

GETTING ERROR during MOS deploy:
"ERROR "Could not execute posix command: Permission denied - /etc/init.d/ntp" during MOS deploy"

ISOs:
216: mc0n2-msk.msk.mirantis.net/fuelweb-iso/fuel-6.1-216-2015-03-22_22-54-44.iso.torrent
218: mc0n1-msk.msk.mirantis.net/fuelweb-iso/fuel-6.1-218-2015-03-23_15-29-20.iso.torrent

One of the configurations to reproduce the issue:
1 Controller, Storage - Cinder
1 Compute, Storage - Cinder

During MOS deploying process the folowing error is observed:

"Could not execute posix command: Permission denied - /etc/init.d/ntp"

It can be found int fuel-master -> Logs -> "Other servers" , "puppet", "ERR"
-----------------------------------------------------------------------------

It seems to solve the issue the following file should be updated on fuel-master:
/etc/puppet/modules/cluster/manifests/ntp_ocf.pp

From:

47 file { $service_path:
48 ensure => present,
49 mode => '0644',
50 } ->

To:

47 file { $service_path:
48 ensure => present,
49 mode => '0744',
50 } ->

-----------------------------------------------------------------------------

its possible that these changese are related to the issue:
https://review.openstack.org/#/c/163841/5/deployment/puppet/cluster/manifests/ntp_ocf.pp

Max Yatsenko (myatsenko)
Changed in mos:
importance: Undecided → Critical
description: updated
Max Yatsenko (myatsenko)
description: updated
Changed in mos:
assignee: nobody → Fuel Library Team (fuel-library)
milestone: none → 6.1
no longer affects: mos
Changed in fuel:
assignee: nobody → Fuel Library Team (fuel-library)
milestone: none → 6.1
importance: Undecided → Critical
status: New → Confirmed
Revision history for this message
Oleksiy Molchanov (omolchanov) wrote :

Please provide with diagnostic snapshot.

Changed in fuel:
assignee: Fuel Library Team (fuel-library) → Oleksiy Molchanov (omolchanov)
Revision history for this message
Oleksiy Molchanov (omolchanov) wrote :

I pushed a patch yesterday, try the latest ISO, it must work.

Changed in fuel:
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.