Code Review
/
genesis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Fixing network configuration bug in dea.yaml"
[genesis.git]
/
compass
/
deploy
/
ansible
/
openstack_juno
/
roles
/
glance
/
tasks
/
main.yml
1
---
2
- include: glance_install.yml
3
tags:
4
- install
5
- glance_install
6
- glance
7
8
- include: nfs.yml
9
tags:
10
- nfs
11
12
- include: glance_config.yml
13
when: HA_CLUSTER is not defined or HA_CLUSTER[inventory_hostname] == ''
14
tags:
15
- config
16
- glance_config
17
- glance
18