~axwalk/juju-core/lp1303195-manual-ubuntuuser-bash

« back to all changes in this revision

Viewing changes to upgrades/doc.go

  • Committer: Ian Booth
  • Date: 2014-02-10 05:34:06 UTC
  • mto: This revision was merged to the branch mainline in revision 2311.
  • Revision ID: ian.booth@canonical.com-20140210053406-jbcy03yplu05pug8
Initial upgrade framework

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// The upgrades package provides infrastructure to upgrade previous Juju
 
2
// deployments to the current Juju version. The upgrade is performed on
 
3
// a per node basis, across all of the running Juju machines.
 
4
//
 
5
// Important exported APIs include:
 
6
//   PerformUpgrade, which is invoked on each node by the machine agent with:
 
7
//     fromVersion - the Juju version from which the upgrade is occurring
 
8
//     target      - the type of Juju node being upgraded
 
9
//     context     - provides API access to Juju state servers
 
10
//
 
11
//   More to come...
 
12
//
 
13
package upgrades