Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
d484f40f
Commit
d484f40f
authored
9 years ago
by
Jenkins
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Restructuring the Quickstart guide"
parents
cb43cbcc
333ee4e7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/quickstart.rst
+33
-22
33 additions, 22 deletions
doc/quickstart.rst
with
33 additions
and
22 deletions
doc/quickstart.rst
+
33
−
22
View file @
d484f40f
...
@@ -76,26 +76,6 @@ Make sure the "pip" package manager is installed before proceeding:
...
@@ -76,26 +76,6 @@ Make sure the "pip" package manager is installed before proceeding:
# Ubuntu 14.04 LTS
# Ubuntu 14.04 LTS
apt-get install python-pip
apt-get install python-pip
To clone the Kolla repo, install git and use:
::
git clone https://git.openstack.org/openstack/kolla
To install Kolla tools and Python dependencies use:
::
pip install kolla/
Copy Kolla configuration to /etc:
::
cd kolla
cp -r etc/kolla /etc/
tox -e genconfig
Since Docker is required to build images as well as be present on all deployed
Since Docker is required to build images as well as be present on all deployed
targets, the Kolla community recommends installing the official Docker, Inc.
targets, the Kolla community recommends installing the official Docker, Inc.
packaged version of Docker for maximum stability and compatibility with the
packaged version of Docker for maximum stability and compatibility with the
...
@@ -147,10 +127,10 @@ following requirements are needed to build the client code:
...
@@ -147,10 +127,10 @@ following requirements are needed to build the client code:
::
::
# Ubuntu
# Ubuntu
apt-get install -y python-dev libffi-dev libssl-dev gcc
apt-get install -y python-dev libffi-dev libssl-dev gcc
git
# Centos 7
# Centos 7
yum install -y python-devel libffi-devel openssl-devel gcc
yum install -y python-devel libffi-devel openssl-devel gcc
git
To install these clients use:
To install these clients use:
...
@@ -158,6 +138,37 @@ To install these clients use:
...
@@ -158,6 +138,37 @@ To install these clients use:
pip install -U python-openstackclient
pip install -U python-openstackclient
To clone the Kolla repo:
::
git clone https://git.openstack.org/openstack/kolla
To install Kolla tools and Python dependencies use:
::
pip install kolla/
Copy Kolla configuration to /etc:
::
cd kolla
cp -r etc/kolla /etc/
Optionally, you can install tox and generate the build configuration using
following steps.
::
pip install tox
tox -e genconfig
The location of the generated configuration file is ``etc/kolla/kolla-build.conf``,
You can also copy it to ``/etc/kolla``. The default location is one of
``/etc/kolla/kolla-build.conf`` or ``etc/kolla/kolla-build.conf``.
OpenStack, RabbitMQ, and Ceph require all hosts to have matching times to ensure
OpenStack, RabbitMQ, and Ceph require all hosts to have matching times to ensure
proper message delivery. In the case of Ceph, it will complain if the hosts
proper message delivery. In the case of Ceph, it will complain if the hosts
differ by more than 0.05 seconds. Some OpenStack services have timers as low as
differ by more than 0.05 seconds. Some OpenStack services have timers as low as
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment