blob: a91c7a1bfe96a84761d54be45f9a3176bf93725e [file] [log] [blame]
Matteo Scandolof0441032017-08-08 13:05:26 -07001
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16
Scott Bakerb63ea792016-08-11 10:24:48 -070017---
18- hosts: 127.0.0.1
19 connection: local
20 tasks:
21 - nova_compute:
22 state: present
23 auth_url: http://172.31.38.128:5000/v2.0/
24 login_username: admin
25 login_password: 6a789bf69dd647e2
26 login_tenant_name: admin
27 name: gloopy
28 image_id: 3ee851df-b35a-41c5-8551-f681e7209095
29 key_name: boo
30 wait_for: 200
31 flavor_id: 3
32 nics:
33 - net-id: d1de537b-80dc-4c1b-aa5f-4a197b33b5f6