Bring in aarch64 support in apex
[apex.git] / contrib / aarch64 / overcloud-full-rootfs.yaml
1 disk_images:
2   -
3     imagename: overcloud-full-rootfs
4     arch: aarch64
5     type: qcow2
6     distro: centos7
7     elements:
8       - baremetal
9       - dhcp-all-interfaces
10       - cloud-init
11       - openvswitch
12       - overcloud-agent
13       - overcloud-full
14       - overcloud-controller
15       - overcloud-compute
16       - overcloud-ceph-storage
17       - puppet-modules
18       - enable-serial-console
19       - stable-interface-names
20       - selinux-permissive
21       - grub2
22       - growroot
23       - devuser
24       - element-manifest
25       - dynamic-login
26       - iptables
27       - enable-packages-install
28       - pip-and-virtualenv-override
29       - dracut-regenerate
30       - remove-machine-id
31       - remove-resolvconf
32     packages:
33       - openstack-utils
34       - python-tripleoclient
35       - python-tripleoclient-heat-installer
36       - python-psutil
37       - python-debtcollector
38       - plotnetcfg
39       - sos
40       - yum-plugin-priorities
41       - ntp
42       - jq
43       - openstack-heat-agents
44       - device-mapper-multipath
45       - os-net-config
46       - grub2-efi-aa64
47       - grub2-efi-aa64-modules
48     options:
49       - " --no-tmpfs"
50     environment:
51       DIB_PYTHON_VERSION: '2'
52       DIB_DEV_USER_USERNAME: 'stack'
53       DIB_DEV_USER_PASSWORD: 'stack'
54       DIB_DEV_USER_PWDLESS_SUDO: 'Yes'