You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
Currently etcd nodes are staged to be deployed separately in the AWS deployer and should deploy converged with the Masters as recommended by 3.11 architecture documentation.
Removing etcd from the cloud infrastructure definitions in group_vars/all.yaml results in a failed process of the cloudformations template.
Removing etcdnodes from the cloudformations template (casl-ansible/roles/manage-aws-infra/defaults/main.yml) results in AnsibleUndefinedVariable: 'aws_etcd_zones' is undefined.
The text was updated successfully, but these errors were encountered:
I'm a bit confused here @mbach04, why are you editing defaults/main.yml file? This is not the way to customise your infra "skeleton". That Ansible dictionary must be configured in your inventory.
Currently etcd nodes are staged to be deployed separately in the AWS deployer and should deploy converged with the Masters as recommended by 3.11 architecture documentation.
Removing etcd from the cloud infrastructure definitions in
group_vars/all.yaml
results in a failed process of the cloudformations template.Removing
etcdnodes
from the cloudformations template (casl-ansible/roles/manage-aws-infra/defaults/main.yml) results inAnsibleUndefinedVariable: 'aws_etcd_zones' is undefined
.The text was updated successfully, but these errors were encountered: