mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-06 05:41:44 +00:00
Use the new swupd syntax for the identity, image, compute services
From CLR release 5050 swupd syntax for adding bundles update and verify has changed to the following: clr_bundle_add -> swupd bundle-add swupd_update -> swupd swupd_verify -> swupd verify
This commit is contained in:
@@ -139,7 +139,8 @@ To install and configure the Compute controller components:
|
||||
|
||||
#. Install OpenStack Compute Controller bundle::
|
||||
|
||||
# clr_bundle_add openstack-compute-controller
|
||||
# swupd bundle-add openstack-compute-controller
|
||||
# swupd verify --fix
|
||||
|
||||
#. Custom configurations will be located at ``/etc/nova``.
|
||||
|
||||
|
||||
@@ -58,8 +58,8 @@ Install and configure components
|
||||
|
||||
#. Run the following command to install the packages.::
|
||||
|
||||
# clr_bundle_add openstack-identity
|
||||
# swupd_verify --fix
|
||||
# swupd bundle-add openstack-identity
|
||||
# swupd verify --fix
|
||||
|
||||
#. Custom configurations will be located at ``/etc/keystone/``.
|
||||
|
||||
@@ -147,8 +147,8 @@ environment variables to reduce command length.
|
||||
|
||||
#. Install the OpenStack Python clients bundle::
|
||||
|
||||
# clr_bundle_add openstack-python-clients
|
||||
# swupd_verify --fix
|
||||
# swupd bundle-add openstack-python-clients
|
||||
# swupd verify --fix
|
||||
|
||||
|
||||
Create the service entity and API endpoints
|
||||
|
||||
@@ -132,8 +132,8 @@ Install and configure components
|
||||
|
||||
#. Install OpenStack Image bundle.::
|
||||
|
||||
# clr_bundle_add openstack-image
|
||||
# swupd_verify --fix
|
||||
# swupd bundle-add openstack-image
|
||||
# swupd verify --fix
|
||||
|
||||
#. Configurations will be located at ``/etc/glance``.
|
||||
|
||||
@@ -216,7 +216,7 @@ Finalize installation
|
||||
# systemctl start glance-api.service glance-registry.service
|
||||
|
||||
Verify operation
|
||||
----------------
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
Verify operation of the Image service using
|
||||
`CirrOS <http://launchpad.net/cirros>`__, a small
|
||||
|
||||
@@ -10,8 +10,8 @@ Install and configure the database server
|
||||
|
||||
#. Install MariaDB bundle::
|
||||
|
||||
# clr_bundle_add database-mariadb
|
||||
# swupd_verify --fix
|
||||
# swupd bundle-add database-mariadb
|
||||
# swupd verify --fix
|
||||
|
||||
#. Create the ``/etc/mariadb/`` folder and the ``/etc/mariadb/openstack.cnf``
|
||||
file::
|
||||
|
||||
@@ -11,8 +11,8 @@ Install the message queue service
|
||||
|
||||
#. Install the message queue bundle.::
|
||||
|
||||
# clr_bundle_add message-broker-rabbitmq
|
||||
# swupd_verify --fix
|
||||
# swupd bundle-add message-broker-rabbitmq
|
||||
# swupd verify --fix
|
||||
|
||||
Configuring the message broker service
|
||||
--------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user