Init tripleo-overcloud role to the ansible-galaxy structure

Change-Id: If83abaa35539cdc1e855b35fdad72e5b362b4812
This commit is contained in:
Mathieu Bultel 2016-03-30 16:39:21 +02:00
parent e5af3d8470
commit 4c130ecf92
27 changed files with 78 additions and 17 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.pyc
*.egg-info

View File

@ -1,4 +1,34 @@
# ansible-role-tripleo-overcloud
Ansible-role-tripleo-overcloud
==============================
# to-do
A brief description of the role goes here.
Requirements
------------
Todo
Role Variables
--------------
Todo
Dependencies
------------
Todo
Example Playbook
----------------
Todo
License
-------
Apache
Author Information
------------------
rdo-ci@redhat.com

2
handlers/main.yml Normal file
View File

@ -0,0 +1,2 @@
---
# handlers file for ansible-role-tripleo-overcloud

34
meta/main.yml Normal file
View File

@ -0,0 +1,34 @@
---
# Copyright Red Hat, Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
galaxy_info:
author: redhat-openstack
description: Ansible set of tasks for deploying Tripleo-Overcloud
company: Red Hat
license: Apache2
min_ansible_version: 2.0.0
platforms:
- name: EL
versions:
- all
categories:
- cloud
- python
- development
- openstack
dependencies:
- role: "common"

View File

@ -1,7 +0,0 @@
---
- name: Deploy overcloud
hosts: undercloud
gather_facts: no
roles:
- tripleo/overcloud

View File

@ -1,3 +0,0 @@
dependencies:
- tripleo/undercloud
- tripleo/overcloud

View File

@ -1 +0,0 @@
working_dir: /home/stack

View File

@ -1,2 +0,0 @@
dependencies:
- common

View File

@ -1,2 +0,0 @@
dependencies:
- tripleo

1
tests/inventory Normal file
View File

@ -0,0 +1 @@
localhost

5
tests/test.yml Normal file
View File

@ -0,0 +1,5 @@
---
- hosts: localhost
remote_user: root
roles:
- ansible-role-tripleo-overcloud

2
vars/main.yml Normal file
View File

@ -0,0 +1,2 @@
---
# vars file for ansible-role-tripleo-overcloud