Advertisement
Guest User

Untitled

a guest
Nov 4th, 2016
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.70 KB | None | 0 0
  1. "HOSTNAME": "fuel01"
  2. "DNS_DOMAIN": "eng.domain.com"
  3. "DNS_SEARCH": "eng.domain.com"
  4. "DNS_UPSTREAM": "172.16.2.11"
  5. "NTP1": "0.fuel.pool.ntp.org"
  6. "NTP2": "1.fuel.pool.ntp.org"
  7. "NTP3": "2.fuel.pool.ntp.org"
  8. "ADMIN_NETWORK":
  9.   "interface": "eth1"
  10.   "ipaddress": "172.16.161.100"
  11.   "netmask": "255.255.255.0"
  12.   "cidr": "10.20.0.0/24"
  13.   "size": "256"
  14.   "dhcp_gateway": "172.16.161.1"
  15.   "dhcp_pool_start": "172.16.161.150"
  16.   "dhcp_pool_end": "172.16.161.199"
  17.   "mac": ""
  18.   "ssh_network": "172.16.0.0/16"
  19. "FUEL_ACCESS":
  20.   "user": ""
  21.   "password": ""
  22. "BOOTSTRAP":
  23.   "flavor": "ubuntu"
  24.   "http_proxy": ""
  25.   "https_proxy": ""
  26.   "repos":
  27.   - "name": "ubuntu"
  28.     "section": "main universe multiverse"
  29.     "uri": "http://archive.ubuntu.com/ubuntu"
  30.     "priority": !!null "null"
  31.     "suite": "trusty"
  32.     "type": "deb"
  33.   - "name": "ubuntu-updates"
  34.     "section": "main universe multiverse"
  35.     "uri": "http://archive.ubuntu.com/ubuntu"
  36.     "priority": !!null "null"
  37.     "suite": "trusty-updates"
  38.     "type": "deb"
  39.   - "name": "ubuntu-security"
  40.     "section": "main universe multiverse"
  41.     "uri": "http://archive.ubuntu.com/ubuntu"
  42.     "priority": !!null "null"
  43.     "suite": "trusty-security"
  44.     "type": "deb"
  45.   - "name": "mos"
  46.     "section": "main restricted"
  47.     "uri": "http://127.0.0.1:8080/ubuntu/x86_64"
  48.     "priority": !!int "1050"
  49.     "suite": "mos9.0"
  50.     "type": "deb"
  51.   - "name": "mos-updates"
  52.     "section": "main restricted"
  53.     "uri": "http://mirror.fuel-infra.org/mos-repos/ubuntu/9.0"
  54.     "priority": !!int "1050"
  55.     "suite": "mos9.0-updates"
  56.     "type": "deb"
  57.   - "name": "mos-security"
  58.     "section": "main restricted"
  59.     "uri": "http://mirror.fuel-infra.org/mos-repos/ubuntu/9.0"
  60.     "priority": !!int "1050"
  61.     "suite": "mos9.0-security"
  62.     "type": "deb"
  63.   - "name": "mos-holdback"
  64.     "section": "main restricted"
  65.     "uri": "http://mirror.fuel-infra.org/mos-repos/ubuntu/9.0"
  66.     "priority": !!int "1100"
  67.     "suite": "mos9.0-holdback"
  68.     "type": "deb"
  69.   "skip_default_img_build": !!bool "false"
  70.   "hashed_root_password": ""
  71. "PRODUCTION": "docker"
  72. "FEATURE_GROUPS":
  73. - "experimental"
  74. - "advanced"
  75. "postgres":
  76.   "keystone_dbname": "keystone"
  77.   "nailgun_user": ""
  78.   "keystone_user": ""
  79.   "nailgun_password": ""
  80.   "ostf_user": ""
  81.   "nailgun_dbname": "nailgun"
  82.   "keystone_password": ""
  83.   "ostf_dbname": "ostf"
  84.   "ostf_password": ""
  85. "cobbler":
  86.   "password": ""
  87.   "user": ""
  88. "astute":
  89.   "password": ""
  90.   "user": ""
  91. "keystone":
  92.   "nailgun_user": ""
  93.   "monitord_user": ""
  94.   "nailgun_password": ""
  95.   "monitord_password": ""
  96.   "ostf_user": ""
  97.   "admin_token": ""
  98.   "ostf_password": ""
  99. "mcollective":
  100.   "password": ""
  101.   "user": ""
  102. "TEST_DNS": "www.google.com"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement