~rvb/maas/bug-1384001-redux-2

« back to all changes in this revision

Viewing changes to qa/checkbox/juju.txt

  • Committer: Gavin Panella
  • Date: 2012-03-15 13:58:32 UTC
  • mto: This revision was merged to the branch mainline in revision 291.
  • Revision ID: gavin.panella@canonical.com-20120315135832-8i2rkbvp6gwdhkzt
Change MaaS to MAAS everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
name: juju/bootstrap
3
3
description:
4
4
 PURPOSE:
5
 
     This will test that you can bootstrap a Juju environment using a MaaS server.
 
5
     This will test that you can bootstrap a Juju environment using a MAAS server.
6
6
 STEPS:
7
 
     1. Bootstrap a new environment using juju pointing to a MaaS server.
 
7
     1. Bootstrap a new environment using juju pointing to a MAAS server.
8
8
     2. Run juju status
9
9
 VERIFICATION:
10
10
     Can you use juju status and see the available nodes?
13
13
name: juju/deploy
14
14
description:
15
15
 PURPOSE:
16
 
     This will test that you can succesfully deploy to MaaS nodes using Juju
 
16
     This will test that you can succesfully deploy to MAAS nodes using Juju
17
17
 STEPS:
18
 
     1. Bootstrap a new environment using juju pointing to a MaaS server.
 
18
     1. Bootstrap a new environment using juju pointing to a MAAS server.
19
19
     2. Run juju deploy $someservice
20
20
 VERIFICATION:
21
 
     Can you use juju deploy $someservice and have it deployed in the MaaS
 
21
     Can you use juju deploy $someservice and have it deployed in the MAAS
22
22
     node?