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 container support for model-config cloudinit-userdata. #8211
Conversation
| + callback environs.StatusCallbackFunc, | ||
| +) (instance.Instance, *instance.HardwareCharacteristics, error) { | ||
| + m.MethodCall(m, "CreateContainer", instanceConfig, cons, series, network, storage, callback) | ||
| + //return nil, nil, m.NextErr() |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://ci.jujucharms.com/job/github-merge-juju |
jujubot
merged commit 77dd3bf
into
juju:2.3
Dec 13, 2017
1 check failed
continuous-integration/jenkins/pr-merge
This commit cannot be built
Details
hmlanigan
deleted the
hmlanigan:cloudinit-part3
branch
Dec 13, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hmlanigan commentedDec 13, 2017
•
Edited 1 time
-
hmlanigan
Dec 13, 2017
Description of change
Use the data provided in model-config cloudinit-userdata by adding it to the juju created
cloudinit files used for containers provisioned on juju machines. This is a follow-on to PR 8188.
This PR will be followed up with changes to handle bootcmd like runcmd is.
QA steps
Documentation changes
N/A
Bug reference
N/A