aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-19Re-enable docker service in docker.yamlMartin André1-0/+2
2017-06-19Updated from global requirementsOpenStack Proposal Bot1-8/+8
2017-06-17Merge "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-15Add VipMap outputJames Slagle2-0/+11
2017-06-15Add split-stack environmentsJames Slagle6-7/+42
2017-06-15Add DeploymentSwiftDataMap parameterJames Slagle8-1/+191
2017-06-15Add os-collect-config data as an outputJames Slagle9-0/+41
2017-06-15Update CloudDomain descriptionBen Nemec7-14/+14
2017-06-15Add Ec2Api to container based deploymentSven Anderson2-0/+155
2017-06-15Merge "Containerize Ceilometer Agent Ipmi"Jenkins5-0/+117
2017-06-15Merge "Modify PreNetworkConfig config inline with role-specific parameters"Jenkins13-20/+159
2017-06-15Input enabled_services in all-nodes-config as comma_delimited_listJuan Antonio Osorio Robles1-9/+4
2017-06-15Fixup for manila-api containerized serviceMartin André1-13/+25
2017-06-15Add an example IronicConductor roleDmitry Tantsur2-0/+26
2017-06-15Remove trailing whitespaceZhongShengping1-1/+1
2017-06-15Merge "Fix race conditions between containers"Jenkins19-48/+43
2017-06-15Merge "Containerize Manila Scheduler service"Jenkins2-0/+106
2017-06-14Merge "Update Panko api port"Jenkins7-15/+19
2017-06-14Merge "Role Specific parameters for neutron-sriov-agent service"Jenkins1-3/+19
2017-06-14Merge "Sample environment generator"Jenkins11-0/+808
2017-06-14Merge "Add Nova Consoleauth service to containerized deployment"Jenkins2-0/+109
2017-06-14Merge "Add Nova Vncproxy service to containerized deployment"Jenkins2-0/+109
2017-06-14Merge "Enable heat/puppet to manage the fernet keys and make it configurable"Jenkins2-1/+15
2017-06-14Merge "Use KeystoneFernetKeys instead of individual parameters"Jenkins2-7/+29
2017-06-14Update Panko api portPradeep Kilambi7-15/+19
2017-06-14Merge "Fix network names when using network isolation"Jenkins1-1/+1
2017-06-14Merge "Dell SC: Add exclude_domain_ip option"Jenkins2-0/+5
2017-06-14Merge "Docker service for Cinder Volume"Jenkins2-0/+164
2017-06-14Fix race conditions between containersJiri Stransky19-48/+43