Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upping Bastion AWS image type as Ansible is run is failing due to lack of memory. #59

Merged
merged 1 commit into from
Aug 8, 2018

Conversation

cl0udf0x
Copy link

@cl0udf0x cl0udf0x commented Aug 7, 2018

  • When installing logging aggregation Ansible run fails with following error:
    ERROR! Unexpected Exception: [Errno 12] Cannot allocate memory
  • Increased the memory on the Bastion host by changing the AWS image from t2.micro to type t2.small to resolve the issue.

To reproduce, change logging install to true and run the following from Bastion host:
ANSIBLE_HOST_KEY_CHECKING=False /usr/local/bin/ansible-playbook -i ./inventory.cfg ./openshift-ansible/playbooks/openshift-logging/config.yml

Thanks for sharing this repo!

@dwmkerr
Copy link
Owner

dwmkerr commented Aug 8, 2018

Hi @cl0udf0x thanks so much for sharing this! Super useful, much appreciated 😄

@dwmkerr dwmkerr merged commit 7a928d3 into dwmkerr:master Aug 8, 2018
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.

2 participants