Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Baur
cloudify3
Commits
b4533f32
Commit
b4533f32
authored
Jun 17, 2015
by
Daniel Baur
Browse files
Fixed error with install lifecycle of ghost
parent
03e1ef27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ghost-openstack/scripts/ghost/ghost.py
ghost-openstack/scripts/ghost/ghost.py
+1
-1
ghost-openstack/types/ghost.yaml
ghost-openstack/types/ghost.yaml
+2
-2
No files found.
ghost-openstack/scripts/ghost/ghost.py
View file @
b4533f32
...
...
@@ -30,7 +30,7 @@ CONFIG_PATH = '/opt/ghost/config.js'
TEMPLATE_RESOURCE_NAME
=
'resources/ghost/ghost.default.template'
def
install
(
):
def
configure
(
subject
=
None
):
ctx
.
logger
.
info
(
'Configuring ghost.'
)
...
...
ghost-openstack/types/ghost.yaml
View file @
b4533f32
...
...
@@ -46,12 +46,12 @@ node_types:
derived_from
:
cloudify.nodes.ApplicationModule
interfaces
:
cloudify.interfaces.lifecycle
:
install
:
configure
:
implementation
:
scripts/ghost/ghost.py
inputs
:
invocation
:
default
:
function
:
install
function
:
configure
start
:
implementation
:
scripts/ghost/ghost.py
inputs
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment