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
b44bade5
Commit
b44bade5
authored
6 years ago
by
Zuul
Committed by
Gerrit Code Review
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Update using openstack section of quickstart"
parents
fd3f54fa
47e2b622
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/user/quickstart.rst
+37
-24
37 additions, 24 deletions
doc/source/user/quickstart.rst
with
37 additions
and
24 deletions
doc/source/user/quickstart.rst
+
37
−
24
View file @
b44bade5
...
...
@@ -502,47 +502,60 @@ If error occurs during execution, refer to
Using OpenStack
~~~~~~~~~~~~~~~
OpenStack requires an openrc file where credentials for admin user etc are set.
To generate this file run
#. Install basic OpenStack CLI clients:
.. code-block:: console
.. code-block:: console
kolla-ansible post-deploy
. /etc/kolla/admin-openrc.sh
pip install python-openstackclient python-glanceclient python-neutronclient
.. end
.. end
Install basic OpenStack CLI clients:
#. OpenStack requires an openrc file where credentials for admin user
are set. To generate this file:
.. code-block:: console
* For deployment or evaluation, run:
pip install python-openstackclient python-glanceclient python-neutronclient
.. code-block:: console
.. end
kolla-ansible post-deploy
. /etc/kolla/admin-openrc.sh
Depending on how you installed Kolla-Ansible, there is script that will create
example networks, images, and so on.
.. end
For pip install and CentOS host
:
* For development, run
:
.. code-block:: console
.. code-block:: console
. /usr/share/kolla-ansible/init-runonce
cd kolla-ansible/tools
./kolla-ansible post-deploy
. /etc/kolla/admin-openrc.sh
.. end
.. end
For pip install and Ubuntu host:
#. Depending on how you installed Kolla-Ansible, there is a script that will
create example networks, images, and so on.
.. code-block:: console
* For deployment or evaluation,
run ``init-runonce`` script on CentOS:
. /usr/local/share/kolla-ansible/init-runonc
e
.. code-block:: consol
e
.. end
. /usr/share/kolla-ansible/init-runonce
For git pulled source:
.. end
.. code-block:: console
Run ``init-runonce`` script on Ubuntu:
. kolla-ansible/tools/init-runonc
e
.. code-block:: consol
e
.. end
. /usr/local/share/kolla-ansible/init-runonce
.. end
* For development, run:
.. code-block:: console
. kolla-ansible/tools/init-runonce
.. end
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