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

Add the initial playbook handler from GoDaddy #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

krislindgren
Copy link

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
Copy link
Contributor

harlowja commented Nov 6, 2018

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

@harlowja
Copy link
Contributor

harlowja commented Nov 6, 2018

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

@harlowja
Copy link
Contributor

harlowja commented Nov 8, 2018

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

return vault_path


def generate_cloud_inventories(config):
Copy link
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
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
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