Parameterize infracloud playbook by platforms
[releng.git] / prototypes / bifrost / playbooks / test-bifrost-infracloud.yaml
1 # SPDX-license-identifier: Apache-2.0
2 ##############################################################################
3 # Copyright (c) 2016 RedHat and others.
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 ---
10 - hosts: localhost
11   connection: local
12   name: "Setting pre-test conditions"
13   become: yes
14   ignore_errors: yes
15   tasks:
16   - name: Remove pre-existing leases file
17     file: path=/var/lib/misc/dnsmasq.leases state=absent
18 - hosts: localhost
19   connection: local
20   name: "Executes install, enrollment, and testing in one playbook"
21   become: no
22   gather_facts: yes
23   pre_tasks:
24     - name: "Override the ipv4_gateway setting"
25       set_fact:
26          ipv4_gateway: "192.168.122.1"
27   roles:
28     - { role: bifrost-prep-for-install, when: skip_install is not defined }
29   environment:
30     http_proxy: "{{ lookup('env','http_proxy') }}"
31     https_proxy: "{{ lookup('env','https_proxy') }}"
32 - hosts: localhost
33   connection: local
34   name: "Executes install, enrollment, and testing in one playbook"
35   become: yes
36   gather_facts: yes
37   roles:
38     - role: bifrost-ironic-install
39       cleaning: false
40       testing: true
41     # NOTE(TheJulia): While the next step creates a ramdisk, some elements
42     # do not support ramdisk-image-create as they invoke steps to cleanup
43     # the ramdisk which causes ramdisk-image-create to believe it failed.
44     - role: bifrost-create-dib-image
45       dib_imagename: "{{ http_boot_folder }}/ipa"
46       build_ramdisk: false
47       dib_os_element: "{{ ipa_dib_os_element|default('debian') }}"
48       dib_os_release: "jessie"
49       dib_elements: "ironic-agent {{ ipa_extra_dib_elements | default('') }}"
50       when: create_ipa_image | bool == true
51     - role: bifrost-create-dib-image
52       dib_imagetype: "qcow2"
53       dib_imagename: "{{deploy_image}}"
54       dib_os_element: "{{ lookup('env','DIB_OS_ELEMENT') }}"
55       dib_os_release: "{{ lookup('env', 'DIB_OS_RELEASE') }}"
56       dib_elements: "vm serial-console simple-init devuser infra-cloud-bridge puppet growroot {{ extra_dib_elements|default('') }}"
57       dib_packages: "{{ lookup('env', 'DIB_OS_PACKAGES') }}"
58       when: create_image_via_dib | bool == true and transform_boot_image | bool == false
59   environment:
60     http_proxy: "{{ lookup('env','http_proxy') }}"
61     https_proxy: "{{ lookup('env','https_proxy') }}"
62 - hosts: baremetal
63   name: "Enroll node with Ironic"
64   become: no
65   connection: local
66   roles:
67     - role: ironic-enroll-dynamic
68     - { role: ironic-inspect-node, when: inspect_nodes | default('false') | bool == true }
69 - hosts: baremetal
70   vars:
71     multinode_testing: "{{ inventory_dhcp | bool == true }}"
72   name: "Create configuration drive files and deploy machines."
73   become: no
74   connection: local
75   roles:
76     - role: bifrost-configdrives-dynamic
77     - role: bifrost-deploy-nodes-dynamic
78     - role: bifrost-prepare-for-test-dynamic
79       serial: 1