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

WIP - Update makefile - Do Not Merge #89

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

BenGalewsky
Copy link

Problem

We need to be able to tie together several processes for deploying workbench, including:

  • Provisioning VMs in OpenStack
  • Installing Kubernetes
  • Deploying workbench services and pods

This PR is an initial attempt at creating a makefile to join all of these processes together into a single
paradigm.

Approach

Externalized configuration files used by the Terraform Process and created a makefile command to execute.

Externalized configuration for Kubespray ansible playbook and added makefile command for it too.

Migrated the templates from NDSLabs-Startup and wrote makefile targets to apply each of them.

Status

This is not yet complete and fully functional. Please try out the README and review the overall direction.

BenGalewsky and others added 5 commits February 5, 2018 15:42
- Externalize the .tfvars file
- Add target to install a demo user account
- Add target to label the worker nodes
- Copy the k8s-cluster.yml customizations into the kubespray deploy
- Update README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant