Cannot test manual deploys with wily
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-ci-tools |
Fix Released
|
High
|
Curtis Hovey |
Bug Description
Passing the series wily to deploy_stack is not enough to provision wily instances:
deploy_job.py --series wily manual extracted-
We see precise was selected
machines:
"0":
agent-state: started
agent-version: 1.26-alpha1
dns-name: ec2-52-
instance-id: 'manual:'
series: precise
hardware: arch=amd64 cpu-cores=1 mem=7450M
state-
"1":
agent-state: started
agent-version: 1.26-alpha1
dns-name: ec2-52-
instance-id: manual:
series: precise
hardware: arch=amd64 cpu-cores=1 mem=7450M
"2":
agent-state: pending
agent-version: 1.26-alpha1
dns-name: ec2-52-
instance-id: manual:
series: precise
hardware: arch=amd64 cpu-cores=1 mem=7450M
Related branches
- Martin Packman (community): Approve
-
Diff: 100 lines (+32/-7)3 files modifieddeploy_stack.py (+1/-1)
substrate.py (+11/-2)
test_substrate.py (+20/-4)
Changed in juju-ci-tools: | |
assignee: | nobody → Curtis Hovey (sinzui) |
status: | Triaged → In Progress |
Changed in juju-ci-tools: | |
status: | In Progress → Fix Released |