37e7700938
In addition to adding the magnum role to the repo build process we also include the os-magnum-install.yml to deploy magnum to hosts tagged with os_magnum. Change-Id: I32dee168d1005572510f630a21f7d7a7a05640d9 Implements: blueprint role-magnum
40 lines
1.0 KiB
YAML
Executable File
40 lines
1.0 KiB
YAML
Executable File
---
|
|
# Copyright 2016 Internet Solutions (Pty) Ltd
|
|
#
|
|
# 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.
|
|
#
|
|
# (c) 2016 Donovan Francesco <donovan.francesco@is.co.za>
|
|
# (c) 2016 Paul Stevens <paul.stevens@is.co.za>
|
|
|
|
component_skel:
|
|
magnum:
|
|
belongs_to:
|
|
- magnum_all
|
|
|
|
container_skel:
|
|
magnum_container:
|
|
belongs_to:
|
|
- magnum-infra_containers
|
|
contains:
|
|
- magnum
|
|
properties:
|
|
service_name: magnum
|
|
|
|
physical_skel:
|
|
magnum-infra_containers:
|
|
belongs_to:
|
|
- all_containers
|
|
magnum-infra_hosts:
|
|
belongs_to:
|
|
- hosts
|