688ec4c8cd
This change introduce tripleo-cellv2 role and playbook create-nova-cell-v2.yaml to simplify the post steps when creating an additional cellv2 in tripleo. For reference, [1] is the doc patch providing at the moment the manual steps. [1] https://review.opendev.org/672744 Change-Id: I288a9217dce948d33d9b47938e7977294d255c7a
81 lines
2.8 KiB
YAML
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
|