Skip to content

Commit

Permalink
cinder
Browse files Browse the repository at this point in the history
  • Loading branch information
josedom24 committed Oct 19, 2022
1 parent 06332ab commit f0222e1
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,35 +103,35 @@
# roles:
# - role: 17_neutronnetwork
#
- hosts: compute_nodes
become: true
gather_facts: no
roles:
- role: 18_neutroncompute
#
#- hosts: controller_nodes
#- hosts: compute_nodes
# become: true
# gather_facts: no
# roles:
# - role: 19_horizon
# - role: 18_neutroncompute
#
#- hosts: controller_nodes
# become: true
# gather_facts: no
# roles:
# - role: 20_cinderserver
#
#- hosts: storage_nodes
# become: true
# gather_facts: no
# roles:
# - role: 21_cindervolume
# - role: 19_horizon
#
#- hosts: compute_nodes
# become: true
# gather_facts: no
# roles:
# - role: 22_cindercompute
- hosts: controller_nodes
become: true
gather_facts: no
roles:
- role: 20_cinderserver

- hosts: storage_nodes
become: true
gather_facts: no
roles:
- role: 21_cindervolume

- hosts: compute_nodes
become: true
gather_facts: no
roles:
- role: 22_cindercompute
#
#- hosts: controller_nodes
# become: true
Expand Down

0 comments on commit f0222e1

Please sign in to comment.