~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to doc/source/adminguide/single.node.install.rst

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-12-13 10:17:01 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101213101701-txhhqbzsxw4avnxv
Tags: upstream-2011.1~bzr456
Import upstream version 2011.1~bzr456

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    export EC2_ACCESS_KEY=4e6498a2-blah-blah-blah-17d1333t97fd
64
64
    export EC2_SECRET_KEY=0a520304-blah-blah-blah-340sp34k05bbe9a7
65
65
 
66
 
 
67
 
Step 5: Create a project with the user you created
 
66
Step 5: Create the network 
 
67
--------------------------
 
68
 
 
69
Type or copy/paste in the following line to create a network prior to creating a project. 
 
70
 
 
71
::
 
72
 
 
73
    sudo nova-manage network create 10.0.0.0/8 1 64
 
74
 
 
75
For this command, the IP address is the cidr notation for your netmask, such as 192.168.1.0/24. The value 1 is the total number of networks you want made, and the 64 value is the total number of ips in all networks.
 
76
 
 
77
After running this command, entries are made in the 'networks' and 'fixed_ips' table in the database.
 
78
 
 
79
Step 6: Create a project with the user you created
68
80
--------------------------------------------------
69
81
Type or copy/paste in the following line to create a project named IRT (for Ice Road Truckers, of course) with the newly-created user named anne.
70
82
 
94
106
    Data Base Updated
95
107
 
96
108
 
97
 
Step 6: Unzip the nova.zip
 
109
Step 7: Unzip the nova.zip
98
110
--------------------------
99
111
 
100
112
You should have a nova.zip file in your current working directory. Unzip it with this command:
116
128
     extracting: cacert.pem
117
129
 
118
130
 
119
 
Step 7: Source the rc file
 
131
Step 8: Source the rc file
120
132
--------------------------
121
133
Type or copy/paste the following to source the novarc file in your current working directory.
122
134
 
125
137
    . novarc
126
138
 
127
139
 
128
 
Step 8: Pat yourself on the back :)
 
140
Step 9: Pat yourself on the back :)
129
141
-----------------------------------
130
142
Congratulations, your cloud is up and running, you’ve created an admin user, retrieved the user's credentials and put them in your environment.
131
143