Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to install glance-api component #8

Open
ilivessevili opened this issue Oct 21, 2015 · 1 comment
Open

failed to install glance-api component #8

ilivessevili opened this issue Oct 21, 2015 · 1 comment

Comments

@ilivessevili
Copy link

the detailed error log can be found https://gist.github.com/ilivessevili/adcc476a5f14d1a8d610

@ilivessevili
Copy link
Author

after comments out code block for installing cloudbase theme the script works!
...
exec { 'get-openstack-dashboard-theme':
command => 'wget -q https://github.com/cloudbase/horizon-cloudbase/releases/\
download/2015.1.1/openstack-dashboard-cloudbase-theme.deb -O
/tmp/openstack-dashboard-cloudbase-theme.deb',
unless => [ 'test -f /tmp/openstack-dashboard-cloudbase-theme.deb' ],
path => [ '/usr/bin/', '/bin' ],
}
->
package { 'openstack-dashboard-ubuntu-theme':
ensure => absent,
}
->
package { 'openstack-dashboard-cloudbase-theme':
ensure => latest,
provider => dpkg,
source => '/tmp/openstack-dashboard-cloudbase-theme.deb'
}
~> Service['apache2']
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant