This file is indexed.

/usr/share/tripleo-image-elements/seed-stack-config/README.md is in python-tripleo-image-elements 0.7.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Provide configuration for seed clouds
-------------------------------------

Seed clouds are booted without any cloud infrastructure. The seed-stack-config
element stubs out enough infrastructure to permit the rest of boot-stack to
work either when booted by a cloud, or booted without.

In particular, it sets up resolv.conf, a hosts file, and delivers a Heat
metadata file with static data into the image (rather than that being delivered
at boot-time by Heat itself).

Usage
-----

Copy config.json (our basic schema) to local.json and  customise it for your
deployment environment. The default is mostly configured for nova-baremetal
operation in a seed VM (just add SSH key). The configuration options are
documented in the actual elements that use the configuration - e.g.  nova,
neutron etc. If local.json does not exist, config.json will be used, but
this is for backwards compatibility and will be removed in a future release.

Configuration keys
------------------

bootstack:
  public\_interface\_ip: 192.0.2.1/24
    - What IP address to place on the ovs public interface. Only intended for
      use when the interface will not be otherwise configured.
  masquerade\_networks: [192.0.2.0]
    - What networks, if any, to masquerade. When set, all traffic being
      output from each network to other networks is masqueraded. Traffic
      to 192.168.122.1 is never masqueraded.