Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-01 | Configure VNC Server listen address through t-h-t | Juan Antonio Osorio Robles | 1 | -0/+1 | |
This adds an entry for libvirt (which is used by the VNC server) on which we can tell it via t-h-t on which IP address to listen on. Change-Id: Ie377c09734e9f6170daa519aed69c53fc67c366b Related-Bug: #1660099 | |||||
2017-01-03 | Expose enabled_perf_events libvirt options##############################################################################
# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
#
# 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
##############################################################################
---
# os-odl_l2-bgpvpn-ha daily task suite
schema: "yardstick:suite:0.1"
name: "os-odl_l2-bgpvpn-ha"
test_cases_dir: "tests/opnfv/test_cases/"
test_cases:
-
file_name: opnfv_yardstick_tc043.yaml
constraint:
installer: fuel
pod: ericsson-pod2
task_args:
ericsson-pod2: '{"file": "etc/yardstick/nodes/fuel_baremetal/pod.yaml",
"host": "node1.LF","target": "node2.LF"}'
-
file_name: opnfv_yardstick_tc002.yaml
-
file_name: opnfv_yardstick_tc005.yaml
| ||||
2016-07-28 | Convert service_name to underscore syntax | Steven Hardy | 1 | -1/+1 | |
Currently we use hyphens, e.g cinder-api, but in overcloud.yaml we have a lot of references to services (e.g for AllNodesConfig) by underscore, e.g cinder_api. To enable dynamic generation of this data, we need the service name in underscore format. Change-Id: Ief13dfe5d8d7691dfe2534ad5c39d7eacbcb6f70 | |||||
2016-07-25 | Merge "Move nova::db data within service template" | Jenkins | 1 | -0/+2 | |
2016-07-22 | Move nova::db data within service template | Giulio Fidente | 1 | -0/+2 | |
Change-Id: I86752248e59a2e98f8ff9b2c5998839f9ade4779 | |||||
2016-07-22 | Add 'service_name' to composable services | Dan Prince | 1 | -0/+1 | |
This patch adds a new service_name section to each composable service. We now have an explicit unit test check to ensure that service_name exists in tools/yaml-validate.py. This patch also wires service_names into hieradata on each of the roles so that tools can access the deployed services locally during deployment and upgrades. Change-Id: I60861c5aa760534db3e314bba16a13b90ea72f0c | |||||
2016-06-30 | First iteration of libvirt and nova-compute as a composable services | Emilien Macchi | 1 | -0/+31 | |
This is a first iteration of implementing libvirt and nova compute as composable services. Note: some parameters are still in puppet/compute.yaml -- we'll move them later in a next iteration. Implements: blueprint composable-services-within-roles Depends-On: I0b765f8cb08633005c1fc5a5a2a8e5658ff44302 Change-Id: I752198cdf231ef13062ba96c3877e5defd618c3a |