Script Sets env_vars and calls ansible playbook Make sure to set ocm_user and ocm_password. Running playbook: capa-cluster-create-rosa-hcp.yml [WARNING]: No inventory was parsed, only implicit localhost is available [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' PLAY [Create ROSA-HCP Cluster] ************************************************* TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Prepare ansible runner host] ********************************************* skipping: [localhost] TASK [Login OCP] *************************************************************** included: /Users/tinafitzgerald/acm_dev/automation-capi/tasks/login_ocp.yml for localhost TASK [Login OCP with kubeadmin] ************************************************ changed: [localhost] TASK [include_tasks] *********************************************************** skipping: [localhost] TASK [Enable capi] ************************************************************* included: /Users/tinafitzgerald/acm_dev/automation-capi/tasks/update_enabled_flag.yml for localhost TASK [Construct patch string] ************************************************** changed: [localhost] TASK [Get name of MCE] ********************************************************* changed: [localhost] TASK [Apply patch [{"op": "add", "path": "/spec/overrides/components/-","value":{"name":"cluster-api-preview","enabled":true}}] to MCE multiclusterengine] *** changed: [localhost] TASK [Enable capa] ************************************************************* included: /Users/tinafitzgerald/acm_dev/automation-capi/tasks/update_enabled_flag.yml for localhost TASK [Construct patch string] ************************************************** changed: [localhost] TASK [Get name of MCE] ********************************************************* changed: [localhost] TASK [Apply patch [{"op": "add", "path": "/spec/overrides/components/-","value":{"name":"cluster-api-provider-aws-preview","enabled":true}}] to MCE multiclusterengine] *** changed: [localhost] TASK [capa-cluster-create-rosa-hcp : Create output folder] ********************* included: /Users/tinafitzgerald/acm_dev/automation-capi/tasks/create_output_folder.yml for localhost TASK [capa-cluster-create-rosa-hcp : Create output folder] ********************* changed: [localhost] => (item=absent) changed: [localhost] => (item=directory) TASK [capa-cluster-create-rosa-hcp : print output folder] ********************** ok: [localhost] => { "msg": "output_dir: /Users/tinafitzgerald/output " } TASK [capa-cluster-create-rosa-hcp : Create ns-rosa-hcp namespace] ************* changed: [localhost] TASK [capa-cluster-create-rosa-hcp : Set ClusterManager cluster_role_binding] *** included: /Users/tinafitzgerald/acm_dev/automation-capi/tasks/set_cluster_role_binding.yml for localhost TASK [capa-cluster-create-rosa-hcp : Create cluster-role-binding.yaml] ********* changed: [localhost] TASK [capa-cluster-create-rosa-hcp : Set ClusterRoleBinding registration_configuration] *** included: /Users/tinafitzgerald/acm_dev/automation-capi/tasks/set_registration_configuration.yml for localhost TASK [capa-cluster-create-rosa-hcp : Create clustermanager-registration-configuration.yaml] *** changed: [localhost] TASK [capa-cluster-create-rosa-hcp : Create AWS Credentials] ******************* included: /Users/tinafitzgerald/acm_dev/automation-capi/tasks/create_aws_credentials.yml for localhost TASK [capa-cluster-create-rosa-hcp : Get AWS Credentials] ********************** changed: [localhost] TASK [capa-cluster-create-rosa-hcp : Create capa-manager-bootstrap-credentials.yaml from template] *** changed: [localhost] TASK [capa-cluster-create-rosa-hcp : Restart capa-controller-manager deployment.] *** included: /Users/tinafitzgerald/acm_dev/automation-capi/tasks/restart_capa_controller_manager.yml for localhost TASK [capa-cluster-create-rosa-hcp : Restart the capa-controller-manager deployment.] *** changed: [localhost] TASK [capa-cluster-create-rosa-hcp : Create rosa-creds-secret.] **************** included: /Users/tinafitzgerald/acm_dev/automation-capi/tasks/create_rosa_creds_secret.yml for localhost TASK [capa-cluster-create-rosa-hcp : Create rosa-creds-secret] ***************** changed: [localhost] TASK [capa-cluster-create-rosa-hcp : Set the AWSCusterControllerIdentity] ****** included: /Users/tinafitzgerald/acm_dev/automation-capi/tasks/set_aws_identity.yml for localhost TASK [capa-cluster-create-rosa-hcp : Set the AWSClusterControllerIdentity] ***** changed: [localhost] TASK [capa-cluster-create-rosa-hcp : Apply the ROSAControlPlane custom template.] *** included: /Users/tinafitzgerald/acm_dev/automation-capi/tasks/create_rosa_control_plane.yml for localhost TASK [capa-cluster-create-rosa-hcp : Create the ROSAControlPlane] ************** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=30 changed=17 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0