Fix files to pass linting
The multiline change is about CR being removed. Change-Id: I54268c61b3f341fa0c373dda090cef1192acbb78
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
---
|
||||||
|
|
||||||
- nodeset:
|
- nodeset:
|
||||||
name: masakari-openstack-multi-nodes
|
name: masakari-openstack-multi-nodes
|
||||||
nodes:
|
nodes:
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
---
|
||||||
|
|
||||||
# variables in path
|
# variables in path
|
||||||
api_version:
|
api_version:
|
||||||
in: path
|
in: path
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
---
|
||||||
|
|
||||||
#################
|
#################
|
||||||
# Success Codes #
|
# Success Codes #
|
||||||
#################
|
#################
|
||||||
@@ -47,9 +49,9 @@
|
|||||||
default: |
|
default: |
|
||||||
Method is not valid for this endpoint.
|
Method is not valid for this endpoint.
|
||||||
409:
|
409:
|
||||||
default: |
|
default: |
|
||||||
This operation conflicted with another operation on this resource.
|
This operation conflicted with another operation on this resource.
|
||||||
duplicate_zone: |
|
duplicate_zone: |
|
||||||
There is already a zone with this name.
|
There is already a zone with this name.
|
||||||
500:
|
500:
|
||||||
default: |
|
default: |
|
||||||
|
@@ -177,7 +177,7 @@ Install and configure Masakari
|
|||||||
#. Rename ``masakari.conf.sample`` file to ``masakari.conf``,
|
#. Rename ``masakari.conf.sample`` file to ``masakari.conf``,
|
||||||
and edit sections as shown below:
|
and edit sections as shown below:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: ini
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
transport_url = rabbit://stackrabbit:admin@<CONTROLLER_IP>:5672/
|
transport_url = rabbit://stackrabbit:admin@<CONTROLLER_IP>:5672/
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- fetch-subunit-output
|
- fetch-subunit-output
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- orchestrate-devstack
|
- orchestrate-devstack
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
- hosts: controller
|
- hosts: controller
|
||||||
roles:
|
roles:
|
||||||
- tox
|
- tox
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
|
---
|
||||||
- name: Collect devstack stackenv file
|
- name: Collect devstack stackenv file
|
||||||
fetch:
|
fetch:
|
||||||
flat: yes
|
flat: true
|
||||||
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/confs/devstack/-stackenv"
|
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/confs/devstack/-stackenv"
|
||||||
src: "/opt/stack/devstack/.stackenv"
|
src: "/opt/stack/devstack/.stackenv"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user