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
83d99ecf
Commit
83d99ecf
authored
8 years ago
by
Jenkins
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Update links in documents"
parents
4e0fa6a3
e121ecb3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/multinode.rst
+3
-3
3 additions, 3 deletions
doc/multinode.rst
doc/quickstart.rst
+3
-2
3 additions, 2 deletions
doc/quickstart.rst
doc/vagrant-dev-env.rst
+3
-1
3 additions, 1 deletion
doc/vagrant-dev-env.rst
with
9 additions
and
6 deletions
doc/multinode.rst
+
3
−
3
View file @
83d99ecf
...
...
@@ -37,7 +37,7 @@ Configure Docker on all nodes
The ``start-registry`` script configures a docker registry that proxies Kolla
images from Docker Hub, and can also be used with custom built images (see
:doc:`image-building`
).
`Building Container Images`_
).
After starting the registry, it is necessary to instruct Docker that it will
be communicating with an insecure registry. To enable insecure registry
...
...
@@ -148,10 +148,10 @@ to them:
kolla-ansible prechecks -i <path/to/multinode/inventory/file>
For additional environment setup see the :ref:`deploying-kolla`.
Run the deployment:
::
kolla-ansible deploy -i <path/to/multinode/inventory/file>
.. _Building Container Images: http://docs.openstack.org/developer/kolla/image-building.html
This diff is collapsed.
Click to expand it.
doc/quickstart.rst
+
3
−
2
View file @
83d99ecf
...
...
@@ -324,7 +324,7 @@ For mounting /run and /var/lib/nova/mnt as shared upon startup, edit
If CentOS/Fedora/OracleLinux container images are built on an Ubuntu host,
the back-end storage driver must not be AUFS (see the known issues in
:doc:`image-building`
).
`Building Container Images`_
).
Install Kolla for deployment or evaluation
==========================================
...
...
@@ -471,7 +471,7 @@ View the images.
Developers running from master are required to build container images as
the Docker Hub does not contain built images for the master branch.
Reference the
:doc:`image-building`
for more advanced build configuration.
Reference the
`Building Container Images`_
for more advanced build configuration.
To build images using default parameters run:
...
...
@@ -671,3 +671,4 @@ default to ``kolla_internal_vip_address``.
.. _Docker Hub Image Registry: https://hub.docker.com/u/kolla/
.. _launchpad bug: https://bugs.launchpad.net/kolla/+filebug
.. _Building Container Images: http://docs.openstack.org/developer/kolla/image-building.html
This diff is collapsed.
Click to expand it.
doc/vagrant-dev-env.rst
+
3
−
1
View file @
83d99ecf
...
...
@@ -126,7 +126,7 @@ Once logged on the **operator** VM call the ``kolla-build`` utility::
kolla-build
``kolla-build`` accept arguments as documented in
:doc:`image-building`
. It
``kolla-build`` accept arguments as documented in
`Building Container Images`_
. It
builds Docker images and pushes them to the local registry if the **push**
option is enabled (in Vagrant this is the default behaviour).
...
...
@@ -159,3 +159,5 @@ Further Reading
All Vagrant documentation can be found at
`docs.vagrantup.com <http://docs.vagrantup.com>`__.
.. _Building Container Images: http://docs.openstack.org/developer/kolla/image-building.html
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