Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add caas provisoner worker skeleton and manifolds #45
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedNov 17, 2017
Description of change
Introduce a CAAS provisioner worker and infrastructure needed to start it.
There are now separate IAAS and CAAS manifold configs to start only the relevant workers for a given model type.
Under the top level juju/juju/caas package, create a kubernetes package and move kubernetes specific stuff there. Add a kubernetes provider/broker which is created by a tracker worker and passed to the caas provisioner.
A followup PR will add the real facades and finish wiring everything up.
QA steps
Smoke test an IAAS deployment.