aboutsummaryrefslogtreecommitdiffstats
path: root/docs/com/pres
AgeCommit message (Expand)AuthorFilesLines
2016-06-14Add yardstick section into Presentationkubi1-0/+7
2016-06-13Merge "little changes in testapi presentation"Morgan Richomme1-2/+2
2016-06-12little changes in testapi presentationSerenaFeng1-2/+2
2016-06-10Update testapi presentationMorgan Richomme1-12/+45
2016-06-08Add CPerf slide to OPNFV Summit Berlin deckDaniel Farrell1-1/+4
2016-06-03Add presentation for test APIMorgan Richomme1-0/+236
2016-06-03Presentation Test community Design SummitMorgan Richomme1-0/+204
2016-05-23Add framework for presentationsMorgan Richomme2-0/+680
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: jumphost vars: rs_file: "{{ RS_FILE }}" clean_up: "{{ CLEAN_UP | default(False) }}" # If True will be delete all VMs, networks, disk images tasks: - set_fact: proxy_host: "{{ lookup('env', 'http_proxy') | urlsplit('hostname') }}" proxy_proto: "{{ lookup('env', 'http_proxy') | urlsplit('scheme') }}" proxy_port: "{{ lookup('env', 'http_proxy') | urlsplit('port') }}" - set_fact: proxy_host_ip: "{{ lookup('dig', proxy_host) }}" roles: - infra_install_dependencies - infra_destroy_previous_configuration - infra_check_requirements - infra_create_network - infra_create_vms - infra_prepare_vms - hosts: deploy,regular,yardstickG gather_facts: no become: yes roles: - infra_rampup_stack_nodes - hosts: deploy become: yes environment: "{{ proxy_env }}" roles: - infra_deploy_openstack