cloudera-labs / cloudera-deploy

A general purpose framework for automating Cloudera Products
Apache License 2.0
63 stars 61 forks source link

PvC example using ansible-navigator and collection playbooks #119

Closed jimright closed 9 months ago

jimright commented 1 year ago

Example of CDP Private Cloud deployment using v2 of Cloudera-Deploy.

cmperro commented 12 months ago

Execution Observations:

Had to add ansible_ssh_common_args: '-o ProxyCommand="ssh -o User=ec2-user -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i /runner/.ssh/field.pem -W %h:%p -q 52.90.243.234"'

to my config.yml for mac so that ssh would work within the navigator.

jimright commented 9 months ago

Closing. @wmudge will open new PR with updated infra deployment.