Skip to content

Commit

Permalink
Merge pull request #48 from BjoernT/master
Browse files Browse the repository at this point in the history
Convert openstack-ops to a standalone module
  • Loading branch information
BjoernT authored Nov 3, 2017
2 parents 5bb4542 + ada4d0f commit 381d52c
Show file tree
Hide file tree
Showing 95 changed files with 2,110 additions and 2,168 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ coverage.xml
# Translations
*.mo
*.pot

# Editor files
.idea
*.iml
.DS_Store
30 changes: 8 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Operational scripts
-------------------

Most RPC OpenStack supports scripts are currently running outside of ansible and are stored
inside the files folder.
Those scripts will be converted into individual Ansible tasks over time.
inside the playbooks/files folder.
Those scripts will be converted into individual Ansible tasks over time, when necessary.

### rpc-o-support

Expand All @@ -48,32 +48,18 @@ like rpc-support role of RPC-O until those gets updated
Requirements
------------

This role expect to be installed/applied on a working RPC OpenStack environment which does run a
This module expect to be installed/applied on a working RPC OpenStack environment which does run a
supported product lifecycle (RPC-O currently)


Role Variables
--------------

None

Dependencies
------------

None

Playbook integration
Execution
----------------

# git clone https://github.com/rsoprivatecloud/openstack-ops.git rcbops

Add role to your playbook:
git clone -b 1.0.0 https://github.com/rsoprivatecloud/openstack-ops.git /opt/openstack-ops
source /usr/local/bin/openstack-ansible.rc

cd /opt/openstack-ops/playbooks; openstack-ansible main.yml

- name: Install ops tools
hosts: all
gather_facts: "{{ gather_facts | default(True) }}"
roles:
- { role: rcbops }

License
-------
Expand Down
123 changes: 0 additions & 123 deletions defaults/main.yml

This file was deleted.

Loading

0 comments on commit 381d52c

Please sign in to comment.