Merge "[DOCS] Add limit parameter to adding a new compute section"
This commit is contained in:
@@ -101,9 +101,9 @@ cluster.
|
||||
.. code-block:: shell-session
|
||||
|
||||
# cd /opt/openstack-ansible/playbooks
|
||||
# openstack-ansible setup-hosts.yml --limit NEW_HOST_NAME
|
||||
# openstack-ansible setup-hosts.yml --limit localhost,NEW_HOST_NAME
|
||||
# ansible nova_all -m setup -a 'filter=ansible_local gather_subset="!all"'
|
||||
# openstack-ansible setup-openstack.yml --skip-tags nova-key-distribute --limit NEW_HOST_NAME
|
||||
# openstack-ansible setup-openstack.yml --skip-tags nova-key-distribute --limit localhost,NEW_HOST_NAME
|
||||
# openstack-ansible setup-openstack.yml --tags nova-key --limit compute_hosts
|
||||
|
||||
Test new compute nodes
|
||||
|
Reference in New Issue
Block a user