Rename openstack roles to windmill

This is because we are now hosting the roles on opendev.org/windmill.

Change-Id: Icdef724140607862782b37b5d300525deb27c1d5
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-04-20 14:36:27 -04:00
parent 6bc3ffd251
commit 58d9d43115
3 changed files with 9 additions and 6 deletions

View File

@ -44,9 +44,9 @@
include_role: include_role:
name: postfix name: postfix
- name: Setup openstack.virtualenv role - name: Setup windmill.virtualenv role
include_role: include_role:
name: openstack.virtualenv name: windmill.virtualenv
# NOTE(pabelanger): We currently only support debuntu, this needs to be # NOTE(pabelanger): We currently only support debuntu, this needs to be
# fixed! # fixed!
@ -58,6 +58,6 @@
- name: Bootstrap bastion hosts - name: Bootstrap bastion hosts
hosts: bastion:!disabled hosts: bastion:!disabled
tasks: tasks:
- name: Setup openstack.ansible role - name: Setup windmill.ansible role
include_role: include_role:
name: openstack.ansible name: windmill.ansible

View File

@ -2,5 +2,8 @@
- name: openstack.ansible - name: openstack.ansible
src: git+https://opendev.org/windmill/ansible-role-ansible src: git+https://opendev.org/windmill/ansible-role-ansible
- name: openstack.virtualenv - name: windmill.ansible
src: git+https://opendev.org/windmill/ansible-role-ansible
- name: windmill.virtualenv
src: git+https://opendev.org/windmill/ansible-role-virtualenv src: git+https://opendev.org/windmill/ansible-role-virtualenv

View File

@ -33,4 +33,4 @@ setenv =
show-source = True show-source = True
ignore = E123,E125 ignore = E123,E125
builtins = _ builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build