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

Add murano barclamp #510

Closed
wants to merge 2 commits into
base: master
from

Conversation

7 participants
@Itxaka
Contributor

Itxaka commented Aug 22, 2016

No description provided.

@Itxaka Itxaka closed this Aug 22, 2016

@Itxaka Itxaka reopened this Aug 22, 2016

@Itxaka

This comment has been minimized.

Show comment
Hide comment
@Itxaka

Itxaka Dec 28, 2016

Contributor

rebased

Contributor

Itxaka commented Dec 28, 2016

rebased

@@ -0,0 +1,22 @@
#!/usr/bin/env ruby
#
# Copyright 2016, SUSE LINUX GmbH

This comment has been minimized.

@nicolasbock

nicolasbock Jan 3, 2017

Member

The year is outdated now :)

@nicolasbock

nicolasbock Jan 3, 2017

Member

The year is outdated now :)

Show outdated Hide outdated chef/cookbooks/murano/attributes/default.rb
Show outdated Hide outdated chef/cookbooks/murano/definitions/murano_service.rb
Show outdated Hide outdated chef/cookbooks/murano/libraries/helpers.rb
Show outdated Hide outdated chef/cookbooks/murano/metadata.rb
@@ -0,0 +1,29 @@
#
# Copyright 2016, SUSE LINUX Products GmbH

This comment has been minimized.

@nicolasbock

nicolasbock Jan 3, 2017

Member

year

@nicolasbock
@@ -0,0 +1,112 @@
# Copyright 2016, SUSE LINUX GmbH

This comment has been minimized.

@nicolasbock

nicolasbock Jan 3, 2017

Member

year

@nicolasbock
@@ -0,0 +1,41 @@
#
# Copyright 2016, SUSE LINUX GmbH

This comment has been minimized.

@nicolasbock

nicolasbock Jan 3, 2017

Member

year

@nicolasbock
@@ -0,0 +1,38 @@
#
# Copyright 2016, SUSE LINUX GmbH

This comment has been minimized.

@nicolasbock

nicolasbock Jan 3, 2017

Member

year

@nicolasbock
order: 140
run_order: 140
chef_order: 140
proposal_schema_version: 3

This comment has been minimized.

@nicolasbock

nicolasbock Jan 3, 2017

Member

missing newline?

@nicolasbock

nicolasbock Jan 3, 2017

Member

missing newline?

@Itxaka

This comment has been minimized.

Show comment
Hide comment
@Itxaka

Itxaka Jan 9, 2017

Contributor

@nicolasbock Fixed year+newlines

Contributor

Itxaka commented Jan 9, 2017

@nicolasbock Fixed year+newlines

user node[:murano][:user]
group node[:murano][:group]
only_if { File.exist?(node[:murano][:core_package_location]) }
end

This comment has been minimized.

@houndci-bot

houndci-bot Jan 23, 2017

Style/TrailingBlankLines: Final newline missing. (https://github.com/bbatsov/ruby-style-guide#newline-eof)

@houndci-bot
@rsalevsky

This comment has been minimized.

Show comment
Hide comment
@rsalevsky

rsalevsky Mar 2, 2018

Member

I think we won't add this in Cloud 8 but if we get a request we can use this as a base.

Member

rsalevsky commented Mar 2, 2018

I think we won't add this in Cloud 8 but if we get a request we can use this as a base.

@rsalevsky rsalevsky closed this Mar 2, 2018

@Itxaka

This comment has been minimized.

Show comment
Hide comment
@Itxaka

Itxaka Mar 2, 2018

Contributor

So long murano, it was nice while it lasted 😗

Contributor

Itxaka commented Mar 2, 2018

So long murano, it was nice while it lasted 😗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment