~evilnick/clouddocs/trunk

« back to all changes in this revision

Viewing changes to Install/Offline-Charms.md

  • Committer: Nick Veitch
  • Date: 2014-04-29 18:43:03 UTC
  • Revision ID: nick.veitch@canonical.com-20140429184303-ki4eqkm353rfxsbp
charm changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Title: Getting Charms
 
1
Title: Offline Charms
2
2
Status: In Progress
3
3
 
4
4
# Getting Charms
8
8
Many private clouds have no direct access to the internet due to security
9
9
reasons. In these cases the standard installation of OpenStack using Juju
10
10
doesn't work, because the Juju agents on the fresh installed nodes are not 
11
 
able to retrieve the charms needed to fullfill the installation directly
 
11
able to retrieve the charms needed to fulfill the installation directly
12
12
from the charm store.
13
13
 
14
14
Here the solution is the usage of a client which is able to connect to the
21
21
 
22
22
### Installation
23
23
 
24
 
To install the latest Charm Tools, you simply need to grab the latest 
25
 
`charm-tools` package from this PPA:
 
24
Charm tools was included in the list of packages recommended by in 
 
25
the [Juju installation documentation][juju-install]. If you didn't
 
26
install it then, you can do so now:
26
27
 
27
28
```
28
 
sudo add-apt-repository ppa:juju/stable
29
29
sudo apt-get update && sudo apt-get install charm-tools
30
30
```
31
31