mmm / charmtester

Other
4 stars 2 forks source link

Charm needs to be a subordinate #2

Open marcoceppi opened 11 years ago

marcoceppi commented 11 years ago

because it's sexier that way

mmm commented 11 years ago

This charm's got a few distinct bits:

So, the whole shebang should work something like:

juju deploy --config precise-ec2-tester.yaml jenkins precise-ec2-tester
juju deploy --config ec2-testing-account.yaml juju
juju add-relation precise-ec2-tester juju
juju deploy charmtester
juju add-relation jenkins charmtester
mmm commented 11 years ago

once this happens, we can start using config-changed... yay! i.e., we need to move more logic to config-changed once we have this split up. Need to look through the upgrade story eventually too, but they're daily ephemeral builds atm, so it doesn't really matter. We'd like them to live longer and run charm tests per commit on each charm... eventually.