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 ByonLocationResourcesConfigurator for alien1.3.4 #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Padow
Copy link
Contributor

@Padow Padow commented Aug 11, 2017

There were a bug with the ByonLocationResourcesConfigurator with alien1.3.4
Due to the ansible playbook.
In alien1.3.4 the Create on-demand location resource response is different from the 1.4.x.

Indeed the resourceId is available at "result.json.data.id"
So I changed this

- set_fact:
    resourceId: "{{ result.json.data.resourceTemplate.id }}"

by this

- set_fact:
    resourceId: "{{ result.json.data.id }}"

In the ansible playbook

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.

1 participant