This file is indexed.

/usr/share/tripleo-image-elements/seed-stack-config/config.json 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
  "OpenStack::Heat::Stack": {
  },
  "admin-password": "unset",
  "admin-token": "unset",
  "db-password": "unset",
  "local-ipv4": "192.0.2.1",
  "keystone": {
    "host": "127.0.0.1",
    "db": "mysql://keystone:unset@localhost/keystone"
  },
  "mysql": {
    "root-password" : "unset"
  },
  "rabbit": {
    "host": "127.0.0.1",
    "username": "guest",
    "password": "guest",
    "cookie": "unset"
  },
  "glance": {
    "host": "127.0.0.1",
    "db": "mysql://glance:unset@localhost/glance",
    "service-password": "unset",
    "api": {
        "backend": "file"
    }
  },
  "nova": {
    "compute_hostname": "seed",
    "host": "127.0.0.1",
    "db":    "mysql://nova:unset@localhost/nova",
    "compute_driver": "baremetal.driver.BareMetalDriver",
    "default_ephemeral_format": "ext4",
    "tuning": {
        "ram_allocation_ratio": "1.0",
        "reserved_host_memory_mb": "0"
    },
    "baremetal": {
      "arch": "i386",
      "db": "mysql://nova:unset@localhost/nova_bm",
      "power_manager": "nova.virt.baremetal.virtual_power_driver.VirtualPowerManager",
      "pxe_deploy_timeout": "2400",
      "virtual_power": {
        "user": "stack",
        "ssh_key": "PUTAPRIVATEKEYHERE",
        "ssh_host": "192.168.122.1",
        "type": "virsh"
      }
    },
    "metadata-proxy": "false",
    "service-password": "unset"
  },
  "bootstack": {
    "public_interface_ip": "192.0.2.1/24",
    "masquerade_networks": ["192.0.2.0/24"]
  },
  "cinder": {
    "db": "mysql://cinder:unset@localhost/cinder",
    "volume_size_mb": "5000",
    "service-password": "unset"
  },
  "neutron": {
    "host": "127.0.0.1",
    "ovs_db": "mysql://neutron:unset@localhost/ovs_neutron?charset=utf8",
    "ovs": {
      "bridge_mappings": "ctlplane:br-ctlplane",
      "enable_tunneling": "False",
      "network_vlan_ranges": "ctlplane",
      "physical_bridge": "br-ctlplane",
      "physical_network": "ctlplane",
      "public_interface": "eth1",
      "tenant_network_type": "vlan"
    },
    "service-password": "unset"
  },
  "heat": {
    "db": "mysql://heat:unset@localhost/heat",
    "auth_encryption_key": "unset___________",
    "watch_server_url": "http://192.0.2.1:8003",
    "waitcondition_server_url": "http://192.0.2.1:8000/v1/waitcondition",
    "metadata_server_url": "http://192.0.2.1:8000",
    "admin_tenant_name": "service",
    "admin_user": "heat",
    "admin_password": "unset"
  },
  "horizon": {
    "secret_key": "unset___________"
  },
  "ironic": {
    "db": "mysql://ironic:unset@localhost/ironic",
    "service-password": "unset",
    "virtual_power_ssh_key": "PRIVATE KEY GOES HERE"
  },
  "os-collect-config": {
    "collectors": "heat_local"
  }
}