summaryrefslogtreecommitdiffstats
path: root/jjb/conductor/conductor.yml
AgeCommit message (Expand)AuthorFilesLines
2016-12-19clean scm defenitionsRyota MIBU1-4/+1
2016-12-01Restrict Gerrit Triggers to OPNFV Gerrit ServerTrevor Bramwell1-0/+1
2016-08-22Create project jobs for colorado branchFatih Degirmenci1-1/+5
2016-06-15Tie all verify/merge/build to opnfv-build-ubuntuFatih Degirmenci1-1/+1
2016-01-07Enable verify and merge jobs for stable/brahmaputra branchFatih Degirmenci1-5/+4
2015-12-14Fix branch parameter and change stream name to brahmaputraFatih Degirmenci1-3/+3
2015-12-11Remove job_defaults from jobsFatih Degirmenci1-9/+2
2015-12-11Cleanup jjb filesFatih Degirmenci1-95/+28
2015-12-07jjb: use default logrotate setting in all projectsRyota MIBU1-12/+0
2015-12-01jjb: add default logrotate to releng-defaults.yamlRyota MIBU1-12/+0
2015-12-01jjb: move project-style to releng-defaults.yamlRyota MIBU1-7/+0
2015-11-27jjb: move ssh wrappers to releng-defaults.yamlRyota MIBU1-12/+0
2015-04-08Fix {branch} parameter not foundThanh Ha1-2/+2
2015-03-20Initiall jjb files for conductor dpacc oscar prediction qtip projectsAric Gardner1-0/+179
ex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
##############################################################################
# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---
- include_vars: "{{ ansible_os_family }}.yml"

- include: cinder_install.yml
  tags:
    - install
    - cinder-install
    - cinder

- include: cinder_config.yml
  when: inventory_hostname == groups['controller'][0]
  tags:
    - config
    - cinder-config
    - cinder

- meta: flush_handlers