Age | Commit message (Expand) | Author | Files | Lines |
2017-06-19 | Re-enable docker service in docker.yaml | Martin André | 1 | -0/+2 |
2017-06-19 | Updated from global requirements | OpenStack Proposal Bot | 1 | -8/+8 |
2017-06-17 | Merge "Remove duplicate docker/puppet services.yaml" | Jenk# Copyright (c) 2017 Intel Corporation.
#
# 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: yardstick
vars:
YARDSTICK_REPO: "{{ lookup('env', 'YARDSTICK_REPO')|default('https://gerrit.opnfv.org/gerrit/yardstick', true) }}"
YARDSTICK_REPO_DIR: "{{ lookup('env', 'YARDSTICK_REPO_DIR')|default('/home/opnfv/repos/yardstick', true) }}"
YARDSTICK_BRANCH: "{{ lookup('env', 'YARDSTICK_BRANCH')|default('master', true) }}"
tasks:
- name: Updating yardstick -> "{{ YARDSTICK_BRANCH }}"
git:
repo: "{{ YARDSTICK_REPO }}"
dest: "{{ YARDSTICK_REPO_DIR }}"
version: "{{ YARDSTICK_BRANCH }}"
accept_hostkey: yes
recursive: no
force: yes
td> |
2017-06-15 | Add VipMap output | James Slagle | 2 | -0/+11 |
2017-06-15 | Add split-stack environments | James Slagle | 6 | -7/+42 |
2017-06-15 | Add DeploymentSwiftDataMap parameter | James Slagle | 8 | -1/+191 |
2017-06-15 | Add os-collect-config data as an output | James Slagle | 9 | -0/+41 |
2017-06-15 | Update CloudDomain description | Ben Nemec | 7 | -14/+14 |
2017-06-15 | Add Ec2Api to container based deployment | Sven Anderson | 2 | -0/+155 |
2017-06-15 | Merge "Containerize Ceilometer Agent Ipmi" | Jenkins | 5 | -0/+117 |
2017-06-15 | Merge "Modify PreNetworkConfig config inline with role-specific parameters" | Jenkins | 13 | -20/+159 |
2017-06-15 | Input enabled_services in all-nodes-config as comma_delimited_list | Juan Antonio Osorio Robles | 1 | -9/+4 |
2017-06-15 | Fixup for manila-api containerized service | Martin André | 1 | -13/+25 |
2017-06-15 | Add an example IronicConductor role | Dmitry Tantsur | 2 | -0/+26 |
2017-06-15 | Remove trailing whitespace | ZhongShengping | 1 | -1/+1 |
2017-06-15 | Merge "Fix race conditions between containers" | Jenkins | 19 | -48/+43 |
2017-06-15 | Merge "Containerize Manila Scheduler service" | Jenkins | 2 | -0/+106 |
2017-06-14 | Merge "Update Panko api port" | Jenkins | 7 | -15/+19 |
2017-06-14 | Merge "Role Specific parameters for neutron-sriov-agent service" | Jenkins | 1 | -3/+19 |
2017-06-14 | Merge "Sample environment generator" | Jenkins | 11 | -0/+808 |
2017-06-14 | Merge "Add Nova Consoleauth service to containerized deployment" | Jenkins | 2 | -0/+109 |
2017-06-14 | Merge "Add Nova Vncproxy service to containerized deployment" | Jenkins | 2 | -0/+109 |
2017-06-14 | Merge "Enable heat/puppet to manage the fernet keys and make it configurable" | Jenkins | 2 | -1/+15 |
2017-06-14 | Merge "Use KeystoneFernetKeys instead of individual parameters" | Jenkins | 2 | -7/+29 |
2017-06-14 | Update Panko api port | Pradeep Kilambi | 7 | -15/+19 |
2017-06-14 | Merge "Fix network names when using network isolation" | Jenkins | 1 | -1/+1 |
2017-06-14 | Merge "Dell SC: Add exclude_domain_ip option" | Jenkins | 2 | -0/+5 |
2017-06-14 | Merge "Docker service for Cinder Volume" | Jenkins | 2 | -0/+164 |
2017-06-14 | Fix race conditions between containers | Jiri Stransky | 19 | -48/+43 |