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

Add CAASApplicationProvisioner facade. #11961

Merged
merged 1 commit into from Sep 3, 2020
Merged

Conversation

hpidcock
Copy link
Member

@hpidcock hpidcock commented Sep 3, 2020

Description of change

Adds CAASApplicationProvisioner facade to provide charm, provisioning info, password setting and unit garbage collection.

The purpose behind API and APIGroup for the apiserver facades is to keep testing of the API and it's required state to just the new facade and not the common facade code.

QA steps

Unit Tests. Need worker to test thoroughly.

Documentation changes

N/A

Bug reference

N/A

Copy link
Member

@ycliuhw ycliuhw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks!

@@ -15,6 +15,7 @@ import (
const (
JujudOCINamespace = "jujusolutions"
JujudOCIName = "jujud-operator"
JujuK8sAgentName = "k8sagent"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have we already split k8sagent from jujud-operator(the build process)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep that was landed earlier

cloudconfig/podcfg/image.go Outdated Show resolved Hide resolved
@hpidcock hpidcock merged commit 371a5d0 into juju:k8s-spike Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants