Skip to content

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.

2 participants