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

efficient airflow worker provisioning #83

Open
7yl4r opened this issue Aug 8, 2018 · 1 comment
Open

efficient airflow worker provisioning #83

7yl4r opened this issue Aug 8, 2018 · 1 comment

Comments

@7yl4r
Copy link
Member

7yl4r commented Aug 8, 2018

Right now our workers are manually set up, but there are more efficient ways to provision workers:

  1. virsh virt-install to spinup virtual machine(s)
  2. docker to set up container(s) like puckel/docker-airflow
  3. Azure powershell new-AzureRmVm

At our current scale it may not be worth it to dig into these, but if we want to scale well beyond a dozen workers it will save a lot of time to explore these.

The main challenges to automating worker provisioning are going to be:

  • hostname configuration
  • network configuration
  • making puppet work within the VM/container
@7yl4r
Copy link
Member Author

7yl4r commented Aug 9, 2018

Setup checklist(s) should be here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant