Skip to content

Add the initial playbook handler from GoDaddy#15

Open
krislindgren wants to merge 1 commit into
ToolsForHumans:masterfrom
krislindgren:add_playbook_handler
Open

Add the initial playbook handler from GoDaddy#15
krislindgren wants to merge 1 commit into
ToolsForHumans:masterfrom
krislindgren:add_playbook_handler

Conversation

@krislindgren

Copy link
Copy Markdown

This includes all sorts of GD specific refrences that need to be
refactored, but at least a base handler is here now.

This includes all sorts of GD specific refrences that need to be
refactored, but at least a base handler is here now.
@harlowja

harlowja commented Nov 6, 2018

Copy link
Copy Markdown
Contributor

How about we kick all the GD stuff out first :)

@harlowja

harlowja commented Nov 6, 2018

Copy link
Copy Markdown
Contributor

(honestly there isn't alot to kick out, would just be nice to d o that now vs later).

@harlowja

harlowja commented Nov 8, 2018

Copy link
Copy Markdown
Contributor

Actually, I guess there isn't that much GD stuff, just some kolla stuff.

return vault_path


def generate_cloud_inventories(config):

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we cut this out somehow?

return inventories


def generate_kolla_ansible_extra_vars(working_dir,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same with this :)

if not enabled:
return False
all_found = utils.can_find_all_executables(
["ansible-playbook", 'render-ansible', 'git'], logger=LOG)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's 'render-ansible' ;)

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

Successfully merging this pull request may close these issues.

3 participants