Changes between Version 6 and Version 7 of GENIRacksHome/OpenGENIRacks/InstallationGuideJunoOffline


Ignore:
Timestamp:
07/09/15 10:16:16 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/OpenGENIRacks/InstallationGuideJunoOffline

    v6 v7  
    217217}}}
    218218
    219 - Install the gram package (where <type> is ''control'' or ''compute'' depending on what machine type is being installed):
    220 {{{
    221 sudo gdebi gram_<control/compute>.deb
     219- Install the gram package (where <type> is ''control'', ''network'', or ''compute'' depending on what machine type is being installed):
     220{{{
     221sudo gdebi gram_<control/network/compute>.deb
    222222}}}
    223223
    224224- '''Edit /etc/gram/config.json'''. ''NOTE: This is the most critical step of the process. This specifies your passwords, network configurations, so that !OpenStack will be configured properly.'' [See section "Configuring config.json" below for details on the variables in that file]
    225225
    226 - Run the GRAM installation script (where <type> is ''control'' or ''compute'' depending on what machine type is being installed):
    227 {{{
    228 sudo /etc/gram/install_gram.sh <control/compute>
     226- Run the GRAM installation script (where <type> is ''control'', ''network'' or ''compute'' depending on what machine type is being installed):
     227{{{
     228sudo /etc/gram/install_gram.sh <control/network/compute>
    229229}}}
    230230
    231231- Configure the OS and Network. You will lose network connectivity in the step, it is recommended that the following command is run directly on the machine or using the Linux 'screen' program.
    232232{{{
    233 sudo /tmp/install/install_operating_system_[control/compute].sh
     233sudo /tmp/install/install_operating_system_[control/network/compute].sh
    234234}}}
    235235
     
    237237- Configure everything else. Use a ''' root shell '''
    238238{{{
    239 /tmp/install/install_[control/compute].sh
     239/tmp/install/install_[control/network/compute].sh
    240240}}}
    241241