Blame tools/deploy/gen-test-data/user-data.yml
|
Packit Service |
3a6627 |
#cloud-config
|
|
Packit Service |
3a6627 |
yum_repos:
|
|
Packit Service |
3a6627 |
# Fetch osbuild packages from a repository served on the host.
|
|
Packit Service |
3a6627 |
#
|
|
Packit Service |
3a6627 |
# In qemu user networking, 10.0.2.2 always points to the host:
|
|
Packit Service |
3a6627 |
# https://wiki.qemu.org/Documentation/Networking#User_Networking_.28SLIRP.29
|
|
Packit Service |
3a6627 |
osbuild:
|
|
Packit Service |
3a6627 |
name: osbuild
|
|
Packit Service |
3a6627 |
baseurl: "http://10.0.2.2:8000"
|
|
Packit Service |
3a6627 |
enabled: true
|
|
Packit Service |
3a6627 |
gpgcheck: false
|
|
Packit Service |
3a6627 |
skip_if_unavailable: true
|
|
Packit Service |
3a6627 |
user: admin
|
|
Packit Service |
3a6627 |
password: foobar
|
|
Packit Service |
3a6627 |
ssh_pwauth: True
|
|
Packit Service |
3a6627 |
chpasswd:
|
|
Packit Service |
3a6627 |
expire: False
|
|
Packit Service |
3a6627 |
sudo: 'ALL=(ALL) NOPASSWD:ALL'
|
|
Packit Service |
3a6627 |
runcmd:
|
|
Packit Service |
3a6627 |
- /run/provision-scripts/deploy.sh
|