Skip to content

Commit

Permalink
Prefix roles with StackStorm galaxy org
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 3, 2017
1 parent 49fb446 commit 0210a54
Show file tree
Hide file tree
Showing 85 changed files with 31 additions and 31 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ galaxy_info:
- repositories
- packagecloud
dependencies:
- role: st2repo
- role: st2
- role: st2web
- role: StackStorm.st2repo
- role: StackStorm.st2
- role: StackStorm.st2web
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ galaxy_info:
- repositories
- packagecloud
dependencies:
- role: st2repo
- role: st2
- role: st2web
- role: bwc
- role: StackStorm.st2repo
- role: StackStorm.st2
- role: StackStorm.st2web
- role: StackStorm.bwc
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ galaxy_info:
categories:
- system
dependencies:
- role: epel
- role: StackStorm.epel
when: ansible_os_family == 'RedHat'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ galaxy_info:
- remediation
- devops
dependencies:
- role: epel
- role: StackStorm.epel
when: ansible_os_family == 'RedHat'
- role: st2repo
- role: StackStorm.st2repo
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ st2chatops_version: latest
st2chatops_st2_api_key: CHANGE-ME-PLEASE

# Hubot Adapter to be used for st2chatops.
# For supported adapters, please check: https://github.com/StackStorm/ansible-st2/blob/master/roles/st2chatops/vars/main.yml
# For supported adapters, please check: https://github.com/StackStorm/ansible-st2/blob/master/roles/StackStorm.st2chatops/vars/main.yml
#
# Example, for slack: st2chatops_hubot_adapter: slack
st2chatops_hubot_adapter: shell
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ galaxy_info:
- automation
- hubot
dependencies:
- role: nodejs
- role: st2
- role: StackStorm.nodejs
- role: StackStorm.st2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ galaxy_info:
- devops
- workflows
dependencies:
- role: postgresql
- role: st2repo
- role: StackStorm.postgresql
- role: StackStorm.st2repo
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ galaxy_info:
categories:
- system
dependencies:
- role: nginx
- role: st2repo
- role: st2
- role: StackStorm.nginx
- role: StackStorm.st2repo
- role: StackStorm.st2
File renamed without changes.
File renamed without changes.
File renamed without changes.
26 changes: 13 additions & 13 deletions stackstorm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
- name: Install st2
hosts: all
roles:
- mongodb
- rabbitmq
- postgresql
- st2repo
- st2
- st2mistral
- nginx
- st2web
- nodejs
- st2chatops
- st2smoketests
- role: bwc
- StackStorm.mongodb
- StackStorm.rabbitmq
- StackStorm.postgresql
- StackStorm.st2repo
- StackStorm.st2
- StackStorm.st2mistral
- StackStorm.nginx
- StackStorm.st2web
- StackStorm.nodejs
- StackStorm.st2chatops
- StackStorm.st2smoketests
- role: StackStorm.bwc
when: bwc_license is defined and bwc_license is not none
- role: bwc_smoketests
- role: StackStorm.bwc_smoketests
when: bwc_license is defined and bwc_license is not none

0 comments on commit 0210a54

Please sign in to comment.