Merge lp:~cprov/adt-continuous-deployer/flavor-and-udf-config-tweaks into lp:adt-continuous-deployer

Proposed by Celso Providelo
Status: Merged
Approved by: Celso Providelo
Approved revision: 40
Merged at revision: 39
Proposed branch: lp:~cprov/adt-continuous-deployer/flavor-and-udf-config-tweaks
Merge into: lp:adt-continuous-deployer
Diff against target: 21 lines (+2/-2)
1 file modified
mojo.py (+2/-2)
To merge this branch: bzr merge lp:~cprov/adt-continuous-deployer/flavor-and-udf-config-tweaks
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+257179@code.launchpad.net

Commit message

Adjusting u-d-f configuration channel and bumping default adt image flavor configuration for PS4 and others supported clouds.

Description of the change

Adjusting u-d-f configuration channel and bumping default adt image flavor configuration for PS4 and others supported clouds.

To post a comment you must log in.
Revision history for this message
Francis Ginther (fginther) wrote :

The channel value is correct for the updated u-d-f and channel names. I don't see the need to change m1.small to m1.smaller, but it doesn't impact production either, so I can go either way.

review: Approve
Revision history for this message
Celso Providelo (cprov) wrote :

Francis,

"m1.small" is the bootstack equivalent for cpu1-ram2-disk20 (when --devel is specified)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mojo.py'
2--- mojo.py 2015-04-10 20:20:17 +0000
3+++ mojo.py 2015-04-22 21:05:15 +0000
4@@ -56,7 +56,7 @@
5 }
6
7 c['image'] = {
8- 'channel': 'ubuntu-core/devel-proposed',
9+ 'channel': 'ubuntu-core/rolling/edge',
10 'device': 'generic_amd64',
11 'location': '/tmp/latest-core-image-version',
12 'poll_period': '60'
13@@ -149,7 +149,7 @@
14 '--net-id={}'.format(args.network) if args.devel else '',
15 ]).strip()
16 computed_adt_image_flavor = (
17- 'cpu2-ram2-disk10' if not args.devel else 'm1.smaller')
18+ 'cpu2-ram2-disk50' if not args.devel else 'm1.small')
19
20 create_service_conf(
21 args.project,

Subscribers

People subscribed via source and target branches

to all changes: