ofs | hex dump | ascii |
---|
0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 04 28 00 00 02 4f 08 06 00 00 00 be 49 e5 | .PNG........IHDR...(...O......I. |
0020 | 24 00 00 0a 4f 69 43 43 50 50 68 6f 74 6f 73 68 6f 70 20 49 43 43 20 70 72 6f 66 69 6c 65 00 00 | $...OiCCPPhotoshop.ICC.profile.. |
0040 | 78 da 9d 53 67 54 53 e9 16 3d f7 de f4 42 4b 88 80 94 4b 6f 52 15 08 20 52 42 8b 80 14 91 26 2a | x..SgTS..=...BK...KoR...RB....&* |
0060 | 21 09 10 4a 88 21 a1 d9 15 51 c1 11 45 45 04 1b c8 a0 88 03 8e 8e 80 8c 15 51 2c 0c 8a 0a d8 07 | !..J.!...Q..EE...........Q,..... |
0080 | e4 21 a2 8e 83 a3 88 8a ca fb e1 7b a3 6b d6 bc f7 e6 cd fe b5 d7 3e e7 ac f3 9d b3 cf 07 c0 08 | .!.........{.k........>......... |
00a0 | 0c 96 48 33 51 35 80 0c a9 42 1e 11 e0 83 c7 c4 c6 e1 e4 2e 40 81 0a 24 70 00 10 08 b3 64 21 73 | ..H3Q5...B..........@..$p....d!s |
00c0 | fd 23 01 00 f8 7e 3c 3c 2b 22 c0 07 be 00 01 78 d3 0b 08 00 c0 4d 9b c0 30 1c 87 ff 0f ea 42 99 | .#...~<<+".....x.....M..0.....B. |
00e0 | 5c 01 80 84 01 c0 74 91 38 4b 08 80 14 00 40 7a 8e 42 a6 00 40 46 01 80 9d 98 26 53 00 a0 04 00 | \.....t.8K....@z.B..@F....&S.... |
0100 | 60 cb 63 62 e3 00 50 2d 00 60 27 7f e6 d3 00 80 9d f8 99 7b 01 00 5b 94 21 15 01 a0 91 00 20 13 | `.cb..P-.`'........{..[.!....... |
0120 | 65 88 44 00 68 3b 00 ac cf 56 8a 45 00 58 30 00 14 66 4b c4 39 00 d8 2d 00 30 49 57 66 48 00 b0 | e.D.h;...V.E.X0..fK.9..-.0IWfH.. |
0140 | b7 00 c0 ce 10 0b b2 00 08 0c 00 30 51 88 85 29 00 04 7b 00 60 c8 23 23 78 00 84 99 00 14 46 f2 | ...........0Q..)..{.`.##x.....F. |
0160 | 57 3c f1 2b ae 10 e7 2a 00 00 78 99 b2 3c b9 24 39 45 81 5b 08 2d 71 07 57 57 2e 1e 28 ce 49 17 | W<.+...*..x..<.$9E.[.-q.WW..(.I. |
0180 | 2b 14 36 61 02 61 9a 40 2e c2 79 99 19 32 81 34 0f e0 f3 cc 00 00 a0 91 15 11 e0 83 f3 fd 78 ce | +.6a.a.@..y..2.4..............x. |
01a0 | 0e ae ce ce 36 8e b6 0e 5f 2d ea bf 06 ff 22 62 62 e3 fe e5 cf ab 70 40 00 00 e1 74 7e d1 fe 2c | ....6..._-...."bb.....p@...t~.., |
01c0 | 2f b3 1a 80 3b 06 80 6d fe a2 25 ee 04 68 5e 0b a0##############################################################################
# Copyright (c) 2015 Ericsson AB and others.
# jonas.bjurel@ericsson.com
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
############################################################################### # Description:
# This .yaml configuration file defines the configuration of the fuel
# deployment and is passed as an argument to deploy.sh
# eg. deploy.sh -c https://artifact.opnfv.org/fuel/config
# This will make build.sh fetch this configuration file and configure the
# deployment accordingly.
# After the deployment, a copy of this file gets uploaded to fuel:
# /root/deploy-config.yaml, as well as the sha-1 sum of this file:
# /root/deploy-config.sha1
##############################################################################
##############################################################################
# deployment configuration meta-data
deployment-scenario-metadata:
title: ODL-L3 HA deployment
version: 0.0.3
created: Jan 26 2016
comment: Rebased to Fuel8
##############################################################################
# Stack extentions are opnfv added value features in form of a fuel-plugin
# plug-ins listed below will be enabled and configured according to the
# <module-config-base-uri>/<module-config-name>_<module-config-version>.yaml
# It does so by copying the config file to the local plugin config directory
stack-extensions:
- module: opendaylight
module-config-name: fuel-odl
module-config-version: 0.0.2
module-config-override:
# Module config overrides
rest_api_port:
value: '8282'
enable_gbp:
value: false
enable_l3_odl:
value: true
enable_sfc:
value: false
##############################################################################
# By editing the override-config sections below, you can override arbitrary
# configuration name-space settings
dea-override-config:
nodes:
- id: 1
interfaces: interfaces_1
role: controller,opendaylight
transformations: transformations_1
- id: 2
interfaces: interfaces_1
role: mongo,controller
transformations: transformations_1
- id: 3
interfaces: interfaces_1
role: ceph-osd,controller
transformations: transformations_1
- id: 4
interfaces: interfaces_1
role: ceph-osd,compute
transformations: transformations_1
- id: 5
interfaces: interfaces_1
role: ceph-osd,compute
transformations: transformations_1
settings:
editable:
public_network_assignment:
assign_to_all_nodes:
value: true
dha-override-config:
nodes:
- id: 1
libvirtName: controller1
libvirtTemplate: templates/virtual_environment/vms/controller.xml
- id: 2
libvirtName: controller2
libvirtTemplate: templates/virtual_environment/vms/controller.xml
- id: 3
libvirtName: controller3
libvirtTemplate: templates/virtual_environment/vms/controller.xml
- id: 4
libvirtName: compute1
libvirtTemplate: templates/virtual_environment/vms/compute.xml
- id: 5
libvirtName: compute2
libvirtTemplate: templates/virtual_environment/vms/compute.xml
- id: 6
libvirtName: fuel-master
libvirtTemplate: templates/virtual_environment/vms/fuel.xml
isFuel: yes
username: root
password: r00tme
##############################################################################
# The verification pipeline may populate the section below with arbitrary
# testing information, which post deploy can be retreived from the fuel master:
# /root/deploy-config.yaml
test:
|