Guest User

astute.yaml

a guest
Jan 27th, 2017
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.91 KB | None | 0 0
  1. "ADMIN_NETWORK":
  2.   "dhcp_gateway": "10.20.0.2"
  3.   "dhcp_pool_end": "10.20.0.254"
  4.   "dhcp_pool_start": "10.20.0.3"
  5.   "interface": "eth0"
  6.   "ipaddress": "10.20.0.2"
  7.   "mac": "52:54:00:e2:43:0f"
  8.   "netmask": "255.255.255.0"
  9.   "ssh_network": "0.0.0.0/0"
  10. "BOOTSTRAP":
  11.   "flavor": "ubuntu"
  12.   "http_proxy": ""
  13.   "https_proxy": ""
  14.   "repos":
  15.   - "name": "ubuntu"
  16.     "priority": !!null "null"
  17.     "section": "main universe multiverse"
  18.     "suite": "xenial"
  19.     "type": "deb"
  20.     "uri": "http://archive.ubuntu.com/ubuntu"
  21.   - "name": "ubuntu-updates"
  22.     "priority": !!null "null"
  23.     "section": "main universe multiverse"
  24.     "suite": "xenial-updates"
  25.     "type": "deb"
  26.     "uri": "http://archive.ubuntu.com/ubuntu"
  27.   - "name": "ubuntu-security"
  28.     "priority": !!null "null"
  29.     "section": "main universe multiverse"
  30.     "suite": "xenial-security"
  31.     "type": "deb"
  32.     "uri": "http://archive.ubuntu.com/ubuntu"
  33.   - "name": "mos"
  34.     "priority": !!int "1050"
  35.     "section": "main restricted"
  36.     "suite": "mos10.0"
  37.     "type": "deb"
  38.     "uri": "http://127.0.0.1:8080/ubuntu/x86_64"
  39.   - "name": "mos-updates"
  40.     "priority": !!int "1050"
  41.     "section": "main restricted"
  42.     "suite": "mos10.0-updates"
  43.     "type": "deb"
  44.     "uri": "http://mirror.fuel-infra.org/mos-repos/ubuntu/10.0"
  45.   - "name": "mos-security"
  46.     "priority": !!int "1050"
  47.     "section": "main restricted"
  48.     "suite": "mos10.0-security"
  49.     "type": "deb"
  50.     "uri": "http://mirror.fuel-infra.org/mos-repos/ubuntu/10.0"
  51.   - "name": "mos-holdback"
  52.     "priority": !!int "1100"
  53.     "section": "main restricted"
  54.     "suite": "mos10.0-holdback"
  55.     "type": "deb"
  56.     "uri": "http://mirror.fuel-infra.org/mos-repos/ubuntu/10.0"
  57.   "skip_default_img_build": !!bool "false"
  58. "DNS_DOMAIN": "domain.tld"
  59. "DNS_SEARCH": "domain.tld"
  60. "DNS_UPSTREAM": "8.8.8.8"
  61. "FEATURE_GROUPS": []
  62. "FUEL_ACCESS":
  63.   "password": "admin"
  64.   "user": "admin"
  65. "HOSTNAME": "fuel"
  66. "NTP1": "188.126.88.9"
  67. "NTP2": "193.228.143.12"
  68. "NTP3": "178.73.198.130"
  69. "PRODUCTION": "docker"
  70. "TEST_DNS": "www.google.com"
  71. "astute":
  72.   "password": "Cm9HhZmS2qyJiSYItlG6HVWV"
  73.   "user": "naily"
  74. "cobbler":
  75.   "password": "zTgKWZu0rdClUpGa5GSaNF8o"
  76.   "user": "cobbler"
  77. "keystone":
  78.   "admin_token": "WcxSfJ2u90fo00OjgLsFGbPw"
  79.   "monitord_password": "kmY8Gdj6qwsQLLoEQG2Wd4h7"
  80.   "monitord_user": "monitord"
  81.   "nailgun_password": "kIP2ok0AzmypOtMOySWqF48e"
  82.   "nailgun_user": "nailgun"
  83.   "ostf_password": "HyxpihxYrdEcyDNuissUybjX"
  84.   "ostf_user": "ostf"
  85.   "service_token_off": "true"
  86. "mcollective":
  87.   "password": "Upa3J3OHQVshaAVbrZkF9o2P"
  88.   "user": "mcollective"
  89. "postgres":
  90.   "keystone_dbname": "keystone"
  91.   "keystone_password": "932MciZtXtSsidWMfbfz5oXW"
  92.   "keystone_user": "keystone"
  93.   "nailgun_dbname": "nailgun"
  94.   "nailgun_password": "aQ1ONfAuvAIQ3ToFOjENksh4"
  95.   "nailgun_user": "nailgun"
  96.   "ostf_dbname": "ostf"
  97.   "ostf_password": "JBZxt3MEWscrUdAL5BJdTsKa"
  98.   "ostf_user": "ostf"
Advertisement
Add Comment
Please, Sign In to add comment