From 9102d7a199482dad52a63f8f66c0ec2aa59a3209 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 14 Mar 2014 15:53:53 +0000 Subject: [PATCH] Renamespace the notifs roles. --- playbooks/groups/notifs-backend.yml | 2 +- playbooks/groups/notifs-web.yml | 2 +- .../{notifs-backend => notifs/backend}/files/patched-fedmsg-hub | 0 roles/{notifs-backend => notifs/backend}/tasks/main.yml | 0 .../backend}/templates/fmn.consumer.py | 0 .../frontend}/files/fedora-sitedocs/about.rst | 0 roles/{notifs-frontend => notifs/frontend}/files/fmn.web.conf | 0 roles/{notifs-frontend => notifs/frontend}/files/fmn.web.wsgi | 0 roles/{notifs-frontend => notifs/frontend}/tasks/main.yml | 0 .../{notifs-frontend => notifs/frontend}/templates/fmn.web.cfg | 0 roles/{notifs-frontend => notifs/frontend}/templates/fmn.web.py | 0 11 files changed, 2 insertions(+), 2 deletions(-) rename roles/{notifs-backend => notifs/backend}/files/patched-fedmsg-hub (100%) rename roles/{notifs-backend => notifs/backend}/tasks/main.yml (100%) rename roles/{notifs-backend => notifs/backend}/templates/fmn.consumer.py (100%) rename roles/{notifs-frontend => notifs/frontend}/files/fedora-sitedocs/about.rst (100%) rename roles/{notifs-frontend => notifs/frontend}/files/fmn.web.conf (100%) rename roles/{notifs-frontend => notifs/frontend}/files/fmn.web.wsgi (100%) rename roles/{notifs-frontend => notifs/frontend}/tasks/main.yml (100%) rename roles/{notifs-frontend => notifs/frontend}/templates/fmn.web.cfg (100%) rename roles/{notifs-frontend => notifs/frontend}/templates/fmn.web.py (100%) diff --git a/playbooks/groups/notifs-backend.yml b/playbooks/groups/notifs-backend.yml index d5efb0b42b..8d986e37f9 100644 --- a/playbooks/groups/notifs-backend.yml +++ b/playbooks/groups/notifs-backend.yml @@ -61,7 +61,7 @@ roles: - fedmsg/hub - - notifs-backend + - notifs/backend vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/groups/notifs-web.yml b/playbooks/groups/notifs-web.yml index 5d88d7144e..7b9ffdfeed 100644 --- a/playbooks/groups/notifs-web.yml +++ b/playbooks/groups/notifs-web.yml @@ -38,7 +38,7 @@ - nagios_client - fas_client - fedmsg/base - - notifs-frontend + - notifs/frontend tasks: - include: "{{ tasks }}/hosts.yml" diff --git a/roles/notifs-backend/files/patched-fedmsg-hub b/roles/notifs/backend/files/patched-fedmsg-hub similarity index 100% rename from roles/notifs-backend/files/patched-fedmsg-hub rename to roles/notifs/backend/files/patched-fedmsg-hub diff --git a/roles/notifs-backend/tasks/main.yml b/roles/notifs/backend/tasks/main.yml similarity index 100% rename from roles/notifs-backend/tasks/main.yml rename to roles/notifs/backend/tasks/main.yml diff --git a/roles/notifs-backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py similarity index 100% rename from roles/notifs-backend/templates/fmn.consumer.py rename to roles/notifs/backend/templates/fmn.consumer.py diff --git a/roles/notifs-frontend/files/fedora-sitedocs/about.rst b/roles/notifs/frontend/files/fedora-sitedocs/about.rst similarity index 100% rename from roles/notifs-frontend/files/fedora-sitedocs/about.rst rename to roles/notifs/frontend/files/fedora-sitedocs/about.rst diff --git a/roles/notifs-frontend/files/fmn.web.conf b/roles/notifs/frontend/files/fmn.web.conf similarity index 100% rename from roles/notifs-frontend/files/fmn.web.conf rename to roles/notifs/frontend/files/fmn.web.conf diff --git a/roles/notifs-frontend/files/fmn.web.wsgi b/roles/notifs/frontend/files/fmn.web.wsgi similarity index 100% rename from roles/notifs-frontend/files/fmn.web.wsgi rename to roles/notifs/frontend/files/fmn.web.wsgi diff --git a/roles/notifs-frontend/tasks/main.yml b/roles/notifs/frontend/tasks/main.yml similarity index 100% rename from roles/notifs-frontend/tasks/main.yml rename to roles/notifs/frontend/tasks/main.yml diff --git a/roles/notifs-frontend/templates/fmn.web.cfg b/roles/notifs/frontend/templates/fmn.web.cfg similarity index 100% rename from roles/notifs-frontend/templates/fmn.web.cfg rename to roles/notifs/frontend/templates/fmn.web.cfg diff --git a/roles/notifs-frontend/templates/fmn.web.py b/roles/notifs/frontend/templates/fmn.web.py similarity index 100% rename from roles/notifs-frontend/templates/fmn.web.py rename to roles/notifs/frontend/templates/fmn.web.py