summaryrefslogtreecommitdiff
path: root/tests/cloud_tests/testcases/examples/run_commands_first_boot.yaml
blob: 7bd803db0688f475c249e12234bc33e5ac43fc39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# From cloud config examples on cloudinit.readthedocs.io
#
# 2016-11-17: Disabled as covered by module based tests
#
enabled: False
cloud_config: |
  #cloud-config
  bootcmd:
   - echo 192.168.1.130 us.archive.ubuntu.com > /etc/hosts
collect_scripts:
  hosts: |
    #!/bin/bash
    cat /etc/hosts

# vi: ts=4 expandtab