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
a906c624
Commit
a906c624
authored
9 years ago
by
Vikram Hosakote
Browse files
Options
Downloads
Patches
Plain Diff
Updated doc/quickstart.rst - Part 1
Part 1 Change-Id: Idf3d45a5a5d9da731e986765ee0376288a60254f Closes-Bug:1545926
parent
3f8bc072
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
+21
-8
21 additions, 8 deletions
doc/quickstart.rst
with
21 additions
and
8 deletions
doc/quickstart.rst
+
21
−
8
View file @
a906c624
Bare Metal
Deployment of Kolla
==============================
Deployment of Kolla
on Bare Metal or Virtual Machine
==============================
======================
Evaluation and Developer Environments
-------------------------------------
...
...
@@ -44,7 +44,7 @@ these images because a dependent package supermin in CentOS needs to be
updated to add .xz compressed format support.
Ubuntu: For Ubuntu based systems where Docker is used it is recommended to use
the latest available
lts
kernel. The latest
lts
kernel available is the wily
the latest available
LTS
kernel. The latest
LTS
kernel available is the wily
kernel (version 4.2). While all kernels should work for Docker, some older
kernels may have issues with some of the different Docker backends such as AUFS
and OverlayFS. In order to update kernel in Ubuntu 14.04 LTS to 4.2, run:
...
...
@@ -76,11 +76,16 @@ Make sure "pip" package manager is installed before procceed:
# Ubuntu 14.04 LTS
apt-get install python-pip
To
install Kolla tools and Python dependencies
use:
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:
...
...
@@ -120,12 +125,12 @@ is 1.8.3 or later and you are running Liberty, downgrade using these commands:
# Ubuntu 14.04 LTS
apt-get install docker-engine=1.8.2-0~trusty
When running with systemd
you must
setup docker-engine with the appropriate
When running with systemd
,
setup docker-engine with the appropriate
information in the Docker daemon to launch with. This means setting up the
following information in the docker.service file. If you do not set the
MountFlags option correctly then Kolla-Ansible will fail to deploy
on
neutron-dhcp-agent container
. After changing the service file you must reload
and restart the docker service:
MountFlags option correctly then Kolla-Ansible will fail to deploy
the
neutron-dhcp-agent container
and throws APIError/HTTPError. After changing the
service file, reload
and restart the docker service:
::
...
...
@@ -456,6 +461,14 @@ Run the deployment:
kolla-ansible deploy
If APIError/HTTPError is received from the neutron-dhcp-agent container,
remove the container and recreate it:
::
docker rm -v -f neutron_dhcp_agent
kolla-ansible deploy
In order to see all available parameters, run:
::
...
...
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