--- # 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