tripleo-ansible/tripleo_ansible/playbooks/create-nova-cell-v2.yaml
Kevin Carter 4c2d54e95c Replace all references to the old role name
This change replaces all of the roles references in our various files with the
new role name. This is being done because Ansible no longer allows hyphens in
role names.

Change-Id: Ie899714aca49781ccd240bb259901d76f177d2ae
Signed-off-by: Kevin Carter <kecarter@redhat.com>
2020-01-22 12:06:06 +00:00

81 lines
2.8 KiB
YAML

---
# Copyright 2019 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.
- hosts: Controller[0]
remote_user: stack
gather_facts: true
vars:
tripleo_cellv2_cell_name: "{{ tripleo_cellv2_cell_name }}"
# containercli can be tropped when we fully switched to podman
tripleo_cellv2_containercli: "{{ tripleo_cellv2_containercli }}"
tripleo_cellv2_cellcontroller_group: "{{ groups['CellController'] }}"
tasks:
- import_role:
name: tripleo_cellv2
tasks_from: check_cell_exist.yml
- hosts: CellController[0]
remote_user: stack
gather_facts: true
vars:
tripleo_cellv2_cell_name: "{{ tripleo_cellv2_cell_name }}"
# containercli can be tropped when we fully switched to podman
tripleo_cellv2_containercli: "{{ tripleo_cellv2_containercli }}"
tripleo_cellv2_cellcontroller_group: "{{ groups['CellController'] }}"
tasks:
- import_role:
name: tripleo_cellv2
tasks_from: extract_cell_information.yml
- hosts: Controller[0]
remote_user: stack
gather_facts: true
vars:
tripleo_cellv2_cell_name: "{{ tripleo_cellv2_cell_name }}"
# containercli can be tropped when we fully switched to podman
tripleo_cellv2_containercli: "{{ tripleo_cellv2_containercli }}"
tripleo_cellv2_cellcontroller_group: "{{ groups['CellController'] }}"
tasks:
- import_role:
name: tripleo_cellv2
tasks_from: create_cell.yml
- hosts: Controller
remote_user: stack
gather_facts: true
vars:
tripleo_cellv2_cell_name: "{{ tripleo_cellv2_cell_name }}"
# containercli can be tropped when we fully switched to podman
tripleo_cellv2_containercli: "{{ tripleo_cellv2_containercli }}"
tripleo_cellv2_cellcontroller_group: "{{ groups['CellController'] }}"
tasks:
- import_role:
name: tripleo_cellv2
tasks_from: add_internalapi_hosts_entries.yml
- hosts: Controller[0]
remote_user: stack
gather_facts: true
vars:
tripleo_cellv2_cell_name: "{{ tripleo_cellv2_cell_name }}"
# containercli can be tropped when we fully switched to podman
tripleo_cellv2_containercli: "{{ tripleo_cellv2_containercli }}"
tripleo_cellv2_cellcontroller_group: "{{ groups['CellController'] }}"
tasks:
- import_role:
name: tripleo_cellv2
tasks_from: discover_hosts.yml