Skip to content

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