cloudera-labs / cloudera.exe

cloudera.exe -- an Ansible collection enabling runlevel management of CDP Public Cloud deployments as well as numerous utilities for deployments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect references to AWS policy documents

Chaffelson opened this issue · comments

The data role duplicates the listing of AWS Policy documents for Cloudbreak, and is incorrect.
The policy documents URL should be moved to common and referred to in both other roles.

Incorrect:

data__aws_policy_urls_default_root: "https://github.com/hortonworks/cloudbreak/raw/master/cloud-aws/src/main/resources/definitions/cdp"

Correct, but should be moved:

plat__aws_policy_urls_default_root: "https://github.com/hortonworks/cloudbreak/raw/master/cloud-aws-common/src/main/resources/definitions/cdp"