Skip to content
Snippets Groups Projects
Commit d4efb6aa authored by Marek Zawadzki's avatar Marek Zawadzki
Browse files

Added note about root permissions, removed sudos.

Change-Id: Idc390774ba3bf63860bfaee1494b6e0180d112c1
parent 013d2111
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,8 @@ The recommended deployment target requirements: ...@@ -29,6 +29,8 @@ The recommended deployment target requirements:
- More than 8gb main memory. - More than 8gb main memory.
- At least 40gb disk space. - At least 40gb disk space.
.. NOTE:: Some commands below may require root permissions (e.g. pip, apt-get).
Installing Dependencies Installing Dependencies
----------------------- -----------------------
...@@ -49,7 +51,7 @@ and OverlayFS. In order to update kernel in Ubuntu 14.04 LTS to 4.2, run: ...@@ -49,7 +51,7 @@ and OverlayFS. In order to update kernel in Ubuntu 14.04 LTS to 4.2, run:
:: ::
sudo apt-get install linux-image-generic-lts-wily apt-get install linux-image-generic-lts-wily
.. NOTE:: Install is *very* sensitive about version of components. Please .. NOTE:: Install is *very* sensitive about version of components. Please
review carefully because default Operating System repos are likely out of review carefully because default Operating System repos are likely out of
...@@ -72,7 +74,7 @@ Make sure "pip" package manager is installed before procceed: ...@@ -72,7 +74,7 @@ Make sure "pip" package manager is installed before procceed:
easy_install pip easy_install pip
# Ubuntu 14.04 LTS # Ubuntu 14.04 LTS
sudo apt-get install python-pip apt-get install python-pip
To install Kolla tools and Python dependencies use: To install Kolla tools and Python dependencies use:
...@@ -116,7 +118,7 @@ is 1.8.3 or later and you are running Liberty, downgrade using these commands: ...@@ -116,7 +118,7 @@ is 1.8.3 or later and you are running Liberty, downgrade using these commands:
systemctl restart docker.service systemctl restart docker.service
# Ubuntu 14.04 LTS # Ubuntu 14.04 LTS
sudo apt-get install docker-engine=1.8.2-0~trusty apt-get install docker-engine=1.8.2-0~trusty
On the system where the OpenStack CLI/Python code is run, the Kolla community On the system where the OpenStack CLI/Python code is run, the Kolla community
recommends installing the OpenStack python clients if they are not installed. recommends installing the OpenStack python clients if they are not installed.
...@@ -127,7 +129,7 @@ following requirements are needed to build the client code: ...@@ -127,7 +129,7 @@ following requirements are needed to build the client code:
:: ::
# Ubuntu # Ubuntu
sudo apt-get install -y python-dev libffi-dev libssl-dev gcc apt-get install -y python-dev libffi-dev libssl-dev gcc
# Centos 7 # Centos 7
yum install -y python-devel libffi-devel openssl-devel gcc yum install -y python-devel libffi-devel openssl-devel gcc
...@@ -203,7 +205,7 @@ system. Install it using system packaging tools if it's not installed already: ...@@ -203,7 +205,7 @@ system. Install it using system packaging tools if it's not installed already:
yum -y install gcc yum -y install gcc
# Ubuntu # Ubuntu
sudo apt-get install gcc apt-get install gcc
Finally Ansible 1.9.4 may be installed using: Finally Ansible 1.9.4 may be installed using:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment